@charset "UTF-8";
.form-control-feedback,
.slick-slide.dragging img,
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close,
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio],
a.btn-blue-line.disabled,
a.btn-blue.disabled,
a.btn-butter-line.disabled,
a.btn-butter.disabled,
a.btn-carrot-line.disabled,
a.btn-carrot.disabled,
a.btn-dark-line.disabled,
a.btn-dark.disabled,
a.btn-darklight-line.disabled,
a.btn-darklight.disabled,
a.btn-default-line.disabled,
a.btn-default.disabled,
a.btn-esmerald-line.disabled,
a.btn-esmerald.disabled,
a.btn-fuchsia-line.disabled,
a.btn-fuchsia.disabled,
a.btn-gainsboro-line.disabled,
a.btn-gainsboro.disabled,
a.btn-granite-line.disabled,
a.btn-granite.disabled,
a.btn-moonstone-line.disabled,
a.btn-moonstone-vibrate-line.disabled,
a.btn-moonstone-vibrate.disabled,
a.btn-moonstone.disabled,
a.btn-ocean-line.disabled,
a.btn-ocean.disabled,
a.btn-orangelight-line.disabled,
a.btn-quicksilver-line.disabled,
a.btn-quicksilver.disabled,
a.btn-raspberry-line.disabled,
a.btn-raspberry.disabled,
a.btn-red-line.disabled,
a.btn-red.disabled,
a.btn-smoke-line.disabled,
a.btn-smoke.disabled,
a.btn-teal-line.disabled,
a.btn-teal.disabled,
a.btn-violet-line.disabled,
a.btn-violet.disabled,
a.btn-white-line.disabled,
a.btn-white.disabled,
a.btn.disabled,
a.orangelight.disabled,
fieldset[disabled] a.btn,
fieldset[disabled] a.btn-blue,
fieldset[disabled] a.btn-blue-line,
fieldset[disabled] a.btn-butter,
fieldset[disabled] a.btn-butter-line,
fieldset[disabled] a.btn-carrot,
fieldset[disabled] a.btn-carrot-line,
fieldset[disabled] a.btn-dark,
fieldset[disabled] a.btn-dark-line,
fieldset[disabled] a.btn-darklight,
fieldset[disabled] a.btn-darklight-line,
fieldset[disabled] a.btn-default,
fieldset[disabled] a.btn-default-line,
fieldset[disabled] a.btn-esmerald,
fieldset[disabled] a.btn-esmerald-line,
fieldset[disabled] a.btn-fuchsia,
fieldset[disabled] a.btn-fuchsia-line,
fieldset[disabled] a.btn-gainsboro,
fieldset[disabled] a.btn-gainsboro-line,
fieldset[disabled] a.btn-granite,
fieldset[disabled] a.btn-granite-line,
fieldset[disabled] a.btn-moonstone,
fieldset[disabled] a.btn-moonstone-line,
fieldset[disabled] a.btn-moonstone-vibrate,
fieldset[disabled] a.btn-moonstone-vibrate-line,
fieldset[disabled] a.btn-ocean,
fieldset[disabled] a.btn-ocean-line,
fieldset[disabled] a.btn-orangelight-line,
fieldset[disabled] a.btn-quicksilver,
fieldset[disabled] a.btn-quicksilver-line,
fieldset[disabled] a.btn-raspberry,
fieldset[disabled] a.btn-raspberry-line,
fieldset[disabled] a.btn-red,
fieldset[disabled] a.btn-red-line,
fieldset[disabled] a.btn-smoke,
fieldset[disabled] a.btn-smoke-line,
fieldset[disabled] a.btn-teal,
fieldset[disabled] a.btn-teal-line,
fieldset[disabled] a.btn-violet,
fieldset[disabled] a.btn-violet-line,
fieldset[disabled] a.btn-white,
fieldset[disabled] a.btn-white-line,
fieldset[disabled] a.orangelight {
  pointer-events: none
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: .8s;
  -moz-transition-duration: .8s;
  transition-duration: .8s
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity
}

.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
  }
}

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

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

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

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

@-webkit-keyframes pulse {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@keyframes pulse {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@-webkit-keyframes rubberBand {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .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)
  }
}

@keyframes rubberBand {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1)
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1)
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .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)
  }
}

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

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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)
  }
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg)
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg)
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg)
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg)
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@-webkit-keyframes tada {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
}

@keyframes tada {
  0%,
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,
  20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
}

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

@-webkit-keyframes wobble {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
}

@keyframes wobble {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }
}

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

@-webkit-keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

@keyframes jello {
  0%,
  11.1%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg)
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

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

@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  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)
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  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)
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

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

.bounceOut,
.flipOutX {
  -webkit-animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0)
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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)
  }
  to {
    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)
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  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)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0)
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0)
  }
}

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

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

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

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

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

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

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

.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)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

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

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

.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)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

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

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

.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)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

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

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

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

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

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

@keyframes fadeOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-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
  }
  to {
    -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) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-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
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg)
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

.flipOutX {
  animation-duration: .75s
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px)
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.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
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    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
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

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

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
  }
}

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

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
  }
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0
  }
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@-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: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(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: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0
  }
}

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

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

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

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

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

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

@-webkit-keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

@keyframes rollOut {
  0% {
    opacity: 1
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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)
  }
  to {
    opacity: 0
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3)
  }
  to {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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)
  }
  to {
    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)
  }
  to {
    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)
  }
  to {
    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)
  }
  to {
    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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 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(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19)
  }
  to {
    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(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1)
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
   angular-block-ui v0.2.2
   (c) 2016 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/

.block-ui {
  position: relative
}

body.block-ui {
  position: static
}

.block-ui-main>.block-ui-container,
body.block-ui>.block-ui-container {
  position: fixed
}

.block-ui-container {
  position: absolute;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=00)
}

.block-ui-active>.block-ui-container {
  height: 100%;
  cursor: wait
}

.block-ui-active .block-ui-active>.block-ui-container {
  height: 0
}

.block-ui-visible>.block-ui-container {
  opacity: 1;
  filter: alpha(opacity=100)
}

.block-ui-overlay {
  width: 100%;
  height: 100%;
  opacity: .5;
  filter: alpha(opacity=50);
  background-color: #fff
}

.block-ui-message-container {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  height: 0;
  text-align: center;
  z-index: 10001
}

.block-ui-message {
  text-align: left;
  background-color: #333;
  color: #f5f5f5;
  padding: 20px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 700;
  filter: alpha(opacity=100)
}

.block-ui-anim-fade>.block-ui-container {
  transition: height 0s linear .2s, opacity .2s ease 0s
}

.block-ui-anim-fade.block-ui-active>.block-ui-container {
  transition-delay: 0s
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */

.ui-select-highlight {
  font-weight: 700
}

.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important
}

.selectize-control.single>.selectize-input>input,
.selectize-control>.selectize-dropdown {
  width: 100%
}

.ui-select-choices-row:hover {
  background-color: #f5f5f5
}

.ng-dirty.ng-invalid>a.select2-choice {
  border-color: #D44950
}

.select2-result-single {
  padding-left: 0
}

.select-locked>.ui-select-match-close,
.select2-locked>.select2-search-choice-close {
  display: none
}

body>.select2-container.open {
  z-index: 9999
}

.ui-select-container.select2.direction-up .ui-select-match,
.ui-select-container[theme=select2].direction-up .ui-select-match {
  border-radius: 0 0 4px 4px
}

.ui-select-container.select2.direction-up .ui-select-dropdown,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown {
  border-radius: 4px 4px 0 0;
  border-top-width: 1px;
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
  margin-top: -4px
}

.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,
.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px
}

.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,
.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb
}

.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,
.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0
}

.selectize-input.selectize-focus {
  border-color: #007FBB !important
}

.selectize-control.multi>.selectize-input>input {
  margin: 0 !important
}

.ng-dirty.ng-invalid>div.selectize-input {
  border-color: #D44950
}

.ui-select-container[theme=selectize].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, .25);
  margin-top: -2px
}

.ui-select-container[theme=selectize] input.ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: 0
}

.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.ui-select-bootstrap .ui-select-toggle {
  position: relative
}

.ui-select-bootstrap .ui-select-toggle>.caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px
}

.input-group>.ui-select-bootstrap.dropdown {
  position: static
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
  border-radius: 4px 0 0 4px
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up {
  border-radius: 4px 0 0 4px !important
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0
}

.ui-select-bootstrap>.ui-select-match>.btn {
  text-align: left !important
}

.ui-select-bootstrap>.ui-select-match>.caret {
  position: absolute;
  top: 45%;
  right: 15px
}

.ui-select-bootstrap>.ui-select-choices,
.ui-select-bootstrap>.ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px
}

body>.ui-select-bootstrap.open {
  z-index: 1000
}

.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  border: none;
  outline: 0;
  height: 1.666666em;
  margin-bottom: 3px
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: .75
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0
}

.ui-select-multiple .ui-select-match-item {
  position: relative
}

.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca
}

.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca
}

.ui-select-bootstrap .ui-select-choices-row>span {
  cursor: pointer;
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap
}

.ui-select-bootstrap .ui-select-choices-row>span:focus,
.ui-select-bootstrap .ui-select-choices-row>span:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca
}

.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,
.ui-select-bootstrap .ui-select-choices-row.disabled>span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff
}

.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important
}

.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match {
  border-color: #D44950
}

.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, .25)
}

.ui-select-bootstrap .ui-select-match-text {
  width: 100%;
  padding-right: 1em
}

.ui-select-bootstrap .ui-select-match-text span {
  display: inline-block;
  width: 100%;
  overflow: hidden
}

.ui-select-bootstrap .ui-select-toggle>a.btn {
  position: absolute;
  height: 10px;
  right: 10px;
  margin-top: -2px
}

.ui-select-refreshing.glyphicon {
  position: absolute;
  right: 0;
  padding: 8px 27px
}

.rzslider,
.slick-list,
.slick-slider,
.slick-track {
  position: relative
}

@-webkit-keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes ui-select-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.ui-select-spin {
  -webkit-animation: ui-select-spin 2s infinite linear;
  animation: ui-select-spin 2s infinite linear
}

.ui-select-refreshing.ng-animate {
  -webkit-animation: none 0s
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-quad],
[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-cubic] [data-aos],
body[data-aos-easing=ease-in-quad] [data-aos],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-out-quad],
[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-cubic] [data-aos],
body[data-aos-easing=ease-out-quad] [data-aos],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-cubic] [data-aos],
body[data-aos-easing=ease-in-out-quad] [data-aos],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translate(0)
}

[data-aos=fade-up] {
  transform: translateY(100px)
}

[data-aos=fade-down] {
  transform: translateY(-100px)
}

[data-aos=fade-right] {
  transform: translate(-100px)
}

[data-aos=fade-left] {
  transform: translate(100px)
}

[data-aos=fade-up-right] {
  transform: translate(-100px, 100px)
}

[data-aos=fade-up-left] {
  transform: translate(100px, 100px)
}

[data-aos=fade-down-right] {
  transform: translate(-100px, -100px)
}

[data-aos=fade-down-left] {
  transform: translate(100px, -100px)
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1)
}

[data-aos=zoom-in] {
  transform: scale(.6)
}

[data-aos=zoom-in-up] {
  transform: translateY(100px) scale(.6)
}

[data-aos=zoom-in-down] {
  transform: translateY(-100px) scale(.6)
}

[data-aos=zoom-in-right] {
  transform: translate(-100px) scale(.6)
}

[data-aos=zoom-in-left] {
  transform: translate(100px) scale(.6)
}

[data-aos=zoom-out] {
  transform: scale(1.2)
}

[data-aos=zoom-out-up] {
  transform: translateY(100px) scale(1.2)
}

[data-aos=zoom-out-down] {
  transform: translateY(-100px) scale(1.2)
}

[data-aos=zoom-out-right] {
  transform: translate(-100px) scale(1.2)
}

[data-aos=zoom-out-left] {
  transform: translate(100px) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translate(0)
}

[data-aos=slide-up] {
  transform: translateY(100%)
}

[data-aos=slide-down] {
  transform: translateY(-100%)
}

[data-aos=slide-right] {
  transform: translateX(-100%)
}

[data-aos=slide-left] {
  transform: translateX(100%)
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0)
}

.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.rzslider[disabled],
.rzslider[disabled] .rz-draggable,
.rzslider[disabled] .rz-tick {
  cursor: not-allowed
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

/*! angularjs-slider - v6.5.1 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2018-03-30 */

.rzslider {
  display: inline-block;
  width: 100%;
  height: 4px;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn,
.btn-blue {
  -ms-user-select: none
}

.rzslider.with-legend {
  margin-bottom: 40px
}

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3
}

.rzslider[disabled] .rz-selection,
.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2
}

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap
}

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0
}

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box
}

.rzslider .rz-draggable {
  cursor: move
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
  background: 0 0
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
  background: #df002d
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
  background: #03a688
}

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px
}

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  content: ''
}

.rzslider .rz-pointer:hover:after {
  background-color: #fff
}

.rzslider .rz-pointer.rz-active {
  z-index: 4
}

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff
}

.rzslider .rz-bubble {
  padding: 1px 3px;
  cursor: default
}

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box
}

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px
}

.rzslider .rz-tick.rz-selected {
  background: #0db9f0
}

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline
}

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0
}

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px
}

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%
}

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important
}

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px
}

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%
}

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle
}

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  -webkit-transform: translate(0, -28%);
  transform: translate(0, -28%)
}

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  -webkit-transform: translate(0, -28%);
  transform: translate(0, -28%)
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto
}

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  flex: none
}

.cc-theme-classic .cc-btn {
  border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

.italic,
dfn {
  font-style: italic
}

hr,
img {
  border: 0
}

.slider,
button.close {
  -webkit-appearance: none
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
  max-height: 340px
}

.btn,
.btn-blue {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

b,
optgroup,
strong {
  font-weight: 700
}

mark {
  background: #ff0;
  color: #000
}

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

.badge,
.btn,
.btn-group,
.btn-group-vertical,
.caret,
.checkbox-inline,
.radio-inline,
img {
  vertical-align: middle
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

hr {
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid
  }
  *,
  :after,
  :before {
    background: 0 0 !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important
  }
  a,
  a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }
  blockquote,
  pre {
    border: 1px solid #999
  }
  thead {
    display: table-header-group
  }
  img {
    max-width: 100% !important
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
  .navbar {
    display: none
  }
  .btn>.caret,
  .dropup>.btn>.caret {
    border-top-color: #000 !important
  }
  .label {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table td,
  .table th {
    background-color: #fff !important
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important
  }
}

.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-primary.active,
.btn-primary:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover,
.form-control,
.navbar-toggle,
.open>.dropdown-toggle.btn-danger,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-info,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.btn-success,
.open>.dropdown-toggle.btn-warning {
  background-image: none
}

.img-thumbnail,
body {
  background-color: #fff
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(../../../assets/fonts/glyphicons-halflings-regular.eot);
  src: url(../../../assets/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../../../assets/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../../../assets/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../assets/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../../../assets/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before,
.glyphicon-btc:before,
.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-jpy:before,
.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-rub:before,
.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

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

a:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

figure {
  margin: 0
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  border: 1px solid #ddd;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.img-circle {
  border-radius: 50%
}

hr {
  border-top: 1px solid #eee
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto
}

[role=button] {
  cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%
}

.h1,
h1 {
  font-size: 36px
}

.h2,
h2 {
  font-size: 30px
}

.h3,
h3 {
  font-size: 24px
}

.h4,
h4 {
  font-size: 18px
}

.h5,
h5 {
  font-size: 14px
}

.h6,
h6 {
  font-size: 12px
}

.lead {
  margin-bottom: 21px;
  font-weight: 300;
  line-height: 1.4
}

dt,
kbd kbd,
label {
  font-weight: 700
}

@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}

.small,
small {
  font-size: 85%
}

.mark,
mark {
  background-color: #fcf8e3;
  padding: .2em
}

.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-nowrap {
  white-space: nowrap
}

.text-lowercase {
  text-transform: lowercase
}

.text-uppercase {
  text-transform: uppercase
}

.text-capitalize {
  text-transform: capitalize
}

.text-muted {
  color: #777
}

.text-primary {
  color: #2baae1 !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #2baae1 !important
}

.text-success {
  color: #69b8b8
}

a.text-success:focus,
a.text-success:hover {
  color: #4ca2a2
}

.text-info {
  color: #5f6060
}

a.text-info:focus,
a.text-info:hover {
  color: #464646
}

.text-warning {
  color: #eb622b
}

a.text-warning:focus,
a.text-warning:hover {
  color: #cf4914
}

.text-danger {
  color: #cb332e
}

a.text-danger:focus,
a.text-danger:hover {
  color: #a12925
}

.bg-primary {
  color: #fff;
  background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090
}

.bg-success {
  background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3
}

.bg-info {
  background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee
}

.bg-warning {
  background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5
}

.bg-danger {
  background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9
}

pre code,
table {
  background-color: transparent
}

.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eee
}

dl,
ol,
ul {
  margin-top: 0
}

address,
dl {
  margin-bottom: 21px
}

ol,
ul {
  margin-bottom: 10.5px
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

.list-inline {
  margin-left: -5px
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}

dd,
dt {
  line-height: 1.5
}

dd {
  margin-left: 0
}

@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .dl-horizontal dd {
    margin-left: 180px
  }
  .container {
    width: 750px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.card>a,
.clear,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both
}

abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

blockquote {
  padding: 10.5px 21px;
  font-size: 17.5px;
  border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #777
}

legend,
pre {
  display: block;
  color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right
}

code,
kbd {
  padding: 2px 4px;
  font-size: 90%
}

caption,
th {
  text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014'
}

address {
  font-style: normal;
  line-height: 1.5
}

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

code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none
}

pre {
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 13px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  border-radius: 0
}

.badge,
.btn,
.input-group-addon,
.input-group-btn,
.label {
  white-space: nowrap
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.pre-scrollable {
  overflow-y: scroll
}

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

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

}

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

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-pull-11 {
  right: 91.66666667%
}

.col-xs-pull-10 {
  right: 83.33333333%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-8 {
  right: 66.66666667%
}

.col-xs-pull-7 {
  right: 58.33333333%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-5 {
  right: 41.66666667%
}

.col-xs-pull-4 {
  right: 33.33333333%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-2 {
  right: 16.66666667%
}

.col-xs-pull-1 {
  right: 8.33333333%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-push-11 {
  left: 91.66666667%
}

.col-xs-push-10 {
  left: 83.33333333%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-8 {
  left: 66.66666667%
}

.col-xs-push-7 {
  left: 58.33333333%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-5 {
  left: 41.66666667%
}

.col-xs-push-4 {
  left: 33.33333333%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-2 {
  left: 16.66666667%
}

.col-xs-push-1 {
  left: 8.33333333%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-offset-12 {
  margin-left: 100%
}

.col-xs-offset-11 {
  margin-left: 91.66666667%
}

.col-xs-offset-10 {
  margin-left: 83.33333333%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-8 {
  margin-left: 66.66666667%
}

.col-xs-offset-7 {
  margin-left: 58.33333333%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-5 {
  margin-left: 41.66666667%
}

.col-xs-offset-4 {
  margin-left: 33.33333333%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-2 {
  margin-left: 16.66666667%
}

.col-xs-offset-1 {
  margin-left: 8.33333333%
}

.col-xs-offset-0 {
  margin-left: 0
}

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

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

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

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  line-height: 1.5;
  border-top: 1px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
  border-top: 0
}

.table>tbody+tbody {
  border-top: 2px solid #ddd
}

.table .table {
  background-color: #fff
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
  background-color: #f5f5f5
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
  padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: 1px solid #ddd
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell
}

.btn-group>.btn-group,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.dropdown-menu {
  float: left
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
  background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
  background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
  background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
  background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
  background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
  background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
  background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
  background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
  background-color: #ebcccc
}

.table-responsive {
  overflow-x: auto;
  min-height: .01%
}

@media screen and (max-width:767px) {
  .wy-grid-for-nav nav.wy-nav-side {
    width: 280px!important;
    height: 100%!important;
  }
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd
  }
  .table-responsive>.table {
    margin-bottom: 0
  }
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>thead>tr>th {
    white-space: nowrap
  }
  .table-responsive>.table-bordered {
    border: 0
  }
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
  }
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
  }
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
  }
}

fieldset,
legend {
  padding: 0;
  border: 0
}

fieldset {
  margin: 0;
  min-width: 0
}

legend {
  width: 100%;
  margin-bottom: 21px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal
}

.form-control,
output {
  font-size: 14px;
  line-height: 1.5;
  color: #ddd;
  display: block
}

input[type=file] {
  display: block
}

input[type=range] {
  display: block;
  width: 100%
}

select[multiple],
select[size] {
  height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

output {
  padding-top: 7px
}

.form-control {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #2baae1;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(43, 170, 225, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(43, 170, 225, .6)
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #999
}

.form-control::-webkit-input-placeholder {
  color: #999
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #69b8b8
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed
}

textarea.form-control {
  height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  input[type=date].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control,
  input[type=time].form-control {
    line-height: 35px
  }
  .input-group-sm input[type=date],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  .input-group-sm input[type=time],
  input[type=date].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  input[type=time].input-sm {
    line-height: 30px
  }
  .input-group-lg input[type=date],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month],
  .input-group-lg input[type=time],
  input[type=date].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  input[type=time].input-lg {
    line-height: 46px
  }
}

.form-group {
  margin-bottom: 15px
}

.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px
}

.checkbox label,
.radio label {
  min-height: 21px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9
}

.checkbox+.checkbox,
.radio+.radio {
  margin-top: -5px
}

.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 35px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0
}

.form-group-sm .form-control,
.input-sm {
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 12px
}

.input-sm {
  height: 30px;
  line-height: 1.5
}

select.input-sm {
  height: 30px;
  line-height: 30px
}

select[multiple].input-sm,
textarea.input-sm {
  height: auto
}

.form-group-sm .form-control {
  height: 30px;
  line-height: 1.5
}

.form-group-lg .form-control,
.input-lg {
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 18px
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 33px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5
}

.input-lg {
  height: 46px;
  line-height: 1.3333333
}

select.input-lg {
  height: 46px;
  line-height: 46px
}

select[multiple].input-lg,
textarea.input-lg {
  height: auto
}

.form-group-lg .form-control {
  height: 46px;
  line-height: 1.3333333
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 39px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.has-feedback {
  position: relative
}

.has-feedback .form-control {
  padding-right: 43.75px
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center
}

.collapsing,
.dropdown,
.dropup {
  position: relative
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px
}

.has-success .form-control {
  border-color: #69b8b8;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #4ca2a2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #aed9d9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #aed9d9
}

.has-success .input-group-addon {
  color: #69b8b8;
  border-color: #69b8b8;
  background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #eb622b
}

.has-warning .form-control {
  border-color: #eb622b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #cf4914;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f4a788;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #f4a788
}

.has-warning .input-group-addon {
  color: #eb622b;
  border-color: #eb622b;
  background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #cb332e
}

.has-error .form-control {
  border-color: #cb332e
}

.has-error .form-control:focus {
  border-color: #a12925;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e2817d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #e2817d
}

.has-error .input-group-addon {
  color: #cb332e;
  border-color: #cb332e;
  background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
  top: 26px
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #9fa0a0
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 28px
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px
}

@media (min-width:768px) {
  .form-inline .form-control-static,
  .form-inline .form-group {
    display: inline-block
  }
  .form-inline .control-label,
  .form-inline .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto
  }
  .form-inline .input-group>.form-control {
    width: 100%
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0
  }
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px
  }
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px
  }
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  border: 1px solid transparent;
  line-height: 1.5;
  user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default {
  background-color: #fff
}

.btn-default.focus,
.btn-default:focus {
  background-color: #e6e6e6;
  border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc
}

.btn-default .badge {
  color: #fff;
  background-color: #333
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}

.btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.fade.in {
  opacity: 1
}

.collapse {
  display: none
}

.collapse.in {
  display: block
}

tr.collapse.in {
  display: table-row
}

tbody.collapse.in {
  display: table-row-group
}

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}

.dropdown-toggle:focus {
  outline: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
  left: auto;
  right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  line-height: 1.5;
  white-space: nowrap
}

.badge,
.input-group-addon,
.label,
.nav-justified>li>a,
.pager,
.progress-bar {
  text-align: center
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.dropdown-menu>li>a {
  font-weight: 400;
  color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
  text-decoration: none;
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed
}

.open>.dropdown-menu {
  display: block
}

.open>a {
  outline: 0
}

.dropdown-menu-left {
  left: 0;
  right: auto
}

.dropdown-header {
  font-size: 12px;
  color: #777
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}

.nav-justified>.dropdown .dropdown-menu,
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px
}

@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px
}

.btn-toolbar {
  margin-left: -5px
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px
}

.btn .caret,
.btn-group>.btn:first-child {
  margin-left: 0
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-lg .caret {
  border-width: 5px 5px 0
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
  float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-radius: 4px 4px 0 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-radius: 0 0 4px 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%
}

.btn-group-justified>.btn-group .btn {
  width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0)
}

.input-group,
.input-group-btn,
.input-group-btn>.btn,
.nav>li,
.nav>li>a,
.navbar {
  position: relative
}

.input-group {
  display: table;
  border-collapse: separate
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0
}

.input-group .form-control:focus {
  z-index: 3
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 46px;
  line-height: 46px
}

select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
  height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 30px;
  line-height: 30px
}

select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
  height: auto
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.nav>li,
.nav>li>a {
  display: block
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
  border-radius: 0
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  vertical-align: middle
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #ddd;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
  margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  font-size: 0
}

.input-group-btn>.btn+.btn {
  margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  z-index: 2;
  margin-left: -1px
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}

.nav>li>a {
  padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.nav>li.disabled>a {
  color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #eee;
  border-color: #337ab7
}

.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5
}

.nav>li>a>img {
  max-width: none
}

.nav-tabs {
  border-bottom: 1px solid #ddd
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.5
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background-color: #fff;
  cursor: default
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}

.nav-tabs.nav-justified>li {
  float: none
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%
  }
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.nav-pills>li {
  float: left
}

.nav-justified>li,
.nav-stacked>li {
  float: none
}

.nav-pills>li>a {
  border-radius: 4px
}

.nav-pills>li+li {
  margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #337ab7
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0
}

.nav-justified {
  width: 100%
}

.nav-justified>li>a {
  margin-bottom: 5px
}

.nav-tabs-justified {
  border-bottom: 0
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
  border: 1px solid #ddd
}

@media (min-width:768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%
  }
  .nav-justified>li>a {
    margin-bottom: 0
  }
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs-justified>.active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar {
  min-height: 50px;
  margin-bottom: 21px;
  border: 1px solid transparent
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar {
    border-radius: 4px
  }
  .navbar-header {
    float: left
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }
  .navbar-collapse.in {
    overflow-y: visible
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-left: 0;
    padding-right: 0
  }
}

.carousel-inner,
.embed-responsive,
.media,
.media-body,
.modal,
.modal-open,
.progress,
main .hero {
  overflow: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px
  }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0
}

.navbar-brand {
  float: left;
  padding: 14.5px 15px;
  font-size: 18px;
  line-height: 21px;
  height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-brand>img {
  display: block
}

@media (min-width:768px) {
  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    border-radius: 0
  }
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px
}

.navbar-toggle:focus {
  outline: 0
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px
}

.navbar-nav {
  margin: 7.25px -15px
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px
}

@media (max-width:767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 15px 5px 25px
  }
  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 21px
  }
  .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-nav .open .dropdown-menu>li>a:hover {
    background-image: none
  }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
  .navbar-toggle {
    display: none
  }
  .navbar-nav {
    float: left;
    margin: 0
  }
  .navbar-nav>li {
    float: left
  }
  .navbar-nav>li>a {
    padding-top: 14.5px;
    padding-bottom: 14.5px
  }
}

.navbar-form {
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin: 7.5px -15px
}

@media (min-width:768px) {
  .navbar-form .form-control-static,
  .navbar-form .form-group {
    display: inline-block
  }
  .navbar-form .control-label,
  .navbar-form .form-group {
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto
  }
  .navbar-form .input-group>.form-control {
    width: 100%
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    position: relative;
    margin-left: 0
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0
  }
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px
  }
  .navbar-left {
    float: left !important
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px
  }
  .navbar-right~.navbar-right {
    margin-right: 0
  }
}

.breadcrumb>li,
.pagination {
  display: inline-block
}

@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-radius: 4px 4px 0 0
}

.navbar-btn {
  margin-top: 7.5px;
  margin-bottom: 7.5px
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px
}

.navbar-text {
  margin-top: 14.5px;
  margin-bottom: 14.5px
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7
}

.navbar-default .navbar-brand {
  color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #333;
  background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
  color: #ccc;
  background-color: transparent
}

.navbar-default .navbar-toggle {
  border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: #e7e7e7;
  color: #555
}

@media (max-width:767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #333;
    background-color: transparent
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
  }
}

.navbar-default .navbar-link {
  color: #777
}

.navbar-default .navbar-link:hover {
  color: #333
}

.navbar-default .btn-link {
  color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  color: #fff;
  background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
  color: #444;
  background-color: transparent
}

.navbar-inverse .navbar-toggle {
  border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
  background-color: #080808;
  color: #fff
}

@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: transparent
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: #fff;
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
    color: #444;
    background-color: transparent
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
  color: #fff
}

.navbar-inverse .btn-link {
  color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}

.breadcrumb>.active {
  color: #777
}

.pagination {
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px
}

.pager li,
.pagination>li {
  display: inline
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
  color: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: #eee
}

.pager .next>a,
.pager .next>span {
  float: right
}

.pager .previous>a,
.pager .previous>span {
  float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
  color: #777;
  background-color: #fff;
  cursor: not-allowed
}

a.badge:focus,
a.badge:hover,
a.label:focus,
a.label:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none
}

.label {
  color: #fff
}

.label:empty {
  display: none
}

.btn .label {
  position: relative;
  top: -1px
}

.label-default {
  background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e
}

.label-primary {
  background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090
}

.label-success {
  background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44
}

.label-info {
  background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5
}

.label-warning {
  background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f
}

.label-danger {
  background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #777;
  border-radius: 10px
}

.badge:empty {
  display: none
}

.media-object,
.thumbnail {
  display: block
}

.btn .badge {
  position: relative;
  top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.list-group-item>.badge {
  float: right
}

.list-group-item>.badge+.badge {
  margin-right: 5px
}

.nav-pills>li>a>.badge {
  margin-left: 3px
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.alert,
.thumbnail {
  margin-bottom: 21px
}

.alert .alert-link,
.close {
  font-weight: 700
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px
}

.jumbotron .container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px
  }
}

.thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-left: auto;
  margin-right: auto
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7
}

.thumbnail .caption {
  padding: 9px;
  color: #5f6060
}

.alert {
  border: 1px solid transparent;
  border-radius: 4px
}

.alert h4 {
  margin-top: 0;
  color: inherit
}

.alert>p,
.alert>ul {
  margin-bottom: 0
}

.alert>p+p {
  margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}

.modal,
.modal-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #69b8b8
}

.alert-success hr {
  border-top-color: #c9e2b3
}

.alert-success .alert-link {
  color: #4ca2a2
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #5f6060
}

.alert-info hr {
  border-top-color: #a6e1ec
}

.alert-info .alert-link {
  color: #464646
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #eb622b
}

.alert-warning hr {
  border-top-color: #f7e1b5
}

.alert-warning .alert-link {
  color: #cf4914
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #cb332e
}

.alert-danger hr {
  border-top-color: #e4b9c0
}

.alert-danger .alert-link {
  color: #a12925
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}

.progress {
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #fff;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
  background-color: #5cb85c
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  zoom: 1
}

.media-body {
  width: 10000px
}

.media-object.img-thumbnail {
  max-width: none
}

.media-right,
.media>.pull-right {
  padding-left: 10px
}

.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top
}

.media-middle {
  vertical-align: middle
}

.media-bottom {
  vertical-align: bottom
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.media-list {
  padding-left: 0;
  list-style: none
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
  color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5
}

button.list-group-item {
  width: 100%;
  text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  background-color: #eee;
  color: #777;
  cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef
}

.list-group-item-success {
  color: #69b8b8;
  background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
  color: #69b8b8
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #69b8b8;
  background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #69b8b8;
  border-color: #69b8b8
}

.list-group-item-info {
  color: #5f6060;
  background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
  color: #5f6060
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #5f6060;
  background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #5f6060;
  border-color: #5f6060
}

.list-group-item-warning {
  color: #eb622b;
  background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #eb622b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #eb622b;
  background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #eb622b;
  border-color: #eb622b
}

.list-group-item-danger {
  color: #cb332e;
  background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #cb332e
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #cb332e;
  background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #cb332e;
  border-color: #cb332e
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: inherit
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.close {
  line-height: 1
}

.panel {
  margin-bottom: 21px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel-body {
  padding: 15px
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel-title {
  margin-top: 0;
  font-size: 16px
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-left: 15px;
  padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
  border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
  border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
  border-right: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0
}

.panel-group {
  margin-bottom: 21px
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px
}

.panel-group .panel+.panel {
  margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top: 1px solid #ddd
}

.panel-group .panel-footer {
  border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}

.panel-default {
  border-color: #ddd
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd
}

.panel-primary {
  border-color: #337ab7
}

.panel-primary>.panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7
}

.panel-success {
  border-color: #d6e9c6
}

.panel-success>.panel-heading {
  color: #69b8b8;
  background-color: #dff0d8;
  border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #69b8b8
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6
}

.panel-info {
  border-color: #bce8f1
}

.panel-info>.panel-heading {
  color: #5f6060;
  background-color: #d9edf7;
  border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #5f6060
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1
}

.panel-warning {
  border-color: #faebcc
}

.panel-warning>.panel-heading {
  color: #eb622b;
  background-color: #fcf8e3;
  border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #eb622b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc
}

.panel-danger {
  border-color: #ebccd1
}

.panel-danger>.panel-heading {
  color: #cb332e;
  background-color: #f2dede;
  border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #cb332e
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%
}

.embed-responsive-4by3 {
  padding-bottom: 75%
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15)
}

.well-lg {
  padding: 24px;
  border-radius: 6px
}

.well-sm {
  padding: 9px;
  border-radius: 3px
}

.close {
  float: right;
  font-size: 21px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20)
}

.popover,
.tooltip {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-shadow: none;
  text-transform: none;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  text-decoration: none;
  white-space: normal
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50)
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0
}

.modal-body,
.modal-header {
  padding: 15px
}

.modal-content,
.popover {
  background-clip: padding-box
}

.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  width: auto
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0
}

.modal-backdrop {
  position: fixed;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50)
}

.modal-header .close {
  margin-top: -2px
}

.modal-title {
  margin: 0
}

.modal-body {
  position: relative
}

.modal-footer {
  padding: 15px;
  text-align: right
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
  }
  .modal-sm {
    width: 300px
  }
}

@media (min-width:992px) {
  .modal-lg {
    width: 900px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  text-align: left;
  text-align: start;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0)
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90)
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top .tooltip-arrow {
  left: 50%;
  margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
  left: 5px;
  margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
  border-width: 0 5px 5px;
  border-bottom-color: #000;
  top: 0
}

.tooltip.bottom .tooltip-arrow {
  left: 50%;
  margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
  right: 5px;
  margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
  left: 5px;
  margin-top: -5px
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  text-align: start;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.left {
  margin-left: -10px
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.carousel,
.carousel-inner {
  position: relative
}

.popover>.arrow:after {
  border-width: 10px;
  content: ""
}

.popover.top>.arrow {
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25)
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
  content: " ";
  bottom: -10px
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
  left: 1px;
  border-left-width: 0;
  border-right-color: #fff
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
  top: -11px
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff
}

.carousel-inner {
  width: 100%
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -moz-transition: -moz-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
  }
  .carousel-inner>.item.active.right,
  .carousel-inner>.item.next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0
  }
  .carousel-inner>.item.active.left,
  .carousel-inner>.item.prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0
  }
  .carousel-inner>.item.active,
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.active {
  left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%
}

.carousel-inner>.next {
  left: 100%
}

.carousel-inner>.prev {
  left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.active.left {
  left: -100%
}

.carousel-inner>.active.right {
  left: 100%
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0)
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:focus,
.carousel-control:hover {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90)
}

header .navbar .top-menu ul#top-menu>li>a.selected,
header .navbar .top-menu ul#top-menu>li>a:active,
header .navbar .top-menu ul#top-menu>li>a:hover,
header .navbar .top-menu ul#top-menu>li>a[aria-expanded=true] {
  opacity: 1
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif
}

.carousel-control .icon-prev:before {
  content: '\2039'
}

.carousel-control .icon-next:before {
  content: '\203a'
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

*,
.carousel-caption .btn,
.text-hide {
  text-shadow: none
}

@media screen and (min-width:768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }
  .carousel-indicators {
    bottom: 20px
  }
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none
}

.pull-right {
  float: right !important
}

.pull-left {
  float: left !important
}

.hide {
  display: none !important
}

.show {
  display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important
}

.invisible {
  visibility: hidden
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  background-color: transparent;
  border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  font-family: Roboto, sans-serif !important;
}

.affix {
  position: fixed
}

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

@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table !important
  }
  tr.visible-xs {
    display: table-row !important
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important
  }
  .visible-xs-block {
    display: block !important
  }
  .visible-xs-inline {
    display: inline !important
  }
  .visible-xs-inline-block {
    display: inline-block !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .wy-nav-content .rst-content{
    float:right;
  }
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table !important
  }
  tr.visible-sm {
    display: table-row !important
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important
  }
  .visible-sm-block {
    display: block !important
  }
  .visible-sm-inline {
    display: inline !important
  }
  .visible-sm-inline-block {
    display: inline-block !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table !important
  }
  tr.visible-md {
    display: table-row !important
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important
  }
  .visible-md-block {
    display: block !important
  }
  .visible-md-inline {
    display: inline !important
  }
  .visible-md-inline-block {
    display: inline-block !important
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table !important
  }
  tr.visible-lg {
    display: table-row !important
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important
  }
  .visible-lg-block {
    display: block !important
  }
  .visible-lg-inline {
    display: inline !important
  }
  .visible-lg-inline-block {
    display: inline-block !important
  }
  .hidden-lg {
    display: none !important
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none !important
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none !important
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none !important
  }
}

.visible-print {
  display: none !important
}

@media print {
  .visible-print {
    display: block !important
  }
  table.visible-print {
    display: table !important
  }
  tr.visible-print {
    display: table-row !important
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important
  }
}

.visible-print-block {
  display: none !important
}

@media print {
  .visible-print-block {
    display: block !important
  }
}

.visible-print-inline {
  display: none !important
}

@media print {
  .visible-print-inline {
    display: inline !important
  }
}

.visible-print-inline-block {
  display: none !important
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important
  }
  .hidden-print {
    display: none !important
  }
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  outline: 0 !important
}

body,
button,
cite,
html,
input,
p,
select,
span,
td,
textarea,
th,
ul>li {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  color: #5f6060;
  line-height: 1.6;
  position: relative;
  font-weight: 300;
  font-size: 14px;
}

body,
html {
  overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  font-weight: 400;
  margin: 15px 0;
  color: #232528
}

h5,
p {
  margin: 1.2em 0
}

h1 {
  font-size: 40px
}

h2 {
  font-size: 32px
}

h3 {
  font-size: 26px
}

h4 {
  font-size: 22px
}

h5 {
  font-size: 14px
}

p,
th,
tr,
ul>li {
  font-size: 1em;
  font-weight: inherit;
  color: #5f6060
}

span.price {
  position: relative
}

span.price:before {
  content: "$";
  position: absolute;
  font-size: 12px;
  left: -8px
}

i {
  display: inline-block
}

a {
  color: #2baae1;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none
}

a:active,
a:focus,
a:hover {
  color: #1b8dbe;
  text-decoration: none
}

hr {
  margin-top: 10px;
  margin-bottom: 10px
}

.well {
  box-shadow: none !important;
  border-radius: 2px !important
}

body>form {
  position: relative;
  min-height: 100%
}

main .hero {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 250px
}

main .hero.overlay figure {
  z-index: -1
}

main .hero.overlay .hero-wrapper {
  background: rgba(0, 0, 0, .4);
  z-index: 1;
  height: 100%;
  width: 100%
}

main .hero.overlay-blue .hero-wrapper {
  background: rgba(0, 39, 61, .6);
  z-index: 1;
  height: 100%;
  width: 100%
}

main .hero .hero-carousel,
main .hero figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1
}

main .hero .hero-carousel img,
main .hero figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto
}

main .hero .hero-carousel .carousel-inner,
main .hero .hero-carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 100%
}

main .hero .container {
  padding: 125px 15px 40px
}

main .hero.big-hero .container {
  padding: 240px 15px 150px
}

main .hero.product-hero {
  max-height: 1100px;
  overflow: hidden
}

main .hero.product-hero .container {
  padding: 125px 15px 0
}

main .hero.product-hero .container figure,
main .hero.product-hero .container img {
  position: relative;
  transform: none;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto
}

main .hero.product-hero .container figure {
  max-width: 1200px
}

main .hero section.is-nav-fixed {
  margin-top: 103px
}

main .hero.pagenotfound .link a {
  display: block;
  padding: 8px;
  margin: 30px auto 0;
  border-radius: 2px;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  text-align: left
}

main .hero.pagenotfound .link a:hover {
  color: #2baae1 !important
}

main .hero.pagenotfound .link a .media-left {
  padding-right: 10px !important
}

main .hero .btn {
  margin-top: 20px
}

main .split-bt-section {
  padding: 0 !important
}

main .split-bt-section .row {
  position: relative
}

main .split-bt-section .bg-image {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 300px;
  height: 100%
}

main .split-bt-section .bg-image.left {
  right: 50%;
  left: -50%
}

main .split-bt-section .bg-image.right {
  left: 50%;
  right: -50%
}

main .split-bt-section .text-content {
  padding-top: 60px;
  padding-bottom: 60px
}

main .split-bt-section .text-content.left {
  padding-right: 60px
}

main .split-bt-section .text-content.right {
  padding-left: 60px
}

body.has-alert header,
body.has-alert header .navbar.navbar-fixed-top {
  top: 53px
}

body.has-alert main .hero .container {
  padding: 180px 15px 40px
}

body.has-alert main .hero.big-hero .container {
  padding: 240px 15px 130px
}

body.has-alert main.resource .hero.big-hero img {
  top: 80%
}

body.has-alert .section-filters.is-nav-fixed {
  top: 107px
}

body.has-alert .slick-slider .slick-dots {
  margin-bottom: 0;
  margin-top: 50px
}

@media (max-width:991px) {
  body.has-alert header .shopping-cart {
    margin-top: 35px !important;
    right: 22%
  }
}

@media (max-width:767px) {
  body.has-alert header,
  body.has-alert header .navbar.navbar-fixed-top {
    top: 72px
  }
  body.has-alert header .shopping-cart {
    margin-top: 48px !important;
    right: 88px !important
  }
  body.has-alert main.resource .hero.big-hero .container {
    padding: 210px 15px 40px
  }
  body.has-alert section.hero,
  body.has-alert section.hero.big-hero {
    padding-top: 0
  }
  body.has-alert .section-filters.is-nav-fixed {
    top: 125px
  }
}

@media (max-width:555px) {
  body.has-alert header {
    top: 88px
  }
  body.has-alert header .navbar.navbar-fixed-top {
    top: 94px
  }
  body.has-alert header .shopping-cart {
    margin-top: 64px !important
  }
  body.has-alert main.resource .hero.big-hero .container {
    padding: 190px 0 30px !important
  }
  body.has-alert main.resource .hero.big-hero img {
    top: 70%
  }
  body.has-alert section.hero {
    padding-top: 110px
  }
  body.has-alert section.hero.big-hero {
    padding-top: 300px
  }
  body.has-alert .section-filters.is-nav-fixed {
    top: 145px
  }
}

.rst-content>footer {
  background: none !important;
}

footer .main-footer-info figure .bt-logo-footer {
  padding-top: 12px;
  max-width: 181px
}

footer .label-checkmark {
  font-size: 12px !important;
  font-weight: 300;
  margin-bottom: 0 !important;
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 25px;
  max-width: 40px;
  display: inline-block !important
}

footer .label-checkmark .checkmark {
  top: 69%
}

footer .footer-top {
  margin-bottom: 30px;
  position: relative
}

footer .footer-logos-certified {
  padding-top: 40px
}

footer .footer-bottom {
  padding: 15px 0 40px;
  background: 0 0
}

footer .footer-bottom .copyright {
  margin: 0
}

footer .footer-bottom .copyright a {
  color: #91b3d5
}

footer .footer-bottom .copyright a:hover {
  color: #7fa6ce
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0
}

footer ul h3 {
  margin-top: 5px
}

footer ul li {
  padding: 3px 0
}

footer ul li a {
  color: #5f6060;
  font-size: 16px
}

footer ul li a:hover {
  color: #2baae1
}

footer .separator.small {
  border-top: 1px solid #eee !important
}

footer .footer-logos {
  padding: 10px 0;
  margin-top: 14px
}

footer .footer-logos img {
  margin: 15px 0
}

footer .footer-logos img.office-365 {
  margin-top: 8px;
  max-width: 115px
}

footer .footer-logos img.sharepoint {
  max-width: 130px;
  margin-top: 6px
}

footer .footer-logos img.ms-partner {
  margin-top: -4.5px;
  max-width: 167px
}

footer span.location {
  display: block;
  width: 25px;
  height: 25px;
  background-color: #333;
  float: left;
  text-align: center;
  margin-right: 10px;
  line-height: 25px;
  margin-top: -3px;
  color: #eee
}

footer h3.social {
  margin-top: 5px !important
}

footer .footer-social {
  margin: 0
}

footer .footer-social a {
  color: #fafafa;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding: 0 3px
}

footer .footer-social a:hover {
  color: #FFF
}

.text-color {
  color: #5f6060 !important
}

.text-dark {
  color: #232528 !important
}

.text-white {
  color: #FFF !important
}

.text-blue {
  color: #2baae1 !important
}

.text-ocean {
  color: #23598e !important
}

.text-teal {
  color: #0082a6 !important
}

.text-moonstone {
  color: #69b8b8 !important
}

.text-esmerald {
  color: #15caa2 !important
}

.text-sky {
  color: #91b3d5 !important
}

.text-carrot {
  color: #eb622b !important
}

.text-orange-light {
  color: orange !important
}

.text-saffron {
  color: #f8c341 !important
}

.text-butter {
  color: #f7e09b !important
}

.text-wine {
  color: #cb332e !important
}

.text-red {
  color: #E73737
}

.text-raspberry {
  color: #9b3979 !important
}

.text-fuchsia {
  color: #d5289a !important
}

.text-violet {
  color: #8d78db !important
}

.text-light {
  color: #fafafa !important
}

.text-granite {
  color: #5f6060 !important
}

.text-quicksilver {
  color: #9fa0a4 !important
}

.text-gainsboro {
  color: #ddd !important
}

.text-isabeline {
  color: #eee !important
}

.text-smoke {
  color: #eee
}

.text-gray-mid {
  color: #c7cacc !important
}

.text-gray {
  color: #ddd !important
}

.text-cerulean-light-01 {
  color: #64c0e7
}

.text-cerulean-light-02 {
  color: #97d5ef
}

.text-cerulean-light-3 {
  color: #caeaf7
}

.text-cerulean-dark-01 {
  color: #1177a8
}

.text-cerulean-dark-02 {
  color: #095281
}

.text-cerulean-dark-3 {
  color: #03305c
}

.text-fuchsia-light-01 {
  color: #dd61b2
}

.text-fuchsia-light-02 {
  color: #e895cc
}

.text-fuchsia-light-03 {
  color: #f5c9e6
}

.text-fuchsia-dark-01 {
  color: #a50f73
}

.text-fuchsia-dark-02 {
  color: #7a074e
}

.text-fuchsia-dark-03 {
  color: #5e0338
}

.text-carrot-light-01 {
  color: #ee8965
}

.text-carrot-light-02 {
  color: #f3b097
}

.text-carrot-light-3 {
  color: #f9d8cb
}

.text-carrot-dark-01 {
  color: #bb3c17
}

.text-carrot-dark-02 {
  color: #8e080a
}

.text-carrot-dark-3 {
  color: #700206
}

.text-success-bs {
  color: #449d44 !important
}

main .fluid-grid .grid-item {
  width: 33%;
  display: inline-block;
  padding: 0 15px
}

main .fluid-grid .grid-item .post-card {
  min-height: 150px;
  height: auto
}

main .fluid-grid .grid-item .post-card .card-header {
  z-index: 1;
  position: relative
}

main .fluid-grid .grid-item .post-card .card-header figure {
  position: relative;
  width: 100%;
  height: 100%
}

main .fluid-grid .grid-item .post-card .card-body {
  position: relative
}

main .fluid-grid .grid-item .post-card .card-body padding {
  white-space: normal;
  overflow: visible
}

main .fluid-grid .grid-item.cpt-event .card-header {
  background-color: #eb622b
}

main .fluid-grid .grid-item.cpt-blog .card-header {
  background-color: #2baae1
}

main .fluid-grid .grid-item.cpt-case-study .card-header {
  background-color: #23598e
}

main .product-list-item {
  margin-bottom: 40px;
  height: 290px;
  background: #FFF;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  position: relative;
  cursor: pointer
}

main .product-list-item:hover {
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .2);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, .2)
}

main .product-list-item:hover .product-overlay {
  background: rgba(0, 0, 0, .3)
}

main .product-list-item:hover .product-details {
  height: 150px;
  padding: 15px
}

main .product-list-item:hover .product-details .label {
  top: 2px
}

main .product-list-item:hover figure img {
  transform: translate(0, -15px)
}

main .product-list-item .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: background .4s ease;
  z-index: 3
}

main .product-list-item .product-option {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}

main .product-list-item .product-option figure {
  height: 100%
}

main .product-list-item .product-option figure img {
  transition: all .4s ease
}

main .product-list-item .product-option.new-product:before {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent rgba(43, 170, 225, .95) transparent transparent;
  z-index: 1
}

main .product-list-item .product-option.new-product:after {
  content: 'New';
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 400;
  z-index: 2
}

main .product-list-item .product-option .product-info {
  height: 100%;
  padding: 30px 10px;
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease
}

main .product-list-item .product-option .product-info .product-buttons {
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

main .product-list-item .product-option .product-info .product-list-grid .product-buttons .btn {
  width: 120px;
  margin: 0 5px;
  font-weight: 500
}

main .product-list-item .product-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  transition: height .3s ease, opacity .3s ease;
  padding: 10px 15px;
  height: 45px;
  z-index: 4
}

main .product-list-item .product-details .label {
  position: absolute
}

main .product-list-item .product-details .media-left {
  padding-right: 10px
}

main .product-list-item .product-details p {
  margin: 0;
  width: 100%
}

main .product-list-item .product-details a {
  color: #333;
  font-size: 14px;
  float: right
}

main .product-list-item .product-details .product-owner {
  width: 170px;
  overflow: hidden
}

main .product-list-item .product-details .product-owner p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #12130f;
  font-weight: 500
}

main .product-list-item .product-details .product-owner .product-designer {
  font-size: 12px;
  line-height: 1.2;
  margin-top: 2px;
  display: block
}

main .product-list-item .product-details .product-detail {
  font-size: 16px;
  padding: 0
}

main .product-list-item .product-details .product-detail.icons-only {
  padding: 11px 0 0
}

main .product-list-item .product-details .product-detail span.sales i,
main .product-list-item .product-details .product-detail.icons-only i:first-child {
  padding-right: 5px
}

main .product-list-item .product-details .product-detail.icons-only i {
  font-size: 22px
}

main .product-list-item .product-details .product-detail span {
  font-size: inherit
}

main .product-list-item .product-details .product-detail span.price {
  margin-left: 3px;
  margin-right: 4px
}

main .product-list-item .product-details .product-detail span.price:before {
  content: ""
}

main .product-list-item .product-details .product-detail span.price i {
  font-size: 16px;
  position: relative;
  top: 2px
}

.fa-cc-paypal {
  color: #253B80
}

.fa-cc-visa {
  color: #0157A2
}

.fa-cc-mastercard {
  color: #0A3A82
}

.fa-cc-discover {
  color: #F68121
}

.fa-cc-amex {
  color: #007BC1
}

.fadeIn {
  -webkit-animation: fadeIn .5s !important;
  animation: fadeIn .5s !important
}

.fadeOut,
.is-hidden {
  animation: .5s fadeOut !important;
  -webkit-animation: .5s fadeOut !important
}

header {
  margin: 0;
  background: #FFF;
  position: absolute;
  width: 100%;
  z-index: 99;
  border-bottom: solid 1px #eee
}

header .navbar {
  border: none;
  position: relative;
  margin: 0;
  background-color: #FFF !important;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out
}

header .navbar .top-menu {
  display: table;
  width: 100%;
  padding: 20px 0 16px
}

header .navbar .top-menu #logo {
  text-indent: -9999px;
  width: 198px;
  height: 43px;
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.logo_blue.png);
  background-size: 198px;
  display: inline-block
}

header .navbar .top-menu .navbar-toggle.offcanvas-toggle {
  border: none;
  box-shadow: none;
  color: #5f6060;
  text-transform: uppercase;
  z-index: 9999;
  position: absolute;
  right: 9%;
  top: 35px;
  font-size: 14px;
  padding: 10px 14px;
  margin: -13px 0 0 !important;
  display: none
}

header .navbar .top-menu ul#top-menu {
  margin: 0;
  font-size: 14px
}

header .navbar .top-menu ul#top-menu>li {
  padding: 0 0 0 20px;
  float: none;
  margin: 0;
  cursor: pointer;
  height: auto
}

header .navbar .top-menu ul#top-menu>li>a {
  letter-spacing: 0;
  font-weight: 500;
  height: 100%;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  color: #5f6060;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  margin: -2px 0 0 !important
}

header .navbar .top-menu ul#top-menu>li>a.dropdown-toggle {
  height: 20px
}

header .navbar .top-menu ul#top-menu>li>a#dropdownMenuMyAccount {
  height: 30px;
  display: block;
  padding-right: 0 !important
}

header .navbar .top-menu ul#top-menu>li>a#dropdownMenuMyAccount:after,
header .navbar .top-menu ul#top-menu>li>a#dropdownMenuMyAccount:before {
  display: none
}

header .navbar .top-menu ul#top-menu>li>a#dropdownMenuMyAccount #userImg {
  border-radius: 50%;
  width: 30px;
  position: relative;
  top: -2px
}

header .navbar .top-menu ul#top-menu>li.has-children {
  position: relative
}

header .navbar .top-menu ul#top-menu>li.has-children>a {
  padding-right: 18px !important
}

header .navbar .top-menu ul#top-menu>li.has-children>a:after,
header .navbar .top-menu ul#top-menu>li.has-children>a:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  display: inline-block;
  margin-top: 3px;
  height: 1px;
  width: 10px;
  background: #464c4e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 9px 50%;
  -moz-transform-origin: 9px 50%;
  -ms-transform-origin: 9px 50%;
  -o-transform-origin: 9px 50%;
  transform-origin: 9px 50%
}

header .navbar .top-menu ul#top-menu>li.has-children>a:before {
  webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}

header .navbar .top-menu ul#top-menu>li.has-children>a:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 1px
}

header .navbar .top-menu ul#top-menu>li.has-children.open>a:after,
header .navbar .top-menu ul#top-menu>li.has-children.open>a:before {
  width: 12px;
  margin-top: 0
}

header .navbar .top-menu ul#top-menu>li.has-children.open>a:before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
  right: 6px;
  top: 7px
}

header .navbar .top-menu ul#top-menu>li.has-children.open>a:after {
  right: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10.5px
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu {
  max-height: none;
  overflow: visible;
  border: none
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu:before {
  content: "";
  width: 110px;
  height: 100px;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%)
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li {
  background-color: #FFF
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li>a {
  font-size: 14px !important;
  font-weight: 300;
  text-transform: none;
  opacity: .8;
  background: 0 0;
  padding: 0 10px;
  color: #5f6060 !important;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  text-decoration: none !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li:active,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li:focus,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li:hover {
  background-color: #fafafa
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li:active a,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li:focus a,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu li:hover a {
  opacity: 1
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu {
  margin-top: 0;
  padding: 0;
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  position: absolute;
  min-width: 800px !important;
  left: 56% !important;
  right: auto !important;
  transform: translateX(-50%);
  background-color: #fff;
  top: 35px;
  border-top: solid 1px #fafafa
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li {
  width: 33.3%;
  display: inline-block;
  text-align: left;
  float: left;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  height: 150px;
  padding: 0
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li:nth-of-type(3) {
  border-right: none
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a {
  opacity: 1 !important;
  background: 0 0;
  padding: 20px;
  margin-bottom: 0;
  border-bottom: none;
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a span.menu-item-title {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #232528;
  font-size: 14px !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a i {
  display: inline-block;
  float: left;
  padding: 15px 20px 15px 10px;
  font-size: 25px;
  margin-top: 25px;
  color: #2baae1
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a p {
  padding: 5px 10px 0 0;
  display: inline-block;
  font-size: 14px;
  float: left;
  text-align: left;
  max-width: 70%;
  overflow: hidden;
  max-height: 70px;
  white-space: normal;
  margin: 0;
  text-transform: none
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a i,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a p,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li>a span {
  -moz-transition: .4s ease;
  transition: .4s ease;
  -webkit-transition: .4s ease
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li:hover a {
  transition: opacity .35s, transform .35s
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li:hover a p {
  color: #2baae1 !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li:nth-child(2):hover a p {
  color: #eb622b !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li:nth-child(3):hover a p {
  color: #d5289a !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account {
  min-width: 200px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2)
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li {
  border-bottom: solid 1px #eee;
  padding-left: 0
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li:last-child {
  border-bottom: 0
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li i {
  margin-right: 20px;
  display: inline-block;
  font-size: 20px;
  margin-top: 0;
  color: #2BAAE1;
  padding: 0
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li span.menu-item-title {
  font-weight: 500 !important;
  text-transform: uppercase !important;
  color: #232528;
  font-size: 14px !important
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li.signout {
  padding: 0;
  text-transform: uppercase;
  text-align: right;
  background-color: #2baae1
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li.signout a {
  color: #FFF !important;
  padding: 10px;
  text-align: center;
  opacity: 1;
  text-transform: uppercase
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li a#LoginStatus1:before {
  content: "\f29f";
  font-family: Ionicons;
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  width: 1.28571429em;
  background: 0 0
}

header .navbar .top-menu ul#top-menu>li.get-started a {
  color: #FFF
}

header .navbar .top-menu ul#top-menu>li.shopping-cart a.menu-item i {
  font-size: 18px;
  font-weight: 700
}

header .navbar .top-menu ul#top-menu>li.shopping-cart a.menu-item .product-counter {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -14px;
  background: #27aae1;
  border-radius: 50%;
  right: -4px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: .5px;
  opacity: 0
}

header .navbar.navbar-fixed-top {
  position: fixed;
  background: rgba(255, 255, 255, .99);
  border-bottom: solid 1px #eee
}

header .navbar.navbar-fixed-top #logo {
  width: 32px;
  height: 34px;
  margin-top: 4px;
  background-size: 162px;
  background-image: url(//cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.logo_blue.png)
}

header .navbar.navbar-fixed-top .top-menu {
  padding: 8px 0
}

header .navbar.navbar-fixed-top #top-menu {
  margin: 0
}

header .navbar.navbar-fixed-top #top-menu a.menu-item {
  color: #5f6060;
  font-size: 14px;
  margin: -2px 0 0 !important
}

header .navbar.navbar-fixed-top #top-menu a.menu-item.dropdown-toggle i.ion-ios-more {
  color: #5f6060 !important
}

header .navbar.navbar-fixed-top #top-menu a.menu-item.dropdown-toggle li a {
  opacity: .8
}

header .navbar.navbar-fixed-top #top-menu a.active,
header .navbar.navbar-fixed-top #top-menu a.menu-item.dropdown-toggle li a:hover {
  opacity: 1
}

header .navbar.navbar-fixed-top #top-menu a.menu-item.btn {
  margin: -2px 0 0 !important
}

@media only screen and (max-width:1169px) {
  .BT-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s
  }
}

@media only screen and (min-width:992px) {
  .BT-primary-nav::after {
    clear: both;
    content: "";
    display: table
  }
  .BT-primary-nav ul.is-hidden {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
  }
  #sidebar-wrapper .btn-close,
  .close-sidebar {
    display: none
  }
  #wrapper.toggled {
    padding-right: 0
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 0
  }
  #page-content-wrapper {
    position: relative
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0
  }
  .BT-logo {
    top: 26px;
    left: 4em
  }
}

@media (max-width:991px) {
  header.navbar-fixed-top,
  navbar-fixed-top {
    left: auto !important
  }
  navbar-fixed-top {
    bottom: 0
  }
  .single-product-bar {
    z-index: 0
  }
  #wrapper {
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
  }
  #sidebar-wrapper {
    position: fixed;
    right: 250px;
    width: 0;
    height: 100%;
    margin-right: -250px;
    background: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    top: 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    z-index: 4
  }
  #sidebar-wrapper #top-menu li .has-children>a {
    padding-right: 18px !important
  }
  #sidebar-wrapper #top-menu li .has-children>a:after,
  #sidebar-wrapper #top-menu li .has-children>a:before {
    display: block !important;
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: 3px;
    height: 1px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%
  }
  #sidebar-wrapper #top-menu li .has-children>a:before {
    webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
  }
  #sidebar-wrapper #top-menu li .has-children>a:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 1px
  }
  #sidebar-wrapper #top-menu li .has-children.open>a:after,
  #sidebar-wrapper #top-menu li .has-children.open>a:before {
    width: 12px
  }
  #sidebar-wrapper #top-menu li .has-children.open>a:before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
    right: 6px;
    top: 7px
  }
  #sidebar-wrapper #top-menu li .has-children.open>a:after {
    right: 0;
    top: 10.5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  #sidebar-wrapper #top-menu li .has-children.open .dropdown-menu {
    box-shadow: none;
    position: relative
  }
  #sidebar-wrapper #top-menu li .has-children.open .dropdown-menu li:last-child {
    border-bottom: solid 1px #eee
  }
  #sidebar-wrapper #top-menu li a.menu-item {
    color: #5f6060;
    text-transform: uppercase
  }
  #sidebar-wrapper #top-menu li ul.dropdown-menu {
    position: relative !important;
    border-top: none;
    top: auto;
    right: auto;
    bottom: auto;
    left: 0 !important;
    margin-left: -15px;
    box-shadow: none !important
  }
  #sidebar-wrapper #top-menu li ul.menu-account li {
    padding: 0 !important;
    height: auto !important
  }
  #sidebar-wrapper #top-menu li ul.menu-account li a {
    padding: 20px 20px 0 !important
  }
  #sidebar-wrapper #top-menu li ul.menu-account li.signout a {
    padding: 10px !important
  }
  #sidebar-wrapper #top-menu li ul.menu-account li i {
    padding-left: 5px !important
  }
  #sidebar-wrapper #top-menu li.get-started a.menu-item {
    color: #FFF !important
  }
  #sidebar-wrapper #top-menu li.shopping-cart {
    position: fixed;
    right: 18%;
    margin-top: -24px
  }
  #sidebar-wrapper.sidebar-open #top-menu li.shopping-cart {
    opacity: 0;
    display: none
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu li a,
  header #top-menu li.BT-menu-base a {
    opacity: 1 !important
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
    overflow: hidden;
    overflow-y: scroll;
    bottom: 0
  }
  #page-content-wrapper {
    width: 100%;
    position: absolute;
    z-index: 9999
  }
  #offcanvasClass {
    z-index: 2;
    display: none !important
  }
  #wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px
  }
  .sidebar-nav {
    position: absolute;
    top: 50px;
    width: 250px;
    margin: 0;
    padding: 0;
    bottom: 0;
    height: 100%
  }
  header #top-menu {
    text-align: left;
    width: 100%;
    overflow-y: visible;
    height: 100%
  }
  header #top-menu li.BT-menu-base {
    float: left !important;
    width: 100%;
    padding: 15px 20px !important
  }
  header #top-menu li.BT-menu-base.dropdown-li-hide {
    display: none
  }
  header #top-menu li:not(.shopping-cart) a.menu-item i {
    display: none
  }
  #top-menu li.BT-menu-base {
    position: relative
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account {
    position: absolute !important;
    width: 100% !important;
    right: 0 !important;
    min-width: 100% !important;
    transform: none !important;
    left: 0 !important
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    float: none !important;
    height: 60px !important;
    border-right: none !important
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a p,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a p {
    display: none !important
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a i,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a i {
    margin-top: -14px !important;
    font-size: 20px !important;
    padding: 15px 20px 15px 10px !important
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a i,
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a p,
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a span.menu-item-title,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a i,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a p,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a span.menu-item-title {
    -moz-transition: .4s ease;
    transition: .4s ease;
    -webkit-transition: .4s ease
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a span.menu-item-title,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a span.menu-item-title {
    vertical-align: top
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a:active,
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a:focus,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a:active,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a:focus {
    background-color: #FFF;
    transition: opacity .35s, transform .35s
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a:active p,
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a:focus p,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a:active p,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a:focus p {
    color: #2baae1 !important
  }
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a:active span.animated-border,
  #top-menu li.BT-menu-base>ul.dropdown-menu.mega-menu li a:focus span.animated-border,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a:active span.animated-border,
  #top-menu li.BT-menu-base>ul.dropdown-menu.menu-account li a:focus span.animated-border {
    width: 100%
  }
  .nav-on-left .BT-header-buttons {
    right: auto;
    left: 5%
  }
  .nav-on-left .BT-header-buttons li {
    float: right
  }
  .navbar-toggle.offcanvas-toggle {
    display: block !important
  }
}

.link,
.link i,
.link span {
  display: inline-block
}

.btn,
.shadow {
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2)
}

.alert.basic-alert span.alert-icon i,
.btn-blue,
.link i,
.link span {
  vertical-align: middle
}

@media (max-width:767px) {
  #top-menu #logo {
    width: 35px;
    height: 32px;
    background-size: 156px
  }
  .navbar-toggle.offcanvas-toggle {
    top: 30px !important;
    right: 5px !important
  }
  .shopping-cart {
    right: 88px
  }
}

.text-normal {
  font-weight: 300 !important
}

.text-mid {
  font-weight: 400 !important
}

.text-bold {
  font-weight: 500 !important
}

.round-border-radius {
  border-radius: 50%
}

.text-left {
  text-align: left !important
}

.underline {
  text-decoration: underline !important
}

.link,
.link:active,
.link:focus,
.link:hover,
main.about section.events .events-list .event-item .event-field p.date-location:active,
main.about section.events .events-list .event-item .event-field p.date-location:focus,
main.about section.events .events-list .event-item .event-field p.date-location:hover {
  text-decoration: underline
}

.lead {
  font-size: 22px !important
}

.small {
  font-size: 14px !important
}

.smaller {
  font-size: 12px !important
}

.uppercase {
  text-transform: uppercase
}

.link {
  font-size: inherit
}

.inline-block {
  display: inline-block !important
}

.light-opacity {
  opacity: .8 !important
}

.half-opacity {
  opacity: .5 !important
}

.noopacity {
  opacity: 0 !important
}

.half-width {
  width: 50%;
  display: inline-block
}

.vertical-align {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.content-inner {
  position: absolute;
  left: 0;
  right: 0
}

.content-inner.top {
  top: 0
}

.content-inner.center {
  top: 50%;
  transform: translateY(-50%)
}

.content-inner.bottom {
  top: auto;
  transform: none;
  bottom: 0
}

.bg-image {
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 0;
  background-size: cover
}

.bg-image.overlay-blue-dark {
  background: 0 0 !important
}

.bg-image.overlay-blue-dark:before {
  position: relative;
  content: "";
  display: block;
  z-index: 0;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 39, 61, .22) 0, #00273d 100%);
  background: -webkit-linear-gradient(top, rgba(0, 39, 61, .22) 0, #00273d 100%);
  background: linear-gradient(to bottom, rgba(0, 39, 61, .5) 0, #00273d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3800273d', endColorstr='#00273d', GradientType=0)
}

.bg-image.no-overlay:before {
  display: none
}

.clear-positions {
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important
}

.media-left-align-top {
  padding-top: 5px
}

.media-left,
.media>.pull-left {
  padding-right: 25px
}

.noscroll {
  overflow: hidden
}

.base-img,
.feature-img {
  position: absolute
}

.base-img.left {
  left: -50%
}

.base-img.right {
  right: -62%;
  top: -97px;
  width: 180%
}

.separator {
  width: 250px;
  height: 3px;
  border: none;
  margin-top: 20px;
  margin-bottom: 15px
}

.separator.small {
  width: 125px
}

.separator.smaller {
  width: 75px
}

.separator.tiny {
  width: 35px
}

.border-ocean {
  border-top: 1px solid #23598e;
  border-bottom: 1px solid #23598e
}

.border-fuchsia {
  border-top: 1px solid #d5289a;
  border-bottom: 1px solid #d5289a
}

.border-blue {
  border-top: 1px solid #2baae1;
  border-bottom: 1px solid #2baae1
}

.border-moonstone {
  border-top: 1px solid #69b8b8;
  border-bottom: 1px solid #69b8b8
}

.border-granite {
  border-top: 1px solid #5f6060;
  border-bottom: 1px solid #5f6060
}

.border-light {
  border-top: 1px solid #fafafa;
  border-bottom: 1px solid #fafafa
}

.border-gainsboro {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd
}

.border-smoke {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee
}

.border-top-blue {
  border-top: solid 1px #2baae1
}

.border-top-light {
  border-top: solid 1px #fafafa
}

.border-top-smoke {
  border-top: solid 1px #eee
}

.border-bottom-light {
  border-bottom: solid 1px #fafafa
}

.border-bottom-blue,
.border-bottom-smoke {
  border-bottom: solid 2px #eee
}

.padding-default {
  padding: 15px !important
}

.padding-bottom {
  padding-bottom: 20px !important
}

.margin-bottom {
  margin-bottom: 20px !important
}

.margin-bottom-small {
  margin-bottom: 10px !important
}

.spaced-small {
  padding-top: 40px;
  padding-bottom: 40px
}

.spaced-medium {
  padding-top: 60px;
  padding-bottom: 60px
}

.spaced-big,
.spaced-big-top {
  padding-top: 100px
}

.spaced-big,
.spaced-big-bottom {
  padding-bottom: 100px
}

.nopadding {
  padding: 0 !important
}

.small-padding {
  padding: 10px
}

.medium-padding {
  padding: 20px
}

.nomargin {
  margin: 0 !important
}

.row-margin {
  margin-top: 20px
}

.row-margin-sm {
  margin-top: 10px
}

.row-margin-lg {
  margin-top: 40px
}

blockquote {
  margin: 0 !important
}

blockquote footer.blockquote-footer {
  position: relative;
  margin-left: -25px
}

.nomarginbottom {
  margin-bottom: 0 !important
}

.overflow-visible {
  overflow: visible !important
}

#BT-video,
.closed,
.main-section {
  overflow: hidden
}

.main-section {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%
}

.main-section.halfpaddingtop {
  padding-top: 50px
}

.main-section.halfpaddingbottom {
  padding-bottom: 50px
}

.closed,
.full-width {
  padding: 0 !important
}

.nopaddingtop {
  padding-top: 0 !important
}

.nopaddingbottom {
  padding-bottom: 0 !important
}

.text-youtube-red {
  color: #cc181e
}

.full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important
}

hr.lg {
  margin: 40px 0
}

.table-fixed {
  table-layout: fixed
}

.table-fixed thead tr th {
  width: 20%
}

.closed {
  height: 0 !important;
  opacity: 0;
  margin: 0 !important
}

.open {
  height: auto;
  opacity: 1
}

.block {
  display: block !important
}

.arrow-down:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 5px;
  background-color: transparent !important;
  right: -12px
}

.shadow {
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2)
}

.medium-shadow {
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2)
}

.strong-shadow {
  box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 24px rgba(0, 0, 0, .1)
}

.overflow-ellipsis {
  max-width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

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

.animated-1s {
  -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 pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg)
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg)
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg)
  }
  100% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
}

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

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3)
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3)
  }
}

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

.shake {
  -moz-animation: shake .3s 2 alternate;
  -webkit-animation: shake .3s 2 alternate;
  animation: shake .3s 2 alternate
}

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

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

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

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

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px)
  }
}

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

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
  }
}

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg)
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg)
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
}

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

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0);
    -ms-transform: perspective(400px) rotateX(0);
    transform: perspective(400px) rotateX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -ms-transform: perspective(400px) rotateY(0);
    transform: perspective(400px) rotateY(0);
    opacity: 1
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1
  }
  80% {
    -webkit-transform: translateX(0) skewX(-15deg);
    -ms-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
}

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

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

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0) skewX(0);
    -ms-transform: translateX(0) skewX(0);
    transform: translateX(0) skewX(0);
    opacity: 1
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) 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 center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    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: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0
  }
}

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

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}

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

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

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

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px)
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

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

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px)
  }
}

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

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px)
  }
}

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

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px)
  }
}

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

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px)
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -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: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-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: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    -webkit-transform-origin: top left;
    -ms-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: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0
  }
}

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

@-webkit-keyframes bounceDelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0)
  }
  40% {
    -webkit-transform: scale(1)
  }
}

@keyframes bounceDelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0)
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
  }
}

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

@-moz-keyframes shake {
  33% {
    transform: rotate(30deg)
  }
  66% {
    transform: rotate(-30deg)
  }
}

@-webkit-keyframes shake {
  33% {
    transform: rotate(30deg)
  }
  66% {
    transform: rotate(-30deg)
  }
}

@keyframes shake {
  33% {
    transform: rotate(30deg)
  }
  66% {
    transform: rotate(-30deg)
  }
}

.duration-06 {
  -webkit-animation-duration: .6s;
  animation-duration: .6s
}

.duration-09 {
  -webkit-animation-duration: .9s;
  animation-duration: .9s
}

.duration-10 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s
}

.duration-12 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s
}

.duration-15 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s
}

.duration-18 {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s
}

.duration-20 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.bgColor-transition {
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease
}

.color-transition,
main.themes.themes-inner .showPromocode {
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease
}

.color-transition {
  transition: color .3s ease
}

.borderColor-transition {
  -webkit-transition: border-color .3s ease;
  -moz-transition: border-color .3s ease;
  transition: border-color .3s ease
}

.opacity-transition {
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.padding-transition {
  -webkit-transition: padding .3s ease;
  -moz-transition: padding .3s ease;
  transition: padding .3s ease
}

.height-transition {
  -webkit-transition: height .3s ease;
  -moz-transition: height .3s ease;
  transition: height .3s ease
}

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

.all-transition {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease
}

.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important
}

.alert {
  cursor: pointer;
  padding: 10px !important
}

.alert .btn-close {
  opacity: .3;
  transition: .3s ease-in-out
}

.alert:before {
  display: none
}

.alert a,
.alert span {
  font-size: 14px
}

.alert.basic-alert {
  border-radius: 2px;
  position: relative
}

.alert.basic-alert span.alert-icon {
  float: left;
  font-size: 16px
}

.btn,
.btn-blue,
.btn-blue-line,
.btn-ocean,
.btn-teal-line {
  font-size: 14px
}

.alert.basic-alert .alert-content {
  margin-left: 25px;
  display: block;
  max-width: 100%;
  margin-top: -2px
}

.btn-blue,
.btn-blue-line,
.btn-carrot,
.btn-carrot-line,
.btn-esmerald,
.btn-esmerald-line,
.btn-moonstone,
.btn-moonstone-line,
.btn-moonstone-vibrate,
.btn-moonstone-vibrate-line,
.btn-ocean,
.btn-ocean-line,
.btn-teal,
.btn-teal-line {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5
}

.btn,
.btn-blue {
  -moz-transition: .3s ease;
  outline: 0;
  cursor: pointer;
  margin: 15px auto
}

.alert.bg-image,
.alert.full-width {
  width: 100% !important;
  border-radius: 0;
  text-align: center;
  padding: 15px !important
}

.alert.full-width.bg-image.repeat {
  background-size: auto;
  background-repeat: repeat
}

.alert.full-width.bg-image.cover {
  background-size: cover;
  background-repeat: no-repeat
}

body.has-alert .page-wrapper .alert {
  position: fixed;
  z-index: 9999;
  background-size: auto;
  background-repeat: repeat;
  padding: 15px
}

.btn,
.btn-blue,
.btn-blue-line,
.btn-carrot,
.btn-esmerald,
.btn-esmerald-line,
.btn-moonstone,
.btn-moonstone-line,
.btn-moonstone-vibrate,
.btn-moonstone-vibrate-line,
.btn-ocean,
.btn-ocean-line,
.btn-teal,
.btn-teal-line {
  padding: 10px 12px;
  font-weight: 400;
  text-decoration: none
}

body.has-alert .page-wrapper .alert .inside-alert-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0
}

.btn {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2)
}

.btn-blue,
.btn-ocean {
  border: 1px solid transparent
}

.btn:focus,
.btn:hover {
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-blue {
  user-select: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #2baae1;
  color: #FFF
}

.btn-blue.active.focus,
.btn-blue.active:focus,
.btn-blue.focus,
.btn-blue:active.focus,
.btn-blue:active:focus,
.btn-blue:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-blue.focus,
.btn-blue:focus,
.btn-blue:hover {
  color: #333;
  text-decoration: none
}

.btn-blue.active,
.btn-blue:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue:focus,
.btn-blue:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-blue-line,
.btn-ocean {
  vertical-align: middle;
  touch-action: manipulation;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-user-select: none;
  margin: 15px auto
}

.btn-blue:active,
.btn-blue:focus,
.btn-blue:hover {
  background: #1b8dbe;
  color: #FFF
}

.btn-blue-line {
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #2baae1;
  border: 1px solid #2baae1
}

.btn-blue-line.active.focus,
.btn-blue-line.active:focus,
.btn-blue-line.focus,
.btn-blue-line:active.focus,
.btn-blue-line:active:focus,
.btn-blue-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-blue-line.focus,
.btn-blue-line:focus,
.btn-blue-line:hover {
  color: #333;
  text-decoration: none
}

.btn-blue-line.active,
.btn-blue-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-blue-line.disabled,
.btn-blue-line[disabled],
fieldset[disabled] .btn-blue-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-blue-line:focus,
.btn-blue-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-blue-line.active,
.btn-blue-line:active,
.btn-blue-line:focus,
.btn-blue-line:hover {
  background: #1b8dbe;
  color: #FFF
}

.btn-ocean {
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #23598e;
  color: #FFF
}

.btn-ocean-line,
.btn-teal {
  -webkit-user-select: none;
  margin: 15px auto;
  vertical-align: middle;
  -moz-user-select: none;
  -ms-user-select: none;
  touch-action: manipulation;
  font-size: 14px
}

.btn-ocean.active.focus,
.btn-ocean.active:focus,
.btn-ocean.focus,
.btn-ocean:active.focus,
.btn-ocean:active:focus,
.btn-ocean:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-ocean.focus,
.btn-ocean:focus,
.btn-ocean:hover {
  color: #333;
  text-decoration: none
}

.btn-ocean.active,
.btn-ocean:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-ocean.disabled,
.btn-ocean[disabled],
fieldset[disabled] .btn-ocean {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-ocean:focus,
.btn-ocean:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-ocean:active,
.btn-ocean:focus,
.btn-ocean:hover {
  background: #193f65;
  color: #FFF
}

.btn-ocean.nohover:active,
.btn-ocean.nohover:focus,
.btn-ocean.nohover:hover {
  background: #23598e !important;
  color: #FFF
}

.btn-ocean-line {
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #23598e;
  border: 1px solid #23598e
}

.btn-ocean-line.active.focus,
.btn-ocean-line.active:focus,
.btn-ocean-line.focus,
.btn-ocean-line:active.focus,
.btn-ocean-line:active:focus,
.btn-ocean-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-ocean-line.focus,
.btn-ocean-line:focus,
.btn-ocean-line:hover {
  color: #333;
  text-decoration: none
}

.btn-ocean-line.active,
.btn-ocean-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-ocean-line.disabled,
.btn-ocean-line[disabled],
fieldset[disabled] .btn-ocean-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-ocean-line:focus,
.btn-ocean-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-ocean-line.active,
.btn-ocean-line:active,
.btn-ocean-line:focus,
.btn-ocean-line:hover {
  background: #193f65;
  color: #FFF
}

.btn-teal {
  border: 1px solid transparent;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #0082a6;
  color: #FFF
}

.btn-moonstone,
.btn-teal-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  vertical-align: middle;
  margin: 15px auto
}

.btn-teal.active.focus,
.btn-teal.active:focus,
.btn-teal.focus,
.btn-teal:active.focus,
.btn-teal:active:focus,
.btn-teal:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-teal.focus,
.btn-teal:focus,
.btn-teal:hover {
  color: #333;
  text-decoration: none
}

.btn-teal.active,
.btn-teal:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-teal.disabled,
.btn-teal[disabled],
fieldset[disabled] .btn-teal {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-teal:focus,
.btn-teal:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-teal:active,
.btn-teal:focus,
.btn-teal:hover {
  background: #005a73;
  color: #FFF
}

.btn-teal-line {
  touch-action: manipulation;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #0082a6;
  border: 1px solid #0082a6
}

.btn-teal-line.active.focus,
.btn-teal-line.active:focus,
.btn-teal-line.focus,
.btn-teal-line:active.focus,
.btn-teal-line:active:focus,
.btn-teal-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-teal-line.focus,
.btn-teal-line:focus,
.btn-teal-line:hover {
  color: #333;
  text-decoration: none
}

.btn-teal-line.active,
.btn-teal-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-teal-line.disabled,
.btn-teal-line[disabled],
fieldset[disabled] .btn-teal-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-teal-line:focus,
.btn-teal-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-moonstone,
.btn-moonstone-line {
  touch-action: manipulation;
  -webkit-transition: .3s ease
}

.btn-teal-line.active,
.btn-teal-line:active,
.btn-teal-line:focus,
.btn-teal-line:hover {
  background: #005a73;
  color: #FFF
}

.btn-moonstone {
  border: 1px solid transparent;
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #69b8b8;
  color: #FFF
}

.btn-moonstone-line,
.btn-moonstone-vibrate,
.btn-moonstone-vibrate-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 14px
}

.btn-moonstone.active.focus,
.btn-moonstone.active:focus,
.btn-moonstone.focus,
.btn-moonstone:active.focus,
.btn-moonstone:active:focus,
.btn-moonstone:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-moonstone.focus,
.btn-moonstone:focus,
.btn-moonstone:hover {
  color: #333;
  text-decoration: none
}

.btn-moonstone.active,
.btn-moonstone:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-moonstone.disabled,
.btn-moonstone[disabled],
fieldset[disabled] .btn-moonstone {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-moonstone:focus,
.btn-moonstone:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-moonstone:active,
.btn-moonstone:focus,
.btn-moonstone:hover {
  background: #4ca2a2;
  color: #FFF
}

.btn-moonstone-line {
  vertical-align: middle;
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  margin: 15px auto;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #69b8b8;
  border: 1px solid #69b8b8
}

.btn-moonstone-line.active.focus,
.btn-moonstone-line.active:focus,
.btn-moonstone-line.focus,
.btn-moonstone-line:active.focus,
.btn-moonstone-line:active:focus,
.btn-moonstone-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-moonstone-line.focus,
.btn-moonstone-line:focus,
.btn-moonstone-line:hover {
  color: #333;
  text-decoration: none
}

.btn-moonstone-line.active,
.btn-moonstone-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-moonstone-line.disabled,
.btn-moonstone-line[disabled],
fieldset[disabled] .btn-moonstone-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-moonstone-line:focus,
.btn-moonstone-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-moonstone-vibrate,
.btn-moonstone-vibrate-line {
  vertical-align: middle;
  touch-action: manipulation;
  -moz-transition: .3s ease;
  margin: 15px auto
}

.btn-moonstone-line.active,
.btn-moonstone-line:active,
.btn-moonstone-line:focus,
.btn-moonstone-line:hover {
  background: #4ca2a2;
  color: #FFF
}

.btn-moonstone-vibrate {
  border: 1px solid transparent;
  user-select: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #15caca;
  color: #FFF
}

.btn-moonstone-vibrate.active.focus,
.btn-moonstone-vibrate.active:focus,
.btn-moonstone-vibrate.focus,
.btn-moonstone-vibrate:active.focus,
.btn-moonstone-vibrate:active:focus,
.btn-moonstone-vibrate:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-moonstone-vibrate.focus,
.btn-moonstone-vibrate:focus,
.btn-moonstone-vibrate:hover {
  color: #333;
  text-decoration: none
}

.btn-moonstone-vibrate.active,
.btn-moonstone-vibrate:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-moonstone-vibrate.disabled,
.btn-moonstone-vibrate[disabled],
fieldset[disabled] .btn-moonstone-vibrate {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-moonstone-vibrate:focus,
.btn-moonstone-vibrate:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-moonstone-vibrate:active,
.btn-moonstone-vibrate:focus,
.btn-moonstone-vibrate:hover {
  background: #109c9c;
  color: #FFF
}

.btn-moonstone-vibrate-line {
  user-select: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #15caca;
  border: 1px solid #15caca
}

.btn-moonstone-vibrate-line.active.focus,
.btn-moonstone-vibrate-line.active:focus,
.btn-moonstone-vibrate-line.focus,
.btn-moonstone-vibrate-line:active.focus,
.btn-moonstone-vibrate-line:active:focus,
.btn-moonstone-vibrate-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-moonstone-vibrate-line.focus,
.btn-moonstone-vibrate-line:focus,
.btn-moonstone-vibrate-line:hover {
  color: #333;
  text-decoration: none
}

.btn-moonstone-vibrate-line.active,
.btn-moonstone-vibrate-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-moonstone-vibrate-line.disabled,
.btn-moonstone-vibrate-line[disabled],
fieldset[disabled] .btn-moonstone-vibrate-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-moonstone-vibrate-line:focus,
.btn-moonstone-vibrate-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-esmerald,
.btn-esmerald-line {
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-transition: .3s ease;
  font-size: 14px;
  margin: 15px auto
}

.btn-moonstone-vibrate-line.active,
.btn-moonstone-vibrate-line:active,
.btn-moonstone-vibrate-line:focus,
.btn-moonstone-vibrate-line:hover {
  background: #109c9c;
  color: #FFF
}

.btn-esmerald {
  border: 1px solid transparent;
  -moz-user-select: none;
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #15caa2;
  color: #FFF
}

.btn-esmerald.active.focus,
.btn-esmerald.active:focus,
.btn-esmerald.focus,
.btn-esmerald:active.focus,
.btn-esmerald:active:focus,
.btn-esmerald:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-esmerald.focus,
.btn-esmerald:focus,
.btn-esmerald:hover {
  color: #333;
  text-decoration: none
}

.btn-esmerald.active,
.btn-esmerald:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-esmerald.disabled,
.btn-esmerald[disabled],
fieldset[disabled] .btn-esmerald {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-esmerald:focus,
.btn-esmerald:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-esmerald:active,
.btn-esmerald:focus,
.btn-esmerald:hover {
  background: #109c7d;
  color: #FFF
}

.btn-esmerald.nohover:active,
.btn-esmerald.nohover:focus,
.btn-esmerald.nohover:hover {
  background: #15caa2 !important;
  color: #FFF
}

.btn-esmerald-line {
  -moz-user-select: none;
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #15caa2;
  border: 1px solid #15caa2
}

.btn-carrot,
.btn-carrot-line {
  vertical-align: middle;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none
}

.btn-carrot,
.orangelight {
  border: 1px solid transparent;
  -ms-user-select: none
}

.btn-esmerald-line.active.focus,
.btn-esmerald-line.active:focus,
.btn-esmerald-line.focus,
.btn-esmerald-line:active.focus,
.btn-esmerald-line:active:focus,
.btn-esmerald-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-esmerald-line.focus,
.btn-esmerald-line:focus,
.btn-esmerald-line:hover {
  color: #333;
  text-decoration: none
}

.btn-esmerald-line.active,
.btn-esmerald-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-esmerald-line.disabled,
.btn-esmerald-line[disabled],
fieldset[disabled] .btn-esmerald-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-esmerald-line:focus,
.btn-esmerald-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-carrot,
.btn-carrot-line {
  border-radius: 2px;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-transition: .3s ease
}

.btn-esmerald-line.active,
.btn-esmerald-line:active,
.btn-esmerald-line:focus,
.btn-esmerald-line:hover {
  background: #109c7d;
  color: #FFF
}

.btn-carrot {
  user-select: none;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  margin: 15px auto;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #eb622b;
  color: #FFF
}

.btn-carrot.active.focus,
.btn-carrot.active:focus,
.btn-carrot.focus,
.btn-carrot:active.focus,
.btn-carrot:active:focus,
.btn-carrot:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-carrot.focus,
.btn-carrot:focus,
.btn-carrot:hover {
  color: #333;
  text-decoration: none
}

.btn-carrot.active,
.btn-carrot:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-carrot.disabled,
.btn-carrot[disabled],
fieldset[disabled] .btn-carrot {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-carrot:focus,
.btn-carrot:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-carrot:active,
.btn-carrot:focus,
.btn-carrot:hover {
  background: #cf4914;
  color: #FFF
}

.btn-carrot-line {
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  background: 0 0;
  color: #eb622b;
  border: 1px solid #eb622b
}

.btn-orangelight-line,
.btn-red,
.orangelight {
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  text-decoration: none
}

.btn-carrot-line.active.focus,
.btn-carrot-line.active:focus,
.btn-carrot-line.focus,
.btn-carrot-line:active.focus,
.btn-carrot-line:active:focus,
.btn-carrot-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-carrot-line.focus,
.btn-carrot-line:focus,
.btn-carrot-line:hover {
  color: #333;
  text-decoration: none
}

.btn-carrot-line.active,
.btn-carrot-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-carrot-line.disabled,
.btn-carrot-line[disabled],
fieldset[disabled] .btn-carrot-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-carrot-line:focus,
.btn-carrot-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-carrot-line:active,
.btn-carrot-line:focus,
.btn-carrot-line:hover {
  background: #cf4914;
  color: #FFF
}

.orangelight {
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: orange;
  color: #FFF
}

.orangelight.active.focus,
.orangelight.active:focus,
.orangelight.focus,
.orangelight:active.focus,
.orangelight:active:focus,
.orangelight:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.orangelight.focus,
.orangelight:focus,
.orangelight:hover {
  color: #333;
  text-decoration: none
}

.orangelight.active,
.orangelight:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.orangelight.disabled,
.orangelight[disabled],
fieldset[disabled] .orangelight {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.orangelight:focus,
.orangelight:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.orangelight:active,
.orangelight:focus,
.orangelight:hover {
  background: #cc8400;
  color: #FFF
}

.btn-orangelight-line {
  -ms-user-select: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: 0 0;
  color: orange;
  border: 1px solid orange
}

.btn-orangelight-line.active.focus,
.btn-orangelight-line.active:focus,
.btn-orangelight-line.focus,
.btn-orangelight-line:active.focus,
.btn-orangelight-line:active:focus,
.btn-orangelight-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-orangelight-line.focus,
.btn-orangelight-line:focus,
.btn-orangelight-line:hover {
  color: #333;
  text-decoration: none
}

.btn-orangelight-line.active,
.btn-orangelight-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-orangelight-line.disabled,
.btn-orangelight-line[disabled],
fieldset[disabled] .btn-orangelight-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-orangelight-line:focus,
.btn-orangelight-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-orangelight-line:active,
.btn-orangelight-line:focus,
.btn-orangelight-line:hover {
  background: #cc8400;
  color: #FFF
}

.btn-red {
  border: 1px solid transparent;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #E73737;
  color: #FFF
}

.btn-red.active.focus,
.btn-red.active:focus,
.btn-red.focus,
.btn-red:active.focus,
.btn-red:active:focus,
.btn-red:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-red.focus,
.btn-red:focus,
.btn-red:hover {
  color: #333;
  text-decoration: none
}

.btn-red.active,
.btn-red:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-red.disabled,
.btn-red[disabled],
fieldset[disabled] .btn-red {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-butter,
.btn-red-line {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-red:focus,
.btn-red:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-red:active,
.btn-red:focus,
.btn-red:hover {
  background: #d21919;
  color: #FFF
}

.btn-red-line {
  user-select: none;
  border-radius: 2px;
  outline: 0;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #E73737;
  border: 1px solid #E73737
}

.btn-red-line.active.focus,
.btn-red-line.active:focus,
.btn-red-line.focus,
.btn-red-line:active.focus,
.btn-red-line:active:focus,
.btn-red-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-red-line.focus,
.btn-red-line:focus,
.btn-red-line:hover {
  color: #333;
  text-decoration: none
}

.btn-red-line.active,
.btn-red-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-red-line.disabled,
.btn-red-line[disabled],
fieldset[disabled] .btn-red-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-red-line:focus,
.btn-red-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-red-line:active,
.btn-red-line:focus,
.btn-red-line:hover {
  background: #d21919;
  color: #FFF
}

.btn-butter {
  border: 1px solid transparent;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #f7e09b;
  color: #FFF
}

.btn-butter-line,
.btn-raspberry {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none
}

.btn-butter.active.focus,
.btn-butter.active:focus,
.btn-butter.focus,
.btn-butter:active.focus,
.btn-butter:active:focus,
.btn-butter:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-butter.focus,
.btn-butter:focus,
.btn-butter:hover {
  color: #333;
  text-decoration: none
}

.btn-butter.active,
.btn-butter:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-butter.disabled,
.btn-butter[disabled],
fieldset[disabled] .btn-butter {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-butter:focus,
.btn-butter:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-butter:active,
.btn-butter:focus,
.btn-butter:hover {
  background: #f3d16c;
  color: #FFF
}

.btn-butter-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #f7e09b;
  border: #f7e09b
}

.btn-fuchsia,
.btn-raspberry,
.btn-raspberry-line {
  -moz-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-raspberry,
.btn-violet {
  border: 1px solid transparent
}

.btn-butter-line.active.focus,
.btn-butter-line.active:focus,
.btn-butter-line.focus,
.btn-butter-line:active.focus,
.btn-butter-line:active:focus,
.btn-butter-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-butter-line.focus,
.btn-butter-line:focus,
.btn-butter-line:hover {
  color: #333;
  text-decoration: none
}

.btn-butter-line.active,
.btn-butter-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-butter-line.disabled,
.btn-butter-line[disabled],
fieldset[disabled] .btn-butter-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-raspberry,
.btn-raspberry-line {
  -webkit-user-select: none;
  cursor: pointer
}

.btn-butter-line:focus,
.btn-butter-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-butter-line:active,
.btn-butter-line:focus,
.btn-butter-line:hover {
  background: #f3d16c;
  color: #FFF
}

.btn-raspberry {
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #9b3979;
  color: #FFF
}

.btn-fuchsia,
.btn-fuchsia-line,
.btn-raspberry-line {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none;
  border-radius: 2px
}

.btn-raspberry.active.focus,
.btn-raspberry.active:focus,
.btn-raspberry.focus,
.btn-raspberry:active.focus,
.btn-raspberry:active:focus,
.btn-raspberry:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-raspberry.focus,
.btn-raspberry:focus,
.btn-raspberry:hover {
  color: #333;
  text-decoration: none
}

.btn-raspberry.active,
.btn-raspberry:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-raspberry.disabled,
.btn-raspberry[disabled],
fieldset[disabled] .btn-raspberry {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-raspberry:focus,
.btn-raspberry:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-fuchsia,
.btn-raspberry-line {
  -webkit-transition: .3s ease;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2)
}

.btn-raspberry:active,
.btn-raspberry:focus,
.btn-raspberry:hover {
  background: #762b5c;
  color: #FFF
}

.btn-raspberry-line {
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  outline: 0;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #9b3979;
  border: 1px solid #9b3979
}

.btn-raspberry-line.active.focus,
.btn-raspberry-line.active:focus,
.btn-raspberry-line.focus,
.btn-raspberry-line:active.focus,
.btn-raspberry-line:active:focus,
.btn-raspberry-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-raspberry-line.focus,
.btn-raspberry-line:focus,
.btn-raspberry-line:hover {
  color: #333;
  text-decoration: none
}

.btn-raspberry-line.active,
.btn-raspberry-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-raspberry-line.disabled,
.btn-raspberry-line[disabled],
fieldset[disabled] .btn-raspberry-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-raspberry-line:focus,
.btn-raspberry-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-raspberry-line:active,
.btn-raspberry-line:focus,
.btn-raspberry-line:hover {
  background: #762b5c;
  color: #FFF
}

.btn-fuchsia {
  -webkit-user-select: none;
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  outline: 0;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #d5289a;
  color: #FFF;
  border: 1px solid #d5289a
}

.btn-fuchsia-line,
.btn-violet {
  -moz-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-fuchsia.active.focus,
.btn-fuchsia.active:focus,
.btn-fuchsia.focus,
.btn-fuchsia:active.focus,
.btn-fuchsia:active:focus,
.btn-fuchsia:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-fuchsia.focus,
.btn-fuchsia:focus,
.btn-fuchsia:hover {
  color: #333;
  text-decoration: none
}

.btn-fuchsia.active,
.btn-fuchsia:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-fuchsia.disabled,
.btn-fuchsia[disabled],
fieldset[disabled] .btn-fuchsia {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-fuchsia:focus,
.btn-fuchsia:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-fuchsia:active,
.btn-fuchsia:focus,
.btn-fuchsia:hover {
  background: #aa207b;
  color: #FFF
}

.btn-fuchsia-line {
  -webkit-user-select: none;
  user-select: none;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: 0 0;
  color: #d5289a;
  border: 1px solid #d5289a
}

.btn-violet,
.btn-violet-line,
.btn-white {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none
}

.btn-fuchsia-line.active.focus,
.btn-fuchsia-line.active:focus,
.btn-fuchsia-line.focus,
.btn-fuchsia-line:active.focus,
.btn-fuchsia-line:active:focus,
.btn-fuchsia-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-fuchsia-line.focus,
.btn-fuchsia-line:focus,
.btn-fuchsia-line:hover {
  color: #333;
  text-decoration: none
}

.btn-fuchsia-line.active,
.btn-fuchsia-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-fuchsia-line.disabled,
.btn-fuchsia-line[disabled],
fieldset[disabled] .btn-fuchsia-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-fuchsia-line:focus,
.btn-fuchsia-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-violet,
.btn-violet-line {
  -webkit-user-select: none;
  -webkit-transition: .3s ease
}

.btn-fuchsia-line.active,
.btn-fuchsia-line:active,
.btn-fuchsia-line:focus,
.btn-fuchsia-line:hover {
  background: #aa207b;
  color: #FFF
}

.btn-violet {
  user-select: none;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #8d78db;
  color: #FFF
}

.btn-violet.active.focus,
.btn-violet.active:focus,
.btn-violet.focus,
.btn-violet:active.focus,
.btn-violet:active:focus,
.btn-violet:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-violet.focus,
.btn-violet:focus,
.btn-violet:hover {
  color: #333;
  text-decoration: none
}

.btn-violet.active,
.btn-violet:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-violet.disabled,
.btn-violet[disabled],
fieldset[disabled] .btn-violet {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-violet:focus,
.btn-violet:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-violet:active,
.btn-violet:focus,
.btn-violet:hover {
  background: #6b50d0;
  color: #FFF
}

.btn-violet-line {
  -moz-user-select: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: 0 0;
  color: #8d78db;
  border: 1px solid #8d78db
}

.btn-quicksilver,
.btn-white,
.btn-white-line {
  -webkit-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-violet-line.active.focus,
.btn-violet-line.active:focus,
.btn-violet-line.focus,
.btn-violet-line:active.focus,
.btn-violet-line:active:focus,
.btn-violet-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-violet-line.focus,
.btn-violet-line:focus,
.btn-violet-line:hover {
  color: #333;
  text-decoration: none
}

.btn-violet-line.active,
.btn-violet-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-violet-line.disabled,
.btn-violet-line[disabled],
fieldset[disabled] .btn-violet-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-violet-line:focus,
.btn-violet-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-violet-line.active,
.btn-violet-line:active,
.btn-violet-line:focus,
.btn-violet-line:hover {
  background: #6b50d0;
  color: #FFF
}

.btn-white {
  border: 1px solid transparent;
  -moz-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: #FFF;
  color: #5f6060
}

.btn-quicksilver,
.btn-quicksilver-line,
.btn-white-line {
  -ms-user-select: none;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5
}

.btn-white.active.focus,
.btn-white.active:focus,
.btn-white.focus,
.btn-white:active.focus,
.btn-white:active:focus,
.btn-white:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-white.focus,
.btn-white:focus,
.btn-white:hover {
  color: #333;
  text-decoration: none
}

.btn-white.active,
.btn-white:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-white.disabled,
.btn-white[disabled],
fieldset[disabled] .btn-white {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-quicksilver,
.btn-white-line {
  -moz-user-select: none;
  cursor: pointer
}

.btn-white:focus,
.btn-white:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background: #eee;
  color: #5f6060
}

.btn-white.text-dark {
  color: #232528
}

.btn-white.text-color {
  color: #5f6060
}

.btn-white.text-carrot:hover {
  color: #eb622b
}

.btn-white-line {
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #FFF;
  border: 1px solid #FFF
}

.btn-white-line.active.focus,
.btn-white-line.active:focus,
.btn-white-line.focus,
.btn-white-line:active.focus,
.btn-white-line:active:focus,
.btn-white-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-white-line.focus,
.btn-white-line:focus,
.btn-white-line:hover {
  color: #333;
  text-decoration: none
}

.btn-white-line.active,
.btn-white-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-white-line.disabled,
.btn-white-line[disabled],
fieldset[disabled] .btn-white-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-white-line:focus,
.btn-white-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-white-line.active,
.btn-white-line:active,
.btn-white-line:focus,
.btn-white-line:hover {
  background: #FFF;
  color: #5f6060 !important
}

.btn-white-line.text-dark.active,
.btn-white-line.text-dark:active,
.btn-white-line.text-dark:focus,
.btn-white-line.text-dark:hover {
  color: #232528
}

.btn-white-line.text-color.active,
.btn-white-line.text-color:active,
.btn-white-line.text-color:focus,
.btn-white-line.text-color:hover {
  color: #5f6060
}

.btn-quicksilver {
  border: 1px solid transparent;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #9fa0a4;
  color: #FFF
}

.btn-granite,
.btn-quicksilver-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-quicksilver.active.focus,
.btn-quicksilver.active:focus,
.btn-quicksilver.focus,
.btn-quicksilver:active.focus,
.btn-quicksilver:active:focus,
.btn-quicksilver:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-quicksilver.focus,
.btn-quicksilver:focus,
.btn-quicksilver:hover {
  color: #333;
  text-decoration: none
}

.btn-quicksilver.active,
.btn-quicksilver:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-quicksilver.disabled,
.btn-quicksilver[disabled],
fieldset[disabled] .btn-quicksilver {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-quicksilver:focus,
.btn-quicksilver:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-quicksilver:active,
.btn-quicksilver:focus,
.btn-quicksilver:hover {
  background: #85868b;
  color: #FFF
}

.btn-quicksilver-line {
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #9fa0a4;
  border: 1px solid #9fa0a4
}

.btn-quicksilver-line.active.focus,
.btn-quicksilver-line.active:focus,
.btn-quicksilver-line.focus,
.btn-quicksilver-line:active.focus,
.btn-quicksilver-line:active:focus,
.btn-quicksilver-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-quicksilver-line.focus,
.btn-quicksilver-line:focus,
.btn-quicksilver-line:hover {
  color: #333;
  text-decoration: none
}

.btn-quicksilver-line.active,
.btn-quicksilver-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-quicksilver-line.disabled,
.btn-quicksilver-line[disabled],
fieldset[disabled] .btn-quicksilver-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-quicksilver-line:focus,
.btn-quicksilver-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-granite,
.btn-granite-line {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none;
  -webkit-transition: .3s ease;
  text-align: center
}

.btn-quicksilver-line:active,
.btn-quicksilver-line:focus,
.btn-quicksilver-line:hover {
  bbackground: #85868b
}

.btn-granite {
  border: 1px solid transparent;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #5f6060;
  color: #FFF
}

.btn-granite.active.focus,
.btn-granite.active:focus,
.btn-granite.focus,
.btn-granite:active.focus,
.btn-granite:active:focus,
.btn-granite:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-granite.focus,
.btn-granite:focus,
.btn-granite:hover {
  color: #333;
  text-decoration: none
}

.btn-granite.active,
.btn-granite:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-granite.disabled,
.btn-granite[disabled],
fieldset[disabled] .btn-granite {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-granite:focus,
.btn-granite:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-granite:active,
.btn-granite:focus,
.btn-granite:hover {
  background: #464646;
  color: #FFF
}

.btn-granite-line {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #5f6060;
  border: 1px solid #5f6060
}

.btn-default,
.btn-smoke,
.btn-smoke-line {
  -moz-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-default,
.btn-smoke {
  border: 1px solid transparent
}

.btn-smoke,
.btn-smoke-line {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none
}

.btn-granite-line.active.focus,
.btn-granite-line.active:focus,
.btn-granite-line.focus,
.btn-granite-line:active.focus,
.btn-granite-line:active:focus,
.btn-granite-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-granite-line.focus,
.btn-granite-line:focus,
.btn-granite-line:hover {
  color: #333;
  text-decoration: none
}

.btn-granite-line.active,
.btn-granite-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-granite-line.disabled,
.btn-granite-line[disabled],
fieldset[disabled] .btn-granite-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-granite-line:focus,
.btn-granite-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-granite-line:active,
.btn-granite-line:focus,
.btn-granite-line:hover {
  background: #464646
}

.btn-smoke {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #eee;
  color: #5f6060
}

.btn-default,
.btn-smoke-line {
  text-align: center;
  -webkit-user-select: none
}

.btn-smoke.active.focus,
.btn-smoke.active:focus,
.btn-smoke.focus,
.btn-smoke:active.focus,
.btn-smoke:active:focus,
.btn-smoke:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-smoke.focus,
.btn-smoke:focus,
.btn-smoke:hover {
  color: #333;
  text-decoration: none
}

.btn-smoke.active,
.btn-smoke:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-smoke.disabled,
.btn-smoke[disabled],
fieldset[disabled] .btn-smoke {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-smoke:focus,
.btn-smoke:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-smoke:active,
.btn-smoke:focus,
.btn-smoke:hover {
  background: #d5d5d5;
  color: #5f6060
}

.btn-smoke-line {
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #5f6060;
  border: 1px solid #eee
}

.btn-default,
.btn-default-line {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none
}

.btn-smoke-line.active.focus,
.btn-smoke-line.active:focus,
.btn-smoke-line.focus,
.btn-smoke-line:active.focus,
.btn-smoke-line:active:focus,
.btn-smoke-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-smoke-line.focus,
.btn-smoke-line:focus,
.btn-smoke-line:hover {
  color: #333;
  text-decoration: none
}

.btn-smoke-line.active,
.btn-smoke-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-smoke-line.disabled,
.btn-smoke-line[disabled],
fieldset[disabled] .btn-smoke-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-smoke-line:focus,
.btn-smoke-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-smoke-line:active,
.btn-smoke-line:focus,
.btn-smoke-line:hover {
  background: #d5d5d5;
  color: #5f6060
}

.btn-default {
  background-image: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: rgba(153, 153, 153, .5);
  color: #FFF
}

.btn-dark,
.btn-default-line {
  text-align: center;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  font-size: 14px;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.focus,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
  color: #333;
  text-decoration: none
}

.btn-default.active,
.btn-default:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default:focus,
.btn-default:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background: #999;
  color: #FFF
}

.btn-default-line {
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #5f6060;
  border: 1px solid rgba(153, 153, 153, .5)
}

.btn-dark,
.btn-dark-line {
  display: inline-block;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  -ms-user-select: none
}

.btn-default-line.active.focus,
.btn-default-line.active:focus,
.btn-default-line.focus,
.btn-default-line:active.focus,
.btn-default-line:active:focus,
.btn-default-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-default-line.focus,
.btn-default-line:focus,
.btn-default-line:hover {
  color: #333;
  text-decoration: none
}

.btn-default-line.active,
.btn-default-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-default-line.disabled,
.btn-default-line[disabled],
fieldset[disabled] .btn-default-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-default-line:focus,
.btn-default-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-default-line:active,
.btn-default-line:focus,
.btn-default-line:hover {
  background: #999;
  color: #FFF
}

.btn-dark {
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #232528;
  color: #FFF
}

.btn-dark-line,
.btn-darklight,
.btn-darklight-line {
  -moz-user-select: none;
  text-align: center
}

.btn-dark.active.focus,
.btn-dark.active:focus,
.btn-dark.focus,
.btn-dark:active.focus,
.btn-dark:active:focus,
.btn-dark:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  color: #333;
  text-decoration: none
}

.btn-dark.active,
.btn-dark:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-dark.disabled,
.btn-dark[disabled],
fieldset[disabled] .btn-dark {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dark:focus,
.btn-dark:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
  background: #0b0c0d;
  color: #FFF
}

.btn-dark-line {
  -webkit-user-select: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #232528;
  border: 1px solid #232528
}

.btn-darklight,
.btn-darklight-line,
.btn-gainsboro {
  -ms-user-select: none;
  touch-action: manipulation;
  line-height: 1.5;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap
}

.btn-darklight,
.btn-darklight-line {
  -webkit-user-select: none
}

.btn-dark-line.active.focus,
.btn-dark-line.active:focus,
.btn-dark-line.focus,
.btn-dark-line:active.focus,
.btn-dark-line:active:focus,
.btn-dark-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-dark-line.focus,
.btn-dark-line:focus,
.btn-dark-line:hover {
  color: #333;
  text-decoration: none
}

.btn-dark-line.active,
.btn-dark-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-dark-line.disabled,
.btn-dark-line[disabled],
fieldset[disabled] .btn-dark-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-dark-line:focus,
.btn-dark-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-dark-line:active,
.btn-dark-line:focus,
.btn-dark-line:hover {
  background: #0b0c0d;
  color: #FFF
}

.btn-darklight {
  border: 1px solid transparent;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #474b51;
  color: #FFF
}

.btn-darklight.active.focus,
.btn-darklight.active:focus,
.btn-darklight.focus,
.btn-darklight:active.focus,
.btn-darklight:active:focus,
.btn-darklight:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-darklight.focus,
.btn-darklight:focus,
.btn-darklight:hover {
  color: #333;
  text-decoration: none
}

.btn-darklight.active,
.btn-darklight:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-darklight.disabled,
.btn-darklight[disabled],
fieldset[disabled] .btn-darklight {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-darklight:focus,
.btn-darklight:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-darklight:active,
.btn-darklight:focus,
.btn-darklight:hover {
  background: #232528;
  color: #FFF
}

.btn-darklight-line {
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #FFF;
  color: #474b51;
  border: 1px solid #474b51
}

.btn-darklight-line.active.focus,
.btn-darklight-line.active:focus,
.btn-darklight-line.focus,
.btn-darklight-line:active.focus,
.btn-darklight-line:active:focus,
.btn-darklight-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-darklight-line.focus,
.btn-darklight-line:focus,
.btn-darklight-line:hover {
  color: #333;
  text-decoration: none
}

.btn-darklight-line.active,
.btn-darklight-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-darklight-line.disabled,
.btn-darklight-line[disabled],
fieldset[disabled] .btn-darklight-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-darklight-line:focus,
.btn-darklight-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-darklight-line:active,
.btn-darklight-line:focus,
.btn-darklight-line:hover {
  background: #232528;
  color: #FFF
}

.btn-gainsboro {
  text-align: center;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  background: #ddd;
  color: #5f6060
}

.btn-gainsboro-line,
.form-group .label-checkmark,
.form-group .label-radio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none
}

.btn-gainsboro.active.focus,
.btn-gainsboro.active:focus,
.btn-gainsboro.focus,
.btn-gainsboro:active.focus,
.btn-gainsboro:active:focus,
.btn-gainsboro:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-gainsboro.focus,
.btn-gainsboro:focus,
.btn-gainsboro:hover {
  color: #333;
  text-decoration: none
}

.btn-gainsboro.active,
.btn-gainsboro:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-gainsboro.disabled,
.btn-gainsboro[disabled],
fieldset[disabled] .btn-gainsboro {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gainsboro:focus,
.btn-gainsboro:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-gainsboro:active,
.btn-gainsboro:focus,
.btn-gainsboro:hover {
  background: #c4c4c4;
  color: #5f6060
}

.btn-gainsboro-line {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  white-space: nowrap;
  line-height: 1.5;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  border-radius: 2px;
  outline: 0;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 12px;
  font-weight: 400;
  margin: 15px auto;
  text-decoration: none;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  background: 0 0;
  color: #ddd;
  border: 1px solid #ddd
}

.btn-gainsboro-line.active.focus,
.btn-gainsboro-line.active:focus,
.btn-gainsboro-line.focus,
.btn-gainsboro-line:active.focus,
.btn-gainsboro-line:active:focus,
.btn-gainsboro-line:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px
}

.btn-gainsboro-line.focus,
.btn-gainsboro-line:focus,
.btn-gainsboro-line:hover {
  color: #333;
  text-decoration: none
}

body.page.page-pricing .order-summary li.gift .price,
body.page.page-pricing .promocode-active,
ul.order-summary li.gift .price {
  text-decoration: line-through
}

.btn-gainsboro-line.active,
.btn-gainsboro-line:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-gainsboro-line.disabled,
.btn-gainsboro-line[disabled],
fieldset[disabled] .btn-gainsboro-line {
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-gainsboro-line:focus,
.btn-gainsboro-line:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  -webkit-transition: 0 2px 2px rgba(0, 0, 0, .2);
  -moz-transition: 0 2px 2px rgba(0, 0, 0, .2)
}

.btn-gainsboro-line.active,
.btn-gainsboro-line:active,
.btn-gainsboro-line:focus,
.btn-gainsboro-line:hover {
  background: #c4c4c4;
  color: #5f6060
}

.btn-play i {
  vertical-align: middle;
  top: -1px;
  position: relative;
  font-size: 14px
}

.btn-play .play-caption {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  margin: 0 0 0 6px
}

.btn-close,
.close {
  width: 32px;
  height: 32px;
  display: block;
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
  transition: .3s ease-in-out;
  cursor: pointer
}

#BT-video,
.close span {
  display: none
}

.btn-close:after,
.btn-close:before,
.close:after,
.close:before {
  position: absolute;
  left: 14px;
  content: ' ';
  height: 18px;
  width: 2px;
  background-color: #ddd;
  top: 7px
}

.btn-close:before,
.close:before {
  transform: rotate(45deg)
}

.btn-close:after,
.close:after {
  transform: rotate(-45deg)
}

.btn-close.medium,
.close.medium {
  width: 24px;
  height: 24px
}

.btn-close.medium:after,
.btn-close.medium:before,
.close.medium:after,
.close.medium:before {
  height: 14px;
  top: 8px
}

.btn-close.small,
.close.small {
  width: 18px;
  height: 18px
}

.btn-close.small:after,
.btn-close.small:before,
.close.small:after,
.close.small:before {
  height: 9px;
  width: 1px;
  left: 7.4px;
  top: 4.5px
}

.btn-close.vertical-align,
.close.vertical-align {
  top: 50%;
  transform: translateY(-50%)
}

.btn-close:hover:after,
.btn-close:hover:before,
.close:hover:after,
.close:hover:before {
  background-color: #232528
}

.close {
  top: 10px
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  background-color: #777
}

.btn.disabled-blue[disabled] {
  background-color: #64c0e7
}

.btn:active,
.btn:focus,
.btn:hover {
  box-shadow: inherit;
  outline: 0
}

.large {
  min-width: 150px
}

.btn-wide {
  width: 100%;
  padding: 10px 20px
}

.btn-space-left {
  margin-left: 10px
}

.btn-space-right {
  margin-right: 10px
}

#BT-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  opacity: 1;
  background: #000;
  z-index: 9999
}

#BT-video .container {
  display: table-cell;
  vertical-align: middle;
  width: 100%
}

#BT-video .container .video-iframe {
  max-width: 760px
}

#BT-video .BT-video-close {
  position: absolute;
  top: 12px;
  right: 20px;
  opacity: 1;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  z-index: 100
}

.bt-basic-carousel .carousel-control {
  text-shadow: none;
  background: 0 0
}

.bt-basic-carousel .carousel-indicators {
  width: auto;
  margin: 0;
  left: auto;
  right: 20px;
  bottom: 0
}

.bt-basic-carousel .carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  text-indent: -999px;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  opacity: .5;
  margin: 0 5px;
  padding: 0 !important
}

.carousel-indicators li.active {
  width: 8px;
  height: 8px;
  opacity: 1;
  margin: 0 5px
}

.bt-basic-carousel blockquote.blockquote {
  height: 250px
}

.dropdown {
  display: inline-block;
  position: relative;
  width: auto
}

.dropdown.fix-width .dropdown-menu,
.dropdown.fix-width a {
  width: 230px;
  overflow-x: hidden
}

.dropdown.fix-width .dropdown-menu span.inline-block,
.dropdown.fix-width a span.inline-block {
  width: 49%
}

.dropdown.wide,
.dropdown.wide .dropdown-menu {
  width: 100%
}

.dropdown .btn {
  margin: 0 !important
}

.dropdown.open .btn {
  outline: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important
}

.dropdown.open .arrow-down:after {
  content: "\f106"
}

.dropdown.open .btn-blue,
.dropdown.open .btn-blue-line {
  color: #FFF !important;
  background: #1b8dbe !important
}

.dropdown.open .btn-ocean,
.dropdown.open .btn-ocean-line {
  color: #FFF !important;
  background: #193f65 !important
}

.dropdown.open .btn-teal,
.dropdown.open .btn-teal-line {
  color: #FFF !important;
  background: #005a73 !important
}

.dropdown.open .btn-moonstone,
.dropdown.open .btn-moonstone-line {
  color: #FFF !important;
  background: #4ca2a2 !important
}

.dropdown.open .btn-moonstone-vibrate-line:active,
.dropdown.open .btn-moonstone-vibrate-line:focus,
.dropdown.open .btn-moonstone-vibrate-line:hover,
.dropdown.open .btn-moonstone-vibrate:active,
.dropdown.open .btn-moonstone-vibrate:focus,
.dropdown.open .btn-moonstone-vibrate:hover {
  background: #109c9c !important;
  color: #FFF !important
}

.dropdown.open .btn-esmerald,
.dropdown.open .btn-esmerald-line {
  background: #109c7d !important;
  color: #FFF !important
}

.dropdown.open .btn-carrot,
.dropdown.open .btn-carrot-line {
  background: #cf4914 !important;
  color: #FFF !important
}

.dropdown.open .btn-raspberry,
.dropdown.open .btn-raspberry-line {
  background: #762b5c !important;
  color: #FFF !important
}

.dropdown.open .btn-fuchsia,
.dropdown.open .btn-fuchsia-line {
  background: #aa207b !important;
  color: #FFF !important
}

.dropdown.open .btn-violet,
.dropdown.open .btn-violet-line {
  background: #6b50d0 !important;
  color: #FFF !important
}

.dropdown.open .btn-dark,
.dropdown.open .btn-dark-line {
  background: #0b0c0d !important;
  color: #FFF !important
}

.dropdown.open .btn-granite,
.dropdown.open .btn-granite-line {
  background: #464646 !important
}

.dropdown.open .btn-smoke,
.dropdown.open .btn-smoke-line {
  background: #d5d5d5 !important;
  color: #5f6060
}

.dropdown.open .btn-default-line {
  background: #999 !important;
  color: #FFF !important
}

.dropdown .dropdown-menu:not(.mega-menu) {
  border-radius: 2px;
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  border: none !important;
  padding: 7px !important;
  margin-top: 0;
  outline: 0;
  min-width: 150px;
  width: 100%;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  cursor: pointer;
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden
}

.dropdown .dropdown-menu:not(.mega-menu) a {
  padding: 12px 15px;
  color: #232528;
  display: block;
  font-size: 14px;
  border-bottom: solid 1px #eee
}

.dropdown .dropdown-menu:not(.mega-menu) a span {
  font-size: 14px;
  vertical-align: middle
}

.dropdown .dropdown-menu:not(.mega-menu) a .cms-price {
  float: right;
  padding-right: 30px
}

.dropdown .dropdown-menu:not(.mega-menu) a .cms-price span.price {
  font-size: 18px
}

.dropdown .dropdown-menu:not(.mega-menu) a .cms-price span.price:before {
  margin: 0 !important
}

.dropdown .dropdown-menu:not(.mega-menu) a:last-child {
  border-bottom: none
}

.dropdown .dropdown-menu:not(.mega-menu) a i {
  vertical-align: middle;
  margin-right: 6px
}

.dropdown .dropdown-menu:not(.mega-menu) a:focus,
.dropdown .dropdown-menu:not(.mega-menu) a:hover {
  color: #232528;
  background-color: #fafafa
}

.dropdown .dropdown-menu:not(.mega-menu).bg-color a,
.dropdown .dropdown-menu:not(.mega-menu).bg-color span {
  color: rgba(255, 255, 255, .9) !important
}

.dropdown .dropdown-menu:not(.mega-menu).bg-color a {
  border-bottom: solid 1px rgba(255, 255, 255, .1)
}

.dropdown .dropdown-menu:not(.mega-menu).bg-color a:focus,
.dropdown .dropdown-menu:not(.mega-menu).bg-color a:hover {
  color: #FFF;
  background-color: rgba(0, 0, 0, .1)
}

.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-light a,
.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-light span,
.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-smoke a,
.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-smoke span {
  color: #232528 !important
}

.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-light a:focus,
.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-light a:hover,
.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-smoke a:focus,
.dropdown .dropdown-menu:not(.mega-menu).bg-color.bg-smoke a:hover {
  color: #232528 !important;
  background-color: #e1e1e1
}

.dropdown.dropdown-lg .dropdown-menu {
  width: 120%;
  left: 50%;
  transform: translateX(-50%)
}

.dropdown.dropdown-wide {
  width: 100%
}

.dropdown.large .btn {
  min-width: 180px
}

.hero .dropdown-menu {
  min-width: 200px !important
}

.hero .dropdown-menu .price {
  display: block;
  text-align: left;
  margin-left: 8px
}

.hero .dropdown-menu .price:before {
  left: auto;
  margin-left: -8px
}

.form-group {
  padding: 10px 0;
  position: relative;
  margin: 0
}

.form-group.nopadding-top {
  padding-top: 0
}

.form-group .ui-select-container,
.form-group input .field,
.form-group input[type=email],
.form-group input[type=number],
.form-group input[type=password],
.form-group input[type=search],
.form-group input[type=tel],
.form-group input[type=text],
.form-group input[type=url],
.form-group select,
.form-group textarea {
  border: 1px solid rgba(153, 153, 153, .5);
  box-shadow: none;
  outline: 0;
  padding: 5px 15px;
  min-width: 250px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
  height: 45px;
  line-height: 45px;
  vertical-align: bottom;
  transition: .3s ease;
  margin-bottom: 10px;
  color: #5b666d;
  background-color: #FFF !important
}

.form-group .ui-select-container.large,
.form-group input .field.large,
.form-group input[type=email].large,
.form-group input[type=number].large,
.form-group input[type=password].large,
.form-group input[type=search].large,
.form-group input[type=tel].large,
.form-group input[type=text].large,
.form-group input[type=url].large,
.form-group select.large,
.form-group textarea.large {
  width: 100%;
  min-width: 100%
}

.form-group input[type=number] {
  border: 1px solid rgba(153, 153, 153, .5);
  color: #5b666d;
  background-color: #FFF !important;
  transition: .3s ease;
  vertical-align: bottom;
  height: 45px;
  line-height: 45px;
  font-weight: 300;
  font-size: 14px;
  outline: 0;
  box-shadow: none;
  width: 50px;
  min-width: 50px;
  padding: 5px;
  text-align: center;
  margin-bottom: 0;
  display: block
}

.form-group input[type=number].medium {
  width: 100px;
  min-width: 100px
}

.form-group input[type=number].large {
  width: 100%;
  min-width: 100%
}

.form-group .ui-select-placeholder {
  display: block;
  font-size: 14px !important;
  height: 40px !important;
  line-height: 40px
}

.form-group textarea {
  min-height: 150px
}

.form-group .ui-select-placeholder,
.form-group select {
  cursor: pointer
}

.form-group a.submit.not-alowed,
.form-group input[disabled] {
  cursor: not-allowed
}

.form-group.form-line-info {
  display: block;
  margin-bottom: 15px
}

.form-group .form-item .error-message,
.form-group .form-item .help-block {
  font-size: 12px !important;
  position: absolute;
  bottom: -30px;
  top: auto;
  height: auto;
  left: 0;
  right: 0
}

.form-group .form-item .error-message.text-message,
.form-group .form-item .help-block.text-message {
  bottom: 0
}

.form-group .form-item i.input-completed {
  position: absolute;
  top: 38px;
  right: 10px;
  font-size: 12px
}

.form-group label {
  font-weight: 300
}

.form-group label.input-label {
  font-size: 12px;
  text-transform: uppercase;
  color: #5b666d;
  padding-bottom: 5px;
  display: block;
  margin: 0;
  text-align: left
}

.form-group .form-item {
  position: relative;
  margin-bottom: 10px
}

.form-group .form-item.half-width {
  width: 49.5%;
  float: none
}

.form-group .form-item.half-width .ui-select-placeholder,
.form-group .form-item.half-width select,
.form-group .form-item.half-width>input .field,
.form-group .form-item.half-width>input[type=email],
.form-group .form-item.half-width>input[type=number],
.form-group .form-item.half-width>input[type=password],
.form-group .form-item.half-width>input[type=search],
.form-group .form-item.half-width>input[type=tel],
.form-group .form-item.half-width>input[type=text],
.form-group .form-item.half-width>input[type=url],
.form-group .form-item.half-width>textarea {
  min-width: 100%
}

.form-group .form-item.half-width.left {
  padding-right: 5px;
  text-align: left
}

.form-group .form-item.half-width.right {
  padding-left: 5px;
  text-align: right
}

.form-group .form-item:last-of-type {
  margin-bottom: 0
}

.form-group input:focus,
.form-group input:hover,
.form-group textarea:focus,
.form-group textarea:hover {
  border: 1px solid rgba(91, 102, 109, .8)
}

.form-group input::placeholder {
  color: #9fa0a4;
  opacity: 1
}

.form-group .form-group input:-ms-input-placeholder {
  color: #9fa0a4
}

.form-group .form-group input::-ms-input-placeholder {
  color: #9fa0a4
}

.form-group.button-right>input {
  margin: 0;
  display: inline-block
}

.form-group.button-right a {
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: bottom;
  box-shadow: none !important;
  height: 45px;
  line-height: 23px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: -5px !important
}

.form-group.button-right a.search {
  border: 1px solid #ccc;
  color: #ccc;
  background-color: #FFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -11px;
  border-left: none;
  margin-top: 0
}

.form-group.button-right input.search,
.form-group.button-right input[type=search] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: none
}

.form-group.button-right input.search:focus,
.form-group.button-right input[type=search]:focus {
  border-right-color: #d0d0d0
}

.form-group.button-right.wide input.search,
.form-group.button-right.wide input[type=search] {
  width: 85%
}

.form-group.button-right.wide a {
  width: 15%
}

.form-group.button-right:hover a {
  border: 1px solid rgba(91, 102, 109, .8)
}

.form-group input.search:focus~a.search,
.form-group input[type=search]:focus~a.search {
  border-right: solid 1px rgba(91, 102, 109, .8);
  border-bottom: solid 1px rgba(91, 102, 109, .8);
  border-top: solid 1px rgba(91, 102, 109, .8)
}

.form-group.large input,
.form-group.large select,
.form-group.large textarea {
  width: 100%
}

.form-group .check-mark {
  position: absolute;
  top: 47%;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 47%;
  transform: translateY(-50%);
  transition: .3s ease
}

.form-group .check-mark:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF
}

.form-group .form-wrapper .btn.large,
.form-group.large input .field,
.form-group.large input[type=email],
.form-group.large input[type=number],
.form-group.large input[type=password],
.form-group.large input[type=search],
.form-group.large input[type=tel],
.form-group.large input[type=text],
.form-group.large input[type=url],
.form-group.large textarea {
  width: 100%
}

.form-group.subscribe-newsletter input {
  margin: 0
}

.form-group .form-wrapper {
  max-width: 450px;
  margin: 40px auto
}

.form-group .label-checkmark {
  display: block;
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  user-select: none
}

.form-group .label-checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  min-width: 10px;
  max-width: 30px;
  left: 0
}

.form-group .label-checkmark input:checked~.checkmark {
  background-color: #fff;
  border: 1px solid #2baae1
}

.form-group .label-checkmark input:checked~.checkmark:after {
  display: block
}

.form-group .label-checkmark .checkmark {
  background-color: #fff;
  border: 1px solid #2baae1;
  cursor: pointer
}

.form-group .label-checkmark .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: -2px;
  width: 5px;
  height: 12px;
  border: solid #2196F3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.form-group .label-checkmark:hover input~.checkmark {
  background-color: #fff
}

.form-group.has-error .ui-select-container,
.form-group.has-error input .field,
.form-group.has-error input[type=email],
.form-group.has-error input[type=number],
.form-group.has-error input[type=password],
.form-group.has-error input[type=search],
.form-group.has-error input[type=tel],
.form-group.has-error input[type=text],
.form-group.has-error input[type=url],
.form-group.has-error select,
.form-group.has-error textarea {
  border: 1px solid #E73737
}

input:-webkit-autofill {
  background-color: #FFF !important;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
  -moz-box-shadow: 0 0 0 30px #fff inset
}

.form-group .label-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
  font-weight: 300
}

.form-group .label-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer
}

.form-group .label-radio:hover input~.checkmark {
  background-color: #fff
}

.form-group .checkmark:after {
  content: "";
  position: absolute;
  display: none
}

.form-group .label-radio input:checked~.checkmark:after {
  display: block
}

.form-group .label-radio .checkmark:after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: translate(-50%, -50%)
}

.form-group .checkmark {
  -position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .3s ease
}

.form-wrapper {
  max-width: 400px;
  margin: 40px auto
}

.form-horizontal .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important
}

@media (max-width:450px) {
  .form-group .ui-select-container,
  .form-group input .field,
  .form-group input[type=email],
  .form-group input[type=number],
  .form-group input[type=password],
  .form-group input[type=search],
  .form-group input[type=tel],
  .form-group input[type=text],
  .form-group input[type=url],
  .form-group select,
  .form-group textarea {
    min-width: 150px
  }
}

.form-group.subscribe-newsletter {
  margin-top: 12px
}

.form-group.subscribe-newsletter input {
  min-width: 60px;
  width: 70%;
  margin-right: -5px;
  font-size: 14px;
  padding: 10px;
  border: none;
  border-bottom: solid 1px #ddd;
  display: inline-block;
  border-radius: 0 !important;
  background: 0 0 !important
}

.form-group.subscribe-newsletter .submit {
  border-bottom: solid 1px #ddd;
  border-radius: 0;
  padding: 10px 15px;
  display: inline-block
}

.form-group.subscribe-newsletter .submit i {
  color: #999;
  tansition: .3s ease-in-out
}

.form-group.subscribe-newsletter .submit i.fa-check {
  color: #69b8b8
}

.form-group.subscribe-newsletter input:focus,
.form-group.subscribe-newsletter input:focus+.submit {
  border-bottom: solid 1px rgba(91, 102, 109, .8)
}

.error-message,
.help-block {
  font-size: 12px !important;
  position: absolute;
  bottom: -10px;
  top: auto;
  height: auto;
  left: 0;
  right: 0
}

.icon-eye::before {
  content: '\e000'
}

.icon-paper-clip::before {
  content: '\e001'
}

.icon-heart::before {
  content: '\e024'
}

.bt-icon-stack {
  display: inline-block
}

.bt-icon-stack * {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease
}

.bt-icon-stack .bt-icon-bg {
  display: table;
  border-radius: 50%;
  padding: 10px
}

.bt-icon-stack .bt-icon-bg .bt,
.bt-icon-stack .bt-icon-bg i {
  display: table-cell;
  vertical-align: middle;
  top: 0 !important;
  margin: 0 !important
}

.bt-icon-stack:active .bt-icon-bg,
.bt-icon-stack:focus .bt-icon-bg,
.bt-icon-stack:hover .bt-icon-bg {
  transform: scale(1.25)
}

.bt-icon-stack:active .bt-icon-caption,
.bt-icon-stack:focus .bt-icon-caption,
.bt-icon-stack:hover .bt-icon-caption {
  transform: scale(1.2)
}

.label {
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 10px 0 !important;
  margin: 10px 0;
  font-weight: 500;
  height: 22px;
  line-height: 1.5
}

ul {
  margin: 0 0 0 18px;
  padding: 0
}

ul li {
  padding: 10px 0
}

ul.bg-colored li {
  padding: 10px
}

ul.bg-colored li:nth-child(odd) {
  background-color: #eee
}

ul.bg-colored li label {
  margin: 0
}

ul.arrows,
ul.bullet,
ul.simple {
  list-style: none;
  padding: 0;
  margin: 0
}

ul.bullet {
  margin-left: 22px
}

ul.check,
ul.check-circle,
ul.circle,
ul.times-circle {
  margin: 0;
  list-style: none
}

ul.bullet.small li:before {
  top: 12px;
  left: -22px
}

ul.bullet li {
  position: relative;
  display: block
}

ul.bullet li.small:before,
ul.bullet li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%
}

ul.bullet li:before {
  top: 1.15em;
  left: -22px;
  background: #c9ced1
}

ul.bullet li.small:before {
  top: 16.3px;
  left: -15px
}

ul.arrows li,
ul.check li {
  padding: 5px 5px 5px 20px;
  position: relative
}

ul.arrows li:before,
ul.check li:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-font-smoothing: antialiased;
  font-size: 14px
}

ul.arrows li:before {
  content: "\f138";
  top: 12.5px
}

ul.check li:before {
  content: "\f00c"
}

ul.check-circle li,
ul.check-circle li.check-circle,
ul.circle li,
ul.circle li.check-circle,
ul.times-circle li,
ul.times-circle li.check-circle {
  padding-left: 20px !important
}

ul.check-circle li.check-circle:before,
ul.check-circle li:before,
ul.circle li.check-circle:before,
ul.circle li:before,
ul.times-circle li.check-circle:before,
ul.times-circle li:before {
  content: "\f058";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 13.4px
}

ul.small li,
ul.small li span {
  font-size: 16px
}

ul.check-circle li.times-circle:before,
ul.circle li.times-circle:before,
ul.times-circle li.times-circle:before {
  content: "\f057" !important
}

ol>li,
ul>li {
  padding: 10px 0
}

small ol li,
small ul li {
  padding: 5px
}

ul.small li {
  padding: 5px 0
}

ul.smallest li,
ul.smallest li span {
  font-size: 14px
}

ul.smallest li {
  padding: 2.5px 0
}

ul.bullets li:before {
  top: 14px
}

ul.check li:before {
  top: 12px
}

ul.check li.small:before,
ul.check.small li:before {
  top: 9px
}

ul.arrows li.white:before,
ul.arrows-line li.white:before,
ul.check li.white:before,
ul.check-circle li.white:before,
ul.circle li.white:before {
  color: #FFF
}

ul.arrows li.blue:before,
ul.arrows-line li.blue:before,
ul.check li.blue:before,
ul.check-circle li.blue:before,
ul.circle li.blue:before {
  color: #2baae1 !important
}

ul.arrows li.esmerald:before,
ul.arrows-line li.esmerald:before,
ul.check li.esmerald:before,
ul.check-circle li.esmerald:before,
ul.circle li.esmerald:before {
  color: #15caa2 !important
}

ul.arrows li.teal:before,
ul.arrows-line li.teal:before,
ul.check li.teal:before,
ul.check-circle li.teal:before,
ul.circle li.teal:before {
  color: #0082a6 !important
}

ul.arrows li.moonstone:before,
ul.arrows-line li.moonstone:before,
ul.check li.moonstone:before,
ul.check-circle li.moonstone:before,
ul.circle li.moonstone:before {
  color: #69b8b8 !important
}

ul.arrows li.ocean:before,
ul.arrows-line li.ocean:before,
ul.check li.ocean:before,
ul.check-circle li.ocean:before,
ul.circle li.ocean:before {
  color: #23598e !important
}

ul.arrows li.raspberry:before,
ul.arrows-line li.raspberry:before,
ul.check li.raspberry:before,
ul.check-circle li.raspberry:before,
ul.circle li.raspberry:before {
  color: #9b3979 !important
}

ul.arrows li.fuchsia:before,
ul.arrows-line li.fuchsia:before,
ul.check li.fuchsia:before,
ul.check-circle li.fuchsia:before,
ul.circle li.fuchsia:before {
  color: #d5289a !important
}

ul.arrows li.violet:before,
ul.arrows-line li.violet:before,
ul.check li.violet:before,
ul.check-circle li.violet:before,
ul.circle li.violet:before {
  color: #8d78db !important
}

ul.arrows li.wine:before,
ul.arrows-line li.wine:before,
ul.check li.wine:before,
ul.check-circle li.wine:before,
ul.circle li.wine:before {
  color: #cb332e !important
}

ul.arrows li.carrot:before,
ul.arrows-line li.carrot:before,
ul.check li.carrot:before,
ul.check-circle li.carrot:before,
ul.circle li.carrot:before {
  color: #eb622b !important
}

ul.arrows li.orange-light:before,
ul.arrows-line li.orange-light:before,
ul.check li.orange-light:before,
ul.check-circle li.orange-light:before,
ul.circle li.orange-light:before {
  color: orange !important
}

ul.arrows li.saffron:before,
ul.arrows-line li.saffron:before,
ul.check li.saffron:before,
ul.check-circle li.saffron:before,
ul.circle li.saffron:before {
  color: #f8c341 !important
}

ul.arrows li.butter:before,
ul.arrows-line li.butter:before,
ul.check li.butter:before,
ul.check-circle li.butter:before,
ul.circle li.butter:before {
  color: #f7e09b !important
}

ul.arrows li.sky:before,
ul.arrows-line li.sky:before,
ul.check li.sky:before,
ul.check-circle li.sky:before,
ul.circle li.sky:before {
  color: #91b3d5 !important
}

ul.arrows li.granite:before,
ul.arrows-line li.granite:before,
ul.check li.granite:before,
ul.check-circle li.granite:before,
ul.circle li.granite:before {
  color: #5f6060 !important
}

ul.arrows li.gainsboro:before,
ul.arrows-line li.gainsboro:before,
ul.check li.gainsboro:before,
ul.check-circle li.gainsboro:before,
ul.circle li.gainsboro:before {
  color: #ddd !important
}

ul.arrows li.smoke:before,
ul.arrows-line li.smoke:before,
ul.check li.smoke:before,
ul.check-circle li.smoke:before,
ul.circle li.smoke:before {
  color: #eee !important
}

ul.order-summary {
  max-height: 400px;
  overflow: auto
}

ul.order-summary li {
  position: relative
}

ul.order-summary li:first-child {
  border-top: solid 1px #eee
}

ul.order-summary li .delete-item {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #ddd;
  cursor: pointer;
  width: 35px;
  text-align: right
}

ul.order-summary li .summary-item-description,
ul.order-summary li .summary-item-full-description {
  margin-right: 80px;
  display: block
}

ul.order-summary li .summary-item-description {
  font-weight: 500
}

ul.order-summary li .summary-item-full-description {
  font-size: 12px;
  margin-top: -3px
}

ul.order-summary li .price {
  width: auto;
  position: absolute;
  top: 8px;
  right: 0
}

ul.order-summary li:hover .delete-item {
  color: #232528
}

ul.order-summary li.gift .summary-item-description,
ul.order-summary li.gift .summary-item-full-description {
  margin-right: 0;
  display: block;
  position: relative;
  color: #2baae1
}

ul.order-summary li.gift span {
  color: #2baae1
}

ul.order-summary li.gift .summary-item-description {
  padding-left: 30px
}

ul.order-summary li.gift .summary-item-description:after {
  content: "\e8a9";
  font-family: BT-Icons !important;
  position: absolute;
  left: 2px;
  top: 0;
  font-size: 18px;
  color: #2baae1
}

.grid .product-info .product-name small,
.popover-content {
  font-family: Roboto, sans-serif
}

ul.order-summary li.gift .btn-close {
  display: none
}

ul.order-summary li.gift:hover span {
  color: #2baae1
}

ul.bullet li:before,
ul.selected li:before {
  background-color: #5f6060
}

ul.bullet li.white:before,
ul.selected li.white:before {
  background-color: #FFF
}

ul.bullet li.blue:before,
ul.selected li.blue:before {
  background-color: #2baae1 !important
}

ul.bullet li.teal:before,
ul.selected li.teal:before {
  background-color: #0082a6 !important
}

ul.bullet li.moonstone:before,
ul.selected li.moonstone:before {
  background-color: #69b8b8 !important
}

ul.bullet li.ocean:before,
ul.selected li.ocean:before {
  background-color: #23598e !important
}

ul.bullet li.raspberry:before,
ul.selected li.raspberry:before {
  background-color: #9b3979 !important
}

ul.bullet li.fuchsia:before,
ul.selected li.fuchsia:before {
  background-color: #d5289a !important
}

ul.bullet li.violet:before,
ul.selected li.violet:before {
  background-color: #8d78db !important
}

ul.bullet li.wine:before,
ul.selected li.wine:before {
  background-color: #cb332e !important
}

ul.bullet li.carrot:before,
ul.selected li.carrot:before {
  background-color: #eb622b !important
}

ul.bullet li.orange-light:before,
ul.selected li.orange-light:before {
  background-color: orange !important
}

ul.bullet li.saffron:before,
ul.selected li.saffron:before {
  background-color: #f8c341 !important
}

ul.bullet li.butter:before,
ul.selected li.butter:before {
  background-color: #f7e09b !important
}

ul.bullet li.sky:before,
ul.selected li.sky:before {
  background-color: #91b3d5 !important
}

ul.bullet li.granite:before,
ul.selected li.granite:before {
  background-color: #5f6060 !important
}

ul.bullet li.gainsboro:before,
ul.selected li.gainsboro:before {
  background-color: #ddd !important
}

ul.bullet li.smoke:before,
ul.selected li.smoke:before {
  background-color: #eee !important
}

ul.bullet li.dark:before,
ul.selected li.dark:before {
  background-color: #232528 !important
}

ol {
  padding-left: 19px
}

.grid .product-list {
  margin-top: 40px
}

.grid .product-list .product-details {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  float: left
}

.grid .product-list .product-details.media .media-left {
  padding-right: 10px
}

.grid .product-list .product-details .product-name {
  margin: 0;
  font-size: 14px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2
}

.grid .product-list .product-details .product-detail {
  margin: 6px 0;
  font-size: 13px
}

.grid .product-list .product-details .product-detail .price,
.grid .product-list .product-details .product-detail .sales {
  font-size: 14px
}

.grid .product-list .product-details .product-detail .price .label,
.grid .product-list .product-details .product-detail .sales .label {
  position: relative;
  top: -1px
}

.grid .product-list .product-details .product-detail .price i,
.grid .product-list .product-details .product-detail .sales i {
  color: #1b8dbe
}

.grid .product-list .product-details .product-detail .sales i {
  top: 1px
}

.grid .product-list .product-details .product-detail .price {
  margin-left: 3px;
  margin-right: 4px
}

.grid .product-list .product-details .product-detail .price i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: -4px
}

.grid .product-list .product-details .product-detail .price small {
  color: #ddd !important;
  font-weight: 400;
  margin-right: -4px
}

.grid .product-list .product-details .product-detail .price small.text-color {
  padding-right: 5px
}

.grid .product-list .product-details .product-detail .package i {
  margin-right: 4px;
  font-size: 15px;
  position: relative;
  top: 2px;
  color: #2baae1 !important
}

.grid .product-list .product-buttons {
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.grid .product-list .product-buttons .btn {
  width: 120px;
  margin: 0 5px;
  font-weight: 500
}

.grid .product-option {
  width: 100%;
  height: 225px;
  overflow: hidden;
  background-size: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px #777
}

.grid .product-option.new-product:before {
  content: '';
  position: absolute;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100px 100px 0;
  border-color: transparent #1b8dbe transparent transparent;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.grid .product-option.new-product:after {
  content: 'New';
  position: absolute;
  right: 25px;
  top: 18px;
  font-size: 17px;
  font-size: 15px;
  text-transform: uppercase;
  color: #FFF !important
}

.grid .product-option.new-product:active:before,
.grid .product-option.new-product:hover:before {
  border: transparent
}

.grid .product-option:focus .product-info,
.grid .product-option:hover .product-info {
  background: #1b8dbe;
  opacity: 1
}

.grid .product-info {
  height: 100%;
  padding: 30px 10px;
  opacity: 1;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease
}

.grid .product-info .product-name {
  width: 100%;
  font-size: 22px;
  float: left;
  display: inline-block;
  margin: 15px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 1px
}

.grid .product-info .product-name small {
  width: 100%;
  margin-top: 2px;
  float: left
}

.grid .product-details .product-detail.sales i {
  color: #cb332e
}

.grid .product-details .product-detail.price i {
  font-size: 11px;
  position: relative;
  top: -1px;
  color: #777
}

.grid .product-owner {
  width: 150px;
  overflow: hidden
}

.grid .product-designer {
  color: #c7cacc !important;
  font-size: 12px;
  line-height: 1.2
}

.grid .product-designer-name {
  font-weight: 500;
  color: #c4c4c4
}

.modal-dialog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  left: 0;
  right: 0;
  margin: 0 auto !important
}

.modal-dialog .modal-content {
  -webkit-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2) !important;
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2) !important;
  -moz-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2) !important;
  border-radius: 2px !important
}

.modal-dialog .modal-content .carousel-control {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  opacity: 1;
  display: block;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #999;
  line-height: 23px;
  left: auto;
  font-size: 13px
}

.modal-dialog .modal-content .carousel-control-next.carousel-control {
  left: auto;
  right: 15px
}

.modal-dialog .modal-content .carousel-control-prev.carousel-control {
  right: 47px;
  left: auto
}

.modal-dialog .modal-content .carousel-indicators {
  bottom: -20px !important;
  left: 0;
  right: 0;
  margin-left: 0;
  width: 100%;
  text-align: center;
  background-color: #FFF;
  padding: 7px 0
}

.modal-dialog .modal-content .carousel-indicators li {
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 5px;
  border: 1px solid #ccc;
  background: #FFF
}

.modal-dialog .modal-content .carousel-indicators li.active {
  background: #ccc
}

.modal-title {
  font-size: 14px;
  line-height: 2.5 !important;
  text-transform: uppercase;
  color: #ccc
}

.modal-backdrop {
  z-index: 99998;
  opacity: .8 !important
}

.modal.fade.in {
  z-index: 99999;
  padding-right: 0 !important
}

.modal-body .form-group .help-block {
  position: absolute;
  right: 15px
}

.modal-footer .btn {
  margin: 0 !important
}

.has-error .form-control {
  box-shadow: none !important;
  -webkit-box-shadow: none !important
}

.modal-footer,
.modal-header {
  border: none
}

.modal-footer {
  background-color: #fafafa
}

@media (max-width:1400px) {
  .modal-body {
    max-height: 500px;
    overflow: auto
  }
}

@media (min-width:1400px) {
  .modal-body {
    max-height: 650px;
    overflow: auto
  }
}

#btConsent .modal-content .modal-header figure {
  max-width: 30px;
  overflow: hidden;
  margin: 0 auto
}

#btConsent .modal-content .modal-header figure img {
  max-width: 150px
}

#btConsent .modal-content .modal-body {
  padding: 15px 30px
}

#btConsent .modal-content .modal-body h1 {
  font-size: 26px !important
}

#btConsent .modal-content .modal-footer .btn-gainsboro {
  margin-right: 10px !important
}

.cc-type-opt-in {
  display: none !important
}

.overlay {
  background: rgba(0, 0, 0, .1);
  z-index: 1;
  height: 100%;
  width: 100%
}

.overlay-blue .hero-wrapper {
  background: rgba(39, 170, 225, .5);
  z-index: 1;
  height: 100%;
  width: 100%
}

.overlay-absolute {
  background: rgba(0, 0, 0, .1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.overlay-gradient {
  background: -moz-linear-gradient(top, rgba(0, 2, 115, .6) 0, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 2, 115, .6)), color-stop(0, rgba(34, 34, 34, .6)), color-stop(100%, rgba(34, 34, 34, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 2, 115, .6) 0, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 2, 115, .6) 0, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 2, 115, .6) 0, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 2, 115, .6) 0, rgba(34, 34, 34, .6) 0, rgba(34, 34, 34, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000273', endColorstr='#222222', GradientType=0)
}

.overlay-blue-dark,
.overlay-blue-gradient {
  background: -moz-linear-gradient(top, rgba(0, 39, 61, .22) 0, #00273d 100%);
  background: -webkit-linear-gradient(top, rgba(0, 39, 61, .22) 0, #00273d 100%);
  background: linear-gradient(to bottom, rgba(0, 39, 61, .5) 0, #00273d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3800273d', endColorstr='#00273d', GradientType=0)
}

.overlay-yellow-blue-gradient {
  background: #fed401;
  background: -moz-linear-gradient(left, #fed401 0, rgba(43, 170, 225, .25) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #fed401), color-stop(100%, rgba(43, 170, 225, .25)));
  background: -webkit-linear-gradient(left, #fed401 0, rgba(43, 170, 225, .25) 100%);
  background: -o-linear-gradient(left, #fed401 0, rgba(43, 170, 225, .25) 100%);
  background: -ms-linear-gradient(left, #fed401 0, rgba(43, 170, 225, .25) 100%);
  background: linear-gradient(to right, #fed401 0, rgba(43, 170, 225, .25) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fed401', endColorstr='#2baae1', GradientType=1)
}

.overlay-gradient-blues {
  background: #00273d;
  background: -moz-linear-gradient(left, #00273d 0, #2baae1 100%);
  background: -webkit-gradient(left top, right top, color-stop(0, #00273d), color-stop(100%, #2baae1));
  background: -webkit-linear-gradient(left, #00273d 0, #2baae1 100%);
  background: -o-linear-gradient(left, #00273d 0, #2baae1 100%);
  background: -ms-linear-gradient(left, #00273d 0, #2baae1 100%);
  background: linear-gradient(to right, #00273d 0, #2baae1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00273d', endColorstr='#2baae1', GradientType=1)
}

.popover {
  border-radius: 2px;
  border-color: solid 1px #ddd;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.popover .arrow {
  border-bottom-color: solid 1px #ddd
}

.popover.top>.arrow {
  left: 50%;
  border-bottom-width: 0;
  border-top-color: rgba(0, 0, 0, .25);
  bottom: -7px;
  transform: translateX(-50%);
  margin: 0
}

.popover>.arrow {
  border-width: 6px
}

.popover-content {
  padding: 6px 12px;
  font-size: 14px
}

.tooltip .tooltip-inner {
  font-size: 13px
}

.intro .icon-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10%
}

.intro .icon-container i {
  font-size: 100px
}

.intro .icon-container i:nth-child(2) {
  margin: 0 30px;
  font-size: 80px;
  top: -12px;
  position: relative
}

.bundle-card {
  background-color: #FFF !important;
  box-shadow: 0 0 0 1px solid 1px #ddd;
  border-radius: 2px;
  margin-top: 30px;
  padding: 0
}

.card,
.video-container img {
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2)
}

.bundle-card.translucid {
  background-color: rgba(255, 255, 255, .6) !important
}

.bundle-card .symbol {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

.bundle-card .symbol i {
  font-size: 2em;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF !important
}

.bundle-card h4,
.bundle-card p {
  padding: 0 30px
}

.bundle-card .bundle-details {
  padding: 30px;
  margin: 30px 0
}

.bundle-card .bundle-details .item {
  font-size: 18px;
  color: #5f6060 !important
}

.bundle-card .bundle-details .item .currency {
  vertical-align: top;
  position: relative;
  top: 8px
}

.bundle-card .bundle-details .item .value {
  font-size: 2em
}

.bundle-card.startup .bundle-details .currency,
.bundle-card.startup .bundle-details .value {
  color: #2baae1 !important
}

.bundle-card.professional .bundle-details .currency,
.bundle-card.professional .bundle-details .value {
  color: #cb332e !important
}

.bundle-card.premium .bundle-details .currency,
.bundle-card.premium .bundle-details .value {
  color: #69b8b8 !important
}

main .media {
  height: 220px
}

main .media .media-left img {
  max-width: 40px
}

main .media>a {
  display: block
}

main .media>a:hover p {
  color: #eb622b !important
}

.page-resources .blog-referal {
  height: auto !important;
  margin-top: 40px
}

.page-resources .blog-referal .media-left .media-object {
  width: 100px;
  max-width: 100px
}

.page-resources .blog-referal .blog-referal-text {
  margin: 0 0 10px
}

.page-resources .blog-referal .blog-referal-social {
  display: inline-block;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  color: #fff !important;
  text-align: center;
  vertical-align: bottom;
  border-radius: 2px;
  transition: .3s ease;
  cursor: pointer
}

.card.blue :hover a,
.card.blue :hover h3,
.card.blue :hover h4,
.card.blue :hover p,
.card.blue :hover ul>li,
.card.butter :hover a,
.card.butter :hover h3,
.card.butter :hover h4,
.card.butter :hover p,
.card.butter :hover ul>li,
.card.carrot :hover a,
.card.carrot :hover h3,
.card.carrot :hover h4,
.card.carrot :hover p,
.card.carrot :hover ul>li,
.card.fuchsia :hover a,
.card.fuchsia :hover h3,
.card.fuchsia :hover h4,
.card.fuchsia :hover p,
.card.fuchsia :hover ul>li,
.card.gainsboro :hover a,
.card.gainsboro :hover h3,
.card.gainsboro :hover h4,
.card.gainsboro :hover p,
.card.gainsboro :hover ul>li,
.card.granite :hover a,
.card.granite :hover h3,
.card.granite :hover h4,
.card.granite :hover p,
.card.granite :hover ul>li,
.card.moonstone :hover a,
.card.moonstone :hover h3,
.card.moonstone :hover h4,
.card.moonstone :hover p,
.card.moonstone :hover ul>li,
.card.ocean :hover a,
.card.ocean :hover h3,
.card.ocean :hover h4,
.card.ocean :hover p,
.card.ocean :hover ul>li,
.card.quicksilver :hover a,
.card.quicksilver :hover h3,
.card.quicksilver :hover h4,
.card.quicksilver :hover p,
.card.quicksilver :hover ul>li,
.card.raspberry :hover a,
.card.raspberry :hover h3,
.card.raspberry :hover h4,
.card.raspberry :hover p,
.card.raspberry :hover ul>li,
.card.saffron :hover a,
.card.saffron :hover h3,
.card.saffron :hover h4,
.card.saffron :hover p,
.card.saffron :hover ul>li,
.card.teal :hover a,
.card.teal :hover h3,
.card.teal :hover h4,
.card.teal :hover p,
.card.teal :hover ul>li,
.card.violet :hover a,
.card.violet :hover h3,
.card.violet :hover h4,
.card.violet :hover p,
.card.violet :hover ul>li,
.card.wine :hover a,
.card.wine :hover h3,
.card.wine :hover h4,
.card.wine :hover p,
.card.wine :hover ul>li {
  color: #FFF !important
}

.page-resources .blog-referal .blog-referal-social.ref-facebook {
  background: #3B5998
}

.page-resources .blog-referal .blog-referal-social.ref-twitter {
  background: #55ACEE
}

.page-resources .blog-referal .blog-referal-social.ref-linkedin {
  background: #0976B4
}

.page-resources .blog-referal .blog-referal-social.ref-googleplus {
  background: #DC4E41
}

.card {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 5px;
  background-color: #FFF;
  transition: all .3s ease;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2)
}

.card>a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  float: none
}

.card.wine :hover {
  background-color: #cb332e
}

.card.ocean :hover {
  background-color: #23598e
}

.card.teal :hover {
  background-color: #0082a6
}

.card.moonstone :hover {
  background-color: #69b8b8
}

.card.carrot :hover {
  background-color: #eb622b
}

.card.saffron :hover {
  background-color: #f8c341
}

.card.butter :hover {
  background-color: #f7e09b
}

.card.raspberry :hover {
  background-color: #9b3979
}

.card.fuchsia :hover,
.card.violet :hover {
  background-color: #d5289a
}

.card.blue :hover {
  background-color: #2baae1
}

.card.granite :hover {
  background-color: #5f6060
}

.card.quicksilver :hover {
  background-color: #9fa0a4
}

.card.gainsboro :hover {
  background-color: #ddd
}

.card.border-bottom-blue {
  border-top: solid 2px #2baae1
}

.card.post-card {
  background: #FFF;
  height: auto;
  padding: 0;
  position: relative;
  margin-bottom: 50px;
  cursor: pointer
}

.card.post-card .card-header {
  z-index: 1;
  position: relative;
  height: 170px;
  overflow: hidden;
  background-size: cover !important;
  background-position: center center !important
}

.card.post-card .card-header figure {
  position: relative;
  width: 100%;
  height: 100%
}

.card.post-card .card-header figure img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%)
}

.card.post-card .card-body {
  position: relative;
  height: auto;
  z-index: 2;
  background: #FFF;
  padding: 20px
}

.card.post-card .card-body span.card-date {
  color: #999;
  font-size: 14px;
  width: auto;
  display: inline;
  padding: 5px 0
}

.card.post-card .card-body .label {
  margin: -3px 0 0;
  float: right
}

.card.post-card .card-body p {
  margin-top: 5px !important;
  margin-bottom: -10px !important
}

.card.post-card.small {
  height: 280px
}

.card.post-card.small .card-header {
  height: 150px
}

.card.post-card.small img {
  width: 100%
}

.card.post-card.small p {
  margin-top: 5px !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
  -webkit-line-clamp: 3;
  height: calc(1em * 1.5 * 3)
}

.card .simple *,
.card.simple {
  -moz-transition: .3s ease;
  transition: .3s ease;
  -webkit-transition: .3s ease
}

.card.bordered,
.card.gallery-card a,
.card.gallery-card h2,
.card.gallery-card h3,
.card.gallery-card h4,
.card.gallery-card h5,
.card.gallery-card p {
  transition: .3s ease
}

.card.bordered.blue {
  border-bottom: solid 2px #2baae1
}

.card.bordered.blue:hover {
  background-color: #2baae1
}

.card.bordered.ocean {
  border-bottom: solid 2px #23598e
}

.card.bordered.ocean:hover {
  background-color: #23598e
}

.card.bordered.teal {
  border-bottom: solid 2px #0082a6
}

.card.bordered.teal:hover {
  background-color: #0082a6
}

.card.bordered.moonstone {
  border-bottom: solid 2px #69b8b8
}

.card.bordered.moonstone:hover {
  background-color: #69b8b8
}

.card.bordered.carrot {
  border-bottom: solid 2px #eb622b
}

.card.bordered.carrot:hover {
  background-color: #eb622b
}

.card.bordered.saffron {
  border-bottom: solid 2px #f8c341
}

.card.bordered.saffron:hover {
  background-color: #f8c341
}

.card.bordered.butter {
  border-bottom: solid 2px #f7e09b
}

.card.bordered.butter:hover {
  background-color: #f7e09b
}

.card.bordered.wine {
  border-bottom: solid 2px #cb332e
}

.card.bordered.wine:hover {
  background-color: #cb332e
}

.card.bordered.fuchsia {
  border-bottom: solid 2px #d5289a
}

.card.bordered.fuchsia:hover {
  background-color: #d5289a
}

.card.bordered.raspberry {
  border-bottom: solid 2px #9b3979
}

.card.bordered.raspberry:hover {
  background-color: #9b3979
}

.card.bordered.violet {
  border-bottom: solid 2px #8d78db
}

.card.bordered.violet:hover {
  background-color: #8d78db
}

.card.bordered.granite {
  border-bottom: solid 2px #5f6060
}

.card.bordered.granite:hover {
  background-color: #5f6060
}

.card.bordered.quicksilver {
  border-bottom: solid 2px #9fa0a4
}

.card.bordered.quicksilver:hover {
  background-color: #9fa0a4
}

.card.bordered.gainsboro {
  border-bottom: solid 2px #ddd
}

.card.bordered.gainsboro:hover {
  background-color: #ddd
}

.card.bordered:hover * {
  color: #FFF !important
}

.card.gallery-card {
  height: 260px;
  padding: 0
}

.card.gallery-card a {
  font-size: 14px;
  color: #9fa0a4;
  float: right
}

.card.gallery-card:hover a {
  color: #2baae1 !important
}

.card.gallery-card .label {
  position: absolute;
  left: auto;
  right: -1px;
  top: 10px;
  z-index: 4;
  box-shadow: 0 1px .6px rgba(0, 0, 0, .2)
}

.card.gallery-card .label:nth-of-type(2) {
  top: 35px
}

.card.gallery-card .card-body {
  padding: 15px
}

.card.gallery-card.white-card {
  margin-bottom: 40px;
  height: 248px;
  background: #FFF;
  position: relative;
  cursor: pointer
}

.card.gallery-card.white-card .product-details {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  transition: height .3s ease, opacity .3s ease;
  padding: 12px 15px 15px;
  height: 45px;
  z-index: 4;
  border-top: solid 1px #ddd
}

.card.gallery-card.white-card .product-details .media-body a {
  float: none !important;
  display: block
}

.card.gallery-card.white-card .product-details .media-body span {
  padding-top: 2px
}

.card.gallery-card.white-card .product-details .product-owner {
  width: 50%;
  overflow: hidden
}

.card.gallery-card.white-card .product-details .product-owner p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #12130f;
  font-weight: 500;
  margin: 0;
  font-size: 16px;
  text-align: left
}

.card.item-card .card-header i,
.card.products-card .card-header i {
  font-size: 25px;
  float: left;
  margin-right: 10px
}

.card.gallery-card.white-card .product-option {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative
}

.card.gallery-card.white-card .product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: .3s ease-in-out;
  z-index: 3
}

.card:hover {
  box-shadow: 0 3px 24px rgba(0, 0, 0, .1)
}

.card.unboxed {
  border: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important
}

.card.item-card {
  padding: 20px
}

.card.item-card .card-header h4 {
  margin-top: 5px
}

.card.item-card .card-body p {
  padding-bottom: 0
}

.card.item-card:hover {
  border: 1px solid #2baae1
}

.card.item-card:hover .card-body p {
  color: #2baae1
}

.card.products-card .card-header h4 {
  margin: 10px 0
}

.card.products-card.selected {
  border: 1px solid #9fa0a4
}

.card.products-card:after,
.card.products-card:before {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 5px;
  height: 5px;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s
}

.card.products-card.in-shopping-cart:after,
.card.products-card.in-shopping-cart:before {
  position: absolute
}

.card.products-card.in-shopping-cart:before {
  content: "";
  display: none;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #69b8b8;
  border-radius: 50%
}

.card.products-card.in-shopping-cart:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #69b8b8;
  font-size: 35px;
  right: 40px;
  top: auto;
  bottom: 35px
}

.card.products-card.themes:hover .card-body p {
  color: #2baae1 !important
}

.card.products-card.webparts:hover .card-body p {
  color: #eb622b !important
}

.card.products-card.clutch:hover .card-body p {
  color: #d5289a !important
}

.grid-item {
  width: 33%;
  display: inline-block;
  padding: 0 15px
}

@media (min-width:991px) {
  html:not(.touch) .card.gallery-card:hover .product-overlay {
    background: rgba(0, 0, 0, .2)
  }
  html:not(.touch) .card.gallery-card:hover .product-details {
    height: 150px;
    padding: 15px
  }
  html:not(.touch) .card.gallery-card:hover .product-details p {
    margin: 0;
    width: 100%
  }
  html:not(.touch) .card.gallery-card:hover .product-details .media-left {
    padding-right: 10px
  }
  html:not(.touch) .card.gallery-card:hover .product-details .product-info {
    margin-top: 5px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 !important;
    -webkit-line-clamp: 4;
    height: calc(1em * 1.5 * 4)
  }
  html:not(.touch) .card.gallery-card:hover .product-details .product-info p {
    color: #2baae1
  }
  .isotope .isotope-item .gallery-card {
    margin-left: 15px
  }
}

@media (max-width:600px) {
  .products-card .card-header i {
    float: none !important;
    margin-right: 0 !important
  }
}

ul.resources-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 52px;
  position: relative
}

ul.resources-filters li {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  position: relative;
  font-size: 14px !important
}

ul.resources-filters li:first-child {
  padding-left: 0
}

ul.resources-filters li.noborder:after {
  display: none
}

ul.resources-filters li a {
  padding-left: 0;
  color: #70686d;
  font-size: 14px !important;
  text-transform: uppercase
}

ul.resources-filters li a:hover {
  color: #2baae1
}

ul.resources-filters li.all-types {
  float: right;
  border-left: solid 1px #eee;
  border-right: solid 1px #eee
}

ul.resources-filters li>a.active {
  color: #FFF;
  background-color: #2baae1
}

ul.resources-filters li .filter {
  display: block;
  position: relative;
  min-width: 50px;
  height: 35px;
  color: #9fa0a4;
  padding: 0 10px;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 9px;
  border-radius: 2px;
  max-width: 200px
}

ul.resources-filters li.dropdown {
  float: right;
  position: static !important
}

ul.resources-filters li.dropdown:after {
  display: none
}

ul.resources-filters li.dropdown>a {
  padding-right: 0;
  padding-left: 0
}

ul.resources-filters li.dropdown>a.active {
  border-bottom: none;
  background-color: #FFF;
  color: #2baae1
}

ul.resources-filters li.dropdown>a.active:after,
ul.resources-filters li.dropdown>a.active:before {
  background: #2baae1
}

ul.resources-filters li.dropdown ul.section-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  padding: 15px 0;
  margin: 0;
  top: 50px
}

ul.resources-filters li.dropdown ul.section-dropdown:after,
ul.resources-filters li.dropdown ul.section-dropdown:before {
  content: "";
  top: 8px;
  position: absolute;
  height: 100%;
  border-top: solid 1px #ddd;
  z-index: 4;
  width: 100%
}

ul.resources-filters li.dropdown ul.section-dropdown:before {
  left: -50%
}

ul.resources-filters li.dropdown ul.section-dropdown:after {
  right: -50%
}

ul.resources-filters li.dropdown ul.section-dropdown li {
  z-index: 5
}

ul.resources-filters li.dropdown ul.section-dropdown li:after {
  border: none
}

ul.resources-filters li.dropdown ul.section-dropdown li .filter {
  padding: 0 10px;
  text-align: center
}

ul.selected-filters {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center
}

ul.selected-filters li {
  display: inline-block;
  padding: 0 25px 0 10px;
  position: relative;
  height: 30px;
  border-radius: 20px;
  line-height: 30.5px;
  margin: 0 5px;
  color: #FFF;
  background-color: #333
}

ul.selected-filters li:hover,
ul.selected-filters li:hover.after {
  color: #FFF !important
}

ul.selected-filters li:after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.section-filters.is-nav-fixed ul.resources-filters li,
.section-filters.is-nav-fixed ul.resources-filters li a {
  font-size: 12px !important
}

.section-filters {
  height: 54px;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(0, 1, .5, 1);
  overflow: hidden
}

.section-filters.open {
  height: 130px
}

.section-filters.is-nav-fixed {
  position: fixed;
  top: 54px;
  padding-top: 6px !important;
  z-index: 55;
  height: 47px;
  background-color: #FFF
}

.section-filters.is-nav-fixed ul.resources-filters {
  padding: 0;
  margin: 0;
  height: 37px
}

.section-filters.is-nav-fixed ul.resources-filters li:first-child {
  padding-left: 0
}

.section-filters.is-nav-fixed ul.resources-filters li .filter {
  height: 20px;
  line-height: 20px;
  padding-top: 1px
}

.section-filters.is-nav-fixed.open {
  height: 100px
}

.section-filters.is-nav-fixed.open li.dropdown ul.section-dropdown {
  position: absolute;
  left: 0;
  right: 0;
  height: 50px;
  padding: 15px 0 0;
  margin: 0;
  top: 30px
}

main .step-block {
  width: 100%;
  display: inline-block;
  float: left
}

main .step-block .step-indicator {
  width: 40px;
  display: inline-block;
  float: left
}

main .step-block .step-indicator .step-number {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  margin: 0 auto
}

main .step-block .step-description {
  display: inline-block;
  padding: 0 10px;
  width: 85%
}

input[type=radio] {
  position: absolute;
  opacity: 0
}

input[type=radio]+label {
  line-height: 15px
}

input[type=radio]+label:before {
  content: '';
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #c7cacc;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
  text-align: center;
  float: left;
  margin-top: 0;
  transition: all 250ms ease
}

input[type=radio]:checked+label:before {
  background-color: #2baae1;
  box-shadow: inset 0 0 0 3px #fff
}

input[type=radio]:focus+label:before {
  outline: 0;
  border-color: #2baae1
}

input[type=radio]:disabled+label:before {
  box-shadow: none;
  border-color: #c7cacc;
  background: #FFF
}

input[type=radio]+label:empty:before {
  margin-right: 0
}

main .aside {
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 2px
}

main .aside .block {
  padding: 15px 0
}

main .aside .cms-selection-info h5 {
  margin-top: 0
}

main .aside .cms-selection-info a {
  display: block
}

main .aside .cms-selection-info .dropdown .cms-version {
  width: 100%;
  display: inline-block;
  position: relative
}

main .aside .cms-selection-info .dropdown .cms-version:after {
  position: absolute;
  top: 5px
}

main .aside .cms-selection-info .dropdown .price {
  float: right;
  font-weight: 500;
  display: inline-block
}

main .aside .cms-selection-info .dropdown .dropdown-menu {
  margin-top: 0
}

.cms-version-block .dropdown a {
  display: block;
  width: 100%;
  padding: 5px 0
}

.cms-version-block .dropdown a.open {
  color: #5f6060
}

.cms-version-block .dropdown a .price {
  float: right;
  position: relative;
  font-weight: 400
}

.cms-version-block .dropdown a .price:before {
  content: "$";
  font-size: 12px;
  position: absolute;
  left: -8px
}

.cms-version-block .card-body {
  padding: 10px;
  background-color: #fafafa;
  border-top: solid 1px #eee
}

blockquote.blockquote {
  border: none;
  padding: 0
}

blockquote.blockquote:before {
  content: "\f10d";
  font-family: fontawesome;
  font-size: 30px;
  height: 100px;
  color: #fff;
  overflow: hidden;
  margin-top: 0
}

blockquote.blockquote p {
  margin: 20px 0 25px;
  padding: 0
}

blockquote.blockquote footer {
  margin-top: 20px;
  background: 0 0;
  margin-left: 0
}

blockquote.blockquote footer:before {
  display: none
}

blockquote.blockquote .blockquote-footer figure {
  float: left;
  width: 50px;
  margin-left: 0;
  height: 50px;
  margin-right: 15px;
  margin-top: -3px;
  overflow: hidden;
  border-radius: 50%
}

blockquote.blockquote .blockquote-footer .author-info {
  display: inline-block
}

blockquote.blockquote .blockquote-footer .author-info span {
  display: block;
  font-weight: 500
}

blockquote.blockquote .blockquote-footer .author-info cite {
  font-style: normal;
  font-weight: 300
}

blockquote.blockquote.highlight {
  margin: 0;
  padding: 20px 0
}

blockquote.blockquote.highlight:after,
blockquote.blockquote.highlight:before {
  content: "";
  max-width: 100px;
  height: 2px;
  width: 100px;
  background-color: #ddd;
  position: relative;
  display: block;
  margin: 0 auto
}

blockquote.blockquote.highlight:before {
  margin-bottom: 40px
}

blockquote.blockquote.highlight:after {
  margin-top: 40px
}

blockquote.blockquote.highlight .blockquote-footer {
  margin: 0
}

blockquote.blue:before {
  color: #2baae1
}

blockquote.carrot:before {
  color: #eb622b
}

blockquote.fuchsia:before {
  color: #d5289a
}

blockquote.ocean:before {
  color: #23598e
}

blockquote.violet:before {
  color: #8d78db
}

blockquote.gainsboro:before {
  color: #ddd
}

blockquote.smoke:before {
  color: #eee
}

blockquote.quicksilver:before {
  color: #9fa0a4
}

blockquote.dark:before {
  color: #232528
}

blockquote.moonstone:before {
  color: #69b8b8
}

blockquote .small:before {
  display: none
}

.timeline-article .content-date:before,
.timeline-article .meta-date:after,
.timeline-article .meta-date:before {
  content: "";
  display: block
}

.main-timeline-section {
  position: relative;
  width: 90%;
  margin: auto;
  min-height: 250px
}

.main-timeline-section .conference-center-line {
  position: absolute;
  width: 15px;
  height: 100%;
  left: 25px;
  top: 0;
  border-radius: 10px
}

.timeline-article {
  width: 100%;
  position: relative;
  min-height: 120px;
  float: left;
  margin-left: 28px
}

.timeline-article .content-date {
  position: absolute;
  top: 20px;
  left: 80px;
  text-align: left;
  right: 0
}

.timeline-article .content-date p {
  font-size: 16px
}

.nav-tabs>li>a,
.table.small td,
.table.small th {
  font-size: 14px
}

.timeline-article .content-date figure {
  float: left;
  position: relative;
  height: 100px;
  width: 50px;
  margin-right: 20px
}

.nav.nav-tabs.navs-center>li,
.webpart-layout-tab ul li {
  float: none;
  display: inline-block
}

.timeline-article .content-date figure img {
  max-width: 60px;
  padding: 5px;
  border-radius: 50%;
  border: 2px solid #2baae1
}

.timeline-article .content-date figure img.border-blue {
  border: 2px solid #2baae1
}

.timeline-article .content-date figure img.border-pink {
  border: 2px solid rgba(186, 17, 49, .5)
}

.timeline-article .content-date:before {
  width: 45px;
  border-top: solid 1px #999;
  height: 1px;
  position: absolute;
  left: -55px;
  top: 25px;
  border-radius: 5px
}

.timeline-article .meta-date {
  position: absolute;
  top: 25px;
  left: -3px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  border-radius: 10px;
  background-color: transparent !important
}

.timeline-article .text-pink {
  color: rgba(186, 17, 49, .5)
}

.timeline-article .meta-date:before {
  width: 15px;
  position: absolute;
  height: 135px;
  top: -20px;
  bottom: 0;
  border-radius: 10px;
  z-index: 0
}

.timeline-article .meta-date:after {
  position: absolute;
  left: -5px;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 25px
}

.timeline-article .meta-date.bg-green:before {
  background-color: rgba(46, 204, 113, .5)
}

.timeline-article .meta-date.bg-green:after {
  border: 7px solid rgba(37, 162, 90, .5)
}

.timeline-article .meta-date.bg-blue:before {
  background-color: rgba(43, 173, 230, .5)
}

.timeline-article .meta-date.bg-blue:after {
  border: 7px solid rgba(23, 145, 199, .6)
}

.timeline-article .meta-date.bg-purple:before {
  background-color: rgba(48, 98, 187, .5)
}

.timeline-article .meta-date.bg-purple:after {
  border: 7px solid rgba(38, 77, 146, .5)
}

.timeline-article .meta-date.bg-pink:before {
  background-color: rgba(186, 17, 49, .5)
}

.timeline-article .meta-date.bg-pink:after {
  border: 7px solid rgba(139, 12, 37, .5)
}

.timeline-article .content-box {
  border-radius: 5px;
  position: absolute;
  top: 25px;
  left: 20px;
  padding: 10px;
  text-align: left
}

.nav.nav-tabs>li,
.tab-content {
  padding: 0
}

.nav.nav-tabs.navs-center,
.webpart-layout-tab ul {
  text-align: center
}

.webpart-layout-tab ul li a {
  color: #333;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out
}

.webpart-layout-tab ul li.active a {
  color: #FFF !important;
  background-color: #2baae1 !important;
  border-radius: 2px !important;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out
}

.nav.nav-tabs.navs-center>li {
  padding-bottom: 0
}

.nav-tabs>li>a {
  border: none;
  border-radius: 2px;
  border-bottom: solid 2px transparent;
  background-color: transparent !important;
  color: #232528;
  text-transform: uppercase;
  font-weight: 500
}

.nav-tabs>li a {
  border-radius: 0 !important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none;
  border-bottom: solid 2px #2BAAE1;
  color: #2BAAE1
}

.img-thumbnail,
img {
  border-radius: 2px
}

figure.persona {
  overflow: hidden;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
  margin: 20px
}

figure.persona img {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

figure.persona.small {
  width: 50px;
  height: 50px
}

figure.persona.big {
  width: 100px;
  height: 100px
}

.table,
table,
table.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border-radius: 2px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  padding: 15px;
  vertical-align: middle
}

table.table-layout {
  table-layout: fixed
}

table.table-layout th {
  width: 25%
}

table p,
table span {
  margin: 0
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-width: 1px
}

.table-striped>tbody>tr>td:not(:first-child),
.table-striped>tbody>tr>th:not(:first-child),
.table>thead:first-child>tr:first-child>th:not(:first-child) {
  border-left: solid 1px #ddd
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #FFF
}

table td,
table th,
table tr {
  background-color: transparent !important
}

table i.fa {
  font-size: 18px
}

.table>thead>tr>th {
  border-bottom: 2px solid #ddd;
  font-weight: 500
}

.price {
  position: relative;
  display: inline-block
}

.price.big {
  font-size: 30px;
  font-weight: 500
}

.price.big:before,
.price:before {
  content: "$";
  font-weight: 300;
  position: absolute
}

.price.big:before {
  font-size: .5em;
  left: 0;
  margin-left: -15px
}

.price:before {
  font-size: .8em;
  left: -8px;
  margin-left: 0
}

.price.recurrence:after {
  content: "per month";
  font-size: 12px;
  opacity: .8;
  display: inline-block;
  max-width: 50px;
  text-align: left;
  position: absolute;
  top: 50%;
  margin-left: 5px;
  transform: translateY(-50%)
}

.bg-polygon {
  background-image: url(//cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.polygon-abstract.jpg);
  background-size: cover !important;
  background-position: 0 40% !important
}

.bg-polygon.center {
  background-position: center center !important
}

.bg-polygon.bottom {
  background-position: center bottom !important
}

.bg-color {
  background-color: #5f6060 !important
}

.bg-color.translucid {
  background-color: rgba(95, 96, 96, .85) !important
}

.bg-dark {
  background-color: #232528 !important
}

.bg-dark.translucid {
  background-color: rgba(35, 37, 40, .85) !important
}

.bg-white {
  background-color: #FFF !important
}

.bg-white.translucid {
  background-color: rgba(255, 255, 255, .6) !important
}

.bg-blue {
  background-color: #2baae1 !important
}

.bg-blue.translucid {
  background-color: rgba(43, 170, 225, .85) !important
}

.bg-ocean {
  background-color: #23598e !important
}

.bg-ocean.translucid {
  background-color: rgba(35, 89, 142, .85) !important
}

.bg-teal {
  background-color: #0082a6 !important
}

.bg-teal.translucid {
  background-color: rgba(0, 130, 166, .85) !important
}

.bg-moonstone {
  background-color: #69b8b8 !important
}

.bg-moonstone.translucid {
  background-color: rgba(105, 184, 184, .85) !important
}

.bg-esmerald {
  background-color: #15caa2 !important
}

.bg-sky {
  background-color: #91b3d5 !important
}

.bg-sky.translucid {
  background-color: rgba(145, 179, 213, .85) !important
}

.bg-carrot {
  background-color: #eb622b !important
}

.bg-carrot.translucid {
  background-color: rgba(235, 98, 43, .85) !important
}

.bg-orange-light {
  background-color: orange !important
}

.bg-orange-light.translucid {
  background-color: rgba(255, 165, 0, .85) !important
}

.bg-saffron {
  background-color: #f8c341 !important
}

.bg-saffron.translucid {
  background-color: rgba(248, 195, 65, .85) !important
}

.bg-butter {
  background-color: #f7e09b !important
}

.bg-butter.translucid {
  background-color: rgba(247, 224, 155, .85) !important
}

.bg-wine {
  background-color: #cb332e !important
}

.bg-wine.translucid {
  background-color: rgba(143, 4, 0, .85) !important
}

.bg-raspberry {
  background-color: #9b3979 !important
}

.bg-raspberry.translucid {
  background-color: rgba(155, 57, 121, .85) !important
}

.bg-fuchsia {
  background-color: #d5289a !important
}

.bg-fuchsia.translucid {
  background-color: rgba(213, 40, 154, .85) !important
}

.bg-violet,
.bg-violet.translucid {
  background-color: #8d78db !important
}

.bg-red {
  background-color: #E73737
}

.bg-light {
  background-color: #fafafa !important
}

.bg-light.translucid {
  background-color: rgba(250, 250, 250, .85) !important
}

.bg-granite {
  background-color: #5f6060 !important
}

.bg-granite.translucid {
  background-color: rgba(95, 96, 96, .85) !important
}

.bg-quicksilver {
  background-color: #9fa0a4 !important
}

.bg-quicksilver.translucid {
  background-color: rgba(159, 160, 164, .85) !important
}

.bg-gainsboro {
  background-color: #ddd !important
}

.bg-gainsboro.translucid {
  background-color: rgba(221, 221, 221, .85) !important
}

.bg-isabeline,
.bg-smoke {
  background-color: #eee !important
}

.bg-isabeline.translucid,
.bg-smoke.translucid {
  background-color: rgba(238, 238, 238, .85) !important
}

.bg-gray-mid {
  background-color: #c7cacc !important
}

.bg-gray {
  background-color: #ddd !important
}

.bg-cerulean-light-01 {
  background-color: #64c0e7 !important
}

.bg-cerulean-light-02 {
  background-color: #97d5ef !important
}

.bg-cerulean-light-3 {
  background-color: #caeaf7 !important
}

.bg-cerulean-dark-01 {
  background-color: #1177a8 !important
}

.bg-cerulean-dark-02 {
  background-color: #095281 !important
}

.bg-cerulean-dark-3 {
  background-color: #03305c !important
}

.bg-fuchsia-light-01 {
  background-color: #dd61b2 !important
}

.bg-fuchsia-light-01.translucid {
  background-color: rgba(221, 97, 178, .85) !important
}

.bg-fuchsia-light-02 {
  background-color: #e895cc !important
}

.bg-fuchsia-light-02.translucid {
  background-color: rgba(232, 149, 204, .85) !important
}

.bg-fuchsia-light-03 {
  background-color: #f5c9e6 !important
}

.bg-fuchsia-light-03.translucid {
  background-color: rgba(232, 149, 204, .85) !important
}

.bg-fuchsia-dark-01 {
  background-color: #a50f73 !important
}

.bg-fuchsia-dark-01.translucid {
  background-color: rgba(165, 15, 115, .85) !important
}

.bg-fuchsia-dark-02 {
  background-color: #7a074e !important
}

.bg-fuchsia-dark-02.translucid {
  background-color: rgba(122, 7, 78, .8) !important
}

.bg-fuchsia-dark-03 {
  background-color: #5e0338 !important
}

.bg-fuchsia-dark-03.translucid {
  background-color: rgba(94, 3, 56, .8) !important
}

.bg-carrot-light-01 {
  background-color: #ee8965 !important
}

.bg-carrot-light-01.translucid {
  background-color: rgba(187, 60, 23, .85) !important
}

.bg-carrot-light-02 {
  background-color: #f3b097 !important
}

.bg-carrot-light-02.translucid {
  background-color: rgba(159, 160, 164, .85) !important
}

.bg-carrot-light-03 {
  background-color: #f9d8cb !important
}

.bg-carrot-light-03.translucid {
  background-color: rgba(221, 221, 221, .85) !important
}

.bg-carrot-dark-01 {
  background-color: #bb3c17 !important
}

.bg-carrot-dark-01.translucid {
  background-color: rgba(187, 60, 23, .85) !important
}

.bg-carrot-dark-02 {
  background-color: #8e080a !important
}

.bg-carrot-dark-02.translucid {
  background-color: rgba(142, 8, 10, .85) !important
}

.bg-carrot-dark-03 {
  background-color: #700206 !important
}

.bg-carrot-dark-03.translucid {
  background-color: rgba(112, 2, 6, .85) !important
}

body.page .accordion.basic>.card {
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  overflow: visible;
  box-shadow: none !important;
  background: 0 0
}

body.page .accordion.basic>.card .card-header {
  background: 0 0
}

body.page .accordion.basic .card-body {
  padding: 15px 0;
  margin-bottom: 10px
}

body.page .accordion.bordered>.card {
  box-shadow: none !important;
  margin: 0
}

body.page .accordion.bordered>.card .card-header a {
  display: block;
  color: #333
}

body.page .accordion.bordered>.card .card-header a:before {
  content: "\f106";
  font-family: fontawesome;
  right: 18px;
  position: absolute;
  transition-duration: .3s;
  transition-property: transform;
  color: #999
}

body.page .accordion.bordered>.card .card-header a.collapsed:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg)
}

body.page .accordion.bordered>.card .card-body {
  padding: 15px 0 0;
  border-top: solid 1px #ddd;
  margin-top: 15px
}

body.page .panel {
  border-radius: 2px !important
}

body.page .panel .panel-heading {
  background-color: #fafafa;
  border-radius: 2px !important
}

body.page .panel .panel-body {
  padding: 20px;
  position: relative
}

body.page .panel-group .panel,
body.page .panel-group .panel.panel-default,
body.page .panel-group.support-panels .panel,
body.page .panel-group.support-panels .panel.panel-default {
  margin-bottom: 0;
  border-radius: 2px !important;
  border: 1px solid #ddd;
  box-shadow: none !important;
  position: relative
}

body.page .panel-group .panel a .panel-heading,
body.page .panel-group .panel.panel-default a .panel-heading,
body.page .panel-group.support-panels .panel a .panel-heading,
body.page .panel-group.support-panels .panel.panel-default a .panel-heading {
  background-color: #fafafa
}

body.page .panel-group .panel a.collapsed .panel-heading,
body.page .panel-group .panel.panel-default a.collapsed .panel-heading,
body.page .panel-group.support-panels .panel a.collapsed .panel-heading,
body.page .panel-group.support-panels .panel.panel-default a.collapsed .panel-heading {
  background-color: #FFF
}

body.page .panel-group .panel .panel-heading,
body.page .panel-group .panel.panel-default .panel-heading,
body.page .panel-group.support-panels .panel .panel-heading,
body.page .panel-group.support-panels .panel.panel-default .panel-heading {
  border-top: solid 1px #eee;
  padding: 5px 15px
}

body.page .panel-group .panel .panel-heading:hover,
body.page .panel-group .panel.panel-default .panel-heading:hover,
body.page .panel-group.support-panels .panel .panel-heading:hover,
body.page .panel-group.support-panels .panel.panel-default .panel-heading:hover {
  background-color: #fafafa
}

body.page .panel-group .panel .panel-heading h4,
body.page .panel-group .panel.panel-default .panel-heading h4,
body.page .panel-group.support-panels .panel .panel-heading h4,
body.page .panel-group.support-panels .panel.panel-default .panel-heading h4 {
  margin: 0 !important
}

body.page .panel-group .panel .panel-heading>a,
body.page .panel-group .panel.panel-default .panel-heading>a,
body.page .panel-group.support-panels .panel .panel-heading>a,
body.page .panel-group.support-panels .panel.panel-default .panel-heading>a {
  display: block;
  width: 100%;
  position: relative;
  color: #5b666d;
  height: 18px;
  text-decoration: none !important
}

body.page .panel-group .panel .panel-heading>a :after,
body.page .panel-group .panel.panel-default .panel-heading>a :after,
body.page .panel-group.support-panels .panel .panel-heading>a :after,
body.page .panel-group.support-panels .panel.panel-default .panel-heading>a :after {
  content: "\f106";
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  color: inherit;
  text-align: center;
  width: 20px;
  font-size: 16px;
  line-height: 19px;
  -webkit-font-smoothing: antialiased;
  margin-top: 2px;
  border: 1px solid #ddd;
  -moz-osx-font-smoothing: grayscale;
  height: 20px
}

body.page .panel-group .panel .panel-heading>a.collapsed:after,
body.page .panel-group .panel.panel-default .panel-heading>a.collapsed:after,
body.page .panel-group.support-panels .panel .panel-heading>a.collapsed:after,
body.page .panel-group.support-panels .panel.panel-default .panel-heading>a.collapsed:after {
  content: "\f107"
}

body.page .panel-group .panel.panel-default:first-child .panel-heading,
body.page .panel-group .panel:first-child .panel-heading,
body.page .panel-group.support-panels .panel.panel-default:first-child .panel-heading,
body.page .panel-group.support-panels .panel:first-child .panel-heading {
  border-top: none
}

body.page .panel-group .panel .panel-body,
body.page .panel-group .panel.panel-default .panel-body,
body.page .panel-group.support-panels .panel .panel-body,
body.page .panel-group.support-panels .panel.panel-default .panel-body {
  border-top: solid 1px #eee !important
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-track {
  background: #eee
}

::-webkit-scrollbar-thumb {
  background: #d0d0d0
}

.separator-text {
  position: relative
}

.separator-text:after,
.separator-text:before {
  content: "";
  display: block;
  border-top: solid 1px #ddd;
  height: 1px;
  width: 45%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.separator-text:before {
  left: 0
}

.separator-text:after {
  right: 0
}

.separator-text p {
  color: #ddd
}

.steps-zone {
  height: 50px
}

.steps-zone ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%
}

.steps-zone ul li {
  float: left;
  display: inline-block;
  text-align: center;
  height: 100%;
  position: relative
}

.steps-zone ul li span,
.steps-zone ul li:before {
  background-color: #eee;
  position: absolute;
  transform: translate(-50%, 50%);
  display: block
}

.steps-zone ul li:before {
  content: "";
  height: 2px;
  width: 100%;
  left: 50%;
  top: 50%
}

.steps-zone ul li:first-child:before,
.steps-zone ul li:last-child:before {
  width: 50%
}

.steps-zone ul li:first-child:before {
  left: 75%
}

.steps-zone ul li:last-child:before {
  left: 25%
}

.steps-zone ul li span {
  width: 25px;
  height: 25px;
  border: 1px solid #eee;
  border-radius: 50% !important;
  top: 0;
  left: 50%;
  text-align: center;
  font-size: 11px;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2)
}

.steps-zone ul li span i {
  margin-top: 5.5px;
  font-size: 12px
}

.steps-zone ul li span i .fa {
  font-size: 12px
}

.steps-zone ul li.active span {
  background-color: #FFF;
  border: 1px solid #edd;
  color: #2baae1
}

.steps-zone ul li.completed span {
  background-color: #2baae1;
  border: 1px solid #2baae1;
  color: #FFF
}

.steps-zone.steps-count-2 li {
  width: 50%
}

.steps-zone.steps-count-3 li {
  width: 33%
}

.steps-zone.steps-count-4 li {
  width: 25%
}

.steps-zone.steps-count-5 li {
  width: 20%
}

.pulse-dot {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #5f6060;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff
}

.pulse-dot.blue {
  background-color: #2baae1
}

.pulse-dot.carrot {
  background-color: #eb622b
}

.pulse-dot.moonstone {
  background-color: #69b8b8
}

.pulse-dot.wine {
  background-color: #cb332e
}

.expanding-circle {
  border: 3px solid #5f6060;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: -8px;
  top: -8px;
  height: 24px;
  width: 24px;
  position: absolute;
  opacity: 1;
  -webkit-animation: pulsate 2s ease-out infinite;
  animation: pulsate 2s ease-out infinite
}

.expanding-circle.blue {
  border-color: #2baae1
}

.expanding-circle.carrot {
  border-color: #eb622b
}

.expanding-circle.moonstone {
  border-color: #69b8b8
}

.expanding-circle.wine {
  border-color: #cb332e
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(.1, .1);
    opacity: .3
  }
  50% {
    opacity: .8
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0
  }
}

@-moz-keyframes pulsate {
  0% {
    -moz-transform: scale(.1, .1);
    opacity: .3
  }
  50% {
    opacity: .8
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 0
  }
}

@keyframes pulsate {
  0% {
    transform: scale(.1, .1);
    opacity: .3
  }
  50% {
    opacity: .8
  }
  100% {
    transform: scale(1, 1);
    opacity: 0
  }
}

.pulse-notification {
  position: relative
}

.pulse-notification .dot {
  width: 10px;
  height: 10px;
  border: 0 solid #2BAAE1;
  border-radius: 50%;
  background-color: #2BAAE1;
  z-index: 10;
  position: absolute
}

.pulse-notification .pulse {
  border: 5px solid #2BAAE1;
  background: 0 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  -webkit-animation: pulse 3s ease;
  -moz-animation: pulse 3s ease;
  animation: pulse 3s ease;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
  opacity: 0
}

.social-login button,
.social-login li a {
  height: 40px;
  display: inline-block;
  color: #FFF;
  text-align: center
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0
  }
  25% {
    transform: scale(0);
    opacity: .9
  }
  100% {
    transform: scale(1);
    opacity: 0
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0
  }
  25% {
    -moz-transform: scale(0);
    opacity: .9
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0
  }
  25% {
    -webkit-transform: scale(0);
    opacity: .9
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0
  }
}

.signup .signup-title {
  text-align: center;
  margin: 0 0 20px;
  font-weight: 400
}

.signup .signup-title span {
  border-bottom: 1px solid;
  display: inline-block
}

.signup .signup-form .form-control {
  width: 100%
}

.signup .signup-form .form-group {
  padding-left: 0
}

.signup .signup-form .btn {
  width: auto;
  line-height: 1.7
}

.social-login button {
  width: 100%;
  line-height: 38px;
  background: #333;
  margin-top: 10px;
  border: none;
  font-family: Roboto, sans-serif;
  border-radius: 2px
}

.social-login button:first-child {
  margin-top: 0
}

.social-login button:before {
  font-family: Ionicons;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px
}

.social-login button.social-googleplus {
  background: #DC4E41
}

.social-login button.social-googleplus:before {
  content: '\f234'
}

.social-login button.social-facebook {
  background: #3B5998
}

.social-login button.social-facebook:before {
  content: '\f231'
}

.social-login button.social-windows {
  background: #00BCF2
}

.social-login button.social-windows:before {
  content: '\f247'
}

.social-login li {
  margin-top: 15px
}

.social-login li:first-child {
  margin-top: 0
}

.social-login li a {
  width: 100%;
  line-height: 40px;
  background: #333
}

.social-login li a.social-google {
  background: #DC4E41
}

.social-login li a.social-facebook {
  background: #3B5998
}

.social-login li a.social-windows {
  background: #00BCF2
}

.social-signup .option {
  padding-right: 0
}

.social-signup .btn {
  width: 100%;
  font-size: 14px;
  vertical-align: middle
}

.social-signup .btn .bt {
  margin: 0
}

.social-signup .facebook {
  background: #3B5998
}

.social-signup .facebook:hover {
  background: #4c70ba
}

.social-signup .googleplus {
  background: #DC4E41
}

.social-signup .googleplus:hover {
  background: #e4766c
}

.social-signup .windows {
  background: #00BCF2
}

.social-signup .windows:hover {
  background: #26cfff
}

.video-container {
  display: inline-block;
  position: relative;
  cursor: pointer
}

.video-container img {
  -webkit-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  width: 100%
}

.video-container .video-play-icon {
  width: 75px;
  height: 65px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: .9;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease
}

.video-container .video-play-icon i {
  vertical-align: middle;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  margin-left: 0;
  color: #FFF
}

.video-container .video-caption,
.video-container i,
.video-container:before {
  position: absolute;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease
}

.video-container .video-caption {
  opacity: 0;
  transition: .3s ease;
  width: 90%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  transform: translateY(-50%);
  text-align: center;
  height: 25px
}

.video-container:active:before,
.video-container:focus:before,
.video-container:hover:before {
  background: rgba(43, 170, 225, .8)
}

.video-container:active .video-play-icon,
.video-container:focus .video-play-icon,
.video-container:hover .video-play-icon {
  background: 0 0
}

.video-container:active .video-play-icon i,
.video-container:focus .video-play-icon i,
.video-container:hover .video-play-icon i {
  transform: translateX(-50%) translateY(-50px)
}

.video-container:active .video-caption,
.video-container:focus .video-caption,
.video-container:hover .video-caption {
  opacity: .9;
  transform: translateY(-50%) !important
}

.block-ui-anim-fade {
  transition: height 0s linear .2s, opacity .2s ease 0s
}

.block-ui-anim-fade .alert,
.block-ui-anim-fade .page-wrapper,
.block-ui-anim-fade main {
  opacity: 1;
  display: block
}

.block-ui-anim-fade.block-ui-active {
  transition-delay: 0s
}

.bt-loading.block-ui-active {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  z-index: 99
}

.bt-loading.block-ui-active .bt-loading-wrapper {
  position: relative;
  height: 100%;
  width: 100%
}

.bt-loading.block-ui-active .bt-loading-wrapper .page-spinner-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.bt-loading.block-ui-active .bt-loading-wrapper .page-spinner-bar>div {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background-color: #2baae1;
  border-radius: 100% !important;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.bt-loading.block-ui-active .bt-loading-wrapper .page-spinner-bar .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.bt-loading.block-ui-active .bt-loading-wrapper .page-spinner-bar .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

.bt-inner-loading {
  height: 100px
}

.bt-inner-loading .bt-loading-wrapper {
  position: relative;
  height: 100%;
  width: 100%
}

.bt-inner-loading .bt-loading-wrapper .page-spinner-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.bt-inner-loading .bt-loading-wrapper .page-spinner-bar>div {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  background-color: #2baae1;
  border-radius: 100% !important;
  display: inline-block;
  -webkit-animation: bounceDelay 1.4s infinite ease-in-out;
  animation: bounceDelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.bt-inner-loading .bt-loading-wrapper .page-spinner-bar .bounce1 {
  -webkit-animation-delay: -.32s;
  animation-delay: -.32s
}

.bt-inner-loading .bt-loading-wrapper .page-spinner-bar .bounce2 {
  -webkit-animation-delay: -.16s;
  animation-delay: -.16s
}

.block-ui-container,
.block-ui-message {
  display: none
}

body.block-ui-active {
  overflow: hidden
}

.loading-message {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 35%
}

.slick-slider {
  outline: 0;
  border: none;
  transition: opacity .4s ease-in
}

.slick-slider .slider-track {
  transform: none !important
}

.slick-slider .slick-slide {
  opacity: .5;
  transition: opacity .8s cubic-bezier(.165, .84, .44, 1), transform .8s cubic-bezier(.165, .84, .44, 1);
  transform: scale(.85);
  outline: 0;
  border: none;
  max-height: 400px;
  overflow: visible;
  margin-bottom: 20px;
  border-radius: 2px;
  float: left;
  height: 100%;
  z-index: 0
}

.slick-slider .slick-slide.slick-center {
  opacity: 1;
  transform: scale(1);
  z-index: 100;
  box-shadow: 0 5px 20px -6px rgba(0, 0, 0, .2);
  cursor: -webkit-grab
}

.slick-slider .slick-slide.slick-center p {
  color: #2baae1
}

.slick-slider .slick-slide.slick-center:active {
  cursor: -webkit-grabbing
}

.slick-slider .slick-slide.slick-center .card {
  margin: 5px;
  min-height: 390px
}

.slick-slider .slick-dots {
  margin-bottom: 30px;
  display: block;
  line-height: 2px;
  margin-left: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-top: -30px
}

.slick-slider .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 5px;
  cursor: pointer
}

.slick-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  border-radius: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: #dbe2e7
}

.slick-slider .slick-dots li button:focus,
.slick-slider .slick-dots li button:hover {
  outline: 0
}

.slick-slider .slick-dots li.slick-active button {
  transform: scale(1.4);
  background: #6E7680
}

.slick-slider .slick-next,
.slick-slider .slick-prev {
  opacity: 1;
  font-size: 0;
  position: absolute;
  display: block;
  background-color: #FFF;
  text-align: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ddd;
  outline: 0;
  border-radius: 50%;
  z-index: 4;
  top: 45%;
  transform: translateY(-50%)
}

.slick-slider .slick-next:after,
.slick-slider .slick-next:before,
.slick-slider .slick-prev:after,
.slick-slider .slick-prev:before {
  font-family: fontawesome;
  font-size: 13px;
  opacity: .75;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 15px
}

.slick-slider .slick-next:before {
  content: "\f105"
}

.slick-slider .slick-prev:before {
  content: "\f104"
}

.slick-slider .slick-list {
  overflow: visible;
  margin: 0 -10px;
  padding-bottom: 40px !important
}

.slick-slider.slick-theme-slider {
  margin-top: 40px
}

.slick-slider.slick-theme-slider .slick-next,
.slick-slider.slick-theme-slider .slick-prev {
  top: 50% !important
}

.slick-slider.slick-theme-slider .slick-prev {
  left: 150px
}

.slick-slider.slick-theme-slider .slick-next {
  right: 155px
}

.slick-slider.slick-quote-slider {
  max-width: 60%
}

.slick-slider.slick-quote-slider .slick-slide {
  max-height: 500px
}

.slick-slider.slick-quote-slider .slick-slide .card {
  padding: 40px;
  width: auto !important
}

.slick-slider.slick-quote-slider .slick-slide.slick-center {
  box-shadow: none !important
}

.slick-slider.slick-quote-slider .slick-prev {
  left: -30px
}

.slick-slider.slick-quote-slider .slick-next {
  right: -35px
}

.section.section--alt .blinder {
  background: #f5f8fa
}

.prevdiv {
  cursor: w-resize
}

.nextdiv {
  cursor: e-resize
}

.slick-initialized {
  visibility: visible;
  opacity: 1
}

.rz-bar-wrapper,
.rz-bubble.rz-limit.rz-ceil,
.rz-bubble.rz-limit.rz-floor,
body.page.page-pricing .rz-bar-wrapper {
  visibility: visible !important
}

@media (min-width:1600px) {
  .blinder-dark {
    display: block;
    pointer-events: none
  }
}

@media (min-width:1400px) {
  .slick-next,
  .slick-prev {
    width: 100px;
    background-position: 50% 34%
  }
  .slick-prev {
    left: -102px
  }
  .slick-next {
    right: -102px
  }
}

@media (max-width:767px) {
  .basic-carousel .empty {
    margin-left: 20px;
    margin-right: 20px
  }
  .slick-list {
    margin: 0
  }
}

@media (max-idth:500px) {
  .slick-slider.slick-quote-slider {
    max-width: 100%
  }
  .slick-slider.slick-quote-slider .slick-slide {
    max-height: 800px
  }
  .slick-slider.slick-quote-slider .slick-prev {
    left: 0
  }
  .slick-slider.slick-quote-slider .slick-next {
    right: 0
  }
}

.scroll-bg-reveal {
  height: 100vh;
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 50%;
  background-position: 100% 300%
}

.scroll-bg-reveal:first-of-type {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, .4)
}

.scroll-bg-reveal:nth-of-type(odd, even) {
  background: #fff
}

.scroll-bg-reveal.tryitnow-01 {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.tryitnow-screen01.png)
}

.scroll-bg-reveal.tryitnow-02 {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.tryitnow-screen02.png)
}

.scroll-bg-reveal.tryitnow-03 {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.tryitnow-screen03.png)
}

ul.pagination {
  width: 100%;
  display: block;
  text-align: center
}

ul.pagination>li {
  display: inline-block;
  margin: 0 5px
}

ul.pagination>li>a {
  border: 1px solid #eee;
  width: 40px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 2px;
  text-align: center;
  font-size: 14px;
  color: #999 !important
}

ul.pagination>li.active a {
  z-index: 3;
  color: #fff !important;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default
}

ul.pagination>li.active a span,
ul.pagination>li.active a span:hover,
ul.pagination>li.active a:focus,
ul.pagination>li.active a:hover {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default
}

ul.pagination>.disabled>a span,
ul.pagination>.disabled>a span:hover,
ul.pagination>.disabled>a:focus,
ul.pagination>.disabled>a:hover {
  color: #999;
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed
}

.slider {
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: 0;
  opacity: .7;
  -webkit-transition: .2s;
  transition: opacity .2s
}

.slider:hover {
  opacity: 1
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer
}

.rzslider {
  margin: 20px 0 15px
}

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #5b666d;
  border-radius: 2px
}

.rzslider .rz-pointer {
  top: -9px;
  z-index: 3;
  width: 20px;
  height: 20px;
  border: 1px solid #5b666d;
  border: px;
  cursor: pointer;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2) !important;
  background-color: #fff;
  border-radius: 16px
}

.rzslider .rz-pointer.active {
  border: 1px solid #2baae1
}

.rzslider .rz-pointer:after {
  display: none
}

.rzslider .rz-bubble {
  display: block;
  height: 20px;
  min-width: 50px
}

.rzslider .rz-bubble.rz-limit {
  color: #999
}

.social-circle,
.social-circle i,
.social-circle span {
  color: #FFF !important
}

.rzslider .rz-tick {
  position: absolute;
  top: -5px !important;
  left: 0;
  width: 1px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 50%
}

main.partners .card,
main.partners .tab-content .find-partners .card.unboxed {
  cursor: default
}

.social-circle {
  border-radius: 100%;
  padding: 5px;
  margin: 2.5px;
  width: 25px;
  height: 25px;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  text-align: center
}

.social-circle.social-twitter {
  background: #55ACEE
}

.social-circle.social-linkedin {
  background: #0976B4
}

.social-circle.social-facebook {
  background: #3B5998
}

.social-circle.social-googleplus {
  background: #DC4E41
}

.social-circle:hover {
  box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 3px 24px rgba(0, 0, 0, .1)
}

main.home a.themes-link {
  color: #5f6060
}

main.home a.themes-link:hover {
  color: #2baae1 !important
}

main.home a.webparts-link {
  color: #5f6060
}

main.home a.webparts-link:hover {
  color: #eb622b !important
}

main.home a.clutch-link {
  color: #5f6060
}

main.home a.clutch-link:hover {
  color: #d5289a !important
}

main.home #BT-current-users {
  text-align: center;
  padding: 0;
  position: relative;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, .2)
}

main.home #BT-current-users h1 {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.6
}

main.home #BT-current-users .users {
  margin: 40px 0 0
}

main.home #BT-current-users .container {
  position: relative
}

main.home #BT-current-users .trustedby {
  display: inline-block;
  background: #EEF1F2;
  padding: 0 10px;
  margin-bottom: 15px;
  font-weight: 300;
  color: #A1A7AF !important
}

main.home #BT-current-users .logos {
  list-style: none;
  padding: 0
}

main.home #BT-current-users .logos li {
  display: inline-block
}

main.home #BT-current-users .logos li img {
  height: 40px !important;
  margin: 10px 15px
}

main.home #BT-customers-review {
  height: 500px;
  overflow: hidden
}

main.home #BT-customers-review.no-image {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
  background-color: #232528 !important
}

main.home #BT-customers-review.no-image.translucid {
  background-color: rgba(35, 37, 40, .85) !important
}

main.home #BT-customers-review.no-image .carousel-caption {
  position: relative;
  transform: none !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important
}

main.home #BT-customers-review.no-image .carousel-indicators {
  bottom: -40px !important
}

main.home #BT-customers-review .lead {
  font-size: 24px
}

main.home #BT-customers-review .item {
  height: 300px !important
}

main.home #BT-customers-review blockquote {
  border: none;
  padding: 0
}

main.home #BT-customers-review blockquote p.lead i {
  font-size: 40px;
  padding: 0 10px 0 0
}

main.home #BT-customers-review blockquote .media-left i {
  font-size: 55px;
  color: #FFF;
  margin: 0 -10px 0 0
}

main.home #BT-customers-review .quote-logo-img {
  padding: 15px 60px;
  max-height: 90px;
  margin-bottom: 30px
}

body.page.page-alerts .hero.product-hero,
body.page.page-calendar .hero.product-hero,
body.page.page-clutch .hero.product-hero,
body.page.page-documents .hero.product-hero,
body.page.page-filters .hero.product-hero,
body.page.page-links .hero.product-hero,
body.page.page-maps .hero.product-hero,
body.page.page-news .hero.product-hero,
body.page.page-people .hero.product-hero,
body.page.page-rssfeed .hero.product-hero,
body.page.page-slider .hero.product-hero,
body.page.page-social .hero.product-hero,
body.page.page-stocks .hero.product-hero,
body.page.page-tiles .hero.product-hero,
body.page.page-timezones .hero.product-hero,
body.page.page-videos .hero.product-hero,
body.page.page-weather .hero.product-hero {
  max-height: 100%
}

main.home .first-benefit-img,
main.home .second-benefit-img {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.home-hero2018.jpg)
}

main.home .third-benefit-img {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.productivity-image.jpeg)
}

main.home .main-separator {
  padding-bottom: 100px;
  margin: 0 !important
}

main.home .clients-logos-section .row:first-of-type {
  margin-top: 90px
}

main.home .clients-logos-section .row {
  margin-bottom: 50px
}

main.home .clients-logos-section figure img {
  padding: 20px
}

main.home .clients-logos-section figure img.dicks {
  padding: 25px
}

main.home .clients-logos-section figure img.hdr {
  padding: 35px 50px 20px
}

main.home .clients-logos-section figure img.mcdonalds {
  padding-top: 10px
}

main.home .clients-logos-section figure img.nokia {
  padding-top: 35px
}

main.home .clients-logos-section figure img.peace-corps {
  padding: 25px 30px
}

main.home .clients-logos-section figure img.komatsu {
  padding: 35px 15px 20px
}

main.home .clients-logos-section figure img.rabobank,
main.home .clients-logos-section figure img.sydney {
  padding-top: 30px
}

main.home .clients-logos-section figure img.tyson {
  padding: 28px 10px 20px
}

main.home .clients-logos-section figure img.olufsen {
  padding-top: 15px
}

main.home .home-themes img {
  max-width: 900px;
  margin-left: 20px
}

main.home .webparts-home-text .wrapper {
  padding-left: 60px
}

.home-images {
  height: 500px
}

.home-images .wp-home-image {
  position: absolute;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2)
}

.home-images .wp-home-image img {
  width: 100%
}

.home-images .wp-home-image.wp-01 {
  z-index: 5;
  max-width: 65%;
  top: 7%;
  left: 1%;
  width: 100%
}

.home-images .wp-home-image.wp-02 {
  z-index: 3;
  max-width: 30%;
  right: -4%;
  top: -1%;
  width: 100%
}

.home-images .wp-home-image.wp-03 {
  z-index: 2;
  top: 39%;
  max-width: 63%;
  left: 6%;
  width: 100%
}

.home-images .wp-home-image.wp-04 {
  z-index: 3;
  max-width: 25%;
  right: -2%;
  top: 34%;
  width: 100%
}

.home-images .wp-home-image.wp-05 {
  z-index: 3;
  max-width: 64%;
  bottom: 11%;
  width: 100%
}

.home-images .wp-home-image.wp-06 {
  z-index: 5;
  max-width: 30%;
  right: -2%;
  bottom: 15%;
  width: 100%
}

.home-images .wp-home-image.wp-07 {
  top: 0;
  left: 50%;
  max-width: 90%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%
}

main.themes .hero {
  height: auto;
  background-position: bottom center;
  background-size: cover;
  background-repeat: repeat-x;
  padding-top: 40px
}

main.themes.product-detail .hero {
  height: 591px;
  padding-top: 0
}

main.themes #theme-gallery {
  padding: 100px 0
}

main.themes #theme-gallery .grid .product-option {
  background-position: 50% center
}

main.themes .step-item {
  border-color: #23598e
}

main.themes.themes-inner .single-product-info .product-details .media-left {
  padding-right: 10px
}

main.themes.themes-inner .showPromocode {
  transition: color .3s ease
}

main.themes.themes-inner .showPromocode:active,
main.themes.themes-inner .showPromocode:hover {
  color: #5f6060 !important
}

main.themes.themes-inner #buyNow i {
  float: left;
  margin-right: 6px;
  top: 1px;
  font-size: 19px
}

main.themes.themes-inner .redeem-promocode #closePromocode {
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 20px;
  padding: 0 7px;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease
}

main.themes.themes-inner .redeem-promocode #closePromocode:hover {
  color: #cb332e
}

main.themes.themes-inner .redeem-promocode .promocode_apply {
  vertical-align: baseline
}

main.themes.themes-inner .redeem-promocode .promocode_apply i {
  float: left;
  margin-right: 6px;
  top: 1px;
  font-size: 19px
}

main.themes.themes-inner .redeem-promocode .promocode_value {
  border: 1px solid #69b8b8;
  padding: 6px 12px
}

main.themes.themes-inner #errorMessage .alert {
  padding: 6px
}

main.themes.themes-inner #errorMessage .alert-error {
  color: #cb332e !important
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images,
body.page.page-calendar .hero.product-hero .container .webpart-hero-images,
body.page.page-clutch .hero.product-hero .container .webpart-hero-images,
body.page.page-documents .hero.product-hero .container .webpart-hero-images,
body.page.page-filters .hero.product-hero .container .webpart-hero-images,
body.page.page-links .hero.product-hero .container .webpart-hero-images,
body.page.page-maps .hero.product-hero .container .webpart-hero-images,
body.page.page-news .hero.product-hero .container .webpart-hero-images,
body.page.page-people .hero.product-hero .container .webpart-hero-images,
body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images,
body.page.page-slider .hero.product-hero .container .webpart-hero-images,
body.page.page-social .hero.product-hero .container .webpart-hero-images,
body.page.page-stocks .hero.product-hero .container .webpart-hero-images,
body.page.page-tiles .hero.product-hero .container .webpart-hero-images,
body.page.page-timezones .hero.product-hero .container .webpart-hero-images,
body.page.page-videos .hero.product-hero .container .webpart-hero-images,
body.page.page-weather .hero.product-hero .container .webpart-hero-images {
  position: relative;
  min-height: 600px;
  margin: 50px auto 20px;
  max-width: 900px
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-clutch .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-links .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-maps .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-news .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-timezones .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-videos .hero.product-hero .container .webpart-hero-images div.wp-header-image,
body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image {
  width: 100% !important;
  position: absolute;
  z-index: 1
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-clutch .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-links .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-maps .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-news .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-timezones .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-videos .hero.product-hero .container .webpart-hero-images div.wp-header-image img,
body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image img {
  margin: 0 auto
}

body.page.page-alerts .web-parts-row .media,
body.page.page-calendar .web-parts-row .media,
body.page.page-clutch .web-parts-row .media,
body.page.page-documents .web-parts-row .media,
body.page.page-filters .web-parts-row .media,
body.page.page-links .web-parts-row .media,
body.page.page-maps .web-parts-row .media,
body.page.page-news .web-parts-row .media,
body.page.page-people .web-parts-row .media,
body.page.page-rssfeed .web-parts-row .media,
body.page.page-slider .web-parts-row .media,
body.page.page-social .web-parts-row .media,
body.page.page-stocks .web-parts-row .media,
body.page.page-tiles .web-parts-row .media,
body.page.page-timezones .web-parts-row .media,
body.page.page-videos .web-parts-row .media,
body.page.page-weather .web-parts-row .media {
  min-height: 200px
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image {
  position: absolute
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image img {
  width: 100%
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  top: 50% !important;
  left: 50% !important;
  max-width: 55% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 2
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  right: 15px !important;
  top: 0 !important;
  max-width: 35%
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  left: 50px !important;
  top: 50px !important;
  max-width: 45% !important
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 {
  left: 15px !important;
  top: 385px !important;
  max-width: 45% !important
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 {
  left: 90px !important;
  top: 225px !important;
  max-width: 25% !important
}

body.page.page-tiles .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  right: 15px !important;
  top: 385px !important;
  max-width: 45% !important
}

body.page.page-weather .hero.product-hero .container .webpart-hero-images {
  margin: 20px auto 0
}

body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: 50% !important;
  top: 45% !important;
  width: 60% !important;
  transform: translate(-50%, -50%);
  z-index: 3
}

body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  right: 0 !important;
  top: 50% !important;
  max-width: 40% !important;
  transform: translateY(-50%);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important
}

body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04,
body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05,
body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  display: none
}

body.page.page-weather .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  left: 0 !important;
  top: 50% !important;
  max-width: 40% !important;
  transform: translateY(-50%);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important
}

body.page.page-documents .hero.product-hero .container .webpart-hero-images {
  min-height: 460px;
  margin: 0 auto -10px
}

body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: 50% !important;
  top: 45% !important;
  width: 65% !important;
  transform: translate(-50%, -50%);
  z-index: 3
}

body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  right: 0 !important;
  top: 50% !important;
  max-width: 40% !important;
  transform: translateY(-50%)
}

body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04,
body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05,
body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  display: none
}

body.page.page-documents .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  left: 0 !important;
  top: 50% !important;
  max-width: 40% !important;
  transform: translateY(-50%)
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images {
  position: relative;
  min-height: 540px;
  margin: 10px auto 0;
  max-width: 900px
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: 50% !important;
  top: 45% !important;
  width: 65% !important;
  transform: translate(-50%, -50%);
  z-index: 3
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  left: 5% !important;
  top: 50% !important;
  max-width: 50% !important;
  transform: translateY(-50%);
  z-index: 2
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  right: 5% !important;
  top: 50% !important;
  max-width: 50% !important;
  transform: translateY(-50%);
  z-index: 2
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 {
  position: absolute;
  left: 0 !important;
  top: 50% !important;
  max-width: 40% !important;
  transform: translateY(-50%)
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 {
  display: none
}

body.page.page-slider .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  position: absolute;
  right: 0 !important;
  top: 50% !important;
  max-width: 40% !important;
  transform: translateY(-50%)
}

body.page.page-people .hero.product-hero .container .webpart-hero-images {
  min-height: 450px;
  margin: 50px auto 20px;
  max-width: 700px
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: 50% !important;
  top: 0 !important;
  width: 70% !important;
  transform: translateX(-50%);
  z-index: 3
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  left: 50% !important;
  top: 38% !important;
  max-width: 50% !important;
  transform: translate(-50%, -35%);
  z-index: 2
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  right: -5% !important;
  top: 36% !important;
  max-width: 25% !important;
  transform: translateY(-50%);
  z-index: 2
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 {
  position: absolute;
  left: -13% !important;
  top: 35% !important;
  max-width: 35% !important
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 {
  display: none
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  position: absolute;
  left: 12% !important;
  bottom: 20% !important;
  max-width: 10% !important;
  border-radius: 50%
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 {
  max-width: 7%;
  top: 20%;
  left: 8%;
  border-radius: 50%
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-08 {
  max-width: 10%;
  right: 20% !important;
  z-index: 4;
  bottom: 32%;
  border-radius: 50%
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-08 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-09 {
  max-width: 10%;
  right: 2%;
  top: -30px;
  border-radius: 50%
}

body.page.page-people .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-09 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images {
  margin: 45px auto 20px
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: 50% !important;
  top: 0 !important;
  width: 70% !important;
  transform: translateX(-50%);
  z-index: 3;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  right: 18% !important;
  top: 12% !important;
  max-width: 18% !important;
  z-index: 2
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  left: 43% !important;
  top: 50% !important;
  max-width: 16% !important;
  z-index: 2
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 {
  position: absolute;
  left: 19% !important;
  top: 12% !important;
  max-width: 17% !important
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 {
  z-index: 2;
  top: 15%;
  left: 40.6% !important;
  text-align: right;
  max-width: 19%
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  position: absolute;
  left: 23% !important;
  top: 43% !important;
  max-width: 15% !important
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 {
  right: 20.5% !important;
  left: auto !important;
  max-width: 17%;
  top: 43%
}

body.page.page-filters .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images {
  margin: 120px auto 0
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  max-width: 40%;
  bottom: 43%;
  left: -12%
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  max-width: 40%;
  bottom: 43%;
  left: 50%;
  transform: translateX(-50%)
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  max-width: 40%;
  bottom: 43%;
  left: 72%;
  z-index: 3
}

body.page.page-calendar .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-news .hero.product-hero .container .webpart-hero-images {
  margin: 20px auto 60px
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  max-width: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  position: absolute;
  left: 1% !important;
  top: 40% !important;
  max-width: 33% !important;
  z-index: 3
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 33%;
  top: 5%;
  left: 40%;
  z-index: 3;
  transform: translateX(-50%)
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
  max-width: 33%;
  bottom: 2%;
  left: 18%;
  z-index: 3
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
  max-width: 33%;
  right: 0;
  top: 15%;
  z-index: 3
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
  max-width: 37%;
  right: 0;
  bottom: 20%
}

body.page.page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-links .hero.product-hero .container .webpart-hero-images {
  margin: 10px auto 20px
}

body.page.page-links .hero.product-hero .container .webpart-hero-images .wp-header-image img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-links .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  max-width: 25%;
  bottom: 10%;
  right: 15%
}

body.page.page-links .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  position: absolute;
  right: 3% !important;
  top: 15% !important;
  max-width: 33% !important;
  z-index: 3
}

body.page.page-links .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 33%;
  top: 5%;
  left: 40%;
  z-index: 3;
  transform: translateX(-50%)
}

body.page.page-links .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
  max-width: 40%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3
}

body.page.page-links .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
  max-width: 35%;
  left: 15%;
  bottom: 15%;
  z-index: 2
}

body.page.page-videos .hero.product-hero .container .webpart-hero-images {
  min-height: 400px;
  margin: 0 auto 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  position: absolute;
  right: -12% !important;
  top: 50% !important;
  max-width: 35% !important;
  z-index: 3;
  transform: translateY(-50%)
}

body.page.page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  position: absolute;
  left: -12% !important;
  top: 50% !important;
  max-width: 35% !important;
  z-index: 3;
  transform: translateY(-50%)
}

body.page.page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 50%;
  top: 50% !important;
  left: 50% !important;
  z-index: 3;
  transform: translate(-50%, -50%)
}

body.page.page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images {
  min-height: 500px;
  margin: 120px auto 30px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  position: absolute;
  left: 5.6% !important;
  top: 14.3% !important;
  max-width: 6% !important;
  z-index: 3
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  position: absolute;
  right: 9% !important;
  top: 53% !important;
  max-width: 5% !important;
  z-index: 3
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 5%;
  top: 50% !important;
  left: 44% !important;
  z-index: 3
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
  z-index: 3;
  right: 20%;
  max-width: 5%;
  top: 10px
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
  max-width: 4%;
  left: 65%;
  z-index: 3;
  top: 18%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  border-radius: 50%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
  z-index: 3;
  top: 79%;
  max-width: 4%;
  left: 13%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  border-radius: 50%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-07 {
  z-index: 3;
  max-width: 5%;
  left: 70%;
  top: 30%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-07 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  border-radius: 50%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-08 {
  z-index: 3;
  display: none;
  max-width: 5%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-09 {
  z-index: 3;
  max-width: 5%;
  left: 19%;
  top: 40%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-09 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  border-radius: 50%
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-11 {
  max-width: 20%;
  top: -10%;
  left: -1.3%;
  z-index: 4
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-12 {
  max-width: 25%;
  left: 34%;
  top: 12.5%;
  z-index: 4
}

body.page.page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-13 {
  max-width: 20%;
  left: 67.6%;
  top: -14.5%;
  z-index: 4
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images {
  min-height: 500px;
  margin: 50px auto -80px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  position: absolute;
  left: 15% !important;
  top: 29% !important;
  max-width: 60% !important;
  z-index: 3
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  position: absolute;
  left: 4% !important;
  top: 40% !important;
  max-width: 4% !important;
  z-index: 6
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 5%;
  top: 50% !important;
  left: 44% !important;
  z-index: 3
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
  z-index: 5;
  right: 28%;
  max-width: 4%;
  top: -9px
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
  max-width: 4%;
  left: 84%;
  z-index: 5;
  top: 33%
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
  z-index: 5;
  top: 52%;
  max-width: 4%;
  left: 18%
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-07 {
  z-index: 3;
  max-width: 4%;
  left: 13%;
  top: 24%
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-08 {
  z-index: 3;
  display: none;
  max-width: 5%
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-09 {
  z-index: 5;
  max-width: 4%;
  left: 74%;
  top: 28%
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-10 {
  max-width: 35%;
  top: 57%;
  left: 20%
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-11 {
  max-width: 40%;
  top: 2%;
  left: 54%;
  z-index: 4;
  transform: translateX(-60%)
}

body.page.page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-12 {
  max-width: 40%;
  left: 46%;
  top: 36.5%;
  z-index: 4
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images {
  position: relative;
  min-height: 700px;
  margin: 50px auto 60px;
  max-width: 900px
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  max-width: 40%;
  right: 0;
  top: 23%;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  max-width: 30%;
  right: 17%;
  top: 70%;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 25%;
  top: 33%;
  left: 11%;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
  max-width: 25%;
  left: 28%;
  top: 2%;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
  max-width: 40%;
  top: 48%;
  right: -5%;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
  max-width: 40%;
  top: 65%;
  left: 5%;
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -o-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-07 {
  max-width: 20%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images {
  min-height: 500px;
  margin: 120px auto -150px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  position: absolute;
  left: 7% !important;
  top: -17% !important;
  max-width: 17% !important;
  z-index: 3
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  max-width: 25%;
  top: -10% !important;
  left: 28% !important;
  z-index: 3
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
  max-width: 4%;
  left: 39%;
  z-index: 3;
  top: 2%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
  max-width: 3%;
  left: 38%;
  z-index: 22;
  top: 8%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
  z-index: 3;
  top: 11%;
  right: -31%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-07 {
  z-index: 3;
  left: -21%;
  top: 30%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-08 {
  z-index: 3;
  max-width: 4%;
  top: 26%;
  left: 26%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-09 {
  z-index: 3;
  left: 11%;
  top: 17%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-10 {
  z-index: 6;
  right: 30%;
  top: 8%;
  max-width: 4%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-11 {
  max-width: 20%;
  top: 11%;
  left: 28.7%;
  z-index: 4
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-12 {
  max-width: 25%;
  right: 22%;
  top: -12.5%;
  z-index: 4
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-13 {
  max-width: 4%;
  right: 11%;
  z-index: 3;
  top: 33.5%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-14 {
  max-width: 4%;
  left: 19%;
  z-index: 3;
  top: 5.5%
}

body.page.page-timezones .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-15 {
  max-width: 4%;
  right: 40%;
  z-index: 10;
  top: .5%
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images {
  min-height: 450px;
  margin: 50px auto 20px;
  max-width: 700px
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  left: 50% !important;
  top: 0 !important;
  width: 100% !important;
  transform: translateX(-50%);
  z-index: 3
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: 60% !important;
  top: 32% !important;
  max-width: 46% !important;
  z-index: 2
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 {
  position: absolute;
  left: 50% !important;
  top: 63% !important;
  max-width: 45%;
  transform: translateX(-50%);
  z-index: 2
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  left: -7% !important;
  top: 32% !important;
  max-width: 50% !important
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 {
  position: absolute;
  top: 62%;
  left: 33%
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  position: absolute;
  left: 95% !important;
  top: -5%;
  max-width: 10% !important;
  z-index: 10;
  border-radius: 50%
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 {
  max-width: 7%;
  top: 60%;
  left: 23%;
  z-index: 10;
  border-radius: 50%
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-08 {
  max-width: 10%;
  left: -12% !important;
  z-index: 4;
  top: 16%;
  border-radius: 50%
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-08 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-09 {
  max-width: 10%;
  right: 2%;
  top: -30px;
  border-radius: 50%
}

body.page.page-stocks .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-09 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-social .hero.product-hero .container .webpart-hero-images {
  min-height: 450px;
  margin: 50px auto 250px;
  max-width: 700px
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 {
  position: absolute;
  right: -28% !important;
  top: 28%;
  max-width: 37% !important;
  z-index: 10;
  border-radius: 50%
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-02 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 {
  position: absolute;
  left: -24% !important;
  top: 32% !important;
  max-width: 33% !important;
  z-index: 2
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-01 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 {
  position: absolute;
  left: 15% !important;
  top: 1% !important;
  max-width: 32%;
  z-index: 2
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-04 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 {
  position: absolute;
  left: 52% !important;
  top: 1% !important;
  max-width: 32%;
  z-index: 0
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-03 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 {
  position: absolute;
  top: 74%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 70% !important
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-05 img {
  box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 5px 15px -6px rgba(0, 0, 0, .6)
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 {
  position: absolute;
  right: -28.4% !important;
  top: 23%;
  max-width: 8% !important;
  z-index: 10;
  border-radius: 50%
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-06 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 {
  max-width: 8%;
  top: -5%;
  left: 39%;
  z-index: 10;
  border-radius: 50%
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-07 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-08 {
  max-width: 8%;
  left: 77.4% !important;
  z-index: 4;
  top: 67%;
  border-radius: 50%
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-08 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-09 {
  max-width: 8%;
  left: 1.3%;
  z-index: 10;
  top: 25%;
  border-radius: 50%
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-09 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-10 {
  position: absolute;
  width: 8% !important;
  left: 77%;
  top: -5%;
  border-radius: 50%
}

body.page.page-social .hero.product-hero .container .webpart-hero-images div.wp-header-image.wp-10 img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none
}

.main-section.border-gainsboro figure img {
  max-width: 38px
}

@media (min-width:768px) {
  body.page.page-alerts .web-parts-row .column,
  body.page.page-calendar .web-parts-row .column,
  body.page.page-clutch .web-parts-row .column,
  body.page.page-documents .web-parts-row .column,
  body.page.page-filters .web-parts-row .column,
  body.page.page-links .web-parts-row .column,
  body.page.page-maps .web-parts-row .column,
  body.page.page-news .web-parts-row .column,
  body.page.page-people .web-parts-row .column,
  body.page.page-rssfeed .web-parts-row .column,
  body.page.page-slider .web-parts-row .column,
  body.page.page-tiles .web-parts-row .column,
  body.page.page-videos .web-parts-row .column,
  body.page.page-weather .web-parts-row .column {
    min-height: 250px
  }
}

body.page-webparts .card.gallery-card.white-card:hover .product-details .product-info p {
  color: #eb622b !important
}

main.theme #purchase-choose-version-buy span {
  display: inline-block;
  width: 65%
}

main.theme .media {
  height: auto !important
}

main.theme .promo-code .form-group {
  height: 65px;
  position: relative
}

main.theme .promo-code .form-group .message {
  position: absolute;
  color: #cb332e;
  font-size: 11px;
  bottom: -5px
}

main.theme .browser-support .list-browsers {
  margin-bottom: -15px
}

main.theme .cms-selection-info {
  max-width: 100%
}

main.theme .cms-price-info {
  float: right;
  max-width: 40%
}

main.theme .cms-price-info span.price {
  width: 100% !important
}

main.theme #modal-builder-youtube {
  background-color: #000 !important
}

main.theme #modal-builder-youtube .modal-header h4 {
  display: none
}

main.theme #modal-builder-youtube .modal-body {
  max-height: 100% !important
}

main.theme #modal-builder-youtube .modal-body iframe {
  width: 100%;
  height: 500px
}

main.theme #modal-builder-youtube .modal-content {
  background-color: transparent !important
}

main.theme #modal-builder-youtube .modal-dialog {
  width: 750px !important
}

main.theme .main-section.theme-sidebar .dropdown-menu {
  padding-right: 0;
  padding-left: 0
}

main.resource label.event,
main.resource span.event {
  background-color: #eb622b
}

main.resource label.case-study,
main.resource span.case-study {
  background-color: #23598e
}

main.resource label.blog,
main.resource span.blog {
  background-color: #2baae1
}

main.resource label.press-release,
main.resource span.press-release {
  background-color: #8d78db
}

main.resource label.session,
main.resource label.webinar,
main.resource span.session,
main.resource span.webinar {
  background-color: #d5289a
}

main.resource .hero figure.resource-image img {
  width: 100%
}

main.resource p img {
  width: 100% !important
}

main.resource .resource-summary ul {
  list-style: none;
  padding: 0
}

main.resource .resource-summary ul li {
  padding: 5px 0
}

main.resource .resource-summary ul li:first-child {
  padding-top: 0
}

main.resource .resource-summary ul li i {
  padding-right: 5px
}

main.resource .resource-summary ul li i.bt-user {
  padding-right: 9px
}

main.resource .download-case-study .form-group input[type=email],
main.resource .download-case-study .form-group input[type=text] {
  width: 100%
}

main.resource .blog-content h1,
main.resource .blog-content h2,
main.resource .blog-content h3,
main.resource .blog-content h4,
main.resource .blog-content h5 {
  margin-top: 55px
}

main.resource .blog-content img {
  display: block !important;
  max-width: 100% !important;
  height: auto !important
}

main.resource .blog-content ul.fa-ul {
  margin-left: 23px
}

main.resource .blog-content ul.fa-ul li .fa-li {
  font-size: 15px;
  margin-top: 10px
}

main.partners .hero {
  background-image: url(https://bind.blob.core.windows.net/bindtuning/partners/bt.partners-hero-image.jpg);
  background-position: center;
  background-size: cover
}

main.partners section.global-network-section {
  background-image: url(https://bind.blob.core.windows.net/bindtuning/partners/bt.global-network_image.jpg);
  background-size: cover;
  background-position: center
}

main.partners .wrapper.partners-training {
  background-image: url(https://bind.blob.core.windows.net/bindtuning/partners/bt.exclusive-training-photo-darker.png);
  background-repeat: no-repeat;
  background-size: cover
}

main.partners .wrapper.spaced-big.nopaddingbottom {
  border-top: solid 1px #ddd
}

main.partners .partners-nav .nav-tabs {
  border-bottom: 0
}

main.partners .partners-nav .nav-tabs li i {
  padding-left: 5px;
  vertical-align: middle;
  font-size: 14px
}

main.partners .partners-nav.navbar-fixed-top.is-nav-fixed {
  top: 57px
}

main.partners .tab-content .find-partners .card {
  border-bottom: solid 1px #eee;
  padding: 15px 0
}

main.partners .tab-content .find-partners .card .card-header {
  min-height: 75px;
  padding-top: 10px
}

main.partners .tab-content .find-partners .card .card-header figure {
  width: 200px;
  overflow: hidden;
  height: 150px;
  float: left;
  position: relative;
  display: inline-block
}

main.partners .tab-content .find-partners .card .card-header figure img {
  position: absolute;
  top: 50%;
  max-width: 90%;
  left: 50%;
  transform: translate(-50%, -50%)
}

main.partners .tab-content .find-partners .card .card-header .header-content {
  width: 60%;
  display: inline-block;
  margin-left: 20px;
  padding-top: 35px
}

main.partners .tab-content .find-partners .card .card-header .header-content .partner-name {
  display: block;
  padding-top: 0;
  margin-top: -2px !important
}

main.partners .tab-content .find-partners .card .card-header .header-content a,
main.partners .tab-content .find-partners .card .card-header .header-content span:not(.label) {
  color: #5f6060 !important
}

main.partners .tab-content .find-partners .card .card-header .header-content .partner-location {
  padding-right: 10px
}

main.partners .tab-content .find-partners .card .card-header .header-content a i.bt-globe {
  padding-right: 2px
}

main.partners blockquote:before {
  color: #2baae1
}

main.partners #partners-home h2.text-blue {
  margin-top: 70px
}

main.partners #find-partners h2.find-h2 {
  margin-top: 0
}

main.partners a.find-partners-button {
  margin-right: 10px
}

.split-bt {
  min-height: 300px
}

.split-bt.login {
  height: 100vh
}

.split-bt.login .back {
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 9999
}

.split-bt.login .back i {
  padding-right: 5px
}

.split-bt.login .btn-close {
  z-index: 99999
}

.split-bt.login .footer-logos {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0
}

.split-bt.login .footer-logos img {
  margin: 0 10px;
  display: inline-block
}

.split-bt.login .footer-logos img.office-365 {
  margin-top: 7px;
  max-width: 85px
}

.split-bt.login .footer-logos img.sharepoint {
  max-width: 98px;
  margin-top: 6px
}

.split-bt.login .footer-logos img.ms-partner {
  margin-top: -3.5px;
  max-width: 123px
}

.split-bt.login.bg-image {
  background-size: cover !important;
  background-position: center
}

.split-bt.login .form-wrapper {
  max-width: 450px;
  margin: 10px auto
}

.split-bt.login .password label.input-label {
  width: 49%;
  display: inline-block
}

.split-bt.login .password .forgot-password {
  display: inline-block;
  width: 50%;
  text-align: right
}

.split-bt .bt-logo img {
  max-width: 50px;
  margin: 0 auto
}

.split-bt .content {
  z-index: 99999;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px
}

.split-bt .content .text-wrapper {
  padding: 20px
}

.split-bt .content .text-wrapper ul {
  margin-top: 15px
}

.split-bt blockquote.blockquote {
  padding: 10px
}

.split-bt blockquote.blockquote footer {
  border: none;
  padding: 0
}

.split-bt p {
  margin-top: 5px
}

.login-section span.error-message {
  font-size: 12px;
  position: absolute;
  bottom: -5px;
  height: auto;
  right: 0;
  left: 0;
  font-weight: 300;
  text-align: center
}

.register-section .split-bt.bg-image {
  background-image: url(https://images.unsplash.com/photo-1522165078649-823cf4dbaf46?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=756f069c98c96a701453b1e27630e961&auto=format&fit=crop&w=1350&q=80)
}

.register-section .split-bt span.error-message {
  font-size: 11px;
  position: absolute;
  bottom: -25px;
  top: auto;
  height: auto;
  left: 0
}

#SignInContent,
.IdentityProvidersListContainer.bt-authentication {
  padding-top: 20px;
  padding-bottom: 20px
}

.bt-authentication .social-login {
  margin-top: 0 !important;
  padding-left: 15px;
  padding-right: 15px
}

#IdentityProvidersList a.login_button i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-right: 10px
}

.ui-select-choices-row-inner *,
.ui-select-container,
.ui-select-placeholder {
  font-size: 14px !important
}

#IdentityProvidersList a.login_button span,
#IdentityProvidersList button {
  display: inline-block;
  vertical-align: middle
}

@media (min-width:768px) {
  .split-bt {
    min-height: 500px
  }
  .split-bt.login {
    height: 100vh
  }
  .split-bt.login .footer-logos {
    position: absolute;
    bottom: 0;
    filter: brightness(0) invert(1);
    left: 0;
    right: 0;
    padding: 20px 0
  }
  .split-bt.login .footer-logos img {
    margin: 0 10px;
    display: inline-block
  }
  .split-bt.login .footer-logos img.office-365 {
    margin-top: 7px;
    max-width: 19%
  }
  .split-bt.login .footer-logos img.sharepoint {
    max-width: 22%;
    margin-top: 6px
  }
  .split-bt.login .footer-logos img.ms-partner {
    margin-top: -1px;
    max-width: 28%
  }
}

@media (min-width:1400px) {
  .split-bt.login.col-lg-4 {
    width: 25% !important
  }
  .split-bt.login.col-lg-8 {
    width: 75% !important
  }
}

@media (max-width:767px) {
  .login-section .content-inner.center {
    top: 45%
  }
}

body.page-about section.hero {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.about-page.jpg);
  background-position: top center
}

body.page-about section.main-section h3.text-white {
  margin-bottom: 0
}

body.page-about .passion-tabs li {
  min-width: 180px
}

body.page-about section.surf-section {
  background-image: url(https://cdn.bindtuning.com/api/order/resourceinfo/bindtuning/images/bt.surf-culture-wide.jpg);
  background-size: 200%;
  background-position: 50% top;
  background-repeat: no-repeat
}

@media (max-width:800px) {
  body.page-about main section.hero {
    min-height: 360px
  }
  body.page-about main .surf-section {
    background-size: cover !important;
    background-positio: center center
  }
  body.page-about main .surf-section .container {
    background-color: rgba(0, 0, 0, .1)
  }
}

@media (max-width:600px) {
  body.page-about main section.hero {
    min-height: 260px;
    background-position: 0 -47% !important
  }
}

@media (min-width:1200px) {
  body.page-about section.hero .hero-wrapper {
    min-height: 800px
  }
}

@media (max-width:1200px) {
  .wy-nav-content .rst-content{
    float:right;
  }
}

@media (max-width:840px) {
 .wy-nav-content .rst-content {
    max-width: 500px !important;
}
}

.ui-select-choices-group,
.ui-select-choices-row {
  background-color: #FFF !important
}

.ui-select-choices-row-inner {
  padding: 5px 10px;
  cursor: pointer
}

.ui-select-choices-row-inner:hover {
  background-color: #eee
}

.ui-select-container {
  display: block;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0 10px !important
}

.ui-select-match {
  position: relative
}

.ui-select-match:after {
  content: "\f107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  position: absolute;
  top: 13px;
  right: 10px
}

.ui-select-choices {
  border: 1px solid #eee;
  margin: 0 !important;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2) !important;
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2) !important;
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2) !important
}

.selectize-input {
  height: 100%;
  line-height: 40px
}

.selectize-input * {
  font-size: 14px !important
}

body.page.page-pricing .alert .fa-stack.cart-info {
  margin-left: 17px;
  margin-top: -9px
}

body.page.page-pricing .purchase-options {
  padding: 0 15px 15px;
  border-radius: 2px
}

body.page.page-pricing span.rz-bubble.rz-model-value:after {
  content: " seats"
}

body.page.page-pricing .collapse-position .total-cost .promo-zone i {
  position: absolute;
  top: 11px;
  left: 215px;
  font-size: 18px
}

body.page.page-pricing .collapse-position .total-cost .promo-zone i.fa-check-circle {
  color: green
}

body.page.page-pricing .collapse-position .total-cost .promo-zone i.fa-chevron-circle-right {
  cursor: pointer
}

body.page.page-pricing .collapse-position .total-cost .btn-zone a {
  margin-top: 14px
}

body.page.page-pricing .panel .panel-body .form-group .dropdown,
body.page.page-pricing .panel .panel-body .form-group .dropdown .btn {
  text-align: left !important
}

body.page.page-pricing .panel .panel-body .form-group label {
  font-weight: 300
}

body.page.page-pricing .panel .panel-body .form-group label.quantity-label {
  margin-bottom: 10px;
  padding-right: 5px
}

body.page.page-pricing .order-summary {
  max-height: 400px;
  overflow: auto
}

body.page.page-pricing .order-summary li {
  position: relative
}

body.page.page-pricing .order-summary li:first-child {
  border-top: solid 1px #eee
}

body.page.page-pricing .order-summary li .delete-item {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #ddd;
  cursor: pointer;
  width: 35px;
  text-align: right
}

body.page.page-pricing .order-summary li .summary-item-description,
body.page.page-pricing .order-summary li .summary-item-full-description {
  margin-right: 80px;
  display: block
}

body.page.page-pricing .order-summary li .summary-item-description {
  font-weight: 500
}

body.page.page-pricing .order-summary li .summary-item-full-description {
  font-size: 12px;
  margin-top: -3px
}

body.page.page-pricing .order-summary li .price {
  width: auto;
  position: absolute;
  top: 8px;
  right: 0
}

body.page.page-pricing .order-summary li:hover .delete-item {
  color: #232528
}

body.page.page-pricing .order-summary li.gift .summary-item-description,
body.page.page-pricing .order-summary li.gift .summary-item-full-description {
  margin-right: 80px;
  display: block;
  position: relative;
  color: #2baae1
}

body.page.page-pricing .order-summary li.gift span {
  color: #2baae1
}

body.page.page-pricing .order-summary li.gift .summary-item-description {
  padding-left: 30px
}

body.page.page-pricing .order-summary li.gift .summary-item-description:after {
  content: "\e8a9";
  font-family: BT-Icons !important;
  position: absolute;
  left: 2px;
  top: 0;
  font-size: 18px;
  color: #2baae1
}

body.page.page-pricing .order-summary li.gift .btn-close {
  display: none
}

body.page.page-pricing .order-summary li.gift:hover span {
  color: #2baae1
}

body.page.page-pricing .order-summary li.promo-price .summary-item-description,
body.page.page-pricing .order-summary li.promo-price .summary-item-full-description {
  margin-right: 60px;
  display: block;
  position: relative
}

body.page.page-pricing .order-summary li.promo-price .summary-item-description {
  padding-left: 15px
}

body.page.page-pricing .order-summary li.promo-price .summary-item-description:after {
  content: "\f05a";
  position: absolute;
  left: 2px;
  top: 8px;
  font-size: 10px !important;
  color: #9fa0a4;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body.page.page-pricing .order-summary li.promo-price .original-price {
  text-decoration: line-through;
  right: 60px;
  color: #9fa0a4
}

body.page.page-pricing .order-summary li.promo-price:hover span:not(.original-price) {
  color: #232528
}

body.page.page-pricing .card.simple .card-header i {
  font-size: 25px;
  float: left;
  margin-right: 10px
}

body.page.page-pricing .card.simple .card-header h4 {
  margin: 10px 0
}

body.page.page-pricing .card.simple.selected {
  border: 1px solid #9fa0a4
}

body.page.page-pricing .card.simple:after,
body.page.page-pricing .card.simple:before {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 5px;
  height: 5px;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s
}

body.page.page-pricing .card.simple.in-shopping-cart:after,
body.page.page-pricing .card.simple.in-shopping-cart:before {
  position: absolute
}

body.page.page-pricing .card.simple.in-shopping-cart:before {
  content: "";
  display: none;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #69b8b8;
  border-radius: 50%
}

body.page.page-pricing .card.simple.in-shopping-cart:after {
  content: "\f00c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #69b8b8;
  font-size: 35px;
  right: 40px;
  top: auto;
  bottom: 35px
}

body.page.page-pricing .card.simple.themes:hover .card-body p {
  color: #2baae1 !important
}

body.page.page-pricing .card.simple.webparts:hover .card-body p {
  color: #eb622b !important
}

body.page.page-pricing .card.simple.clutch:hover .card-body p {
  color: #d5289a !important
}

body.page.page-pricing .summary-item-number,
body.page.page-pricing span.summary-item-description {
  display: block
}

body.page.page-pricing .summary-item-number {
  font-size: 12px;
  text-transform: uppercase;
  color: #999
}

body.page.page-pricing .card-simple {
  height: 180px
}

body.page.page-pricing .card.simple.selected.unchecking,
body.page.page-pricing .card.simple.selected.unchecking span.checkmark {
  border: 1px solid green;
  background-color: #fafffa
}

body.page.page-pricing .card.simple.selected.unchecking span.checkmark::after {
  background: green
}

body.page.page-pricing .dropdown .dropdown-menu .inline-block {
  max-width: 50%;
  padding-right: 14px
}

body.page.page-pricing .dropdown .dropdown-menu .inline-block span.cms-version {
  display: block;
  width: 100%
}

body.page.page-pricing .nocollapse a::before,
body.page.page-pricing .total-cost.fixed-price hr,
body.page.page-pricing hr {
  display: none
}

body.page.page-pricing .basic-alert.bg-violet.nomargin .alert-content .alert-description {
  padding-left: 20px
}

body.page.page-pricing .pricing-form-button .btn-moonstone {
  margin: 0 !important
}

body.page.page-pricing .pricing-form-button .btn-moonstone i {
  padding-right: 5px
}

body.page.page-pricing .summary-footer span.text-moonstone {
  float: right
}

body.page.page-pricing .promocode-active {
  left: -30px;
  color: #ccc
}

body.page.page-pricing .price.promocode-active:before {
  font-size: .5em
}

body.page.page-pricing .topic-underline {
  text-decoration: underline dotted #5f6060;
  text-underline-position: under
}

body.page.page-pricing .form-group.promocode {
  margin-top: 15px
}

body.page.page-pricing .form-group.promocode .form-item {
  display: none;
  top: 13px;
  position: absolute
}

body.page.page-pricing .form-group.promocode .form-item input {
  height: 41px
}

body.page.page-pricing .section-premium-service .card.simple.selected.unchecking span.checkmark::after,
body.page.page-pricing .section-select-your-theme .card.simple.selected.unchecking span.checkmark::after,
body.page.page-pricing .section-support .card.simple.selected.unchecking span.checkmark::after,
body.page.page-pricing .section-templates .card.simple.selected.unchecking span.checkmark::after {
  color: green !important
}

body.page.page-pricing .section-premium-service .card.simple.selected span.checkmark::after,
body.page.page-pricing .section-premium-service .card.simple.selected.unchecking span.checkmark::after,
body.page.page-pricing .section-select-your-theme .card.simple.selected span.checkmark::after,
body.page.page-pricing .section-select-your-theme .card.simple.selected.unchecking span.checkmark::after,
body.page.page-pricing .section-support .card.simple.selected span.checkmark::after,
body.page.page-pricing .section-support .card.simple.selected.unchecking span.checkmark::after,
body.page.page-pricing .section-templates .card.simple.selected span.checkmark::after,
body.page.page-pricing .section-templates .card.simple.selected.unchecking span.checkmark::after {
  content: '\f00c';
  font-family: FontAwesome;
  color: #0082a6;
  font-size: 14px;
  width: 14px;
  height: 14px;
  top: 30%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: 0 0
}

body.page.page-pricing .section-premium-service .card .checkmark,
body.page.page-pricing .section-select-your-theme .card .checkmark,
body.page.page-pricing .section-support .card .checkmark,
body.page.page-pricing .section-templates .card .checkmark {
  border-radius: 0
}

body.page.page-pricing .section-select-your-theme .card.selected.unchecking .checkmark {
  top: 9px;
  left: unset;
  right: 0 !important
}

body.page.page-pricing .fixed-price,
body.page.page-pricing .total-cost.fixed-price {
  width: 100%;
  position: fixed;
  float: none;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99
}

body.page.page-pricing .section-select-your-theme .card.selected.unchecking .label-radio span.wrapper {
  width: 100%
}

body.page.page-pricing .nocollapse a {
  cursor: default
}

body.page.page-pricing .fixed-price .pricing-indicator {
  padding: 0 25px !important
}

body.page.page-pricing .fixed-price .pricing-value {
  padding: 0 15px !important
}

body.page.page-pricing .total-cost {
  margin-top: 40px
}

body.page.page-pricing .total-cost.fixed-price .shadow-top {
  -webkit-box-shadow: 1px -10px 16px -13px rgba(0, 0, 0, .2)
}

body.page.page-pricing .total-cost.fixed-price .pricing-indicator {
  padding: 0 25px !important
}

body.page.page-pricing .total-cost.fixed-price .pricing-value {
  padding: 0 15px !important
}

body.page.page-pricing .section-seats .form-group,
body.page.page-pricing .total-cost .section-seats .form-group {
  margin: 30px 0
}

body.page.page-pricing .rz-bubble.rz-limit.rz-ceil,
body.page.page-pricing .rz-bubble.rz-limit.rz-floor {
  visibility: visible !important;
  bottom: -28px;
  font-size: 14px;
  font-weight: 300
}

body.page.page-pricing .rzslider span.rz-bar.rz-selection {
  z-index: 1;
  background: #2baae1
}

body.page.page-pricing .rzslider .rz-bubble {
  font-size: 22px;
  font-weight: 500;
  color: #222;
  bottom: 26px
}

body.page.page-pricing li.green:before {
  color: green
}

body.page.page-pricing .purchase-summary .card.simple h4 {
  font-size: 18px
}

body.page.page-pricing .bullets {
  margin: 0 auto 20px;
  width: 76%
}

body.page.page-pricing .bullets ul.circle li {
  padding: 0 0 0 20px !important
}

body.page.page-pricing .bullets ul.circle li:before {
  top: 4px !important
}

body.page.page-pricing .bundles.card>.form-group {
  margin-left: 15px !important
}

body.page.page-pricing .bundles.card .card-body {
  padding-right: 5px
}

body.page.page-pricing .card .form-group .checkmark {
  top: 13px
}

body.page.page-pricing .noshadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important
}

body.page.page-pricing .noborder {
  border: none !important
}

body.page.page-pricing .section-select-your-theme .card.unchecking {
  min-height: 180px;
  height: 180px
}

body.page.page-pricing .section-premium-service .card,
body.page.page-pricing .section-select-your-theme .card,
body.page.page-pricing .section-support .card,
body.page.page-pricing .section-templates .card {
  min-height: 240px;
  height: 240px;
  margin: -5px
}

body.page.page-pricing .section-templates .card {
  min-height: 160px;
  height: 160px
}

body.page.page-pricing .section-premium-service .form-group.card-check,
body.page.page-pricing .section-select-your-theme .form-group.card-check,
body.page.page-pricing .section-support .form-group.card-check,
body.page.page-pricing .section-templates .form-group.card-check {
  height: 100%
}

body.page.page-pricing div.plan-price {
  position: absolute;
  bottom: 0;
  width: 100%
}

body.page.page-pricing .section-select-your-theme .price {
  padding-top: 10px;
  bottom: 10px
}

body.page.page-pricing .card .form-group .label-checkmark {
  max-width: 25px;
  margin: 0 auto
}

body.page.page-pricing .form-group .label-checkmark .checkmark {
  border: 1px solid #ddd
}

body.page.page-pricing .form-group .quantity {
  position: relative
}

body.page.page-pricing .form-group .quantity span.qty {
  font-size: 14px;
  float: left;
  display: block;
  height: 40px;
  line-height: 43px
}

body.page.page-pricing .form-group .quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0 20px 0 0;
  margin: 0;
  border: none;
  background: 0 0 !important
}

body.page.page-pricing .form-group .quantity input:focus {
  outline: 0
}

body.page.page-pricing .form-group.form-quantity {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 0
}

body.page.page-pricing .form-group input [type=number]::-webkit-inner-spin-button,
body.page.page-pricing .form-group input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

body.page.page-pricing .form-group input[type=number] {
  -moz-appearance: textfield
}

body.page.page-pricing .form-group .quantity-nav {
  float: left;
  position: relative;
  height: 42px
}

body.page.page-pricing .form-group .quantity-button {
  position: relative;
  cursor: pointer;
  border: none;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.3;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}

.card,
.section-select-your-theme .card,
.section-select-your-theme .nocollapse a {
  cursor: default
}

body.page.page-pricing .form-group .quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0
}

body.page.page-pricing .form-group .quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%
}

body.page.page-pricing .form-group .label-radio:hover .checkmark:after {
  background-color: #0082a6
}

body.page.page-pricing #modal-supportpremier .modal-footer a {
  margin-right: 30px !important
}

.rz-bubble.rz-limit.rz-ceil,
.rz-bubble.rz-limit.rz-floor {
  bottom: -28px;
  font-size: 14px;
  font-weight: 300
}

.rzslider span.rz-bar.rz-selection {
  z-index: 1;
  background: #2baae1
}

.card.simple.notavailable,
.card.simple:hover {
  background-color: #fbfafa
}

.rzslider .rz-bubble {
  font-size: 22px;
  font-weight: 500;
  color: #222;
  bottom: 26px
}

li.green:before {
  color: green
}

.purchase-summary .card.simple h4 {
  font-size: 18px
}

.bullets {
  margin: 0 auto 20px;
  width: 76%
}

.bullets ul.circle li {
  padding: 0 0 0 20px !important
}

.bullets ul.circle li:before {
  top: 4px !important
}

.card.simple:hover {
  border: 1px solid #ddd
}

.card.simple.selected {
  border: 1px solid #0082a6;
  background-color: #fbfeff
}

.card .platforms i.bt-msOfficeThreshold.selected {
  color: #EB3D01 !important
}

.card .platforms i.bt-sharepoint.selected {
  color: #0072C5 !important
}

.card .platforms i.cssonly.selected {
  color: #189BED !important
}

.card .platforms i.masterpage.selected {
  color: #eb622b !important
}

.card .platforms.selected {
  border-color: #ddd #0082a6 #0082a6
}

.card.simple:hover p {
  color: #5f6060 !important
}

.card .form-group .checkmark {
  top: 13px
}

.noshadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important
}

.noborder {
  border: none !important
}

.form-group .label-radio .checkmark:after {
  background: #0082a6
}

.form-group .label-radio:hover .checkmark:after {
  background-color: #0082a6
}

.form-group .label-radio:hover input:checked~.checkmark {
  background-color: #fff
}

.form-group .label-radio input:checked~.checkmark {
  background-color: #fff;
  border: 1px solid #0082a6
}

.form-group:hover input:checked~.checkmark {
  background-color: #fff
}

.section-select-your-theme .card.unchecking {
  min-height: 180px;
  height: 180px
}

.section-premium-service .card,
.section-select-your-theme .card,
.section-support .card,
.section-templates .card {
  min-height: 240px;
  height: 240px;
  margin: -5px
}

.section-templates .card {
  min-height: 160px;
  height: 160px
}

div.plan-price {
  position: absolute;
  bottom: 0;
  width: 100%
}

.section-select-your-theme .price {
  padding-top: 10px;
  bottom: 10px
}

.card .form-group .label-checkmark {
  max-width: 25px;
  margin: 0 auto
}

.accordion.border-top>.card>.collapse>.card-body {
  border-top: none !important
}

.accordion.border-top>.card>.card-header {
  border-top: solid 1px #eee;
  padding-top: 10px
}

.accordion.bordered {
  margin-top: 35px
}

.accordion.bordered>.card .card-header a:before {
  color: #0082a6 !important
}

.accordion.bordered>.card.noborder>.card-header h4 {
  color: #0082a6
}

.form-group .label-radio span.wrapper,
.section-templates .label-radio span.wrapper {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 15px
}

.collapse-position {
  padding-right: 0;
  padding-left: 30px
}

.promocode-active {
  left: -30px;
  color: #ccc;
  text-decoration: line-through
}

.price.promocode-active:before {
  font-size: .5em
}

.topic-underline {
  text-decoration: underline dotted #5f6060;
  text-underline-position: under
}

.form-group.promocode {
  margin-top: 15px
}

.form-group.promocode .form-item {
  display: none;
  top: 13px;
  position: absolute
}

.form-group.promocode .form-item input {
  height: 41px
}

.section-select-your-theme .card.selected.unchecking .checkmark {
  top: 9px;
  left: unset;
  right: 0 !important
}

.section-select-your-theme .card.selected.unchecking .label-radio span.wrapper {
  width: 100%
}

.section-select-your-theme .card.simple.selected.unchecking,
.section-select-your-theme .card.simple.selected.unchecking span.checkmark {
  border: 1px solid green;
  background-color: #fafffa
}

.section-select-your-theme .card.simple.selected.unchecking span.checkmark::after {
  background: green
}

.section-select-your-theme .nocollapse a::before {
  display: none
}

.section-select-your-theme .card.simple:hover {
  border: 1px solid #ddd;
  background-color: #fbfafa
}

.section-select-your-theme .card.simple.notavailable {
  background-color: #fbfafa
}

.section-select-your-theme .card.simple.selected {
  border: 1px solid #0082a6;
  background-color: #fbfeff
}

.section-select-your-theme .card.platforms i.bt-msOfficeThreshold.selected {
  color: #EB3D01 !important
}

.section-select-your-theme .card.platforms i.bt-sharepoint.selected {
  color: #0072C5 !important
}

.section-select-your-theme .card.platforms i.cssonly.selected {
  color: #189BED !important
}

.section-select-your-theme .card.platforms i.masterpage.selected {
  color: #eb622b !important
}

.section-select-your-theme .card.platforms.selected {
  border-color: #ddd #0082a6 #0082a6
}

.section-select-your-theme .card.simple:hover p {
  color: #5f6060 !important
}

.section-select-your-theme .accordion.border-top>.card>.collapse>.card-body {
  border-top: none !important
}

.section-select-your-theme .accordion.border-top>.card>.card-header {
  border-top: solid 1px #eee;
  padding-top: 10px
}

.section-select-your-theme .accordion.bordered {
  margin-top: 35px
}

.section-select-your-theme .accordion.bordered>.card .card-header a:before {
  color: #0082a6 !important
}

.section-select-your-theme .accordion.bordered>.card.noborder>.card-header h4 {
  color: #0082a6
}

.section-select-your-theme .form-group .label-radio span.wrapper,
.section-select-your-theme .section-templates .label-radio span.wrapper {
  display: block;
  width: 20px;
  margin: 0 auto;
  height: 15px
}

@media (max-width:997px) {
  body.page.page-pricing .card.simple .card-header h4 {
    margin-top: 20px
  }
  body.page.page-pricing .plan-price span {
    margin-left: 0 !important
  }
  body.page.page-pricing #intercom-container .intercom-launcher-discovery-frame,
  body.page.page-pricing #intercom-container .intercom-launcher-frame {
    bottom: 80px !important
  }
  body.page.page-pricing section.hero .container.nopadding {
    padding: 0 !important
  }
  body.page.page-pricing .collapse-position {
    padding-left: 0
  }
  body.page.page-pricing .form-group.promocode {
    margin-top: 0 !important;
    min-height: 60px
  }
  body.page.page-pricing .form-group.promocode label.input-label {
    position: relative;
    width: 100%
  }
  body.page.page-pricing .form-group.promocode label.input-label input {
    min-width: 120px;
    width: 120px
  }
  body.page.page-pricing .form-group.promocode label.input-label i {
    left: auto !important;
    right: -30px !important
  }
  body.page.page-pricing .form-group .label-checkmark .checkmark {
    border: 1px solid #ddd
  }
  body.page.page-pricing .form-group .quantity {
    position: relative
  }
  body.page.page-pricing .form-group .quantity span.qty {
    font-size: 14px;
    float: left;
    display: block;
    height: 40px;
    line-height: 43px
  }
  body.page.page-pricing .form-group .form-quantity {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 0
  }
  body.page.page-pricing .form-group input[type=number]::-webkit-inner-spin-button,
  body.page.page-pricing .form-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
  }
  body.page.page-pricing .form-group input[type=number] {
    -moz-appearance: textfield
  }
  body.page.page-pricing .form-group .quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0 20px 0 0;
    margin: 0;
    border: none;
    background: 0 0 !important
  }
  body.page.page-pricing .form-group .quantity input:focus {
    outline: 0
  }
  body.page.page-pricing .form-group input .quantity-nav {
    float: left;
    position: relative;
    height: 42px
  }
  body.page.page-pricing .form-group .quantity-button {
    position: relative;
    cursor: pointer;
    border: none;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
  }
  body.page.page-pricing .form-group .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0
  }
  body.page.page-pricing .form-group .quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%
  }
}

.body.page-support-plans table.compare-table thead,
body.page-premium-service table.compare-table thead {
  background-color: #fcfcfc
}

@media (max-width:768px) {
  #support-plans ul.arrows {
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-top: -20px
  }
  #support-plans ul.arrows li:before {
    display: none
  }
  #support-plans ul li {
    display: inline-block;
    padding: 10px 15px;
    min-width: 48%;
    text-align: center
  }
  #Basic,
  #ComparePlans,
  #Gold,
  #Premier,
  #SoftwareAssurance {
    position: relative;
    margin-bottom: 100px !important
  }
  a.right-anchor {
    position: absolute;
    right: 0;
    margin-top: 5px;
    left: 0;
    bottom: -30px
  }
}

@media (max-width:678px) {
  #premium-services ul li {
    display: inline-block;
    padding: 0 15px 15px;
    min-width: 48%;
    text-align: center
  }
  #premium-services ul.arrows {
    margin-bottom: 30px;
    border-bottom: solid 1px #eee;
    padding-bottom: 20px;
    margin-top: -20px
  }
  #premium-services ul.arrows li:before {
    display: none
  }
  #TermsConditions,
  #TermsConditions ul li {
    text-align: left
  }
}

@media only screen and (max-device-width:667px),
screen and (max-width:450px) {
  body.page-pricing #intercom-container .intercom-app .intercom-launcher-discovery-frame,
  body.page-pricing #intercom-container .intercom-app .intercom-launcher-frame {
    bottom: 80px !important
  }
}

.body.page-support-plans table.compare-table {
  border: 1px solid #eee
}

.body.page-support-plans table.compare-table>thead>tr>th {
  border-bottom: 0 !important
}

.body.page-support-plans table.compare-table>thead:first-child>tr:first-child>th:not(:first-child) {
  border-left: 0 !important
}

.body.page-support-plans .margin-bottom {
  margin-bottom: 60px !important
}

.body.page-support-plans a.right-anchor {
  position: absolute;
  right: 0;
  margin-top: 5px
}

.body.page-support-plans a.right-anchor i {
  font-size: 12px;
  width: 17px
}

.body.page-support-plans ul.arrows li:before {
  top: 10.5px !important
}

body.page-premium-service table.compare-table {
  border: 1px solid #eee
}

body.page-premium-service table.compare-table>thead>tr>th {
  border-bottom: 0 !important
}

body.page-premium-service table.compare-table>thead:first-child>tr:first-child>th:not(:first-child) {
  border-left: 0 !important
}

body.page.page-clutch .card.gallery-card.white-card:hover .product-details .product-info p {
  color: #d5289a !important
}

.templates-modal .modal-header {
  position: relative
}

.templates-modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 10px
}

.templates-modal .modal-body {
  padding: 0 !important
}

.templates-modal .modal-card-templates .card-templates-header,
.templates-modal .modal-card-templates .card-templates-header .carousel-inner {
  height: 400px;
  overflow: hidden
}

.templates-modal .card-templates-content {
  height: 90px;
  background-color: #FFF;
  border-top: solid 1px #eee;
  position: relative;
  padding: 15px
}

.templates-modal .card-templates-content span {
  color: #999;
  text-transform: uppercase;
  font-size: 11px
}

body.page.page-clutch .hero.product-hero .container .webpart-hero-images {
  min-height: 380px;
  position: relative;
  margin: 0 auto -20px;
  width: 100%
}

body.page.page-clutch .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
  max-width: 78%;
  width: 100%;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translateX(-50%)
}

body.page.page-clutch .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
  max-width: 84%;
  width: 100%;
  top: 20%;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%)
}

body.page.page-clutch .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
  position: absolute;
  max-width: 63%;
  top: 56px;
  width: 100%;
  left: 52%;
  z-index: 3;
  transform: translateX(-50%)
}

main.privacy ul li p {
  margin: 0 !important
}

.optin-zone {
  min-height: 500px
}

.optin-zone .message {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center
}

.optin-zone .bt-loading.block-ui-active {
  position: absolute !important
}

.optin-zone .form-wrapper {
  margin: 20px auto
}

.form-group.getstarted input {
  min-width: 100% !important
}

body.page-styleguide .page-wrapper .alert,
body.page-styleguide header {
  display: none
}

body.page-styleguide .sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  padding-top: 10px;
  background-color: #FFF;
  border-right: solid 1px #eee
}

body.page-styleguide .sidenav figure {
  text-align: left;
  border-bottom: solid 1px #eee;
  padding-bottom: 10px
}

body.page-styleguide .sidecontent {
  padding-top: 100px
}

body.page-styleguide figure.sidenav-logo img {
  max-width: 139px;
  margin: 0 auto;
  padding: 20px 0
}

body.page-styleguide .sidenav a {
  padding: 10px 0;
  text-decoration: none;
  color: #5b666d;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400
}

body.page-styleguide .sidenav a:hover {
  color: #2BAAE1
}

body.page-styleguide .sidenav ul li ul li a {
  font-size: 14px
}

body.page-styleguide .sidenav .dropdown-menu-group {
  padding: 40px 30px
}

body.page-styleguide .sidenav .dropdown {
  width: 100%;
  position: relative;
  text-align: left !important
}

body.page-styleguide .sidenav .dropdown>a,
body.page-styleguide .sidenav .dropdown>i {
  display: inline-block
}

body.page-styleguide .sidenav .dropdown>i {
  font-size: 15px;
  padding-right: 10px
}

body.page-styleguide .sidenav .dropdown.open>a,
body.page-styleguide .sidenav .dropdown.open>i {
  color: #2baae1
}

body.page-styleguide .sidenav .dropdown .dropdown-menu {
  background: 0 0;
  position: relative;
  border: none !important;
  outline: 0;
  text-align: left;
  border-bottom: solid 1px rgba(255, 255, 255, .2);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0 0 15px;
  box-shadow: none
}

body.page-styleguide .sidenav .dropdown .dropdown-menu li {
  padding: 0
}

body.page-styleguide .sidenav .dropdown .dropdown-menu li a {
  color: #999;
  border-bottom: none;
  font-size: 14px
}

body.page-styleguide .sidenav .dropdown .dropdown-menu li a:hover {
  background-color: transparent;
  color: #333
}

body.page-styleguide .example-box {
  width: 100px;
  border: 1px solid #ddd;
  height: 100px;
  display: inline-block;
  margin: 15px;
  font-size: 14px;
  color: #999;
  padding: 10px;
  border-radius: 2px
}

body.page-styleguide .example-box.center {
  margin: 15px auto
}

body.page-styleguide .example-box.small {
  width: 50px;
  height: 50px
}

body.page-styleguide ul.color-block {
  max-width: 800px;
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  display: block;
  float: none;
  clear: both
}

body.page-styleguide ul.color-block li {
  height: 100px;
  width: 150px;
  margin: 10px;
  padding: 10px;
  float: left;
  display: inline-block
}

body.page-styleguide ul.color-block.small li {
  height: 100px;
  width: 50px;
  margin: 10px;
  padding: 10px;
  float: left;
  display: inline-block
}

body.page-styleguide ul.color-block li:first-of-type {
  margin-left: 0
}

body.page-styleguide ul.simple {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%
}

body.page-styleguide ul.border-bottom li {
  border-bottom: solid 1px #eee
}

body.page-styleguide ul.border-bottom li:last-of-type {
  border-bottom: none
}

body.page-styleguide .text-colors span,
body.page-styleguide i.bg-color {
  padding: 10px
}

body.page-styleguide pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  background-color: #eee;
  border: 1px solid #ddd;
  margin: 1em 0;
  border-radius: 2px;
  color: #222;
  position: relative;
  font-size: 14px
}

body.page-styleguide pre:before {
  font-family: fontawesome;
  content: "\f121";
  color: #9a9a9a;
  left: 3px;
  font-size: 11px;
  top: 1px;
  position: absolute;
  text-transform: uppercase
}

body.page-styleguide pre textarea {
  width: 100% !important;
  font-family: monospace;
  height: 100%;
  background: 0 0 !important;
  border: none !important;
  font-size: 14px
}

body.page-styleguide pre.small {
  height: 100px
}

body.page-styleguide pre.medium {
  height: 200px;
  overflow: hidden
}

body.page-styleguide pre.big {
  height: 500px
}

body.page-styleguide footer {
  display: none !important
}

@media (max-width:991px) {
  .home-themes .section-image {
    margin: 0 !important;
    max-width: 100% !important
  }
  main.home .webparts-home-text .wrapper {
    padding-left: 0 !important
  }
  .home .webparts-home-text {
    height: auto
  }
  .third-benefit-img ul.bullet li:before,
  .third-benefit-img ul.selected li:before {
    display: none !important
  }
}

@media (max-width:575.98px) {
  .home-images {
    height: 300px
  }
  .home-images .wp-home-image.wp-01 {
    max-width: 62%;
    top: 7%;
    left: 5%
  }
  .home-images .wp-home-image.wp-02 {
    max-width: 25%;
    right: 3%;
    top: 9%
  }
  .home-images .wp-home-image.wp-03 {
    top: 39%;
    max-width: 63%;
    left: 6%
  }
  .home-images .wp-home-image.wp-04 {
    max-width: 22%;
    right: 6%;
    top: 42%
  }
  .home-images .wp-home-image.wp-05 {
    max-width: 60%;
    bottom: 11%
  }
  .home-images .wp-home-image.wp-06 {
    max-width: 25%;
    right: 3%;
    bottom: 6%;
    width: 100%
  }
  .home-images .wp-home-image.wp-07 {
    left: 50%;
    max-width: 90%;
    width: 100%
  }
  main.home .clients-logos-section figure img {
    padding: 5px !important;
    max-height: 50px !important;
    max-width: 100px !important;
    margin: 0 auto !important
  }
  footer .footer-logos img {
    max-width: 100% !important
  }
  .product-hero>.hero-wrapper>.container {
    padding: 25% 15px 0 !important
  }
}

@media (max-width:767px) {
  #bt-advantages .container>div,
  #bt-unified .container>div {
    text-align: center !important
  }
  #theme-aside {
    border: none;
    width: 100%
  }
  body.page-themes .page-themes ul.resources-filters li {
    padding: 0 !important
  }
}

@media (max-width:620px) {
  body.page-themes .section-filters.open {
    height: 175px
  }
  body.page-themes .section-filters.is-nav-fixed.open {
    height: 130px
  }
}

@media (max-width:360px) {
  body.page-themes .section-filters ul.resources-filters li {
    padding: 0
  }
  body.page-themes .section-filters ul.resources-filters li .filter {
    padding: 0;
    font-size: 11px !important
  }
}

main.webparts .single-product-featuring .webpart-section p {
  color: #5f6060 !important
}

main.webparts #videoContainer .hero-bg-layer {
  padding: 30px 15px 0
}

main.webparts .product-resources .product-tutorials .item-tutorial {
  margin-bottom: 30px
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner {
  background: #FFF;
  width: 100%;
  border-radius: 2px
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner .inner-header {
  height: 100px;
  background-color: #DDD;
  background-position: center;
  background-size: cover
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner .inner-body {
  border-radius: 2px;
  padding: 30px;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: default
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner .inner-body * {
  position: relative;
  z-index: 2
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner .inner-body .overlay {
  background-color: rgba(0, 0, 0, .75);
  position: absolute;
  z-index: 1;
  border-radius: 2px;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner .inner-body .btn {
  border-width: 2px;
  font-size: 15px
}

main.webparts .product-resources .product-tutorials .item-tutorial .inner .inner-body:hover .overlay {
  background-color: #1b8dbe
}

main.webparts #tiles-datasources {
  padding: 200px 0
}

main.webparts #tiles-datasources .section-img {
  top: -160px;
  right: -50%
}

main.webparts #tiles-types {
  padding: 220px 0
}

main.webparts #tiles-types .section-img {
  top: -147px;
  left: -72%
}

main.webparts #tiles-customizable {
  padding: 120px 0 200px
}

main.webparts #tiles-customizable .section-img {
  top: -65px;
  right: -60%
}

main.webparts #slider-datasources {
  padding: 140px 0
}

main.webparts #slider-customizable,
main.webparts #slider-multiple {
  padding: 200px 0
}

main.webparts #slider-datasources .section-img {
  top: -185px;
  left: -50%
}

main.webparts #slider-multiple .section-img {
  top: -130px;
  right: -60%
}

main.webparts #slider-customizable .section-img {
  left: -4%;
  top: -120px
}

main.webparts #calendar-datasources {
  padding: 100px 0 200px
}

main.webparts #calendar-datasources .section-img {
  top: -41px;
  right: -50%
}

main.webparts #calendar-layouts {
  padding: 320px 0 200px
}

main.webparts #calendar-layouts .section-img {
  top: -250px;
  left: -53%
}

main.webparts #calendar-layouts .section-caption {
  top: -120px
}

main.webparts #calendar-colorcoding {
  padding: 250px 0
}

main.webparts #calendar-colorcoding .section-img {
  top: -160px;
  right: 25%
}

main.webparts #alerts-layouts {
  padding: 100px 0
}

main.webparts #alerts-layouts img {
  position: absolute
}

main.webparts #alerts-layouts img:nth-child(1) {
  top: -30px;
  left: 40%
}

main.webparts #alerts-layouts img:nth-child(2) {
  top: 70px;
  left: -15%
}

main.webparts #alerts-layouts img:nth-child(3) {
  top: 161px;
  left: 36%
}

main.webparts #alerts-behaviour {
  padding: 100px 0 230px
}

main.webparts #alerts-behaviour img:nth-child(1) {
  left: -15%
}

main.webparts #alerts-behaviour img:nth-child(2) {
  top: 410px;
  left: -6%
}

main.webparts #alerts-users {
  padding: 300px 0
}

main.webparts #alerts-users .section-img {
  top: -250px;
  left: -55%
}

main.webparts #alerts-users .section-caption {
  top: -235px
}

main.webparts #video-sources {
  padding: 200px 0
}

main.webparts #video-sources .section-img {
  width: 700px;
  top: -100px;
  left: 18%
}

main.webparts #video-portal {
  padding: 280px 0 220px
}

main.webparts #maps-captions,
main.webparts #maps-data,
main.webparts #maps-markers,
main.webparts #video-responsive {
  padding: 200px 0
}

main.webparts #video-portal .section-img {
  width: 520px;
  top: -190px;
  left: 0
}

main.webparts #video-responsive .section-img {
  top: -90px;
  left: 10%
}

main.webparts .maps .item img {
  top: -170px;
  position: relative
}

main.webparts #maps-data .section-img {
  top: -100px;
  left: 14%
}

main.webparts #maps-captions .section-img {
  top: -270px;
  left: -73%
}

main.webparts #maps-markers .section-img {
  width: 360px;
  top: -110px;
  right: 10%
}

main.webparts .documents .item img {
  top: -145px;
  position: relative
}

main.webparts #documents-apart {
  padding: 100px 0 60px
}

main.webparts #documents-apart .section-img {
  width: 700px;
  top: -18px;
  left: 8%
}

main.webparts #documents-preview {
  padding: 200px 0
}

main.webparts #documents-filter,
main.webparts #quicklinks-groups,
main.webparts #quicklinks-links,
main.webparts #quicklinks-shortcuts {
  padding: 150px 0
}

main.webparts #documents-preview .section-img {
  width: 700px;
  top: -80px;
  left: -15%
}

main.webparts #documents-filter .section-img {
  width: 800px;
  top: -77px;
  left: 8%
}

main.webparts .quicklinks .item img {
  top: -130px;
  position: relative
}

main.webparts #quicklinks-shortcuts .section-img {
  width: 400px;
  top: -58px;
  right: 14%
}

main.webparts #quicklinks-links .section-img {
  width: 400px;
  top: -62px;
  right: 24%
}

main.webparts #quicklinks-groups .section-img {
  width: 870px;
  top: -45px;
  left: 8%
}

main.webparts .filters .item img {
  top: -160px;
  position: relative
}

main.webparts #filters-filter-lists {
  padding: 200px 0
}

main.webparts #filters-filter-lists .section-img {
  width: 260px;
  top: -140px;
  left: 41%
}

main.webparts #filters-sort-lists {
  padding: 150px 0
}

main.webparts #filters-sort-lists .section-img {
  width: 500px;
  top: -87px;
  right: 24%
}

main.webparts #filters-templating {
  padding: 200px 0
}

main.webparts #filters-templating .section-img {
  width: 860px;
  top: -96px;
  left: 10%
}

@media (max-width:1600px) {
  main.webparts .alerts .item img,
  main.webparts .maps .item img {
    top: -140px
  }
  main.webparts #video-sources .section-img {
    left: 9%
  }
  main.webparts #video-portal .section-img,
  main.webparts #video-responsive .section-img {
    left: 5%
  }
  main.webparts #maps-markers .section-img {
    right: 12%
  }
  main.webparts .documents .item img {
    top: -110px
  }
  main.webparts #documents-preview .section-img {
    left: -10%
  }
  main.webparts .quicklinks .item img {
    top: -65px
  }
  main.webparts #quicklinks-links .section-img {
    right: 20%
  }
  main.webparts .filters .item img {
    top: -120px
  }
  main.webparts #filters-filter-lists .section-img {
    left: 36%
  }
  main.webparts #filters-sort-lists {
    padding: 150px 0
  }
  main.webparts #filters-sort-lists .section-img {
    right: 14%
  }
  main.webparts #filters-templating {
    padding: 170px 0
  }
  main.webparts #filters-templating .section-img {
    width: 800px;
    top: -74px;
    left: 6%
  }
}

@media (max-width:1369px) {
  main.webparts #documents-preview,
  main.webparts #filters-templating {
    padding: 150px 0
  }
  main.webparts .alerts .item img {
    top: -50px
  }
  main.webparts #tiles-datasources .section-img {
    right: -45%
  }
  main.webparts #tiles-customizable .section-img {
    right: -37%
  }
  main.webparts #video-sources .section-img {
    width: 650px;
    top: -85px;
    left: 5%
  }
  main.webparts #video-portal .section-img {
    left: 13%
  }
  main.webparts .maps .item img {
    top: -50px;
    position: relative
  }
  main.webparts #maps-markers .section-img {
    right: 15%
  }
  main.webparts .documents .item img {
    top: -90px
  }
  main.webparts #documents-apart .section-img {
    left: 2%
  }
  main.webparts #documents-preview .section-img {
    width: 650px;
    top: -72px;
    left: 0
  }
  main.webparts .quicklinks .item img {
    top: 0
  }
  main.webparts #quicklinks-shortcuts .section-img {
    right: 19%
  }
  main.webparts #quicklinks-links .section-img {
    right: 18%
  }
  main.webparts .filters .item img {
    top: -60px
  }
  main.webparts #filters-filter-lists .section-img {
    left: 33%
  }
  main.webparts #filters-templating .section-img {
    width: 780px;
    top: -68px;
    left: 6%
  }
}

@media (max-width:1199px) {
  main.webparts #tiles-customizable .section-img,
  main.webparts #tiles-datasources .section-img {
    right: -80%
  }
  main.webparts#webpartsMain .webparts-list .webpart-item {
    height: 220px
  }
  main.webparts .filters .item img {
    top: 0
  }
  main.webparts #tiles-types .section-img {
    top: -117px;
    left: -105%
  }
  main.webparts #slider-datasources {
    padding: 90px 0 110px
  }
  main.webparts #slider-datasources .section-img {
    top: -176px;
    left: -78%
  }
  main.webparts #slider-multiple {
    padding: 200px 0
  }
  main.webparts #slider-multiple .section-img {
    right: -90%
  }
  main.webparts #slider-customizable .section-img {
    top: -110px;
    left: -16%
  }
  main.webparts #calendar-datasources {
    padding: 100px 0 200px
  }
  main.webparts #calendar-datasources .section-img {
    top: -25px;
    right: -78%
  }
  main.webparts #calendar-layouts .section-img {
    top: -230px;
    left: -75%
  }
  main.webparts #calendar-colorcoding {
    padding: 200px 0
  }
  main.webparts #calendar-colorcoding .section-img {
    top: -150px
  }
  main.webparts #alerts-layouts {
    padding: 170px 0
  }
  main.webparts #alerts-layouts img:nth-child(1) {
    top: -95px;
    left: 30%
  }
  main.webparts #alerts-layouts img:nth-child(2) {
    top: 106px;
    left: 30%
  }
  main.webparts #alerts-layouts img:nth-child(3) {
    top: 266px;
    left: 30%
  }
  main.webparts #alerts-behaviour {
    padding: 100px 0 200px
  }
  main.webparts #alerts-behaviour img:nth-child(2) {
    left: -4%
  }
  main.webparts #alerts-users .section-img {
    top: -230px
  }
  main.webparts #alerts-users .section-caption {
    top: -255px
  }
  main.webparts #video-sources {
    padding: 150px 0
  }
  main.webparts #video-sources .section-img {
    width: 600px;
    top: -50px;
    left: 3%
  }
  main.webparts #video-portal {
    padding: 180px 0
  }
  main.webparts #maps-captions,
  main.webparts #maps-data,
  main.webparts #video-responsive {
    padding: 150px 0
  }
  main.webparts #video-portal .section-img {
    top: -130px;
    left: 0
  }
  main.webparts #video-responsive .section-img {
    width: 760px;
    top: -30px
  }
  main.webparts #maps-data .section-img {
    width: 700px;
    top: -40px;
    left: 10%
  }
  main.webparts #maps-captions .section-img {
    top: -270px;
    left: -95%
  }
  main.webparts #maps-markers {
    padding: 130px 0
  }
  main.webparts #maps-markers .section-img {
    top: -70px;
    right: 15%
  }
  main.webparts .documents .item img {
    top: -27px
  }
  main.webparts #documents-apart {
    padding: 60px 0
  }
  main.webparts #documents-filter,
  main.webparts #filters-templating {
    padding: 100px 0
  }
  main.webparts #documents-apart .section-img {
    top: 72px;
    left: -3%
  }
  main.webparts #documents-preview .section-img {
    top: -52px;
    left: -23%
  }
  main.webparts #documents-filter .section-img {
    width: 740px;
    top: -17px;
    left: 8%
  }
  main.webparts #filters-filter-lists .section-img {
    top: -120px;
    left: 33%
  }
  main.webparts #filters-sort-lists .section-img {
    top: -68px;
    right: 10%
  }
  main.webparts #filters-templating .section-img {
    width: 780px;
    top: -40px;
    left: 6%
  }
  main.webparts #quicklinks-shortcuts {
    padding: 130px 0 100px
  }
  main.webparts #quicklinks-groups,
  main.webparts #quicklinks-links {
    padding: 100px 0
  }
  main.webparts #quicklinks-shortcuts .section-img {
    top: -50px;
    right: 7%
  }
  main.webparts #quicklinks-links .section-img {
    top: -33px;
    right: 18%
  }
  main.webparts #quicklinks-groups .section-img {
    top: -15px
  }
}

@media (max-width:1060px) {
  main.webparts.product-detail .hero {
    height: auto
  }
  main.webparts .webparts-connect p {
    min-height: auto
  }
  main.webparts .alerts .item img {
    top: 0
  }
  main.webparts #video-sources {
    padding: 100px 0
  }
  main.webparts #video-sources .section-img {
    width: 520px;
    top: -30px;
    left: 6%
  }
  main.webparts .documents .item img,
  main.webparts .maps .item img {
    top: 0
  }
  main.webparts #filters-sort-lists .section-img {
    right: 6%
  }
  main.webparts #slider-customizable .section-img {
    left: -12%
  }
}

@media (max-width:991px) {
  main.webparts #documents-filter .row,
  main.webparts #quicklinks-groups .row {
    text-align: center
  }
  main.webparts#webpartsMain {
    padding-top: 0
  }
  main.webparts#webpartsMain .hero h1 {
    font-size: 30px
  }
  main.webparts#webpartsMain .webparts-list .webpart-item {
    height: 259px
  }
  main.webparts#webpartsMain .clients .carousel-inner .item {
    height: 400px
  }
  main.webparts h2 {
    font-size: 26px
  }
  main.webparts .webparts-connect p {
    min-height: auto
  }
  main.webparts #slider-customizable {
    padding: 130px 0
  }
  main.webparts #slider-customizable .section-img {
    left: -12%
  }
  main.webparts #calendar-layouts .section-img {
    left: -157%
  }
  main.webparts #alerts-layouts img:nth-child(1) {
    left: 0
  }
  main.webparts #alerts-layouts img:nth-child(2) {
    left: 0
  }
  main.webparts #alerts-layouts img:nth-child(3) {
    left: 0
  }
  main.webparts #alerts-behaviour {
    padding: 100px 0 200px
  }
  main.webparts #alerts-behaviour img:nth-child(1) {
    left: 4%
  }
  main.webparts #alerts-behaviour img:nth-child(2) {
    left: 18%
  }
  main.webparts #video-sources .section-img {
    width: 520px;
    top: 0;
    left: 6%
  }
  main.webparts #video-portal {
    padding: 130px 0 100px
  }
  main.webparts #maps-data,
  main.webparts #video-responsive {
    padding: 100px 0
  }
  main.webparts #video-portal .section-img {
    width: 480px;
    top: -89px;
    left: -18%
  }
  main.webparts #video-responsive .section-img {
    width: 760px;
    top: 20px
  }
  main.webparts #maps-data .section-img {
    width: 690px;
    top: 5px;
    left: 80%
  }
  main.webparts #maps-captions {
    padding: 460px 0 100px
  }
  main.webparts #maps-captions .section-img {
    width: 900px;
    top: -520px;
    left: -15%
  }
  main.webparts #maps-markers {
    padding: 100px 0
  }
  main.webparts #documents-filter,
  main.webparts #documents-preview {
    padding: 60px 0
  }
  main.webparts #maps-markers .section-img {
    top: -30px;
    right: 0
  }
  main.webparts #documents-apart .section-img {
    top: 0;
    left: 0;
    position: relative
  }
  main.webparts #documents-preview .section-img {
    width: 605px;
    top: 7px;
    left: -47%
  }
  main.webparts #filters-filter-lists,
  main.webparts #filters-sort-lists {
    padding: 100px 0
  }
  main.webparts #documents-filter .section-img {
    width: 100%;
    top: 0;
    left: 0;
    position: relative
  }
  main.webparts #filters-filter-lists .section-img {
    width: 230px;
    top: -40px;
    left: 33%
  }
  main.webparts #filters-sort-lists .section-img {
    width: 420px;
    top: 15px;
    right: 5%
  }
  main.webparts #filters-templating .section-img {
    width: 700px;
    top: 30px;
    left: 5%
  }
  main.webparts #quicklinks-shortcuts .section-img {
    top: -60px;
    right: -9%
  }
  main.webparts #quicklinks-links {
    padding: 80px 0
  }
  main.webparts #quicklinks-links .section-img {
    top: 7px;
    right: 10%
  }
  main.webparts #quicklinks-groups {
    padding: 60px 0
  }
  main.webparts #quicklinks-groups .section-img {
    width: 100%;
    top: 0;
    left: 0;
    position: relative
  }
}

@media (min-width:768px) and (max-width:991px) {
  main.webparts #tiles-datasources {
    padding: 60px 0 120px
  }
  main.webparts #tiles-datasources .section-img {
    width: 700px;
    top: 0;
    right: -42%
  }
  main.webparts #tiles-types {
    padding: 150px 0
  }
  main.webparts #tiles-types .section-img {
    top: -77px;
    left: -164%
  }
  main.webparts #tiles-customizable .section-img {
    top: -50px;
    right: -144%
  }
  main.webparts #slider-datasources .section-img {
    left: -175%
  }
  main.webparts #slider-multiple {
    padding: 100px 0
  }
  main.webparts #slider-multiple .section-img {
    top: -41px;
    right: -84%
  }
  main.webparts #slider-customizable .section-img {
    top: -53px;
    left: -25%
  }
  main.webparts #calendar-datasources .section-img {
    top: -25px;
    right: -168%
  }
  main.webparts #calendar-colorcoding .section-img {
    top: -145px;
    right: 5%
  }
  main.webparts #alerts-users .section-img {
    top: -200px;
    left: -110%
  }
  main.webparts #alerts-users .section-caption {
    top: -240px
  }
  main.webparts #documents-apart .section-img {
    top: 0;
    bottom: 0;
    position: relative;
    margin-bottom: 30px
  }
}

@media (max-width:767px) {
  main.webparts#webpartsMain .showcase-wrapper {
    text-align: center
  }
  main.webparts#webpartsMain .webparts-list .webpart-item {
    height: auto;
    float: none;
    margin: 30px auto 0;
    max-width: 445px
  }
  main.webparts#webpartsMain .clients .carousel-inner .item {
    height: 480px
  }
  main.webparts .webparts-connect h3 {
    font-size: 22px
  }
  main.webparts .webparts-connect p {
    min-height: 0
  }
  main.webparts .single-product-bar .product-name {
    font-size: 21px
  }
  main.webparts .single-product-bar .btn-plus {
    float: none
  }
  main.webparts .single-product-bar .btn-plus i {
    font-size: 3.5em;
    top: -2px
  }
  main.webparts .single-product-bar #subcontentWebparts {
    margin-top: 20px
  }
  main.webparts .single-product-bar #subcontentWebparts ul li {
    margin: 0 4px
  }
  main.webparts .single-product-bar #subcontentWebparts #inquireWebparts {
    margin: 20px 0 0;
    padding: 12px !important;
    font-size: 15px
  }
  main.webparts .webpart-section {
    text-align: center !important;
    padding: 60px 15px !important
  }
  main.webparts .webpart-section .section-img {
    position: relative !important;
    width: 100% !important;
    display: inline-block !important;
    max-width: 100% !important;
    top: 0 !important;
    right: auto !important;
    left: auto !important;
    margin-bottom: 20px
  }
  main.webparts .webpart-section .media .media-body {
    text-align: left !important
  }
  main.webparts #tiles-types .section-img {
    left: 5% !important
  }
  main.webparts #slider-datasources .section-img {
    left: -15px !important
  }
  main.webparts #slider-customizable .section-img {
    width: 75% !important;
    margin: 0
  }
  main.webparts #calendar-layouts .section-caption {
    top: 0
  }
  main.webparts #calendar-colorcoding .section-img {
    width: 50% !important
  }
  main.webparts #alerts-layouts .section-img {
    width: 42% !important
  }
  main.webparts #alerts-behaviour img:nth-child(2) {
    position: absolute !important;
    top: 218px !important;
    left: 8% !important;
    width: 42% !important
  }
  main.webparts #alerts-users .section-img {
    left: -15px !important
  }
  main.webparts #alerts-users .section-caption {
    top: 0 !important
  }
  main.webparts #video-sources .section-img {
    max-width: 520px !important
  }
  main.webparts #video-portal .section-img {
    max-width: 360px !important
  }
  main.webparts #video-responsive .section-img {
    max-width: 500px !important
  }
  main.webparts #maps-data .section-img {
    max-width: 520px !important
  }
  main.webparts #maps-captions .section-img {
    left: -5% !important
  }
  main.webparts #maps-markers .section-img {
    max-width: 260px !important
  }
  main.webparts #documents-preview .section-img {
    max-width: 470px !important
  }
  main.webparts #quicklinks-shortcuts .section-img {
    max-width: 300px !important
  }
  main.webparts #quicklinks-links .section-img {
    max-width: 320px !important
  }
  main.webparts #filters-filter-lists .section-img {
    max-width: 180px !important
  }
  main.webparts #filters-sort-lists .section-img {
    max-width: 400px !important
  }
  main.webparts #filters-templating .section-img {
    max-width: 540px !important
  }
  .partners .partner-scenarios .block-item {
    text-align: center
  }
  .partners .image-shadow {
    box-shadow: none
  }
  .wrapper.partners-training {
    background-position: right
  }
}

@media (min-width:520px) and (max-width:767px) {
  main.webparts#webpartsMain .showcase-wrapper {
    max-width: 414px
  }
  main.webparts#webpartsMain .showcase-wrapper img {
    margin: 0 auto;
    max-width: 414px
  }
}

@media (max-width:460px) {
  main.webparts#webpartsMain .hero-cta {
    width: 100%;
    max-width: 300px;
    margin: 0
  }
  main.webparts#webpartsMain .hero-cta#reqTrial {
    margin-top: 15px
  }
}

@media (min-width:767px) and (max-width:991px) {
  .header-content {
    padding-top: 0
  }
}

@media (max-width:555px) {
  body.has-alert section.hero.big-hero {
    padding-top: 92px
  }
}

main.about #aboutHero {
  background-image: url(../../../../../../../images/bt.about.hero.jpg);
  background-size: cover;
  background-position: center;
  height: 570px;
  overflow: hidden
}

main.about section.about-us {
  padding: 80px 0
}

main.about section.top-banner {
  padding: 100px 0
}

main.about section.mission {
  padding: 80px 0 100px
}

main.about section.events .cd-timeline-block .cd-timeline-img i {
  font-size: 19px;
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translateX(-50%) translateY(-50%)
}

main.about section.events .cd-timeline-block .cd-timeline-content .event-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 0;
  border-radius: 2px 2px 0 0
}

main.about section.events .events-list .event-item .event-field {
  display: table;
  min-height: 45px
}

main.about section.events .events-list .event-item .event-field p {
  display: table-cell !important;
  vertical-align: middle
}

main.about section.events .events-list .event-item .event-field p.date-location {
  width: 50%;
  display: inline-block;
  font-size: inherit;
  text-decoration: underline
}

main.about section.events .events-list .event-item .event-field p.date-location i,
main.about section.events .events-list .event-item .event-field p.date-location span {
  display: inline-block;
  vertical-align: middle
}

main.about section.events .events-list .event-item hr {
  margin-top: 25px;
  margin-bottom: 25px
}

@media (min-width:768px) {
  main.about #aboutHero h1 {
    font-size: 60px
  }
  main.about #aboutHero .lead {
    font-size: 28px !important
  }
  main.about .mission .believe-middle {
    margin-top: 60px;
    margin-bottom: 60px
  }
}

@media (min-width:768px) and (max-width:991px) {
  main.about {
    padding-top: 0 !important
  }
  main.about #aboutHero {
    height: 570px !important;
    background-position: center
  }
  main.about section.events .container {
    width: 751px
  }
  main.about section.events .events-list .event-item .event-field p.date-location {
    width: 100%;
    display: inline-block !important;
    text-align: center
  }
}

main.support-page .support-help.support-slim .request-btn-row,
main.support-page .support-help.support-slim .support-help p {
  display: none
}

@media (max-width:767px) {
  main.about {
    padding-top: 0 !important
  }
  main.about h1 {
    font-size: 30px
  }
  main.about h2 {
    font-size: 22px
  }
  main.about #aboutHero {
    min-height: 380px;
    background-position: 45% 100%
  }
  main.about #aboutHero h1 {
    font-size: 34px
  }
  main.about .first-p {
    text-align: center
  }
  main.about section.top-banner {
    padding: 60px 0
  }
  main.about section.mission .media-left {
    padding-top: 5px
  }
}

.support {
  background: #004870 !important
}

.selectize-control>.selectize-dropdown,
.ui-select-bootstrap.dropdown.open>.ui-select-choices {
  opacity: 1 !important
}

.ui-select-placeholder.text-muted {
  color: #222
}

span.article-date {
  font-size: 14px !important
}

main.support-page .support-help {
  padding: 30px;
  transition: padding .3s ease
}

main.support-page .support-help .main-section.other-options {
  transition: padding .3s ease
}

main.support-page .support-help.support-slim .support-help {
  padding: 0 !important
}

main.support-page .support-help.support-slim .main-section.other-options {
  padding: 10px 0 !important
}

main.support-page .support-help .support-panels {
  display: none;
  transition: all .3s ease
}

main.support-page .support-help .support-panels textarea {
  line-height: 1.2em !important
}

main.support-page .support-help .support-panels>.panel {
  min-height: auto !important;
  transition: all .3s ease;
  position: relative;
  margin: 15px 0 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  border: none !important
}

main.support-page .support-help .support-panels>.panel>button.btn {
  padding: 5px 10px !important;
  font-size: 13px !important
}

main.support-page .support-help .support-panels>.panel .card.startup .bundle-details h5,
main.support-page .support-help .support-panels>.panel .card.startup .bundle-details h5 .currency,
main.support-page .support-help .support-panels>.panel .card.startup .bundle-details h5 .value {
  color: #474747 !important
}

main.support-page .support-help .support-panels>.panel .panel-title {
  color: #545454
}

main.support-page .support-help .support-panels>.panel .panel-heading {
  background: #004870
}

main.support-page .support-help .support-panels>.panel .panel-heading.bg-red {
  background: #DD6B55 !important
}

main.support-page .support-help .support-panels>.panel .panel-heading.bg-red h4.panel-title,
main.support-page .support-help .support-panels>.panel .panel-heading.bg-red span.panel-step {
  color: #fff !important
}

main.support-page .support-help .support-panels>.panel .panel-step {
  font-size: 12px;
  color: #575757
}

main.support-page .support-help .support-panels>.panel .step-done,
main.support-page .support-help .support-panels>.panel .step-next,
main.support-page .support-help .support-panels>.panel .step-submit {
  visibility: visible;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99
}

main.support-page .support-help .support-panels>.panel .step-done {
  visibility: hidden;
  display: block !important
}

main.support-page .support-help .support-panels>.panel .panel-heading .panel-step,
main.support-page .support-help .support-panels>.panel .panel-heading .panel-title {
  color: #fff !important
}

main.support-page .support-help .support-panels>.panel .panel-heading .step-done {
  visibility: hidden
}

main.support-page .support-help .support-panels>.panel .collapsed .panel-heading {
  background: #fff
}

main.support-page .support-help .support-panels>.panel .collapsed .panel-heading .panel-step,
main.support-page .support-help .support-panels>.panel .collapsed .panel-heading .panel-title {
  color: #545454 !important
}

main.support-page .support-help .support-panels>.panel.done .btn-green {
  visibility: visible !important;
  display: block !important
}

main.support-page .support-help .support-panels>.panel select.form-control {
  width: 320px
}

main.support-page .support-help .support-panels>.panel .control-label {
  margin-bottom: 4px
}

main.support-page .support-help .support-panels>.panel textarea {
  width: 100% !important;
  height: 100px !important
}

main.support-page .support-help .support-panels>.panel:hover {
  box-shadow: 0 2px 1px rgba(0, 0, 0, .2)
}

main.support-page .support-help .support-panels>.panel .panel-default .panel-body.bg-warning .text-warning {
  font-size: 13px !important;
  margin: 0 !important
}

main.support-page .support-help .step-icon {
  position: absolute;
  top: 10px;
  right: 15px
}

main.support-page .support-help .product-date {
  font-size: 14px;
  color: #545454
}

main.support-page .support-help .product-name {
  margin-bottom: 0
}

main.support-page .support-help .product-platform {
  font-size: 12px;
  color: #777
}

main.support-page .support-help .theme-description {
  padding: 10px;
  background: #F9F9F9
}

main.support-page .support-help .theme-name {
  font-size: 14px;
  color: #545454
}

main.support-page .support-help .product-list-wrapper {
  max-height: 400px;
  overflow-y: auto;
  width: 100%
}

main.support-page .support-help .support-type {
  height: 30px;
  width: 240px;
  display: block
}

main.support-page .support-help .bt-icon-stack:hover .bt-icon-bg {
  transform: none !important
}

main.support-page .support-help .details {
  margin-bottom: 25px
}

main.support-page .support-help .btn.dropdown-ui:active,
main.support-page .support-help .btn.dropdown-ui:focus,
main.support-page .support-help .btn.dropdown-ui:hover {
  background: 0 0;
  color: #474747;
  border-color: #ccc
}

main.support-page .support-help .dropdown-menu li a i {
  vertical-align: middle;
  margin-right: 6px
}

main.support-page .support-help .dropdown-ui-group .dropdown-menu li a .sort-true {
  font-size: 26px;
  position: absolute;
  right: 0;
  color: #2BAAE1
}

main.support-page .support-help .product-theme {
  box-shadow: 0 0 1px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
  background: #fcfcfc;
  max-width: 200px !important;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 2px solid rgba(0, 0, 0, 0)
}

main.support-page .support-help .product-theme.tag:before {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 75px 75px 0;
  border-color: transparent rgba(43, 170, 225, .95) transparent transparent;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease
}

main.support-page .support-help .product-theme.tag:after {
  content: 'Tag';
  position: absolute;
  right: 5px;
  top: 18px;
  font-size: 12px;
  color: #FFF
}

main.support-page .support-help .product-theme.tag.trial:after {
  content: 'Trial'
}

main.support-page .support-help .product-theme.tag.error:after,
main.support-page .support-help .product-theme.tag.subscription:after {
  content: '\f378';
  font-family: ionicons;
  right: 7px;
  top: 12px;
  font-size: 24px
}

main.support-page .support-help .product-theme.tag.error:after {
  content: '\f100'
}

main.support-page .support-help .product-theme.tag.green:before {
  border-color: transparent rgba(80, 166, 64, .95) transparent transparent
}

main.support-page .support-help .product-theme.tag.red:before {
  border-color: transparent rgba(221, 107, 85, .95) transparent transparent
}

main.support-page .support-help .product-theme.unselectable-product {
  opacity: .7;
  transition: opacity .3s ease
}

main.support-page .support-help .product-theme.unselectable-product:hover,
main.support-page .support-help .product-theme.unselectable-product:hover .product-message {
  opacity: 1
}

main.support-page .support-help .product-theme.unselectable-product .product-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: opacity .3s ease
}

main.support-page .support-help .product-theme.unselectable-product .product-message h4 {
  margin-top: 54%;
  text-align: center;
  text-transform: uppercase;
  padding: 0 10px;
  color: #fff
}

main.support-page .support-help .product-theme:hover {
  cursor: pointer;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .12), 0 2px 2px rgba(0, 0, 0, .24)
}

main.support-page .support-help .product-theme:hover.tag.red.error.unselectable-product:before {
  border: none
}

main.support-page .support-help .product-theme img {
  min-height: 196px
}

main.support-page .support-help .product-theme .bt-icon-stack {
  height: 196px;
  width: 196px;
  display: table-cell;
  vertical-align: middle
}

.sa-confirm-button-container,
main.support-page .support-help .helpdesk-article .img-rounded {
  vertical-align: top
}

main.support-page .support-help .bt-icon-stack .bt-icon-bg {
  width: 65px;
  height: 65px
}

main.support-page .support-help .product-theme.active {
  border-color: #004870;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .12), 2px 2px 0 rgba(0, 0, 0, .24)
}

main.support-page .support-help .product-list.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-orient: horizontal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -webkit-box-direction: normal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%
}

main.support-page .support-help .product-list.grid>li {
  width: 196px
}

main.support-page .support-help .btn-processing {
  padding-left: 25px
}

main.support-page .support-help .btn-processing i {
  left: 0;
  top: 9px
}

main.support-page .support-help .input-search-group {
  margin-bottom: 15px
}

main.support-page .support-help .input-search-group .clear-input {
  position: absolute;
  right: 3px;
  z-index: 10;
  background: 0 0;
  border: none;
  font-size: 18px;
  top: 8px;
  color: #aaa;
  opacity: .7;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  transition: opacity .3s ease
}

main.support-page .support-help .helpdesk-article {
  padding: 15px;
  transition: background .3s ease
}

main.support-page .support-help .helpdesk-article:hover {
  background: #f1f1f1;
  cursor: pointer
}

main.support-page .support-help .helpdesk-article h4 {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #121212 !important;
  transition: color .3s ease
}

main.support-page .support-help .helpdesk-article .article-author {
  display: block;
  font-size: 14px;
  color: #121212 !important
}

main.support-page .support-help .helpdesk-article .article-date {
  font-size: 14px;
  font-weight: 300;
  color: #121212 !important
}

main.support-page .support-help .helpdesk-article .lead {
  font-size: 16px !important;
  color: #121212 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 !important
}

main.support-page .support-help .helpdesk-article .article-info {
  display: inline-block;
  margin-left: 4px
}

main.support-page .support-help .pricing-panel {
  padding: 30px !important
}

main.support-page .support-help .pricing-panel .feature-text {
  color: #777;
  padding: 10px !important;
  font-size: 14px;
  margin-bottom: 0
}

main.support-page .support-help .pricing-panel .feature-text.bottom-border {
  border-bottom: 1px solid #f1f1f1
}

main.support-page .support-help .pricing-panel .feature-text i {
  font-size: 18px;
  float: right
}

main.support-page .support-help .pricing-panel .feature-text span {
  float: right;
  padding: 0 4px;
  border-radius: 2px;
  font-size: 12px;
  text-transform: uppercase;
  color: #121212
}

main.support-page .support-help .pricing-panel h5.item {
  font-family: roboto !important;
  font-weight: 300 !important
}

main.support-page .support-help .pricing-panel h5.item.text-orange span {
  color: #FF763B !important
}

main.support-page .support-help .technical-choice,
main.support-page .support-help .technical-choice .option-bug-report {
  padding: 30px
}

main.support-page .support-help .technical-choice .option-bug-report i {
  font-size: 44px;
  margin-bottom: 10px
}

main.support-page .support-help .technical-choice .option-bug-report p.small.text-dark {
  min-height: 70px
}

main.support-page .support-help .technical-choice .border-right-soft {
  border-right: 1px solid #e5e5e5
}

main.support-page .support-help .technical-choice .vertical-line-connector {
  height: 2px;
  width: 100%;
  background: #f1f1f1;
  margin: 40px auto 30px
}

main.support-page .support-help .technical-choice .custom-development {
  margin: 15px 0 !important
}

main.support-page .support-help #form .form-group input.form-control {
  box-shadow: none !important
}

main.support-page .support-help #form input[name=subject].ng-invalid:focus,
main.support-page .support-help #form textarea[name=description].ng-invalid:focus {
  outline: 0 !important;
  border-color: #cb332e;
  box-shadow: 0 0 5px #cb332e !important
}

main.support-page .support-help #form .progress-wrapper {
  margin-top: 15px !important;
  float: right !important
}

main.support-page .support-help #form .progress,
main.support-page .support-help #form .progress .fa-close,
main.support-page .support-help #form .progress .sr-only {
  transition: all .3s ease
}

main.support-page .support-help #form .progress.ongoing {
  width: 200px !important;
  position: relative !important;
  margin-bottom: 10px !important
}

main.support-page .support-help #form .progress.ongoing .sr-only {
  height: 20px !important;
  clip: initial !important;
  left: 10px !important;
  width: 180px !important;
  margin: 0 !important;
  overflow: hidden !important
}

main.support-page .support-help #form .progress .sr-only .text-ellipsis-wrapper {
  width: 160px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  text-align: right !important;
  float: left !important;
  overflow: hidden
}

main.support-page .support-help #form .progress.ongoing .fa-close {
  margin-left: 4px !important;
  padding: 4px !important;
  display: none !important
}

main.support-page .support-help #form .progress.uploaded {
  width: 200px !important;
  position: relative !important;
  margin-bottom: 10px !important;
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important
}

main.support-page .support-help #form .progress.uploaded .progress-bar {
  width: 70% !important;
  background: 0 0 !important;
  border: none !important;
  box-shadow: none !important
}

main.support-page .support-help #form .progress.uploaded .sr-only {
  height: 20px !important;
  clip: initial !important;
  left: 20px !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-align: right !important;
  width: 180px !important;
  color: #545454 !important;
  transition: .3s ease !important
}

main.support-page .support-help #form .progress.uploaded .fa-close {
  margin-left: 4px !important;
  padding: 4px !important;
  border-radius: 50px !important
}

main.support-page .support-help #form .progress.uploaded .fa-close:hover {
  background: #eaeaea !important;
  cursor: pointer
}

main.support-page .support-help #form .progress.deleted {
  display: none
}

main.support-page .support-help .control-label {
  font-size: 14px
}

main.support-page .support-help .form-control select {
  width: 310px !important;
  border: 1px solid #e2e2e2;
  border-radius: 0 !important;
  display: inline-block
}

main.support-page .helpdesk-article {
  border-top: solid 1px #eee;
  margin-top: 15px
}

main.support-page .helpdesk-article p {
  font-size: 16px !important
}

main.support-page .btn.submit-question-support {
  float: right
}

.sa-button-container button.confirm {
  border-radius: 2px !important
}

.sa-button-container button.confirm:hover {
  color: #fff !important
}

.sweet-alert button {
  width: auto !important
}

.sweet-alert h2 {
  margin-top: 5px !important;
  color: #DD6B55 !important
}

@media (max-width:767px) {
  main>section.support-page .form-control select {
    width: 100% !important
  }
  main>section.support-page .btn {
    padding: 5px 10px !important
  }
}

@media only screen and (max-width:768px) {
  .wy-nav-content .rst-content {
      max-width: 100% !important;
      width: 100% !important;
  }
  .support-type {
    width: 300px !important
  }
  main.support-page .other-options .col-xs-4 {
    width: 100% !important
  }
  main.support-page.support-slim .other-options .col-xs-4 {
    width: 33.33333333% !important
  }
}

@media (max-width:1200px) {
  nav.wy-nav-side{
    width:20%!important;
  }
  main.support-page .pricing-panel {
    padding: 0 !important
  }
  main.support-page .pricing-panel .feature-text {
    font-size: 120%
  }
  nav.wy-nav-side {
    left: 0;
  }
}

main.user-guide-page section.user-guide-section .col-min-height {
  min-height: 100px
}

main.user-guide-page section.section-min-height {
  min-height: 500px
}

main.user-guide-page section.bread-crumb-section {
  padding-bottom: 0;
  padding-top: 5px
}

main.user-guide-page ul.support-bread-crumb {
  padding: 0;
  list-style: none;
  text-align: left
}

main.user-guide-page ul.support-bread-crumb li {
  display: inline-block;
  padding: 10px;
  position: relative
}

main.user-guide-page ul.support-bread-crumb li:last-child a {
  color: #333 !important;
  cursor: default !important
}

main.user-guide-page ul.support-bread-crumb li a {
  color: #b7b7b7
}

main.user-guide-page ul.support-bread-crumb li:after {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -5px;
  color: #b7b7b7;
  margin-top: 2px
}

main.user-guide-page ul.support-bread-crumb li:last-child:after {
  content: ""
}

main.user-guide-page ul.support-bread-crumb li:hover a,
main.user-guide-page ul.support-bread-crumb li:hover:after {
  color: #333
}

main.user-guide-page .support-help h3 {
  font-size: 22px !important
}

main.user-guide-page .support-help a:hover .fa-4x.text-blue-mid+h3 {
  color: #004870 !important
}

main.user-guide-page .border-soft-right {
  border-right: 1px solid #e5e5e5
}

main.user-guide-page .user-guide-cms-collpase {
  padding: 30px;
  background-color: #eee
}

main.user-guide-page ul.user-guide-links {
  padding: 0;
  list-style: none;
  text-align: left
}

main.user-guide-page ul.user-guide-links li {
  padding: 5px 0;
  position: relative
}

main.user-guide-page ul.user-guide-links li a.dropdown-toggle {
  position: relative;
  display: inline-block;
  white-space: nowrap
}

main.user-guide-page ul.user-guide-links li a.dropdown-toggle:before {
  content: "\f107";
  color: #2BAAE1;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: -15px;
  top: 4px
}

main.user-guide-page ul.user-guide-links li a.dropdown-toggle:focus:before,
main.user-guide-page ul.user-guide-links li a.dropdown-toggle:hover:before,
main.user-guide-page ul.user-guide-links li ul.dropdown-menu li a {
  color: #333
}

main.user-guide-page ul.user-guide-links li.open a.dropdown-toggle:before {
  content: "\f106"
}

main.user-guide-page ul.user-guide-links li ul.dropdown-menu {
  width: 100%
}

main.user-guide-page .hero .hero-title {
  font-size: 50px
}

main.user-guide-page .no-padding-top {
  padding-top: 0 !important;
  margin-top: -50px
}

main.user-guide-page .loading-spin {
  padding: 100px
}

main.user-guide-page .request-btn-row .title-margin {
  margin: 0 0 40px !important
}

@media(max-width:1500px) {
  .wy-nav-content .rst-content {
    max-width: 600px !important;
  }
}

@media (max-width:566px) {
  main.user-guide-page section.user-guide-section .xxs-full-width {
    width: 100% !important
  }
}

@media (min-width:1200px) {
  main.user-guide-page .user-guide-section {
    padding: 0 100px
  }
  main.user-guide-page .user-guide-section hr.title-hr {
    width: 85%;
    margin-left: 0
  }
  
}

@media (min-width:1300px) {
  main.user-guide-page .user-guide-section {
    padding-left: 150px
  }
}

@media (min-width:1800px) {
  main.user-guide-page .user-guide-section {
    padding-left: 320px
  }
  main.user-guide-page .user-guide-section .container {
    width: 1400px !important
  }
  main.user-guide-page .loading-spin {
    margin-left: -100px
  }
}

@media (max-width:991px) {
  #wp-list .item-image {
    display: block;
    margin: 0 auto;
    max-width: 56px !important
  }
  #wp-description .item-title,
  #wp-list .item-title {
    margin-top: 20px !important
  }
  .hero.product-hero .container .webpart-hero-images {
    min-height: 500px
  }
  .page-weather .hero.product-hero .container .webpart-hero-images {
    margin: 50px auto 20px !important
  }
}

@media (max-width:767px) {
  #theme-aside ul.bullet li.small:before,
  #theme-aside ul.bullet li:before,
  .subscription-plans #ContentPlaceHolder1_showBundles>div ul.arrows li:before {
    display: none
  }
  .hero.product-hero .container .webpart-hero-images {
    min-height: 300px !important
  }
  .page-rssfeed .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    right: 3% !important
  }
  .page-calendar .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    max-width: 40%;
    bottom: 33%;
    left: 8%
  }
  .page-calendar .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    max-width: 40%;
    bottom: 33%;
    right: 8%;
    z-index: 0
  }
  .page-weather .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    width: 50% !important
  }
  .page-weather .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    right: 4% !important;
    max-width: 30% !important
  }
  .page-weather .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    left: 4% !important;
    max-width: 30% !important
  }
  .page-documents .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    top: 40% !important;
    width: 85% !important
  }
  .page-documents .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    right: 4% !important;
    top: 60% !important
  }
  .page-documents .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    left: 4% !important;
    top: 60% !important
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    position: absolute;
    left: 5% !important;
    top: 29% !important;
    max-width: 80% !important
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
    right: 20%;
    max-width: 5%;
    top: 0
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
    max-width: 5%;
    left: 93%;
    top: 33%
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
    top: 44%;
    max-width: 5%;
    left: 18%
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-07 {
    max-width: 5%;
    left: 3%;
    top: 24%
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-10 {
    max-width: 55%;
    top: 47%;
    left: 20%
  }
  .page-alerts .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-12 {
    max-width: 50%;
    left: 46%;
    top: 36.5%
  }
  .page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    right: -2% !important;
    max-width: 45% !important
  }
  .page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    left: -2% !important;
    top: 50% !important;
    max-width: 55% !important
  }
  .page-videos .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    max-width: 70%;
    top: 50% !important;
    left: 50% !important
  }
  .page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    position: absolute;
    right: 9% !important;
    top: 40% !important;
    max-width: 5% !important
  }
  .page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    max-width: 5%;
    top: 41% !important;
    left: 44% !important
  }
  .page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
    top: 54%;
    max-width: 4%;
    left: 13%
  }
  .page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-11 {
    max-width: 27%;
    top: -10%;
    left: -4.8%
  }
  .page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-12 {
    max-width: 35%;
    left: 29%;
    top: 2.5%
  }
  .page-maps .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-13 {
    max-width: 30%;
    left: 73.6%;
    top: 20.5%
  }
  .page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    left: -1% !important;
    top: 40% !important;
    max-width: 38% !important
  }
  .page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    max-width: 45%;
    top: 5%;
    left: 37%
  }
  .page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
    max-width: 43%;
    bottom: 2%;
    left: 6%
  }
  .page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
    max-width: 40%;
    right: -4%;
    top: 15%
  }
  .page-news .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
    max-width: 47%;
    right: 0;
    bottom: 7%
  }
  .page-filters .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    left: 50% !important;
    top: 0 !important;
    width: 90% !important
  }
  .page-filters .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    right: 6% !important;
    top: 12% !important;
    max-width: 28% !important
  }
  .page-filters .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    left: 36% !important;
    top: 51% !important;
    max-width: 30% !important
  }
  .page-filters .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
    left: 7% !important;
    top: 12% !important;
    max-width: 27% !important
  }
  .page-filters .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
    top: 9%;
    left: 29.6% !important;
    max-width: 40%
  }
  .page-filters .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
    left: 13% !important;
    top: 48% !important;
    max-width: 25% !important
  }
  .page-tiles .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    top: 50% !important;
    left: 50% !important;
    max-width: 75% !important
  }
  .page-tiles .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02 {
    right: 5% !important;
    top: -10% !important;
    max-width: 35%
  }
  .page-tiles .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    left: 4% !important;
    top: -2% !important;
    max-width: 55% !important
  }
  .page-tiles .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
    left: -3% !important;
    top: 30% !important;
    max-width: 65% !important
  }
  .page-tiles .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-05 {
    left: 20% !important;
    bottom: -3% !important;
    max-width: 45% !important
  }
  .page-tiles .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-06 {
    right: 4% !important;
    bottom: 25% !important;
    max-width: 65% !important
  }
  .page-slider .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-01 {
    width: 75% !important
  }
  .page-slider .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-02,
  .page-slider .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-03 {
    max-width: 60% !important
  }
  .page-slider .hero.product-hero .container .webpart-hero-images .wp-header-image.wp-04 {
    max-width: 50% !important
  }
  main .hero.product-hero .container {
    padding: 125px 15px 0
  }
  #theme-aside {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    border: none !important
  }
  .subscription-plans #ContentPlaceHolder1_showBundles>div {
    text-align: center !important
  }
  .subscription-plans #ContentPlaceHolder1_showBundles>div ul.arrows li {
    padding: 5px
  }
  .compare-sp-versions .item-title {
    font-size: 18px
  }
  .page-clucth .hero.product-hero .container .webpart-hero-images {
    min-height: 300px
  }
  body.page-pricing .purchase-options .form-item .dropdown {
    margin-bottom: 20px
  }
}

@media (max-width:500px) {
  main.theme .hero .dropdown .dropdown-menu {
    width: 100%;
    min-width: 100%;
    max-width: 100%
  }
  .page-clucth .hero.product-hero .container .webpart-hero-images {
    min-height: 200px
  }
}

@media (max-width:350px) {
  .page-clucth .hero.product-hero .container .webpart-hero-images {
    min-height: 170px
  }
}

@media (max-width:991px) {
  #ContentPlaceHolderSite_theme_dynamic_intro {
    text-align: center !important
  }
  #theme-aside {
    width: 100%;
    margin-left: 0
  }
  #theme-features .item-title {
    text-align: center;
    margin-top: 20px !important
  }
  .login-section .content-inner.center,
  .recover-section .content-inner.center,
  .register-section .content-inner.center {
    top: 8%;
    transform: translateY(0)
  }
  .split-bt.login .form-wrapper {
    padding: 25px
  }
}

@media (max-width:440px) {
  .tryitnow-image.img-03 {
    min-height: 250px;
    margin-left: -15px
  }
}

@media (max-width:568px) {
  .tryitnow-image.img-03 {
    min-height: 250px;
    margin-left: -15px
  }
}

@media (max-width:722px) {
  .tryitnow-image.img-03 {
    min-height: 450px;
    margin-left: -15px
  }
}

@media (max-width:992px) {
  .tryitnow-image.img-03 {
    min-height: 550px;
    margin-left: -15px
  }
}

@media (min-width:767px) {
  body.page-pricing .pricing-form-button {
    text-align: right
  }
}

@media (min-width:999px) {
  body.page-pricing .hero .produts-panel .card {
    height: 205px
  }
  body.page-pricing .purchase-options {
    margin-right: 15px
  }
  body.page-pricing .purchase-summary {
    padding-right: 0
  }
}

@media (max-width:999px) {
  body.page-pricing .purchase-summary {
    padding: 0
  }
}

@media (max-width:1199px) {
  body.page-pricing .pricing-form-button {
    text-align: left;
    margin-top: 20px !important
  }
}

@media (min-width:350px) and (max-width:560px) {
  body.page-pricing .hero .produts-panel .card.simple {
    height: 100px
  }
  body.page-pricing .hero .produts-panel .card.simple .card-header {
    text-align: center !important
  }
  body.page-pricing .hero .produts-panel .card.simple .card-header i {
    display: block;
    float: none;
    margin-right: 0
  }
  body.page-pricing .hero .produts-panel .card.simple .card-header h4 {
    margin-bottom: 0;
    font-size: 16px
  }
}

@media (max-width:991px) {
  main .hero figure img {
    top: 70px !important;
    transform: translate(-50%, 0) !important
  }
  main ul.resources-filters {
    height: auto
  }
}

@media (min-width:992px) {
  main.home #BT-current-users .logos li img {
    margin: 10px 25px
  }
  .clients-logos-section .col-md-2 {
    height: 150px
  }
}

@media (min-width:1024px) {
  main .hero figure img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    height: auto;
    max-width: 100%;
    width: auto
  }
}

@media (max-width:1199.98px) {
  .center-block-lg {
    margin: 0 auto;
    float: none
  }
}

@media (max-width:999px) and (min-width:767px) {
  .main-footer-info {
    margin-bottom: 20px
  }
  .main-footer-info .footer-social {
    float: right;
    margin-top: -60px
  }
  .main-footer-info .subscribe-newsletter {
    max-width: 300px
  }
}

@media (max-width:991.98px) {
  .center-block-sm,
  main .center-block-md {
    margin: 0 auto;
    float: none
  }
  main h1 {
    font-size: 32px
  }
  main .hero.big-hero .container {
    padding: 120px 0 20px
  }
  main .main-section {
    padding: 50px 0;
    text-align: center
  }
  main .main-section .footer-links {
    text-align: center !important
  }
  main .nav-on-left .BT-logo {
    left: auto;
    right: 5%
  }
  main .fluid-grid .grid-item {
    width: 50%
  }
  footer .main-section {
    padding: 50px 0;
    text-align: center
  }
  .clear-sm {
    clear: both
  }
  .aside {
    margin-top: 20px
  }
}

@media (max-width:767.98px) {
  .bt-basic-carousel blockquote.blockquote {
    height: 330px
  }
  .bt-basic-carousel .carousel-indicators {
    right: 0;
    text-align: center;
    left: 0
  }
  blockquote.blockquote {
    text-align: center
  }
  #logo {
    width: 158px !important;
    height: 33px !important;
    background-size: 158px !important
  }
  .navbar-toggle.offcanvas-toggle {
    top: 25px
  }
  .navbar.navbar-fixed-top .navbar-toggle.offcanvas-toggle {
    top: 5px
  }
  .btn {
    padding: 10px 14px;
    font-size: 13px
  }
  a,
  button,
  cite,
  input,
  p,
  select,
  span,
  td,
  textarea,
  th,
  ul,
  ul>li {
    font-size: 14px
  }
  h4 {
    font-size: 18px
  }
  p.lead {
    font-size: 18px !important
  }
  footer .main-section>.container>.row .footer-links,
  footer .main-section>.container>.row .main-footer-info {
    text-align: center !important
  }
  footer .main-section>.container>.row .main-footer-info>img {
    margin: 0 auto !important
  }
  footer .footer-logos-certified .footer-logos {
    margin-top: 0
  }
  footer .footer-logos-certified .footer-logos img {
    max-width: 80%;
    margin: 0
  }
  .center-block-sm {
    margin: 0 auto;
    float: none
  }
  .main-footer-info {
    margin-bottom: 20px
  }
  header.home>nav.navbar>.container {
    wdith: 100% !important
  }
  .center-block-xs {
    float: none !important;
    margin: 0 auto !important;
    display: block
  }
  .table {
    display: block !important;
    overflow: auto !important
  }
}

@media (min-width:575.98px) and (max-width:991.98px) {
  section.main-section.bg-light.clients-logos-section .col-sm-4 {
    height: 150px
  }
}

@media (max-width:575.98px) {
  main .hero.big-hero .container {
    padding: 120px 0 0
  }
  main .hero.big-hero .container h1 {
    font-size: 30px
  }
  main .hero.big-hero .container p.lead {
    font-size: 18px
  }
  main .fluid-grid .grid-item {
    width: 100%
  }
  section.hero .container {
    padding: 25% 0 15% !important
  }
  .form-group.large>input {
    min-width: 200px
  }
  .main-footer-info {
    text-align: center
  }
  .main-footer-info img {
    margin: 0 auto
  }
  footer .footer-logos img.office-365 {
    margin-top: 11px;
    max-width: 70px
  }
  footer .footer-logos img.sharepoint {
    max-width: 79px;
    margin-top: 9px
  }
  footer .footer-logos img.ms-partner {
    margin-top: 3px;
    max-width: 98px
  }
  footer .footer-links {
    height: 210px
  }
  .clients-logos-section .col-sm-4 {
    height: 80px
  }
  .aside {
    margin-bottom: 20px
  }
}

@media (max-width:350px) {
  .col-xxs-12 {
    width: 100% !important
  }
  .dropdown.fix-width .dropdown-menu,
  .dropdown.fix-width a {
    width: auto;
    max-width: 100%
  }
}

/* TEXT STYLES */

html {
  background-color: #fff;
}

body,
p {
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  color: #5f6060;
  line-height: 1.5;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}

p,
th,
tr,
ul>li,
a {
  font-size: 14px;
  font-weight: 400;
  color: #5f6060;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  font-weight: 400;
  margin: 15px 0;
  color: #232528;
  font-family: Roboto, sans-serif;
}

h5,
p {
  margin: 1.2em 0
}

h1 {
  font-size: 36px;
  margin-top: 50px;
}

h2 {
  font-size: 28px;
  margin-top: 50px;
}

h3 {
  font-size: 20px;
  margin-top: 50px;
}

h4 {
  font-size: 18px;
  margin-top: 50px;
}

h5 {
  font-size: 14px;
  margin-top: 50px;
}

ul {
  margin: 0;
  padding: 0;
}

ol>li,
ul>li {
  margin: 10px 0;
}

.wy-menu.wy-menu-vertical ol>li a,
.wy-menu.wy-menu-vertical ul>li a {
  padding: 5px 10px !important;
}

/* LINKS */

a {
  color: #23598e;
}

a:hover {
  color: #23598e;
  text-decoration: none !important;
}

a:visited {
  color: #23598e;
  text-decoration: none !important;
}

/* MAIN STRUCTURE */

.wy-nav-content,
.wy-nav-content-wrap {
  background-color: #fff !important;
  max-width: 100%;
  margin: 0;
}

.wy-nav-content .rst-content {
  margin: 0 auto;
  max-width: 800px;
  background: #fff;
}

.wy-nav-content {
  padding: 2% 10%;
}

/* MENU SEARCH ZONE */

.wy-side-nav-search {
  display: none;
}

.wy-side-nav-search>a:before {
  display: none;
}

.rst-versions .rst-current-version,
.rst-versions {
  background-color: #FFF;
}

.rst-versions .rst-current-version .fa {
  color: #222;
}

.wy-side-nav-search>a,
.wy-side-nav-search .wy-dropdown>a {
  color: #222;
}

/* SIDE MENU */

/*CUSTOM SCROLL CSS*/

::-webkit-scrollbar {
  width: 9px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #ccc;
}

.wy-side-nav-search input[type=text] {
  width: 100%;
  border-radius: 50px;
  padding: 6px 12px;
  border-color: #2472a4;
}

form input,
input,
textarea {
  border-radius: 2px !important;
  box-shadow: none !important;
  border: solid 1px #ddd !important;
  font-size: 16px;
  padding: 15px !important;
}

.wy-side-nav-search input[type=text] {
  line-height: 45px;
  font-weight: lighter;
  height: 45px;
  width: 100% !important;
  -webkit-appearance: none;
  padding-left: 40px !important;
  left: 0;
  font-size: 14px;
}

.wy-side-nav-search .wy-form:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 2.5em;
  z-index: 1;
  transform: translateY(-50%);
  color: #ddd;
  left: 0;
}

div[role=search] {
  position: relative;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ddd;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ddd;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ddd;
}

/* SIDE MENU OPTIONS */

.wy-menu.wy-menu-vertical {
  padding: 0;
}

.wy-menu-vertical li.on a,
.wy-menu-vertical li.current>a {
  border: none !important;
  font-weight: 300 !important;
}

.wy-menu-vertical li.on a:hover,
.wy-menu-vertical li.current>a:hover {
  color: #2baae1 !important;
  background-color: transparent;
}

.wy-menu-vertical li.current>a {
  color: #cdcdcd;
  font-size: 12px;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: bold !important;
}

li.toctree-l1>a,
li.toctree-l1>span {
  font-size: 16px;
  padding: 10px 20px 10px 0px !important;
  text-align: left;
  letter-spacing: .2px;
  font-weight: 400 !important;
}

.wy-menu-vertical li.current a {
  border: none;
  color: #23598e;
}

.wy-menu-vertical li,
.wy-menu-vertical li.current {
  background-color: transparent;
}

.wy-menu-vertical a:hover {
  background-color: transparent !important;
  color: #222 !important;
}

.wy-menu-vertical li,
.wy-menu-vertical li.current {
  background-color: transparent;
}

.wy-menu-vertical li.current ul.subnav {
  background-color: transparent;
}

.wy-menu-vertical .subnav .wy-menu-vertical li.current>a {
  color: #2baae1 !important;
}

.wy-menu-vertical ul li ul li ul>li {
  border-bottom: solid 1px #eee;
  padding-bottom: 5px 0 0 !important;
}

.wy-menu-vertical ul li ul li ul ul>li:last-child {
  padding-bottom: 0 !important;
  border-bottom: none;
}

.wy-menu-vertical .subnav .caption-text {
  padding: 10px !important;
}

.wy-menu-vertical .subnav a {
  color: #222;
}

.wy-menu-vertical .subnav li.current>.caption-text {
  color: #2baae1;
}

.wy-side-nav-search a {
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  max-width: 80%;
}

.wy-menu-vertical .subnav ul li>a:before {
  content: "\f105";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 0;
}

.wy-menu-vertical .subnav>li.current>a {
  color: #2baae1;
  text-transform: none;
  font-size: 14px;
  font-weight: 400 !important;
}

.wy-menu-vertical .subnav li>a,
.wy-menu-vertical li>.caption-text {
  color: #555;
}

.wy-menu-vertical .subnav li>a:hover {
  color: #23598e !important;
}

.wy-menu-vertical .subnav ul>li>a {
  color: #5f6060;
}

.wy-menu-vertical li ul.subnav ul.subnav {
  background-color: transparent;
  padding: 5px 10px;
  margin-top: -10px;
}

.wy-menu-vertical li.toctree-l1:not(:first-child) {
  margin-top: 20px;
}

.wy-menu-vertical .subnav ul {
  padding-left: 10px;
}

.wy-menu-vertical li.current ul ul {
  padding: 10px 20px !important;
  margin-top: -10px;
}

.wy-menu-vertical .subnav ul ul li>a:before {
  content: "\f105";
  font-family: fontawesome;
  display: block;
  position: absolute;
  left: 0;
}

.wy-menu-vertical .subnav ul li>a[href^="#"]::before {
  content: '-';
}

.wy-menu-vertical .subnav ul {
  padding-left: 25px !important;
}

nav.wy-nav-side {
  z-index: 1;
  overflow-y: hidden;
  background: #f1f1f1!important;
  width: 20%;
  height: calc(100% - 140px) !important;
  padding: 0 !important;
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

.wy-menu.wy-menu-vertical {
  padding: 30px;
  overflow-y: auto;
}

.wy-nav-shift .ethical-rtd {
  display: none !important;
}

.wy-menu-vertical a,
.wy-menu-vertical span {
  font-size: 14px;
  color: #fff;
  font-weight: 300 !important;
}

.wy-menu-vertical a {
  font-weight: 100 !important;
}

/* RTD Message */

.wy-body-for-nav .keep-us-sustainable {
  padding: .5em;
  margin: 1em 0;
  text-align: center;
  border: none;
  border-top: 1px dotted #ddd;
}

.keep-us-sustainable p {
  color: #999;
  font-size: 14px;
}

.wy-body-for-nav .keep-us-sustainable a {
  color: #2baae1 !important;
  font-size: 14px;
  line-height: 20px;
}

/* Buttons */

.btn,
.btn.active,
.btn:active {
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 1.5;
  -moz-transition: .3s ease;
  transition: .3s ease;
  font-size: 14px;
  padding: 10px 12px;
  margin: 15px auto;
  text-decoration: none;
  border-radius: 2px;
  box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 5px 6px -7px rgba(0, 0, 0, .2);
  text-decoration: none !important;
  min-width: 100px;
  font-family: Roboto, sans-serif;
}

/* BREADCRUMB */

.rst-content>div>hr {
  margin-top: 0;
  margin-bottom: 50px;
}

.wy-breadcrumbs li a,
.wy-breadcrumbs li {
  display: inline-block;
  padding: 0 3px 0 0 !important;
  font-size: 14px !important;
  color: #999;
}

.wy-breadcrumbs li:nth-last-child(2) {
  display: block;
  font-size: 30px !important;
  color: #2baae1 !important;

}

/* MEDIA QUERIES */

@media (max-width:1100px) {

}

@media (max-width:768px) {
  .wy-nav-top {
    background-color: transparent;
  }
  .wy-nav-top i {
    padding-top: 10px;
    padding-left: 20px;
    color: #222;
  }
  .wy-nav-top a {
    display: none;
  }
}

/* RTD INJECTED ZONES */

.wy-body-for-nav .rst-versions.rst-badge,
.wy-body-for-nav .rst-versions {
  display: none !important;
}

/* FOOTER */

footer *:not(.btn) {
  font-size: 14px !important;
}

footer hr {
  margin-bottom: 10px;
  margin-top: 20px;
}

/* BS ALERTS */

.alert-success {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  padding: 5px 10px;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}

div.ethical-rtd.ethical-dark-theme {
  display: none;
}

header.home.hero {
  z-index: 98 !important;
  position: fixed;
  top: 0;
}

header.home.hero nav {
  background-image: none;
}

.wy-nav-content {
  padding-top: 100px;
}

nav.wy-nav-side {
  top: 110px;
}

.wy-menu-vertical li,
.wy-menu-vertical li.current {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
}

.wy-menu.wy-menu-vertical {
  position: initial;
  height: 100%;
}

.wy-grid-for-nav {
  background-color: #fff;
}

.wy-side-nav-search a {
  line-height: 20px !important;
  font-weight: bold;
  width: 100%;
}

.wy-menu-vertical li ul {
  display: inherit;
  padding-top: 8px;
  background-color: rgba(255, 255, 255, 0.12);
  padding-left: 0;
  padding-bottom: 8px;
}

li.toctree-l1>span.collapsed:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.BT-MobileMenu {
  top: 70px !important;
  left: -330px;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
}

.BT-OpenSideBar {
  padding-left: 30px;
  cursor: pointer;
}

header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.mega-menu>li,
header .navbar .top-menu ul#top-menu>li ul.dropdown-menu.menu-account li {
  margin: 0;
}

li.toctree-l1 {
  cursor: pointer;
}

nav #top-menu li.BT-menu-base.get-started a {
  padding: 10px 12px;
  border-radius: 2px;
}

.wy-nav-shift {
  padding-bottom: 0 !important;
}

.wy-menu-vertical ul {
  margin-bottom: 0 !important;
}

.section p {
  line-height: 1.8em;
  font-weight: 400;
  word-spacing: 0.05em;
  letter-spacing: .4px;
  font-size: 14px;
}

.section p b {
  font-weight: 500 !important;
}

.section p,
.section th,
.section tr,
.section ul>li,
.section a {
  font-size: 14px;
}

.bg-light-grey {
  background: #f9f9f9;
}

.wy-plain-list-decimal li,
.rst-content .section ol li,
.rst-content ol.arabic li,
article ol li {
  margin: 0;
}