@charset "UTF-8";
/**
 * Hoofdbestand voor de frontend CSS.
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* Imports
   ========================================================================== */
/* We importeren de compass reset, deze is inclusief de Eric Meyer reset */
/* We importeren CSS3 mixins zodat alle vormen van pre-fixes gegenereerd worden */
/**
 * Definieer je variabelen hier.
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	Vlijstje/Main
 * @since		0.1
 * @version     0.1
 */
/* Versie
  =================================== */
/* Update altijd met een nieuwe release */
/* Variabelen
  =================================== */
/* Kleuren - voeg hier alle kleuren toe die gebruikt */
/* Versie
   ========================================================================== */
/* line 28, ../sass/main.scss */
.sass-version {
  content: "Version 0.1 / BG - GeusMedia / 03-19-2015";
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/* line 11, ../sass/vendor/_animat.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 11, ../sass/vendor/_animat.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 11, ../sass/vendor/_animat.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 11, ../sass/vendor/_animat.scss */
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%,20%,53%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%,43% {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  40%,43%,70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: 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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -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);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -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);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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(0deg);
    transform: rotate(0deg);
  }
}
@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(0deg);
    transform: rotate(0deg);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.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);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  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);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%,11.1%,to {
    -webkit-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%,20%,40%,60%,80%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,60%,75%,90%,to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -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(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
    transform: perspective(400px) rotateY(-1turn);
  }
  0%,40% {
    -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);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  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);
  }
  0%,40% {
    -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);
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
  }
  50%,80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.animated.flip {
  -webkit-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;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  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);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
  }
  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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  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);
    opacity: 0;
  }
  0%,40% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
  }
  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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) 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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) 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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  60%,80% {
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: center;
  }
  to {
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: left bottom;
  }
  to {
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  0%,to {
    -webkit-transform-origin: right bottom;
  }
  to {
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    transform-origin: top left;
  }
  0%,20%,60% {
    -webkit-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);
    transform-origin: top left;
  }
  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% {
    transform-origin: top left;
  }
  0%,20%,60% {
    -webkit-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);
    transform-origin: top left;
  }
  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;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-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: none;
    transform: none;
  }
}
@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: none;
    transform: none;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50%,to {
    opacity: 0;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-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);
  }
}
/* line 11, ../sass/vendor/_animat.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*!
 * Bootstrap v3.1.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/* line 7, ../sass/vendor/_bootstrap.min.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
body {
  margin: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
[hidden], template {
  display: none;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
a {
  background: transparent;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
a:active, a:hover {
  outline: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
b, strong {
  font-weight: bold;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
dfn {
  font-style: italic;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
small {
  font-size: 80%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
sup {
  top: -0.5em;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
sub {
  bottom: -0.25em;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
img {
  border: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
figure {
  margin: 1em 40px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
pre {
  overflow: auto;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
button, input, optgroup, select, textarea, #email-receivers {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
button {
  overflow: visible;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
button, select {
  text-transform: none;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
input {
  line-height: normal;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
textarea, #email-receivers {
  overflow: auto;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
optgroup {
  font-weight: bold;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
td, th {
  padding: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

@media print {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  thead {
    display: table-header-group;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  img {
    max-width: 100% !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  select {
    background: #fff !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .navbar {
    display: none;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .table td, .table th {
    background-color: #fff !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .table {
    border-collapse: collapse !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
input, button, select, textarea, #email-receivers {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
a {
  color: #428bca;
  text-decoration: none;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
figure {
  margin: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
img {
  vertical-align: middle;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.img-circle {
  border-radius: 50%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
code, kbd, pre, samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .container {
    width: 1170px;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-12 {
  width: 100%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-11 {
  width: 91.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-10 {
  width: 83.33333333333334%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-9 {
  width: 75%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-8 {
  width: 66.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-7 {
  width: 58.333333333333336%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-6 {
  width: 50%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-5 {
  width: 41.66666666666667%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-4 {
  width: 33.33333333333333%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-3 {
  width: 25%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-2 {
  width: 16.666666666666664%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-1 {
  width: 8.333333333333332%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-11 {
  right: 91.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-10 {
  right: 83.33333333333334%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-8 {
  right: 66.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-7 {
  right: 58.333333333333336%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-5 {
  right: 41.66666666666667%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-4 {
  right: 33.33333333333333%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-2 {
  right: 16.666666666666664%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-1 {
  right: 8.333333333333332%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-pull-0 {
  right: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-11 {
  left: 91.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-10 {
  left: 83.33333333333334%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-8 {
  left: 66.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-7 {
  left: 58.333333333333336%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-5 {
  left: 41.66666666666667%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-4 {
  left: 33.33333333333333%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-2 {
  left: 16.666666666666664%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-1 {
  left: 8.333333333333332%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-push-0 {
  left: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 768px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-11 {
    width: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-10 {
    width: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-8 {
    width: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-7 {
    width: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-5 {
    width: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-4 {
    width: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-2 {
    width: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-1 {
    width: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-pull-0 {
    right: 0;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-push-0 {
    left: 0;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-11 {
    width: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-10 {
    width: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-8 {
    width: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-7 {
    width: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-5 {
    width: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-4 {
    width: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-2 {
    width: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-1 {
    width: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-pull-0 {
    right: 0;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-push-0 {
    left: 0;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-11 {
    width: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-10 {
    width: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-8 {
    width: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-7 {
    width: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-5 {
    width: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-4 {
    width: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-2 {
    width: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-1 {
    width: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-pull-0 {
    right: 0;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-push-0 {
    left: 0;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
  content: " ";
  display: table;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.clearfix:after, .container:after, .container-fluid:after, .row:after {
  clear: both;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.pull-right {
  float: right !important;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.pull-left {
  float: left !important;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.hide {
  display: none !important;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.show {
  display: block !important;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.invisible {
  visibility: hidden;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 7, ../sass/vendor/_bootstrap.min.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  table.visible-xs {
    display: table;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  table.visible-sm {
    display: table;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .visible-md {
    display: block !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  table.visible-md {
    display: table;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (min-width: 1200px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  table.visible-lg {
    display: table;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}
/* line 7, ../sass/vendor/_bootstrap.min.scss */
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .visible-print {
    display: block !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  table.visible-print {
    display: table;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  /* line 7, ../sass/vendor/_bootstrap.min.scss */
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?51867504");
  src: url("../fonts/fontello.eot?51867504#iefix") format("embedded-opentype"), url("../fonts/fontello.woff?51867504") format("woff"), url("../fonts/fontello.ttf?51867504") format("truetype"), url("../fonts/fontello.svg?51867504#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?51867504#fontello') format('svg');
  }
}
*/
/* line 22, ../sass/vendor/_fontello.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 53, ../sass/vendor/_fontello.scss */
.icon-emo-happy:before {
  content: '\efdd';
}

/* '' */
/* line 54, ../sass/vendor/_fontello.scss */
.icon-odnoklassniki-rect-1:before {
  content: '\efdc';
}

/* '' */
/* line 55, ../sass/vendor/_fontello.scss */
.icon-emo-wink2:before {
  content: '\efdf';
}

/* '' */
/* line 56, ../sass/vendor/_fontello.scss */
.icon-emo-unhappy:before {
  content: '\efe0';
}

/* '' */
/* line 57, ../sass/vendor/_fontello.scss */
.icon-emo-sleep:before {
  content: '\efe1';
}

/* '' */
/* line 58, ../sass/vendor/_fontello.scss */
.icon-emo-thumbsup:before {
  content: '\efe2';
}

/* '' */
/* line 59, ../sass/vendor/_fontello.scss */
.icon-emo-devil:before {
  content: '\efe3';
}

/* '' */
/* line 60, ../sass/vendor/_fontello.scss */
.icon-emo-surprised:before {
  content: '\efe4';
}

/* '' */
/* line 61, ../sass/vendor/_fontello.scss */
.icon-emo-tongue:before {
  content: '\efe5';
}

/* '' */
/* line 62, ../sass/vendor/_fontello.scss */
.icon-emo-coffee:before {
  content: '\efe6';
}

/* '' */
/* line 63, ../sass/vendor/_fontello.scss */
.icon-emo-sunglasses:before {
  content: '\efe7';
}

/* '' */
/* line 64, ../sass/vendor/_fontello.scss */
.icon-emo-displeased:before {
  content: '\efe8';
}

/* '' */
/* line 65, ../sass/vendor/_fontello.scss */
.icon-emo-beer:before {
  content: '\efe9';
}

/* '' */
/* line 66, ../sass/vendor/_fontello.scss */
.icon-emo-grin:before {
  content: '\efea';
}

/* '' */
/* line 67, ../sass/vendor/_fontello.scss */
.icon-emo-angry:before {
  content: '\efeb';
}

/* '' */
/* line 68, ../sass/vendor/_fontello.scss */
.icon-emo-saint:before {
  content: '\efec';
}

/* '' */
/* line 69, ../sass/vendor/_fontello.scss */
.icon-emo-cry:before {
  content: '\efed';
}

/* '' */
/* line 70, ../sass/vendor/_fontello.scss */
.icon-emo-shoot:before {
  content: '\efee';
}

/* '' */
/* line 71, ../sass/vendor/_fontello.scss */
.icon-emo-squint:before {
  content: '\efef';
}

/* '' */
/* line 72, ../sass/vendor/_fontello.scss */
.icon-emo-laugh:before {
  content: '\eff0';
}

/* '' */
/* line 73, ../sass/vendor/_fontello.scss */
.icon-spin1:before {
  content: '\eff1';
}

/* '' */
/* line 74, ../sass/vendor/_fontello.scss */
.icon-spin2:before {
  content: '\eff2';
}

/* '' */
/* line 75, ../sass/vendor/_fontello.scss */
.icon-spin3:before {
  content: '\eff3';
}

/* '' */
/* line 76, ../sass/vendor/_fontello.scss */
.icon-spin4:before {
  content: '\eff4';
}

/* '' */
/* line 77, ../sass/vendor/_fontello.scss */
.icon-spin5:before {
  content: '\eff5';
}

/* '' */
/* line 78, ../sass/vendor/_fontello.scss */
.icon-spin6:before {
  content: '\eff6';
}

/* '' */
/* line 79, ../sass/vendor/_fontello.scss */
.icon-firefox:before {
  content: '\eff7';
}

/* '' */
/* line 80, ../sass/vendor/_fontello.scss */
.icon-chrome-1:before {
  content: '\eff8';
}

/* '' */
/* line 81, ../sass/vendor/_fontello.scss */
.icon-opera:before {
  content: '\eff9';
}

/* '' */
/* line 82, ../sass/vendor/_fontello.scss */
.icon-ie-1:before {
  content: '\effa';
}

/* '' */
/* line 83, ../sass/vendor/_fontello.scss */
.icon-crown:before {
  content: '\effb';
}

/* '' */
/* line 84, ../sass/vendor/_fontello.scss */
.icon-crown-plus:before {
  content: '\effc';
}

/* '' */
/* line 85, ../sass/vendor/_fontello.scss */
.icon-crown-minus:before {
  content: '\effd';
}

/* '' */
/* line 86, ../sass/vendor/_fontello.scss */
.icon-marquee:before {
  content: '\effe';
}

/* '' */
/* line 87, ../sass/vendor/_fontello.scss */
.icon-glass:before {
  content: '\e801';
}

/* '' */
/* line 88, ../sass/vendor/_fontello.scss */
.icon-music:before {
  content: '\e802';
}

/* '' */
/* line 89, ../sass/vendor/_fontello.scss */
.icon-search:before {
  content: '\e803';
}

/* '' */
/* line 90, ../sass/vendor/_fontello.scss */
.icon-mail:before {
  content: '\e804';
}

/* '' */
/* line 91, ../sass/vendor/_fontello.scss */
.icon-mail-alt:before {
  content: '\e805';
}

/* '' */
/* line 92, ../sass/vendor/_fontello.scss */
.icon-heart:before {
  content: '\e806';
}

/* '' */
/* line 93, ../sass/vendor/_fontello.scss */
.icon-heart-empty:before {
  content: '\e807';
}

/* '' */
/* line 94, ../sass/vendor/_fontello.scss */
.icon-star:before {
  content: '\e808';
}

/* '' */
/* line 95, ../sass/vendor/_fontello.scss */
.icon-star-empty:before {
  content: '\e809';
}

/* '' */
/* line 96, ../sass/vendor/_fontello.scss */
.icon-star-half:before {
  content: '\e80a';
}

/* '' */
/* line 97, ../sass/vendor/_fontello.scss */
.icon-star-half-alt:before {
  content: '\e80b';
}

/* '' */
/* line 98, ../sass/vendor/_fontello.scss */
.icon-user:before {
  content: '\e80c';
}

/* '' */
/* line 99, ../sass/vendor/_fontello.scss */
.icon-users:before {
  content: '\e80d';
}

/* '' */
/* line 100, ../sass/vendor/_fontello.scss */
.icon-male:before {
  content: '\e80e';
}

/* '' */
/* line 101, ../sass/vendor/_fontello.scss */
.icon-female:before {
  content: '\e80f';
}

/* '' */
/* line 102, ../sass/vendor/_fontello.scss */
.icon-video:before {
  content: '\e810';
}

/* '' */
/* line 103, ../sass/vendor/_fontello.scss */
.icon-videocam:before {
  content: '\e811';
}

/* '' */
/* line 104, ../sass/vendor/_fontello.scss */
.icon-picture:before {
  content: '\e812';
}

/* '' */
/* line 105, ../sass/vendor/_fontello.scss */
.icon-camera:before {
  content: '\e813';
}

/* '' */
/* line 106, ../sass/vendor/_fontello.scss */
.icon-camera-alt:before {
  content: '\e814';
}

/* '' */
/* line 107, ../sass/vendor/_fontello.scss */
.icon-th-large:before {
  content: '\e815';
}

/* '' */
/* line 108, ../sass/vendor/_fontello.scss */
.icon-th:before {
  content: '\e816';
}

/* '' */
/* line 109, ../sass/vendor/_fontello.scss */
.icon-th-list:before {
  content: '\e817';
}

/* '' */
/* line 110, ../sass/vendor/_fontello.scss */
.icon-ok:before {
  content: '\e818';
}

/* '' */
/* line 111, ../sass/vendor/_fontello.scss */
.icon-ok-circled:before {
  content: '\e819';
}

/* '' */
/* line 112, ../sass/vendor/_fontello.scss */
.icon-ok-circled2:before {
  content: '\e81a';
}

/* '' */
/* line 113, ../sass/vendor/_fontello.scss */
.icon-ok-squared:before {
  content: '\e81b';
}

/* '' */
/* line 114, ../sass/vendor/_fontello.scss */
.icon-cancel:before {
  content: '\e81c';
}

/* '' */
/* line 115, ../sass/vendor/_fontello.scss */
.icon-cancel-circled:before {
  content: '\e81d';
}

/* '' */
/* line 116, ../sass/vendor/_fontello.scss */
.icon-cancel-circled2:before {
  content: '\e81e';
}

/* '' */
/* line 117, ../sass/vendor/_fontello.scss */
.icon-plus:before {
  content: '\e81f';
}

/* '' */
/* line 118, ../sass/vendor/_fontello.scss */
.icon-plus-circled:before {
  content: '\e820';
}

/* '' */
/* line 119, ../sass/vendor/_fontello.scss */
.icon-plus-squared:before {
  content: '\e821';
}

/* '' */
/* line 120, ../sass/vendor/_fontello.scss */
.icon-plus-squared-alt:before {
  content: '\e822';
}

/* '' */
/* line 121, ../sass/vendor/_fontello.scss */
.icon-minus:before {
  content: '\e823';
}

/* '' */
/* line 122, ../sass/vendor/_fontello.scss */
.icon-minus-circled:before {
  content: '\e824';
}

/* '' */
/* line 123, ../sass/vendor/_fontello.scss */
.icon-minus-squared:before {
  content: '\e825';
}

/* '' */
/* line 124, ../sass/vendor/_fontello.scss */
.icon-minus-squared-alt:before {
  content: '\e826';
}

/* '' */
/* line 125, ../sass/vendor/_fontello.scss */
.icon-help:before {
  content: '\e827';
}

/* '' */
/* line 126, ../sass/vendor/_fontello.scss */
.icon-help-circled:before {
  content: '\e828';
}

/* '' */
/* line 127, ../sass/vendor/_fontello.scss */
.icon-info-circled:before {
  content: '\e829';
}

/* '' */
/* line 128, ../sass/vendor/_fontello.scss */
.icon-info:before {
  content: '\e82a';
}

/* '' */
/* line 129, ../sass/vendor/_fontello.scss */
.icon-home:before {
  content: '\e82b';
}

/* '' */
/* line 130, ../sass/vendor/_fontello.scss */
.icon-link:before {
  content: '\e82c';
}

/* '' */
/* line 131, ../sass/vendor/_fontello.scss */
.icon-unlink:before {
  content: '\e82d';
}

/* '' */
/* line 132, ../sass/vendor/_fontello.scss */
.icon-link-ext:before {
  content: '\e82e';
}

/* '' */
/* line 133, ../sass/vendor/_fontello.scss */
.icon-link-ext-alt:before {
  content: '\e82f';
}

/* '' */
/* line 134, ../sass/vendor/_fontello.scss */
.icon-attach:before {
  content: '\e830';
}

/* '' */
/* line 135, ../sass/vendor/_fontello.scss */
.icon-lock:before {
  content: '\e831';
}

/* '' */
/* line 136, ../sass/vendor/_fontello.scss */
.icon-lock-open:before {
  content: '\e832';
}

/* '' */
/* line 137, ../sass/vendor/_fontello.scss */
.icon-lock-open-alt:before {
  content: '\e833';
}

/* '' */
/* line 138, ../sass/vendor/_fontello.scss */
.icon-pin:before {
  content: '\e834';
}

/* '' */
/* line 139, ../sass/vendor/_fontello.scss */
.icon-eye:before {
  content: '\e835';
}

/* '' */
/* line 140, ../sass/vendor/_fontello.scss */
.icon-eye-off:before {
  content: '\e836';
}

/* '' */
/* line 141, ../sass/vendor/_fontello.scss */
.icon-tag:before {
  content: '\e837';
}

/* '' */
/* line 142, ../sass/vendor/_fontello.scss */
.icon-tags:before {
  content: '\e838';
}

/* '' */
/* line 143, ../sass/vendor/_fontello.scss */
.icon-bookmark:before {
  content: '\e839';
}

/* '' */
/* line 144, ../sass/vendor/_fontello.scss */
.icon-bookmark-empty:before {
  content: '\e83a';
}

/* '' */
/* line 145, ../sass/vendor/_fontello.scss */
.icon-flag:before {
  content: '\e83b';
}

/* '' */
/* line 146, ../sass/vendor/_fontello.scss */
.icon-flag-empty:before {
  content: '\e83c';
}

/* '' */
/* line 147, ../sass/vendor/_fontello.scss */
.icon-flag-checkered:before {
  content: '\e83d';
}

/* '' */
/* line 148, ../sass/vendor/_fontello.scss */
.icon-thumbs-up:before {
  content: '\e83e';
}

/* '' */
/* line 149, ../sass/vendor/_fontello.scss */
.icon-thumbs-down:before {
  content: '\e83f';
}

/* '' */
/* line 150, ../sass/vendor/_fontello.scss */
.icon-thumbs-up-alt:before {
  content: '\e840';
}

/* '' */
/* line 151, ../sass/vendor/_fontello.scss */
.icon-thumbs-down-alt:before {
  content: '\e841';
}

/* '' */
/* line 152, ../sass/vendor/_fontello.scss */
.icon-download:before {
  content: '\e842';
}

/* '' */
/* line 153, ../sass/vendor/_fontello.scss */
.icon-upload:before {
  content: '\e843';
}

/* '' */
/* line 154, ../sass/vendor/_fontello.scss */
.icon-download-cloud:before {
  content: '\e844';
}

/* '' */
/* line 155, ../sass/vendor/_fontello.scss */
.icon-upload-cloud:before {
  content: '\e845';
}

/* '' */
/* line 156, ../sass/vendor/_fontello.scss */
.icon-reply:before {
  content: '\e846';
}

/* '' */
/* line 157, ../sass/vendor/_fontello.scss */
.icon-reply-all:before {
  content: '\e847';
}

/* '' */
/* line 158, ../sass/vendor/_fontello.scss */
.icon-forward:before {
  content: '\e848';
}

/* '' */
/* line 159, ../sass/vendor/_fontello.scss */
.icon-quote-left:before {
  content: '\e849';
}

/* '' */
/* line 160, ../sass/vendor/_fontello.scss */
.icon-quote-right:before {
  content: '\e84a';
}

/* '' */
/* line 161, ../sass/vendor/_fontello.scss */
.icon-code:before {
  content: '\e84b';
}

/* '' */
/* line 162, ../sass/vendor/_fontello.scss */
.icon-export:before {
  content: '\e84c';
}

/* '' */
/* line 163, ../sass/vendor/_fontello.scss */
.icon-export-alt:before {
  content: '\e84d';
}

/* '' */
/* line 164, ../sass/vendor/_fontello.scss */
.icon-pencil:before {
  content: '\e84e';
}

/* '' */
/* line 165, ../sass/vendor/_fontello.scss */
.icon-pencil-squared:before {
  content: '\e84f';
}

/* '' */
/* line 166, ../sass/vendor/_fontello.scss */
.icon-edit:before {
  content: '\e850';
}

/* '' */
/* line 167, ../sass/vendor/_fontello.scss */
.icon-print:before {
  content: '\e851';
}

/* '' */
/* line 168, ../sass/vendor/_fontello.scss */
.icon-retweet:before {
  content: '\e852';
}

/* '' */
/* line 169, ../sass/vendor/_fontello.scss */
.icon-keyboard:before {
  content: '\e853';
}

/* '' */
/* line 170, ../sass/vendor/_fontello.scss */
.icon-gamepad:before {
  content: '\e854';
}

/* '' */
/* line 171, ../sass/vendor/_fontello.scss */
.icon-comment:before {
  content: '\e855';
}

/* '' */
/* line 172, ../sass/vendor/_fontello.scss */
.icon-chat:before {
  content: '\e856';
}

/* '' */
/* line 173, ../sass/vendor/_fontello.scss */
.icon-comment-empty:before {
  content: '\e857';
}

/* '' */
/* line 174, ../sass/vendor/_fontello.scss */
.icon-chat-empty:before {
  content: '\e858';
}

/* '' */
/* line 175, ../sass/vendor/_fontello.scss */
.icon-bell:before {
  content: '\e859';
}

/* '' */
/* line 176, ../sass/vendor/_fontello.scss */
.icon-bell-alt:before {
  content: '\e85a';
}

/* '' */
/* line 177, ../sass/vendor/_fontello.scss */
.icon-attention-alt:before {
  content: '\e85b';
}

/* '' */
/* line 178, ../sass/vendor/_fontello.scss */
.icon-attention:before {
  content: '\e85c';
}

/* '' */
/* line 179, ../sass/vendor/_fontello.scss */
.icon-attention-circled:before {
  content: '\e85d';
}

/* '' */
/* line 180, ../sass/vendor/_fontello.scss */
.icon-location:before {
  content: '\e85e';
}

/* '' */
/* line 181, ../sass/vendor/_fontello.scss */
.icon-direction:before {
  content: '\e85f';
}

/* '' */
/* line 182, ../sass/vendor/_fontello.scss */
.icon-compass:before {
  content: '\e860';
}

/* '' */
/* line 183, ../sass/vendor/_fontello.scss */
.icon-trash:before {
  content: '\e861';
}

/* '' */
/* line 184, ../sass/vendor/_fontello.scss */
.icon-doc:before {
  content: '\e862';
}

/* '' */
/* line 185, ../sass/vendor/_fontello.scss */
.icon-docs-1:before {
  content: '\e863';
}

/* '' */
/* line 186, ../sass/vendor/_fontello.scss */
.icon-doc-text:before {
  content: '\e864';
}

/* '' */
/* line 187, ../sass/vendor/_fontello.scss */
.icon-doc-inv:before {
  content: '\e865';
}

/* '' */
/* line 188, ../sass/vendor/_fontello.scss */
.icon-doc-text-inv:before {
  content: '\e866';
}

/* '' */
/* line 189, ../sass/vendor/_fontello.scss */
.icon-folder:before {
  content: '\e867';
}

/* '' */
/* line 190, ../sass/vendor/_fontello.scss */
.icon-folder-open:before {
  content: '\e868';
}

/* '' */
/* line 191, ../sass/vendor/_fontello.scss */
.icon-folder-empty:before {
  content: '\e869';
}

/* '' */
/* line 192, ../sass/vendor/_fontello.scss */
.icon-folder-open-empty:before {
  content: '\e86a';
}

/* '' */
/* line 193, ../sass/vendor/_fontello.scss */
.icon-box:before {
  content: '\e86b';
}

/* '' */
/* line 194, ../sass/vendor/_fontello.scss */
.icon-rss:before {
  content: '\e86c';
}

/* '' */
/* line 195, ../sass/vendor/_fontello.scss */
.icon-rss-squared:before {
  content: '\e86d';
}

/* '' */
/* line 196, ../sass/vendor/_fontello.scss */
.icon-phone:before {
  content: '\e86e';
}

/* '' */
/* line 197, ../sass/vendor/_fontello.scss */
.icon-phone-squared:before {
  content: '\e86f';
}

/* '' */
/* line 198, ../sass/vendor/_fontello.scss */
.icon-menu:before {
  content: '\e870';
}

/* '' */
/* line 199, ../sass/vendor/_fontello.scss */
.icon-cog:before {
  content: '\e871';
}

/* '' */
/* line 200, ../sass/vendor/_fontello.scss */
.icon-cog-alt:before {
  content: '\e872';
}

/* '' */
/* line 201, ../sass/vendor/_fontello.scss */
.icon-wrench:before {
  content: '\e873';
}

/* '' */
/* line 202, ../sass/vendor/_fontello.scss */
.icon-basket:before {
  content: '\e874';
}

/* '' */
/* line 203, ../sass/vendor/_fontello.scss */
.icon-calendar:before {
  content: '\e875';
}

/* '' */
/* line 204, ../sass/vendor/_fontello.scss */
.icon-calendar-empty:before {
  content: '\e876';
}

/* '' */
/* line 205, ../sass/vendor/_fontello.scss */
.icon-login:before {
  content: '\e877';
}

/* '' */
/* line 206, ../sass/vendor/_fontello.scss */
.icon-logout:before {
  content: '\e878';
}

/* '' */
/* line 207, ../sass/vendor/_fontello.scss */
.icon-mic:before {
  content: '\e879';
}

/* '' */
/* line 208, ../sass/vendor/_fontello.scss */
.icon-mute:before {
  content: '\e87a';
}

/* '' */
/* line 209, ../sass/vendor/_fontello.scss */
.icon-volume-off:before {
  content: '\e87b';
}

/* '' */
/* line 210, ../sass/vendor/_fontello.scss */
.icon-volume-down:before {
  content: '\e87c';
}

/* '' */
/* line 211, ../sass/vendor/_fontello.scss */
.icon-volume-up:before {
  content: '\e87d';
}

/* '' */
/* line 212, ../sass/vendor/_fontello.scss */
.icon-headphones:before {
  content: '\e87e';
}

/* '' */
/* line 213, ../sass/vendor/_fontello.scss */
.icon-clock:before {
  content: '\e87f';
}

/* '' */
/* line 214, ../sass/vendor/_fontello.scss */
.icon-lightbulb:before {
  content: '\e880';
}

/* '' */
/* line 215, ../sass/vendor/_fontello.scss */
.icon-block:before {
  content: '\e881';
}

/* '' */
/* line 216, ../sass/vendor/_fontello.scss */
.icon-resize-full:before {
  content: '\e882';
}

/* '' */
/* line 217, ../sass/vendor/_fontello.scss */
.icon-resize-full-alt:before {
  content: '\e883';
}

/* '' */
/* line 218, ../sass/vendor/_fontello.scss */
.icon-resize-small:before {
  content: '\e884';
}

/* '' */
/* line 219, ../sass/vendor/_fontello.scss */
.icon-resize-vertical:before {
  content: '\e885';
}

/* '' */
/* line 220, ../sass/vendor/_fontello.scss */
.icon-resize-horizontal:before {
  content: '\e886';
}

/* '' */
/* line 221, ../sass/vendor/_fontello.scss */
.icon-move:before {
  content: '\e887';
}

/* '' */
/* line 222, ../sass/vendor/_fontello.scss */
.icon-zoom-in:before {
  content: '\e888';
}

/* '' */
/* line 223, ../sass/vendor/_fontello.scss */
.icon-zoom-out:before {
  content: '\e889';
}

/* '' */
/* line 224, ../sass/vendor/_fontello.scss */
.icon-down-circled2:before {
  content: '\e88a';
}

/* '' */
/* line 225, ../sass/vendor/_fontello.scss */
.icon-up-circled2:before {
  content: '\e88b';
}

/* '' */
/* line 226, ../sass/vendor/_fontello.scss */
.icon-left-circled2:before {
  content: '\e88c';
}

/* '' */
/* line 227, ../sass/vendor/_fontello.scss */
.icon-right-circled2:before {
  content: '\e88d';
}

/* '' */
/* line 228, ../sass/vendor/_fontello.scss */
.icon-down-dir:before {
  content: '\e88e';
}

/* '' */
/* line 229, ../sass/vendor/_fontello.scss */
.icon-up-dir:before {
  content: '\e88f';
}

/* '' */
/* line 230, ../sass/vendor/_fontello.scss */
.icon-left-dir:before {
  content: '\e890';
}

/* '' */
/* line 231, ../sass/vendor/_fontello.scss */
.icon-right-dir:before {
  content: '\e891';
}

/* '' */
/* line 232, ../sass/vendor/_fontello.scss */
.icon-down-open:before {
  content: '\e892';
}

/* '' */
/* line 233, ../sass/vendor/_fontello.scss */
.icon-left-open:before {
  content: '\e893';
}

/* '' */
/* line 234, ../sass/vendor/_fontello.scss */
.icon-right-open:before {
  content: '\e894';
}

/* '' */
/* line 235, ../sass/vendor/_fontello.scss */
.icon-up-open:before {
  content: '\e895';
}

/* '' */
/* line 236, ../sass/vendor/_fontello.scss */
.icon-angle-left:before {
  content: '\e896';
}

/* '' */
/* line 237, ../sass/vendor/_fontello.scss */
.icon-angle-right:before {
  content: '\e897';
}

/* '' */
/* line 238, ../sass/vendor/_fontello.scss */
.icon-angle-up:before {
  content: '\e898';
}

/* '' */
/* line 239, ../sass/vendor/_fontello.scss */
.icon-angle-down:before {
  content: '\e899';
}

/* '' */
/* line 240, ../sass/vendor/_fontello.scss */
.icon-angle-circled-left:before {
  content: '\e89a';
}

/* '' */
/* line 241, ../sass/vendor/_fontello.scss */
.icon-angle-circled-right:before {
  content: '\e89b';
}

/* '' */
/* line 242, ../sass/vendor/_fontello.scss */
.icon-angle-circled-up:before {
  content: '\e89c';
}

/* '' */
/* line 243, ../sass/vendor/_fontello.scss */
.icon-angle-circled-down:before {
  content: '\e89d';
}

/* '' */
/* line 244, ../sass/vendor/_fontello.scss */
.icon-angle-double-left:before {
  content: '\e89e';
}

/* '' */
/* line 245, ../sass/vendor/_fontello.scss */
.icon-angle-double-right:before {
  content: '\e89f';
}

/* '' */
/* line 246, ../sass/vendor/_fontello.scss */
.icon-angle-double-up:before {
  content: '\e8a0';
}

/* '' */
/* line 247, ../sass/vendor/_fontello.scss */
.icon-angle-double-down:before {
  content: '\e8a1';
}

/* '' */
/* line 248, ../sass/vendor/_fontello.scss */
.icon-down:before {
  content: '\e8a2';
}

/* '' */
/* line 249, ../sass/vendor/_fontello.scss */
.icon-left:before {
  content: '\e8a3';
}

/* '' */
/* line 250, ../sass/vendor/_fontello.scss */
.icon-right:before {
  content: '\e8a4';
}

/* '' */
/* line 251, ../sass/vendor/_fontello.scss */
.icon-up:before {
  content: '\e8a5';
}

/* '' */
/* line 252, ../sass/vendor/_fontello.scss */
.icon-down-big:before {
  content: '\e8a6';
}

/* '' */
/* line 253, ../sass/vendor/_fontello.scss */
.icon-left-big:before {
  content: '\e8a7';
}

/* '' */
/* line 254, ../sass/vendor/_fontello.scss */
.icon-emo-wink:before {
  content: '\efde';
}

/* '' */
/* line 255, ../sass/vendor/_fontello.scss */
.icon-up-big:before {
  content: '\e8a9';
}

/* '' */
/* line 256, ../sass/vendor/_fontello.scss */
.icon-right-hand:before {
  content: '\e8aa';
}

/* '' */
/* line 257, ../sass/vendor/_fontello.scss */
.icon-left-hand:before {
  content: '\e8ab';
}

/* '' */
/* line 258, ../sass/vendor/_fontello.scss */
.icon-up-hand:before {
  content: '\e8ac';
}

/* '' */
/* line 259, ../sass/vendor/_fontello.scss */
.icon-down-hand:before {
  content: '\e8ad';
}

/* '' */
/* line 260, ../sass/vendor/_fontello.scss */
.icon-left-circled:before {
  content: '\e8ae';
}

/* '' */
/* line 261, ../sass/vendor/_fontello.scss */
.icon-right-circled:before {
  content: '\e8af';
}

/* '' */
/* line 262, ../sass/vendor/_fontello.scss */
.icon-up-circled:before {
  content: '\e8b0';
}

/* '' */
/* line 263, ../sass/vendor/_fontello.scss */
.icon-down-circled:before {
  content: '\e8b1';
}

/* '' */
/* line 264, ../sass/vendor/_fontello.scss */
.icon-cw:before {
  content: '\e8b2';
}

/* '' */
/* line 265, ../sass/vendor/_fontello.scss */
.icon-ccw:before {
  content: '\e8b3';
}

/* '' */
/* line 266, ../sass/vendor/_fontello.scss */
.icon-arrows-cw:before {
  content: '\e8b4';
}

/* '' */
/* line 267, ../sass/vendor/_fontello.scss */
.icon-level-up:before {
  content: '\e8b5';
}

/* '' */
/* line 268, ../sass/vendor/_fontello.scss */
.icon-level-down:before {
  content: '\e8b6';
}

/* '' */
/* line 269, ../sass/vendor/_fontello.scss */
.icon-shuffle:before {
  content: '\e8b7';
}

/* '' */
/* line 270, ../sass/vendor/_fontello.scss */
.icon-exchange:before {
  content: '\e8b8';
}

/* '' */
/* line 271, ../sass/vendor/_fontello.scss */
.icon-expand:before {
  content: '\e8b9';
}

/* '' */
/* line 272, ../sass/vendor/_fontello.scss */
.icon-collapse:before {
  content: '\e8ba';
}

/* '' */
/* line 273, ../sass/vendor/_fontello.scss */
.icon-expand-right:before {
  content: '\e8bb';
}

/* '' */
/* line 274, ../sass/vendor/_fontello.scss */
.icon-collapse-left:before {
  content: '\e8bc';
}

/* '' */
/* line 275, ../sass/vendor/_fontello.scss */
.icon-play:before {
  content: '\e8bd';
}

/* '' */
/* line 276, ../sass/vendor/_fontello.scss */
.icon-play-circled:before {
  content: '\e8be';
}

/* '' */
/* line 277, ../sass/vendor/_fontello.scss */
.icon-play-circled2:before {
  content: '\e8bf';
}

/* '' */
/* line 278, ../sass/vendor/_fontello.scss */
.icon-stop:before {
  content: '\e8c0';
}

/* '' */
/* line 279, ../sass/vendor/_fontello.scss */
.icon-pause:before {
  content: '\e8c1';
}

/* '' */
/* line 280, ../sass/vendor/_fontello.scss */
.icon-to-end:before {
  content: '\e8c2';
}

/* '' */
/* line 281, ../sass/vendor/_fontello.scss */
.icon-to-end-alt:before {
  content: '\e8c3';
}

/* '' */
/* line 282, ../sass/vendor/_fontello.scss */
.icon-to-start:before {
  content: '\e8c4';
}

/* '' */
/* line 283, ../sass/vendor/_fontello.scss */
.icon-to-start-alt:before {
  content: '\e8c5';
}

/* '' */
/* line 284, ../sass/vendor/_fontello.scss */
.icon-fast-fw:before {
  content: '\e8c6';
}

/* '' */
/* line 285, ../sass/vendor/_fontello.scss */
.icon-fast-bw:before {
  content: '\e8c7';
}

/* '' */
/* line 286, ../sass/vendor/_fontello.scss */
.icon-eject:before {
  content: '\e8c8';
}

/* '' */
/* line 287, ../sass/vendor/_fontello.scss */
.icon-target:before {
  content: '\e8c9';
}

/* '' */
/* line 288, ../sass/vendor/_fontello.scss */
.icon-signal:before {
  content: '\e8ca';
}

/* '' */
/* line 289, ../sass/vendor/_fontello.scss */
.icon-award:before {
  content: '\e8cb';
}

/* '' */
/* line 290, ../sass/vendor/_fontello.scss */
.icon-desktop:before {
  content: '\e8cc';
}

/* '' */
/* line 291, ../sass/vendor/_fontello.scss */
.icon-laptop:before {
  content: '\e8cd';
}

/* '' */
/* line 292, ../sass/vendor/_fontello.scss */
.icon-tablet:before {
  content: '\e8ce';
}

/* '' */
/* line 293, ../sass/vendor/_fontello.scss */
.icon-mobile:before {
  content: '\e8cf';
}

/* '' */
/* line 294, ../sass/vendor/_fontello.scss */
.icon-inbox:before {
  content: '\e8d0';
}

/* '' */
/* line 295, ../sass/vendor/_fontello.scss */
.icon-globe:before {
  content: '\e8d1';
}

/* '' */
/* line 296, ../sass/vendor/_fontello.scss */
.icon-sun:before {
  content: '\e8d2';
}

/* '' */
/* line 297, ../sass/vendor/_fontello.scss */
.icon-cloud:before {
  content: '\e8d3';
}

/* '' */
/* line 298, ../sass/vendor/_fontello.scss */
.icon-flash:before {
  content: '\e8d4';
}

/* '' */
/* line 299, ../sass/vendor/_fontello.scss */
.icon-moon:before {
  content: '\e8d5';
}

/* '' */
/* line 300, ../sass/vendor/_fontello.scss */
.icon-umbrella:before {
  content: '\e8d6';
}

/* '' */
/* line 301, ../sass/vendor/_fontello.scss */
.icon-flight:before {
  content: '\e8d7';
}

/* '' */
/* line 302, ../sass/vendor/_fontello.scss */
.icon-fighter-jet:before {
  content: '\e8d8';
}

/* '' */
/* line 303, ../sass/vendor/_fontello.scss */
.icon-leaf:before {
  content: '\e8d9';
}

/* '' */
/* line 304, ../sass/vendor/_fontello.scss */
.icon-font:before {
  content: '\e8da';
}

/* '' */
/* line 305, ../sass/vendor/_fontello.scss */
.icon-bold:before {
  content: '\e8db';
}

/* '' */
/* line 306, ../sass/vendor/_fontello.scss */
.icon-italic:before {
  content: '\e8dc';
}

/* '' */
/* line 307, ../sass/vendor/_fontello.scss */
.icon-text-height:before {
  content: '\e8dd';
}

/* '' */
/* line 308, ../sass/vendor/_fontello.scss */
.icon-text-width:before {
  content: '\e8de';
}

/* '' */
/* line 309, ../sass/vendor/_fontello.scss */
.icon-align-left:before {
  content: '\e8df';
}

/* '' */
/* line 310, ../sass/vendor/_fontello.scss */
.icon-align-center:before {
  content: '\e8e0';
}

/* '' */
/* line 311, ../sass/vendor/_fontello.scss */
.icon-align-right:before {
  content: '\e8e1';
}

/* '' */
/* line 312, ../sass/vendor/_fontello.scss */
.icon-align-justify:before {
  content: '\e8e2';
}

/* '' */
/* line 313, ../sass/vendor/_fontello.scss */
.icon-list:before {
  content: '\e8e3';
}

/* '' */
/* line 314, ../sass/vendor/_fontello.scss */
.icon-indent-left:before {
  content: '\e8e4';
}

/* '' */
/* line 315, ../sass/vendor/_fontello.scss */
.icon-indent-right:before {
  content: '\e8e5';
}

/* '' */
/* line 316, ../sass/vendor/_fontello.scss */
.icon-list-bullet:before {
  content: '\e8e6';
}

/* '' */
/* line 317, ../sass/vendor/_fontello.scss */
.icon-list-numbered:before {
  content: '\e8e7';
}

/* '' */
/* line 318, ../sass/vendor/_fontello.scss */
.icon-strike:before {
  content: '\e8e8';
}

/* '' */
/* line 319, ../sass/vendor/_fontello.scss */
.icon-underline:before {
  content: '\e8e9';
}

/* '' */
/* line 320, ../sass/vendor/_fontello.scss */
.icon-superscript:before {
  content: '\e8ea';
}

/* '' */
/* line 321, ../sass/vendor/_fontello.scss */
.icon-subscript:before {
  content: '\e8eb';
}

/* '' */
/* line 322, ../sass/vendor/_fontello.scss */
.icon-table:before {
  content: '\e8ec';
}

/* '' */
/* line 323, ../sass/vendor/_fontello.scss */
.icon-columns:before {
  content: '\e8ed';
}

/* '' */
/* line 324, ../sass/vendor/_fontello.scss */
.icon-crop:before {
  content: '\e8ee';
}

/* '' */
/* line 325, ../sass/vendor/_fontello.scss */
.icon-scissors:before {
  content: '\e8ef';
}

/* '' */
/* line 326, ../sass/vendor/_fontello.scss */
.icon-paste:before {
  content: '\e8f0';
}

/* '' */
/* line 327, ../sass/vendor/_fontello.scss */
.icon-briefcase:before {
  content: '\e8f1';
}

/* '' */
/* line 328, ../sass/vendor/_fontello.scss */
.icon-suitcase:before {
  content: '\e8f2';
}

/* '' */
/* line 329, ../sass/vendor/_fontello.scss */
.icon-ellipsis:before {
  content: '\e8f3';
}

/* '' */
/* line 330, ../sass/vendor/_fontello.scss */
.icon-ellipsis-vert:before {
  content: '\e8f4';
}

/* '' */
/* line 331, ../sass/vendor/_fontello.scss */
.icon-off:before {
  content: '\e8f5';
}

/* '' */
/* line 332, ../sass/vendor/_fontello.scss */
.icon-road:before {
  content: '\e8f6';
}

/* '' */
/* line 333, ../sass/vendor/_fontello.scss */
.icon-list-alt:before {
  content: '\e8f7';
}

/* '' */
/* line 334, ../sass/vendor/_fontello.scss */
.icon-qrcode:before {
  content: '\e8f8';
}

/* '' */
/* line 335, ../sass/vendor/_fontello.scss */
.icon-barcode:before {
  content: '\e8f9';
}

/* '' */
/* line 336, ../sass/vendor/_fontello.scss */
.icon-book:before {
  content: '\e8fa';
}

/* '' */
/* line 337, ../sass/vendor/_fontello.scss */
.icon-ajust:before {
  content: '\e8fb';
}

/* '' */
/* line 338, ../sass/vendor/_fontello.scss */
.icon-tint:before {
  content: '\e8fc';
}

/* '' */
/* line 339, ../sass/vendor/_fontello.scss */
.icon-check:before {
  content: '\e8fd';
}

/* '' */
/* line 340, ../sass/vendor/_fontello.scss */
.icon-check-empty:before {
  content: '\e8fe';
}

/* '' */
/* line 341, ../sass/vendor/_fontello.scss */
.icon-circle:before {
  content: '\e8ff';
}

/* '' */
/* line 342, ../sass/vendor/_fontello.scss */
.icon-circle-empty:before {
  content: '\e900';
}

/* '' */
/* line 343, ../sass/vendor/_fontello.scss */
.icon-dot-circled:before {
  content: '\e901';
}

/* '' */
/* line 344, ../sass/vendor/_fontello.scss */
.icon-asterisk:before {
  content: '\e902';
}

/* '' */
/* line 345, ../sass/vendor/_fontello.scss */
.icon-gift:before {
  content: '\e903';
}

/* '' */
/* line 346, ../sass/vendor/_fontello.scss */
.icon-fire:before {
  content: '\e904';
}

/* '' */
/* line 347, ../sass/vendor/_fontello.scss */
.icon-magnet:before {
  content: '\e905';
}

/* '' */
/* line 348, ../sass/vendor/_fontello.scss */
.icon-chart-bar:before {
  content: '\e906';
}

/* '' */
/* line 349, ../sass/vendor/_fontello.scss */
.icon-ticket:before {
  content: '\e907';
}

/* '' */
/* line 350, ../sass/vendor/_fontello.scss */
.icon-credit-card:before {
  content: '\e908';
}

/* '' */
/* line 351, ../sass/vendor/_fontello.scss */
.icon-floppy:before {
  content: '\e909';
}

/* '' */
/* line 352, ../sass/vendor/_fontello.scss */
.icon-megaphone:before {
  content: '\e90a';
}

/* '' */
/* line 353, ../sass/vendor/_fontello.scss */
.icon-hdd:before {
  content: '\e90b';
}

/* '' */
/* line 354, ../sass/vendor/_fontello.scss */
.icon-key:before {
  content: '\e90c';
}

/* '' */
/* line 355, ../sass/vendor/_fontello.scss */
.icon-fork:before {
  content: '\e90d';
}

/* '' */
/* line 356, ../sass/vendor/_fontello.scss */
.icon-rocket:before {
  content: '\e90e';
}

/* '' */
/* line 357, ../sass/vendor/_fontello.scss */
.icon-bug:before {
  content: '\e90f';
}

/* '' */
/* line 358, ../sass/vendor/_fontello.scss */
.icon-certificate:before {
  content: '\e910';
}

/* '' */
/* line 359, ../sass/vendor/_fontello.scss */
.icon-tasks:before {
  content: '\e911';
}

/* '' */
/* line 360, ../sass/vendor/_fontello.scss */
.icon-filter:before {
  content: '\e912';
}

/* '' */
/* line 361, ../sass/vendor/_fontello.scss */
.icon-beaker:before {
  content: '\e913';
}

/* '' */
/* line 362, ../sass/vendor/_fontello.scss */
.icon-magic:before {
  content: '\e914';
}

/* '' */
/* line 363, ../sass/vendor/_fontello.scss */
.icon-truck:before {
  content: '\e915';
}

/* '' */
/* line 364, ../sass/vendor/_fontello.scss */
.icon-money:before {
  content: '\e916';
}

/* '' */
/* line 365, ../sass/vendor/_fontello.scss */
.icon-euro:before {
  content: '\e917';
}

/* '' */
/* line 366, ../sass/vendor/_fontello.scss */
.icon-pound:before {
  content: '\e918';
}

/* '' */
/* line 367, ../sass/vendor/_fontello.scss */
.icon-dollar:before {
  content: '\e919';
}

/* '' */
/* line 368, ../sass/vendor/_fontello.scss */
.icon-rupee:before {
  content: '\e91a';
}

/* '' */
/* line 369, ../sass/vendor/_fontello.scss */
.icon-yen:before {
  content: '\e91b';
}

/* '' */
/* line 370, ../sass/vendor/_fontello.scss */
.icon-rouble:before {
  content: '\e91c';
}

/* '' */
/* line 371, ../sass/vendor/_fontello.scss */
.icon-try:before {
  content: '\e91d';
}

/* '' */
/* line 372, ../sass/vendor/_fontello.scss */
.icon-won:before {
  content: '\e91e';
}

/* '' */
/* line 373, ../sass/vendor/_fontello.scss */
.icon-bitcoin:before {
  content: '\e91f';
}

/* '' */
/* line 374, ../sass/vendor/_fontello.scss */
.icon-sort:before {
  content: '\e920';
}

/* '' */
/* line 375, ../sass/vendor/_fontello.scss */
.icon-sort-down:before {
  content: '\e921';
}

/* '' */
/* line 376, ../sass/vendor/_fontello.scss */
.icon-sort-up:before {
  content: '\e922';
}

/* '' */
/* line 377, ../sass/vendor/_fontello.scss */
.icon-sort-alt-up:before {
  content: '\e923';
}

/* '' */
/* line 378, ../sass/vendor/_fontello.scss */
.icon-sort-alt-down:before {
  content: '\e924';
}

/* '' */
/* line 379, ../sass/vendor/_fontello.scss */
.icon-sort-name-up:before {
  content: '\e925';
}

/* '' */
/* line 380, ../sass/vendor/_fontello.scss */
.icon-sort-name-down:before {
  content: '\e926';
}

/* '' */
/* line 381, ../sass/vendor/_fontello.scss */
.icon-sort-number-up:before {
  content: '\e927';
}

/* '' */
/* line 382, ../sass/vendor/_fontello.scss */
.icon-sort-number-down:before {
  content: '\e928';
}

/* '' */
/* line 383, ../sass/vendor/_fontello.scss */
.icon-hammer:before {
  content: '\e929';
}

/* '' */
/* line 384, ../sass/vendor/_fontello.scss */
.icon-gauge:before {
  content: '\e92a';
}

/* '' */
/* line 385, ../sass/vendor/_fontello.scss */
.icon-sitemap:before {
  content: '\e92b';
}

/* '' */
/* line 386, ../sass/vendor/_fontello.scss */
.icon-spinner:before {
  content: '\e92c';
}

/* '' */
/* line 387, ../sass/vendor/_fontello.scss */
.icon-coffee:before {
  content: '\e92d';
}

/* '' */
/* line 388, ../sass/vendor/_fontello.scss */
.icon-food:before {
  content: '\e92e';
}

/* '' */
/* line 389, ../sass/vendor/_fontello.scss */
.icon-beer:before {
  content: '\e92f';
}

/* '' */
/* line 390, ../sass/vendor/_fontello.scss */
.icon-user-md:before {
  content: '\e930';
}

/* '' */
/* line 391, ../sass/vendor/_fontello.scss */
.icon-stethoscope:before {
  content: '\e931';
}

/* '' */
/* line 392, ../sass/vendor/_fontello.scss */
.icon-ambulance:before {
  content: '\e932';
}

/* '' */
/* line 393, ../sass/vendor/_fontello.scss */
.icon-medkit:before {
  content: '\e933';
}

/* '' */
/* line 394, ../sass/vendor/_fontello.scss */
.icon-h-sigh:before {
  content: '\e934';
}

/* '' */
/* line 395, ../sass/vendor/_fontello.scss */
.icon-hospital:before {
  content: '\e935';
}

/* '' */
/* line 396, ../sass/vendor/_fontello.scss */
.icon-building:before {
  content: '\e936';
}

/* '' */
/* line 397, ../sass/vendor/_fontello.scss */
.icon-smile:before {
  content: '\e937';
}

/* '' */
/* line 398, ../sass/vendor/_fontello.scss */
.icon-frown:before {
  content: '\e938';
}

/* '' */
/* line 399, ../sass/vendor/_fontello.scss */
.icon-meh:before {
  content: '\e939';
}

/* '' */
/* line 400, ../sass/vendor/_fontello.scss */
.icon-anchor:before {
  content: '\e93a';
}

/* '' */
/* line 401, ../sass/vendor/_fontello.scss */
.icon-terminal:before {
  content: '\e93b';
}

/* '' */
/* line 402, ../sass/vendor/_fontello.scss */
.icon-eraser:before {
  content: '\e93c';
}

/* '' */
/* line 403, ../sass/vendor/_fontello.scss */
.icon-puzzle:before {
  content: '\e93d';
}

/* '' */
/* line 404, ../sass/vendor/_fontello.scss */
.icon-shield:before {
  content: '\e93e';
}

/* '' */
/* line 405, ../sass/vendor/_fontello.scss */
.icon-extinguisher:before {
  content: '\e93f';
}

/* '' */
/* line 406, ../sass/vendor/_fontello.scss */
.icon-bullseye:before {
  content: '\e940';
}

/* '' */
/* line 407, ../sass/vendor/_fontello.scss */
.icon-wheelchair:before {
  content: '\e941';
}

/* '' */
/* line 408, ../sass/vendor/_fontello.scss */
.icon-adn:before {
  content: '\e942';
}

/* '' */
/* line 409, ../sass/vendor/_fontello.scss */
.icon-android:before {
  content: '\e943';
}

/* '' */
/* line 410, ../sass/vendor/_fontello.scss */
.icon-apple:before {
  content: '\e944';
}

/* '' */
/* line 411, ../sass/vendor/_fontello.scss */
.icon-bitbucket:before {
  content: '\e945';
}

/* '' */
/* line 412, ../sass/vendor/_fontello.scss */
.icon-bitbucket-squared:before {
  content: '\e946';
}

/* '' */
/* line 413, ../sass/vendor/_fontello.scss */
.icon-css3:before {
  content: '\e947';
}

/* '' */
/* line 414, ../sass/vendor/_fontello.scss */
.icon-dribbble:before {
  content: '\e948';
}

/* '' */
/* line 415, ../sass/vendor/_fontello.scss */
.icon-dropbox:before {
  content: '\e949';
}

/* '' */
/* line 416, ../sass/vendor/_fontello.scss */
.icon-facebook:before {
  content: '\e94a';
}

/* '' */
/* line 417, ../sass/vendor/_fontello.scss */
.icon-facebook-squared:before {
  content: '\e94b';
}

/* '' */
/* line 418, ../sass/vendor/_fontello.scss */
.icon-flickr:before {
  content: '\e94c';
}

/* '' */
/* line 419, ../sass/vendor/_fontello.scss */
.icon-foursquare:before {
  content: '\e94d';
}

/* '' */
/* line 420, ../sass/vendor/_fontello.scss */
.icon-github:before {
  content: '\e94e';
}

/* '' */
/* line 421, ../sass/vendor/_fontello.scss */
.icon-github-squared:before {
  content: '\e94f';
}

/* '' */
/* line 422, ../sass/vendor/_fontello.scss */
.icon-github-circled:before {
  content: '\e950';
}

/* '' */
/* line 423, ../sass/vendor/_fontello.scss */
.icon-gittip:before {
  content: '\e951';
}

/* '' */
/* line 424, ../sass/vendor/_fontello.scss */
.icon-gplus-squared:before {
  content: '\e952';
}

/* '' */
/* line 425, ../sass/vendor/_fontello.scss */
.icon-gplus:before {
  content: '\e953';
}

/* '' */
/* line 426, ../sass/vendor/_fontello.scss */
.icon-html5:before {
  content: '\e954';
}

/* '' */
/* line 427, ../sass/vendor/_fontello.scss */
.icon-instagramm:before {
  content: '\e955';
}

/* '' */
/* line 428, ../sass/vendor/_fontello.scss */
.icon-linkedin-squared:before {
  content: '\e956';
}

/* '' */
/* line 429, ../sass/vendor/_fontello.scss */
.icon-linux:before {
  content: '\e957';
}

/* '' */
/* line 430, ../sass/vendor/_fontello.scss */
.icon-linkedin:before {
  content: '\e958';
}

/* '' */
/* line 431, ../sass/vendor/_fontello.scss */
.icon-maxcdn:before {
  content: '\e959';
}

/* '' */
/* line 432, ../sass/vendor/_fontello.scss */
.icon-pagelines:before {
  content: '\e95a';
}

/* '' */
/* line 433, ../sass/vendor/_fontello.scss */
.icon-pinterest-circled:before {
  content: '\e95b';
}

/* '' */
/* line 434, ../sass/vendor/_fontello.scss */
.icon-pinterest-squared:before {
  content: '\e95c';
}

/* '' */
/* line 435, ../sass/vendor/_fontello.scss */
.icon-renren:before {
  content: '\e95d';
}

/* '' */
/* line 436, ../sass/vendor/_fontello.scss */
.icon-skype:before {
  content: '\e95e';
}

/* '' */
/* line 437, ../sass/vendor/_fontello.scss */
.icon-stackexchange:before {
  content: '\e95f';
}

/* '' */
/* line 438, ../sass/vendor/_fontello.scss */
.icon-stackoverflow:before {
  content: '\e960';
}

/* '' */
/* line 439, ../sass/vendor/_fontello.scss */
.icon-trello:before {
  content: '\e961';
}

/* '' */
/* line 440, ../sass/vendor/_fontello.scss */
.icon-tumblr:before {
  content: '\e962';
}

/* '' */
/* line 441, ../sass/vendor/_fontello.scss */
.icon-tumblr-squared:before {
  content: '\e963';
}

/* '' */
/* line 442, ../sass/vendor/_fontello.scss */
.icon-twitter-squared:before {
  content: '\e964';
}

/* '' */
/* line 443, ../sass/vendor/_fontello.scss */
.icon-twitter:before {
  content: '\e965';
}

/* '' */
/* line 444, ../sass/vendor/_fontello.scss */
.icon-vimeo-squared:before {
  content: '\e966';
}

/* '' */
/* line 445, ../sass/vendor/_fontello.scss */
.icon-vkontakte:before {
  content: '\e967';
}

/* '' */
/* line 446, ../sass/vendor/_fontello.scss */
.icon-weibo:before {
  content: '\e968';
}

/* '' */
/* line 447, ../sass/vendor/_fontello.scss */
.icon-windows:before {
  content: '\e969';
}

/* '' */
/* line 448, ../sass/vendor/_fontello.scss */
.icon-xing:before {
  content: '\e96a';
}

/* '' */
/* line 449, ../sass/vendor/_fontello.scss */
.icon-xing-squared:before {
  content: '\e96b';
}

/* '' */
/* line 450, ../sass/vendor/_fontello.scss */
.icon-youtube:before {
  content: '\e96c';
}

/* '' */
/* line 451, ../sass/vendor/_fontello.scss */
.icon-youtube-squared:before {
  content: '\e96d';
}

/* '' */
/* line 452, ../sass/vendor/_fontello.scss */
.icon-youtube-play:before {
  content: '\e96e';
}

/* '' */
/* line 453, ../sass/vendor/_fontello.scss */
.icon-blank:before {
  content: '\e96f';
}

/* '' */
/* line 454, ../sass/vendor/_fontello.scss */
.icon-lemon:before {
  content: '\e970';
}

/* '' */
/* line 455, ../sass/vendor/_fontello.scss */
.icon-note:before {
  content: '\e971';
}

/* '' */
/* line 456, ../sass/vendor/_fontello.scss */
.icon-note-beamed:before {
  content: '\e972';
}

/* '' */
/* line 457, ../sass/vendor/_fontello.scss */
.icon-music-1:before {
  content: '\e973';
}

/* '' */
/* line 458, ../sass/vendor/_fontello.scss */
.icon-search-1:before {
  content: '\e974';
}

/* '' */
/* line 459, ../sass/vendor/_fontello.scss */
.icon-flashlight:before {
  content: '\e975';
}

/* '' */
/* line 460, ../sass/vendor/_fontello.scss */
.icon-mail-1:before {
  content: '\e976';
}

/* '' */
/* line 461, ../sass/vendor/_fontello.scss */
.icon-heart-1:before {
  content: '\e977';
}

/* '' */
/* line 462, ../sass/vendor/_fontello.scss */
.icon-heart-empty-1:before {
  content: '\e978';
}

/* '' */
/* line 463, ../sass/vendor/_fontello.scss */
.icon-star-1:before {
  content: '\e979';
}

/* '' */
/* line 464, ../sass/vendor/_fontello.scss */
.icon-star-empty-1:before {
  content: '\e97a';
}

/* '' */
/* line 465, ../sass/vendor/_fontello.scss */
.icon-user-1:before {
  content: '\e97b';
}

/* '' */
/* line 466, ../sass/vendor/_fontello.scss */
.icon-users-1:before {
  content: '\e97c';
}

/* '' */
/* line 467, ../sass/vendor/_fontello.scss */
.icon-user-add:before {
  content: '\e97d';
}

/* '' */
/* line 468, ../sass/vendor/_fontello.scss */
.icon-video-1:before {
  content: '\e97e';
}

/* '' */
/* line 469, ../sass/vendor/_fontello.scss */
.icon-picture-1:before {
  content: '\e97f';
}

/* '' */
/* line 470, ../sass/vendor/_fontello.scss */
.icon-camera-1:before {
  content: '\e980';
}

/* '' */
/* line 471, ../sass/vendor/_fontello.scss */
.icon-layout:before {
  content: '\e981';
}

/* '' */
/* line 472, ../sass/vendor/_fontello.scss */
.icon-menu-1:before {
  content: '\e982';
}

/* '' */
/* line 473, ../sass/vendor/_fontello.scss */
.icon-check-1:before {
  content: '\e983';
}

/* '' */
/* line 474, ../sass/vendor/_fontello.scss */
.icon-cancel-1:before {
  content: '\e984';
}

/* '' */
/* line 475, ../sass/vendor/_fontello.scss */
.icon-cancel-circled-1:before {
  content: '\e985';
}

/* '' */
/* line 476, ../sass/vendor/_fontello.scss */
.icon-cancel-squared:before {
  content: '\e986';
}

/* '' */
/* line 477, ../sass/vendor/_fontello.scss */
.icon-plus-1:before {
  content: '\e987';
}

/* '' */
/* line 478, ../sass/vendor/_fontello.scss */
.icon-plus-circled-1:before {
  content: '\e988';
}

/* '' */
/* line 479, ../sass/vendor/_fontello.scss */
.icon-plus-squared-1:before {
  content: '\e989';
}

/* '' */
/* line 480, ../sass/vendor/_fontello.scss */
.icon-minus-1:before {
  content: '\e98a';
}

/* '' */
/* line 481, ../sass/vendor/_fontello.scss */
.icon-minus-circled-1:before {
  content: '\e98b';
}

/* '' */
/* line 482, ../sass/vendor/_fontello.scss */
.icon-minus-squared-1:before {
  content: '\e98c';
}

/* '' */
/* line 483, ../sass/vendor/_fontello.scss */
.icon-help-1:before {
  content: '\e98d';
}

/* '' */
/* line 484, ../sass/vendor/_fontello.scss */
.icon-help-circled-1:before {
  content: '\e98e';
}

/* '' */
/* line 485, ../sass/vendor/_fontello.scss */
.icon-info-1:before {
  content: '\e98f';
}

/* '' */
/* line 486, ../sass/vendor/_fontello.scss */
.icon-info-circled-1:before {
  content: '\e990';
}

/* '' */
/* line 487, ../sass/vendor/_fontello.scss */
.icon-back:before {
  content: '\e991';
}

/* '' */
/* line 488, ../sass/vendor/_fontello.scss */
.icon-home-1:before {
  content: '\e992';
}

/* '' */
/* line 489, ../sass/vendor/_fontello.scss */
.icon-link-1:before {
  content: '\e993';
}

/* '' */
/* line 490, ../sass/vendor/_fontello.scss */
.icon-attach-1:before {
  content: '\e994';
}

/* '' */
/* line 491, ../sass/vendor/_fontello.scss */
.icon-lock-1:before {
  content: '\e995';
}

/* '' */
/* line 492, ../sass/vendor/_fontello.scss */
.icon-lock-open-1:before {
  content: '\e996';
}

/* '' */
/* line 493, ../sass/vendor/_fontello.scss */
.icon-eye-1:before {
  content: '\e997';
}

/* '' */
/* line 494, ../sass/vendor/_fontello.scss */
.icon-tag-1:before {
  content: '\e998';
}

/* '' */
/* line 495, ../sass/vendor/_fontello.scss */
.icon-bookmark-1:before {
  content: '\e999';
}

/* '' */
/* line 496, ../sass/vendor/_fontello.scss */
.icon-bookmarks:before {
  content: '\e99a';
}

/* '' */
/* line 497, ../sass/vendor/_fontello.scss */
.icon-flag-1:before {
  content: '\e99b';
}

/* '' */
/* line 498, ../sass/vendor/_fontello.scss */
.icon-thumbs-up-1:before {
  content: '\e99c';
}

/* '' */
/* line 499, ../sass/vendor/_fontello.scss */
.icon-thumbs-down-1:before {
  content: '\e99d';
}

/* '' */
/* line 500, ../sass/vendor/_fontello.scss */
.icon-download-1:before {
  content: '\e99e';
}

/* '' */
/* line 501, ../sass/vendor/_fontello.scss */
.icon-upload-1:before {
  content: '\e99f';
}

/* '' */
/* line 502, ../sass/vendor/_fontello.scss */
.icon-upload-cloud-1:before {
  content: '\e9a0';
}

/* '' */
/* line 503, ../sass/vendor/_fontello.scss */
.icon-reply-1:before {
  content: '\e9a1';
}

/* '' */
/* line 504, ../sass/vendor/_fontello.scss */
.icon-reply-all-1:before {
  content: '\e9a2';
}

/* '' */
/* line 505, ../sass/vendor/_fontello.scss */
.icon-forward-1:before {
  content: '\e9a3';
}

/* '' */
/* line 506, ../sass/vendor/_fontello.scss */
.icon-quote:before {
  content: '\e9a4';
}

/* '' */
/* line 507, ../sass/vendor/_fontello.scss */
.icon-code-1:before {
  content: '\e9a5';
}

/* '' */
/* line 508, ../sass/vendor/_fontello.scss */
.icon-export-1:before {
  content: '\e9a6';
}

/* '' */
/* line 509, ../sass/vendor/_fontello.scss */
.icon-pencil-1:before {
  content: '\e9a7';
}

/* '' */
/* line 510, ../sass/vendor/_fontello.scss */
.icon-feather:before {
  content: '\e9a8';
}

/* '' */
/* line 511, ../sass/vendor/_fontello.scss */
.icon-print-1:before {
  content: '\e9a9';
}

/* '' */
/* line 512, ../sass/vendor/_fontello.scss */
.icon-retweet-1:before {
  content: '\e9aa';
}

/* '' */
/* line 513, ../sass/vendor/_fontello.scss */
.icon-keyboard-1:before {
  content: '\e9ab';
}

/* '' */
/* line 514, ../sass/vendor/_fontello.scss */
.icon-comment-1:before {
  content: '\e9ac';
}

/* '' */
/* line 515, ../sass/vendor/_fontello.scss */
.icon-chat-1:before {
  content: '\e9ad';
}

/* '' */
/* line 516, ../sass/vendor/_fontello.scss */
.icon-bell-1:before {
  content: '\e9ae';
}

/* '' */
/* line 517, ../sass/vendor/_fontello.scss */
.icon-attention-1:before {
  content: '\e9af';
}

/* '' */
/* line 518, ../sass/vendor/_fontello.scss */
.icon-alert:before {
  content: '\e9b0';
}

/* '' */
/* line 519, ../sass/vendor/_fontello.scss */
.icon-vcard:before {
  content: '\e9b1';
}

/* '' */
/* line 520, ../sass/vendor/_fontello.scss */
.icon-address:before {
  content: '\e9b2';
}

/* '' */
/* line 521, ../sass/vendor/_fontello.scss */
.icon-location-1:before {
  content: '\e9b3';
}

/* '' */
/* line 522, ../sass/vendor/_fontello.scss */
.icon-map:before {
  content: '\e9b4';
}

/* '' */
/* line 523, ../sass/vendor/_fontello.scss */
.icon-direction-1:before {
  content: '\e9b5';
}

/* '' */
/* line 524, ../sass/vendor/_fontello.scss */
.icon-compass-1:before {
  content: '\e9b6';
}

/* '' */
/* line 525, ../sass/vendor/_fontello.scss */
.icon-cup:before {
  content: '\e9b7';
}

/* '' */
/* line 526, ../sass/vendor/_fontello.scss */
.icon-trash-1:before {
  content: '\e9b8';
}

/* '' */
/* line 527, ../sass/vendor/_fontello.scss */
.icon-doc-1:before {
  content: '\e9b9';
}

/* '' */
/* line 528, ../sass/vendor/_fontello.scss */
.icon-docs:before {
  content: '\efff';
}

/* '' */
/* line 529, ../sass/vendor/_fontello.scss */
.icon-doc-landscape:before {
  content: '\e800';
}

/* '' */
/* line 530, ../sass/vendor/_fontello.scss */
.icon-doc-text-1:before {
  content: '\e9ba';
}

/* '' */
/* line 531, ../sass/vendor/_fontello.scss */
.icon-doc-text-inv-1:before {
  content: '\e9bb';
}

/* '' */
/* line 532, ../sass/vendor/_fontello.scss */
.icon-newspaper:before {
  content: '\e9bc';
}

/* '' */
/* line 533, ../sass/vendor/_fontello.scss */
.icon-book-open:before {
  content: '\e9bd';
}

/* '' */
/* line 534, ../sass/vendor/_fontello.scss */
.icon-book-1:before {
  content: '\e9be';
}

/* '' */
/* line 535, ../sass/vendor/_fontello.scss */
.icon-folder-1:before {
  content: '\e9bf';
}

/* '' */
/* line 536, ../sass/vendor/_fontello.scss */
.icon-archive:before {
  content: '\e9c0';
}

/* '' */
/* line 537, ../sass/vendor/_fontello.scss */
.icon-box-1:before {
  content: '\e9c1';
}

/* '' */
/* line 538, ../sass/vendor/_fontello.scss */
.icon-rss-1:before {
  content: '\e9c2';
}

/* '' */
/* line 539, ../sass/vendor/_fontello.scss */
.icon-phone-1:before {
  content: '\e9c3';
}

/* '' */
/* line 540, ../sass/vendor/_fontello.scss */
.icon-cog-1:before {
  content: '\e9c4';
}

/* '' */
/* line 541, ../sass/vendor/_fontello.scss */
.icon-tools:before {
  content: '\e9c5';
}

/* '' */
/* line 542, ../sass/vendor/_fontello.scss */
.icon-share:before {
  content: '\e9c6';
}

/* '' */
/* line 543, ../sass/vendor/_fontello.scss */
.icon-shareable:before {
  content: '\e9c7';
}

/* '' */
/* line 544, ../sass/vendor/_fontello.scss */
.icon-basket-1:before {
  content: '\e9c8';
}

/* '' */
/* line 545, ../sass/vendor/_fontello.scss */
.icon-bag:before {
  content: '\e9c9';
}

/* '' */
/* line 546, ../sass/vendor/_fontello.scss */
.icon-calendar-1:before {
  content: '\e9ca';
}

/* '' */
/* line 547, ../sass/vendor/_fontello.scss */
.icon-login-1:before {
  content: '\e9cb';
}

/* '' */
/* line 548, ../sass/vendor/_fontello.scss */
.icon-logout-1:before {
  content: '\e9cc';
}

/* '' */
/* line 549, ../sass/vendor/_fontello.scss */
.icon-mic-1:before {
  content: '\e9cd';
}

/* '' */
/* line 550, ../sass/vendor/_fontello.scss */
.icon-mute-1:before {
  content: '\e9ce';
}

/* '' */
/* line 551, ../sass/vendor/_fontello.scss */
.icon-sound:before {
  content: '\e9cf';
}

/* '' */
/* line 552, ../sass/vendor/_fontello.scss */
.icon-volume:before {
  content: '\e9d0';
}

/* '' */
/* line 553, ../sass/vendor/_fontello.scss */
.icon-clock-1:before {
  content: '\e9d1';
}

/* '' */
/* line 554, ../sass/vendor/_fontello.scss */
.icon-hourglass:before {
  content: '\e9d2';
}

/* '' */
/* line 555, ../sass/vendor/_fontello.scss */
.icon-lamp:before {
  content: '\e9d3';
}

/* '' */
/* line 556, ../sass/vendor/_fontello.scss */
.icon-light-down:before {
  content: '\e9d4';
}

/* '' */
/* line 557, ../sass/vendor/_fontello.scss */
.icon-light-up:before {
  content: '\e9d5';
}

/* '' */
/* line 558, ../sass/vendor/_fontello.scss */
.icon-adjust:before {
  content: '\e9d6';
}

/* '' */
/* line 559, ../sass/vendor/_fontello.scss */
.icon-block-1:before {
  content: '\e9d7';
}

/* '' */
/* line 560, ../sass/vendor/_fontello.scss */
.icon-resize-full-1:before {
  content: '\e9d8';
}

/* '' */
/* line 561, ../sass/vendor/_fontello.scss */
.icon-resize-small-1:before {
  content: '\e9d9';
}

/* '' */
/* line 562, ../sass/vendor/_fontello.scss */
.icon-popup:before {
  content: '\e9da';
}

/* '' */
/* line 563, ../sass/vendor/_fontello.scss */
.icon-publish:before {
  content: '\e9db';
}

/* '' */
/* line 564, ../sass/vendor/_fontello.scss */
.icon-window:before {
  content: '\e9dc';
}

/* '' */
/* line 565, ../sass/vendor/_fontello.scss */
.icon-arrow-combo:before {
  content: '\e9dd';
}

/* '' */
/* line 566, ../sass/vendor/_fontello.scss */
.icon-down-circled-1:before {
  content: '\e9de';
}

/* '' */
/* line 567, ../sass/vendor/_fontello.scss */
.icon-left-circled-1:before {
  content: '\e9df';
}

/* '' */
/* line 568, ../sass/vendor/_fontello.scss */
.icon-right-circled-1:before {
  content: '\e9e0';
}

/* '' */
/* line 569, ../sass/vendor/_fontello.scss */
.icon-up-circled-1:before {
  content: '\e9e1';
}

/* '' */
/* line 570, ../sass/vendor/_fontello.scss */
.icon-down-open-1:before {
  content: '\e9e2';
}

/* '' */
/* line 571, ../sass/vendor/_fontello.scss */
.icon-left-open-1:before {
  content: '\e9e3';
}

/* '' */
/* line 572, ../sass/vendor/_fontello.scss */
.icon-right-open-1:before {
  content: '\e9e4';
}

/* '' */
/* line 573, ../sass/vendor/_fontello.scss */
.icon-up-open-1:before {
  content: '\e9e5';
}

/* '' */
/* line 574, ../sass/vendor/_fontello.scss */
.icon-down-open-mini:before {
  content: '\e9e6';
}

/* '' */
/* line 575, ../sass/vendor/_fontello.scss */
.icon-left-open-mini:before {
  content: '\e9e7';
}

/* '' */
/* line 576, ../sass/vendor/_fontello.scss */
.icon-right-open-mini:before {
  content: '\e9e8';
}

/* '' */
/* line 577, ../sass/vendor/_fontello.scss */
.icon-up-open-mini:before {
  content: '\e9e9';
}

/* '' */
/* line 578, ../sass/vendor/_fontello.scss */
.icon-down-open-big:before {
  content: '\e9ea';
}

/* '' */
/* line 579, ../sass/vendor/_fontello.scss */
.icon-left-open-big:before {
  content: '\e9eb';
}

/* '' */
/* line 580, ../sass/vendor/_fontello.scss */
.icon-right-open-big:before {
  content: '\e9ec';
}

/* '' */
/* line 581, ../sass/vendor/_fontello.scss */
.icon-up-open-big:before {
  content: '\e9ed';
}

/* '' */
/* line 582, ../sass/vendor/_fontello.scss */
.icon-down-1:before {
  content: '\e9ee';
}

/* '' */
/* line 583, ../sass/vendor/_fontello.scss */
.icon-left-1:before {
  content: '\e9ef';
}

/* '' */
/* line 584, ../sass/vendor/_fontello.scss */
.icon-right-1:before {
  content: '\e9f0';
}

/* '' */
/* line 585, ../sass/vendor/_fontello.scss */
.icon-up-1:before {
  content: '\e9f1';
}

/* '' */
/* line 586, ../sass/vendor/_fontello.scss */
.icon-down-dir-1:before {
  content: '\e9f2';
}

/* '' */
/* line 587, ../sass/vendor/_fontello.scss */
.icon-left-dir-1:before {
  content: '\e9f3';
}

/* '' */
/* line 588, ../sass/vendor/_fontello.scss */
.icon-right-dir-1:before {
  content: '\e9f4';
}

/* '' */
/* line 589, ../sass/vendor/_fontello.scss */
.icon-up-dir-1:before {
  content: '\e9f5';
}

/* '' */
/* line 590, ../sass/vendor/_fontello.scss */
.icon-down-bold:before {
  content: '\e9f6';
}

/* '' */
/* line 591, ../sass/vendor/_fontello.scss */
.icon-left-bold:before {
  content: '\e9f7';
}

/* '' */
/* line 592, ../sass/vendor/_fontello.scss */
.icon-right-bold:before {
  content: '\e9f8';
}

/* '' */
/* line 593, ../sass/vendor/_fontello.scss */
.icon-up-bold:before {
  content: '\e9f9';
}

/* '' */
/* line 594, ../sass/vendor/_fontello.scss */
.icon-down-thin:before {
  content: '\e9fa';
}

/* '' */
/* line 595, ../sass/vendor/_fontello.scss */
.icon-left-thin:before {
  content: '\e9fb';
}

/* '' */
/* line 596, ../sass/vendor/_fontello.scss */
.icon-right-thin:before {
  content: '\e9fc';
}

/* '' */
/* line 597, ../sass/vendor/_fontello.scss */
.icon-up-thin:before {
  content: '\e9fd';
}

/* '' */
/* line 598, ../sass/vendor/_fontello.scss */
.icon-ccw-1:before {
  content: '\e9fe';
}

/* '' */
/* line 599, ../sass/vendor/_fontello.scss */
.icon-cw-1:before {
  content: '\e9ff';
}

/* '' */
/* line 600, ../sass/vendor/_fontello.scss */
.icon-arrows-ccw:before {
  content: '\ea00';
}

/* '' */
/* line 601, ../sass/vendor/_fontello.scss */
.icon-level-down-1:before {
  content: '\ea01';
}

/* '' */
/* line 602, ../sass/vendor/_fontello.scss */
.icon-level-up-1:before {
  content: '\ea02';
}

/* '' */
/* line 603, ../sass/vendor/_fontello.scss */
.icon-shuffle-1:before {
  content: '\ea03';
}

/* '' */
/* line 604, ../sass/vendor/_fontello.scss */
.icon-loop:before {
  content: '\ea04';
}

/* '' */
/* line 605, ../sass/vendor/_fontello.scss */
.icon-switch:before {
  content: '\ea05';
}

/* '' */
/* line 606, ../sass/vendor/_fontello.scss */
.icon-play-1:before {
  content: '\ea06';
}

/* '' */
/* line 607, ../sass/vendor/_fontello.scss */
.icon-stop-1:before {
  content: '\ea07';
}

/* '' */
/* line 608, ../sass/vendor/_fontello.scss */
.icon-pause-1:before {
  content: '\ea08';
}

/* '' */
/* line 609, ../sass/vendor/_fontello.scss */
.icon-record:before {
  content: '\ea09';
}

/* '' */
/* line 610, ../sass/vendor/_fontello.scss */
.icon-to-end-1:before {
  content: '\ea0a';
}

/* '' */
/* line 611, ../sass/vendor/_fontello.scss */
.icon-to-start-1:before {
  content: '\ea0b';
}

/* '' */
/* line 612, ../sass/vendor/_fontello.scss */
.icon-fast-forward:before {
  content: '\ea0c';
}

/* '' */
/* line 613, ../sass/vendor/_fontello.scss */
.icon-fast-backward:before {
  content: '\ea0d';
}

/* '' */
/* line 614, ../sass/vendor/_fontello.scss */
.icon-progress-0:before {
  content: '\ea0e';
}

/* '' */
/* line 615, ../sass/vendor/_fontello.scss */
.icon-progress-1:before {
  content: '\ea0f';
}

/* '' */
/* line 616, ../sass/vendor/_fontello.scss */
.icon-progress-2:before {
  content: '\ea10';
}

/* '' */
/* line 617, ../sass/vendor/_fontello.scss */
.icon-progress-3:before {
  content: '\ea11';
}

/* '' */
/* line 618, ../sass/vendor/_fontello.scss */
.icon-target-1:before {
  content: '\ea12';
}

/* '' */
/* line 619, ../sass/vendor/_fontello.scss */
.icon-palette:before {
  content: '\ea13';
}

/* '' */
/* line 620, ../sass/vendor/_fontello.scss */
.icon-list-1:before {
  content: '\ea14';
}

/* '' */
/* line 621, ../sass/vendor/_fontello.scss */
.icon-list-add:before {
  content: '\ea15';
}

/* '' */
/* line 622, ../sass/vendor/_fontello.scss */
.icon-signal-1:before {
  content: '\ea16';
}

/* '' */
/* line 623, ../sass/vendor/_fontello.scss */
.icon-trophy:before {
  content: '\ea17';
}

/* '' */
/* line 624, ../sass/vendor/_fontello.scss */
.icon-battery:before {
  content: '\ea18';
}

/* '' */
/* line 625, ../sass/vendor/_fontello.scss */
.icon-back-in-time:before {
  content: '\ea19';
}

/* '' */
/* line 626, ../sass/vendor/_fontello.scss */
.icon-monitor:before {
  content: '\ea1a';
}

/* '' */
/* line 627, ../sass/vendor/_fontello.scss */
.icon-mobile-1:before {
  content: '\ea1b';
}

/* '' */
/* line 628, ../sass/vendor/_fontello.scss */
.icon-network:before {
  content: '\ea1c';
}

/* '' */
/* line 629, ../sass/vendor/_fontello.scss */
.icon-cd:before {
  content: '\ea1d';
}

/* '' */
/* line 630, ../sass/vendor/_fontello.scss */
.icon-inbox-1:before {
  content: '\ea1e';
}

/* '' */
/* line 631, ../sass/vendor/_fontello.scss */
.icon-install:before {
  content: '\ea1f';
}

/* '' */
/* line 632, ../sass/vendor/_fontello.scss */
.icon-globe-1:before {
  content: '\ea20';
}

/* '' */
/* line 633, ../sass/vendor/_fontello.scss */
.icon-cloud-1:before {
  content: '\ea21';
}

/* '' */
/* line 634, ../sass/vendor/_fontello.scss */
.icon-cloud-thunder:before {
  content: '\ea22';
}

/* '' */
/* line 635, ../sass/vendor/_fontello.scss */
.icon-flash-1:before {
  content: '\ea23';
}

/* '' */
/* line 636, ../sass/vendor/_fontello.scss */
.icon-moon-1:before {
  content: '\ea24';
}

/* '' */
/* line 637, ../sass/vendor/_fontello.scss */
.icon-flight-1:before {
  content: '\ea25';
}

/* '' */
/* line 638, ../sass/vendor/_fontello.scss */
.icon-paper-plane:before {
  content: '\ea26';
}

/* '' */
/* line 639, ../sass/vendor/_fontello.scss */
.icon-leaf-1:before {
  content: '\ea27';
}

/* '' */
/* line 640, ../sass/vendor/_fontello.scss */
.icon-lifebuoy:before {
  content: '\ea28';
}

/* '' */
/* line 641, ../sass/vendor/_fontello.scss */
.icon-mouse:before {
  content: '\ea29';
}

/* '' */
/* line 642, ../sass/vendor/_fontello.scss */
.icon-briefcase-1:before {
  content: '\ea2a';
}

/* '' */
/* line 643, ../sass/vendor/_fontello.scss */
.icon-suitcase-1:before {
  content: '\ea2b';
}

/* '' */
/* line 644, ../sass/vendor/_fontello.scss */
.icon-dot:before {
  content: '\ea2c';
}

/* '' */
/* line 645, ../sass/vendor/_fontello.scss */
.icon-dot-2:before {
  content: '\ea2d';
}

/* '' */
/* line 646, ../sass/vendor/_fontello.scss */
.icon-dot-3:before {
  content: '\ea2e';
}

/* '' */
/* line 647, ../sass/vendor/_fontello.scss */
.icon-brush:before {
  content: '\ea2f';
}

/* '' */
/* line 648, ../sass/vendor/_fontello.scss */
.icon-magnet-1:before {
  content: '\ea30';
}

/* '' */
/* line 649, ../sass/vendor/_fontello.scss */
.icon-infinity:before {
  content: '\ea31';
}

/* '' */
/* line 650, ../sass/vendor/_fontello.scss */
.icon-erase:before {
  content: '\ea32';
}

/* '' */
/* line 651, ../sass/vendor/_fontello.scss */
.icon-chart-pie:before {
  content: '\ea33';
}

/* '' */
/* line 652, ../sass/vendor/_fontello.scss */
.icon-chart-line:before {
  content: '\ea34';
}

/* '' */
/* line 653, ../sass/vendor/_fontello.scss */
.icon-chart-bar-1:before {
  content: '\ea35';
}

/* '' */
/* line 654, ../sass/vendor/_fontello.scss */
.icon-chart-area:before {
  content: '\ea36';
}

/* '' */
/* line 655, ../sass/vendor/_fontello.scss */
.icon-tape:before {
  content: '\ea37';
}

/* '' */
/* line 656, ../sass/vendor/_fontello.scss */
.icon-graduation-cap:before {
  content: '\ea38';
}

/* '' */
/* line 657, ../sass/vendor/_fontello.scss */
.icon-language:before {
  content: '\ea39';
}

/* '' */
/* line 658, ../sass/vendor/_fontello.scss */
.icon-ticket-1:before {
  content: '\ea3a';
}

/* '' */
/* line 659, ../sass/vendor/_fontello.scss */
.icon-water:before {
  content: '\ea3b';
}

/* '' */
/* line 660, ../sass/vendor/_fontello.scss */
.icon-droplet:before {
  content: '\ea3c';
}

/* '' */
/* line 661, ../sass/vendor/_fontello.scss */
.icon-air:before {
  content: '\ea3d';
}

/* '' */
/* line 662, ../sass/vendor/_fontello.scss */
.icon-credit-card-1:before {
  content: '\ea3e';
}

/* '' */
/* line 663, ../sass/vendor/_fontello.scss */
.icon-floppy-1:before {
  content: '\ea3f';
}

/* '' */
/* line 664, ../sass/vendor/_fontello.scss */
.icon-clipboard:before {
  content: '\ea40';
}

/* '' */
/* line 665, ../sass/vendor/_fontello.scss */
.icon-megaphone-1:before {
  content: '\ea41';
}

/* '' */
/* line 666, ../sass/vendor/_fontello.scss */
.icon-database:before {
  content: '\ea42';
}

/* '' */
/* line 667, ../sass/vendor/_fontello.scss */
.icon-drive:before {
  content: '\ea43';
}

/* '' */
/* line 668, ../sass/vendor/_fontello.scss */
.icon-bucket:before {
  content: '\ea44';
}

/* '' */
/* line 669, ../sass/vendor/_fontello.scss */
.icon-thermometer:before {
  content: '\ea45';
}

/* '' */
/* line 670, ../sass/vendor/_fontello.scss */
.icon-key-1:before {
  content: '\ea46';
}

/* '' */
/* line 671, ../sass/vendor/_fontello.scss */
.icon-flow-cascade:before {
  content: '\ea47';
}

/* '' */
/* line 672, ../sass/vendor/_fontello.scss */
.icon-flow-branch:before {
  content: '\ea48';
}

/* '' */
/* line 673, ../sass/vendor/_fontello.scss */
.icon-flow-tree:before {
  content: '\ea49';
}

/* '' */
/* line 674, ../sass/vendor/_fontello.scss */
.icon-flow-line:before {
  content: '\ea4a';
}

/* '' */
/* line 675, ../sass/vendor/_fontello.scss */
.icon-flow-parallel:before {
  content: '\ea4b';
}

/* '' */
/* line 676, ../sass/vendor/_fontello.scss */
.icon-rocket-1:before {
  content: '\ea4c';
}

/* '' */
/* line 677, ../sass/vendor/_fontello.scss */
.icon-gauge-1:before {
  content: '\ea4d';
}

/* '' */
/* line 678, ../sass/vendor/_fontello.scss */
.icon-traffic-cone:before {
  content: '\ea4e';
}

/* '' */
/* line 679, ../sass/vendor/_fontello.scss */
.icon-cc:before {
  content: '\ea4f';
}

/* '' */
/* line 680, ../sass/vendor/_fontello.scss */
.icon-cc-by:before {
  content: '\ea50';
}

/* '' */
/* line 681, ../sass/vendor/_fontello.scss */
.icon-cc-nc:before {
  content: '\ea51';
}

/* '' */
/* line 682, ../sass/vendor/_fontello.scss */
.icon-cc-nc-eu:before {
  content: '\ea52';
}

/* '' */
/* line 683, ../sass/vendor/_fontello.scss */
.icon-cc-nc-jp:before {
  content: '\ea53';
}

/* '' */
/* line 684, ../sass/vendor/_fontello.scss */
.icon-cc-sa:before {
  content: '\ea54';
}

/* '' */
/* line 685, ../sass/vendor/_fontello.scss */
.icon-cc-nd:before {
  content: '\ea55';
}

/* '' */
/* line 686, ../sass/vendor/_fontello.scss */
.icon-cc-pd:before {
  content: '\ea56';
}

/* '' */
/* line 687, ../sass/vendor/_fontello.scss */
.icon-cc-zero:before {
  content: '\ea57';
}

/* '' */
/* line 688, ../sass/vendor/_fontello.scss */
.icon-cc-share:before {
  content: '\ea58';
}

/* '' */
/* line 689, ../sass/vendor/_fontello.scss */
.icon-cc-remix:before {
  content: '\ea59';
}

/* '' */
/* line 690, ../sass/vendor/_fontello.scss */
.icon-github-1:before {
  content: '\ea5a';
}

/* '' */
/* line 691, ../sass/vendor/_fontello.scss */
.icon-github-circled-1:before {
  content: '\ea5b';
}

/* '' */
/* line 692, ../sass/vendor/_fontello.scss */
.icon-flickr-1:before {
  content: '\ea5c';
}

/* '' */
/* line 693, ../sass/vendor/_fontello.scss */
.icon-flickr-circled:before {
  content: '\ea5d';
}

/* '' */
/* line 694, ../sass/vendor/_fontello.scss */
.icon-vimeo:before {
  content: '\ea5e';
}

/* '' */
/* line 695, ../sass/vendor/_fontello.scss */
.icon-vimeo-circled:before {
  content: '\ea5f';
}

/* '' */
/* line 696, ../sass/vendor/_fontello.scss */
.icon-twitter-1:before {
  content: '\ea60';
}

/* '' */
/* line 697, ../sass/vendor/_fontello.scss */
.icon-twitter-circled:before {
  content: '\ea61';
}

/* '' */
/* line 698, ../sass/vendor/_fontello.scss */
.icon-facebook-1:before {
  content: '\ea62';
}

/* '' */
/* line 699, ../sass/vendor/_fontello.scss */
.icon-facebook-circled:before {
  content: '\ea63';
}

/* '' */
/* line 700, ../sass/vendor/_fontello.scss */
.icon-facebook-squared-1:before {
  content: '\ea64';
}

/* '' */
/* line 701, ../sass/vendor/_fontello.scss */
.icon-gplus-1:before {
  content: '\ea65';
}

/* '' */
/* line 702, ../sass/vendor/_fontello.scss */
.icon-gplus-circled:before {
  content: '\ea66';
}

/* '' */
/* line 703, ../sass/vendor/_fontello.scss */
.icon-pinterest:before {
  content: '\ea67';
}

/* '' */
/* line 704, ../sass/vendor/_fontello.scss */
.icon-pinterest-circled-1:before {
  content: '\ea68';
}

/* '' */
/* line 705, ../sass/vendor/_fontello.scss */
.icon-tumblr-1:before {
  content: '\ea69';
}

/* '' */
/* line 706, ../sass/vendor/_fontello.scss */
.icon-tumblr-circled:before {
  content: '\ea6a';
}

/* '' */
/* line 707, ../sass/vendor/_fontello.scss */
.icon-linkedin-1:before {
  content: '\ea6b';
}

/* '' */
/* line 708, ../sass/vendor/_fontello.scss */
.icon-linkedin-circled:before {
  content: '\ea6c';
}

/* '' */
/* line 709, ../sass/vendor/_fontello.scss */
.icon-dribbble-1:before {
  content: '\ea6d';
}

/* '' */
/* line 710, ../sass/vendor/_fontello.scss */
.icon-dribbble-circled:before {
  content: '\ea6e';
}

/* '' */
/* line 711, ../sass/vendor/_fontello.scss */
.icon-stumbleupon:before {
  content: '\ea6f';
}

/* '' */
/* line 712, ../sass/vendor/_fontello.scss */
.icon-stumbleupon-circled:before {
  content: '\ea70';
}

/* '' */
/* line 713, ../sass/vendor/_fontello.scss */
.icon-lastfm:before {
  content: '\ea71';
}

/* '' */
/* line 714, ../sass/vendor/_fontello.scss */
.icon-lastfm-circled:before {
  content: '\ea72';
}

/* '' */
/* line 715, ../sass/vendor/_fontello.scss */
.icon-rdio:before {
  content: '\ea73';
}

/* '' */
/* line 716, ../sass/vendor/_fontello.scss */
.icon-rdio-circled:before {
  content: '\ea74';
}

/* '' */
/* line 717, ../sass/vendor/_fontello.scss */
.icon-spotify:before {
  content: '\ea75';
}

/* '' */
/* line 718, ../sass/vendor/_fontello.scss */
.icon-spotify-circled:before {
  content: '\ea76';
}

/* '' */
/* line 719, ../sass/vendor/_fontello.scss */
.icon-qq:before {
  content: '\ea77';
}

/* '' */
/* line 720, ../sass/vendor/_fontello.scss */
.icon-instagram:before {
  content: '\ea78';
}

/* '' */
/* line 721, ../sass/vendor/_fontello.scss */
.icon-dropbox-1:before {
  content: '\ea79';
}

/* '' */
/* line 722, ../sass/vendor/_fontello.scss */
.icon-evernote:before {
  content: '\ea7a';
}

/* '' */
/* line 723, ../sass/vendor/_fontello.scss */
.icon-flattr:before {
  content: '\ea7b';
}

/* '' */
/* line 724, ../sass/vendor/_fontello.scss */
.icon-skype-1:before {
  content: '\ea7c';
}

/* '' */
/* line 725, ../sass/vendor/_fontello.scss */
.icon-skype-circled:before {
  content: '\ea7d';
}

/* '' */
/* line 726, ../sass/vendor/_fontello.scss */
.icon-renren-1:before {
  content: '\ea7e';
}

/* '' */
/* line 727, ../sass/vendor/_fontello.scss */
.icon-sina-weibo:before {
  content: '\ea7f';
}

/* '' */
/* line 728, ../sass/vendor/_fontello.scss */
.icon-paypal:before {
  content: '\ea80';
}

/* '' */
/* line 729, ../sass/vendor/_fontello.scss */
.icon-picasa:before {
  content: '\ea81';
}

/* '' */
/* line 730, ../sass/vendor/_fontello.scss */
.icon-soundcloud:before {
  content: '\ea82';
}

/* '' */
/* line 731, ../sass/vendor/_fontello.scss */
.icon-mixi:before {
  content: '\ea83';
}

/* '' */
/* line 732, ../sass/vendor/_fontello.scss */
.icon-behance:before {
  content: '\ea84';
}

/* '' */
/* line 733, ../sass/vendor/_fontello.scss */
.icon-google-circles:before {
  content: '\ea85';
}

/* '' */
/* line 734, ../sass/vendor/_fontello.scss */
.icon-vkontakte-1:before {
  content: '\ea86';
}

/* '' */
/* line 735, ../sass/vendor/_fontello.scss */
.icon-smashing:before {
  content: '\ea87';
}

/* '' */
/* line 736, ../sass/vendor/_fontello.scss */
.icon-sweden:before {
  content: '\ea88';
}

/* '' */
/* line 737, ../sass/vendor/_fontello.scss */
.icon-db-shape:before {
  content: '\ea89';
}

/* '' */
/* line 738, ../sass/vendor/_fontello.scss */
.icon-logo-db:before {
  content: '\ea8a';
}

/* '' */
/* line 739, ../sass/vendor/_fontello.scss */
.icon-music-outline:before {
  content: '\ea8b';
}

/* '' */
/* line 740, ../sass/vendor/_fontello.scss */
.icon-music-2:before {
  content: '\ea8c';
}

/* '' */
/* line 741, ../sass/vendor/_fontello.scss */
.icon-search-outline:before {
  content: '\ea8d';
}

/* '' */
/* line 742, ../sass/vendor/_fontello.scss */
.icon-search-2:before {
  content: '\ea8e';
}

/* '' */
/* line 743, ../sass/vendor/_fontello.scss */
.icon-mail-2:before {
  content: '\ea8f';
}

/* '' */
/* line 744, ../sass/vendor/_fontello.scss */
.icon-heart-2:before {
  content: '\ea90';
}

/* '' */
/* line 745, ../sass/vendor/_fontello.scss */
.icon-heart-filled:before {
  content: '\ea91';
}

/* '' */
/* line 746, ../sass/vendor/_fontello.scss */
.icon-star-2:before {
  content: '\ea92';
}

/* '' */
/* line 747, ../sass/vendor/_fontello.scss */
.icon-star-filled:before {
  content: '\ea93';
}

/* '' */
/* line 748, ../sass/vendor/_fontello.scss */
.icon-user-outline:before {
  content: '\ea94';
}

/* '' */
/* line 749, ../sass/vendor/_fontello.scss */
.icon-user-2:before {
  content: '\ea95';
}

/* '' */
/* line 750, ../sass/vendor/_fontello.scss */
.icon-users-outline:before {
  content: '\ea96';
}

/* '' */
/* line 751, ../sass/vendor/_fontello.scss */
.icon-users-2:before {
  content: '\ea97';
}

/* '' */
/* line 752, ../sass/vendor/_fontello.scss */
.icon-user-add-outline:before {
  content: '\ea98';
}

/* '' */
/* line 753, ../sass/vendor/_fontello.scss */
.icon-user-add-1:before {
  content: '\ea99';
}

/* '' */
/* line 754, ../sass/vendor/_fontello.scss */
.icon-user-delete-outline:before {
  content: '\ea9a';
}

/* '' */
/* line 755, ../sass/vendor/_fontello.scss */
.icon-user-delete:before {
  content: '\ea9b';
}

/* '' */
/* line 756, ../sass/vendor/_fontello.scss */
.icon-video-2:before {
  content: '\ea9c';
}

/* '' */
/* line 757, ../sass/vendor/_fontello.scss */
.icon-videocam-outline:before {
  content: '\ea9d';
}

/* '' */
/* line 758, ../sass/vendor/_fontello.scss */
.icon-videocam-1:before {
  content: '\ea9e';
}

/* '' */
/* line 759, ../sass/vendor/_fontello.scss */
.icon-picture-outline:before {
  content: '\ea9f';
}

/* '' */
/* line 760, ../sass/vendor/_fontello.scss */
.icon-picture-2:before {
  content: '\eaa0';
}

/* '' */
/* line 761, ../sass/vendor/_fontello.scss */
.icon-camera-outline:before {
  content: '\eaa1';
}

/* '' */
/* line 762, ../sass/vendor/_fontello.scss */
.icon-camera-2:before {
  content: '\eaa2';
}

/* '' */
/* line 763, ../sass/vendor/_fontello.scss */
.icon-th-outline:before {
  content: '\eaa3';
}

/* '' */
/* line 764, ../sass/vendor/_fontello.scss */
.icon-th-1:before {
  content: '\eaa4';
}

/* '' */
/* line 765, ../sass/vendor/_fontello.scss */
.icon-th-large-outline:before {
  content: '\eaa5';
}

/* '' */
/* line 766, ../sass/vendor/_fontello.scss */
.icon-th-large-1:before {
  content: '\eaa6';
}

/* '' */
/* line 767, ../sass/vendor/_fontello.scss */
.icon-th-list-outline:before {
  content: '\eaa7';
}

/* '' */
/* line 768, ../sass/vendor/_fontello.scss */
.icon-th-list-1:before {
  content: '\eaa8';
}

/* '' */
/* line 769, ../sass/vendor/_fontello.scss */
.icon-ok-outline:before {
  content: '\eaa9';
}

/* '' */
/* line 770, ../sass/vendor/_fontello.scss */
.icon-ok-1:before {
  content: '\eaaa';
}

/* '' */
/* line 771, ../sass/vendor/_fontello.scss */
.icon-cancel-outline:before {
  content: '\eaab';
}

/* '' */
/* line 772, ../sass/vendor/_fontello.scss */
.icon-cancel-2:before {
  content: '\eaac';
}

/* '' */
/* line 773, ../sass/vendor/_fontello.scss */
.icon-cancel-alt:before {
  content: '\eaad';
}

/* '' */
/* line 774, ../sass/vendor/_fontello.scss */
.icon-cancel-alt-filled:before {
  content: '\eaae';
}

/* '' */
/* line 775, ../sass/vendor/_fontello.scss */
.icon-cancel-circled-outline:before {
  content: '\eaaf';
}

/* '' */
/* line 776, ../sass/vendor/_fontello.scss */
.icon-cancel-circled-2:before {
  content: '\eab0';
}

/* '' */
/* line 777, ../sass/vendor/_fontello.scss */
.icon-plus-outline:before {
  content: '\eab1';
}

/* '' */
/* line 778, ../sass/vendor/_fontello.scss */
.icon-plus-2:before {
  content: '\eab2';
}

/* '' */
/* line 779, ../sass/vendor/_fontello.scss */
.icon-minus-outline:before {
  content: '\eab3';
}

/* '' */
/* line 780, ../sass/vendor/_fontello.scss */
.icon-minus-2:before {
  content: '\eab4';
}

/* '' */
/* line 781, ../sass/vendor/_fontello.scss */
.icon-divide-outline:before {
  content: '\eab5';
}

/* '' */
/* line 782, ../sass/vendor/_fontello.scss */
.icon-divide:before {
  content: '\eab6';
}

/* '' */
/* line 783, ../sass/vendor/_fontello.scss */
.icon-eq-outline:before {
  content: '\eab7';
}

/* '' */
/* line 784, ../sass/vendor/_fontello.scss */
.icon-eq:before {
  content: '\eab8';
}

/* '' */
/* line 785, ../sass/vendor/_fontello.scss */
.icon-info-outline:before {
  content: '\eab9';
}

/* '' */
/* line 786, ../sass/vendor/_fontello.scss */
.icon-info-2:before {
  content: '\eaba';
}

/* '' */
/* line 787, ../sass/vendor/_fontello.scss */
.icon-home-outline:before {
  content: '\eabb';
}

/* '' */
/* line 788, ../sass/vendor/_fontello.scss */
.icon-home-2:before {
  content: '\eabc';
}

/* '' */
/* line 789, ../sass/vendor/_fontello.scss */
.icon-link-outline:before {
  content: '\eabd';
}

/* '' */
/* line 790, ../sass/vendor/_fontello.scss */
.icon-link-2:before {
  content: '\eabe';
}

/* '' */
/* line 791, ../sass/vendor/_fontello.scss */
.icon-attach-outline:before {
  content: '\eabf';
}

/* '' */
/* line 792, ../sass/vendor/_fontello.scss */
.icon-attach-2:before {
  content: '\eac0';
}

/* '' */
/* line 793, ../sass/vendor/_fontello.scss */
.icon-lock-2:before {
  content: '\eac1';
}

/* '' */
/* line 794, ../sass/vendor/_fontello.scss */
.icon-lock-filled:before {
  content: '\eac2';
}

/* '' */
/* line 795, ../sass/vendor/_fontello.scss */
.icon-lock-open-2:before {
  content: '\eac3';
}

/* '' */
/* line 796, ../sass/vendor/_fontello.scss */
.icon-lock-open-filled:before {
  content: '\eac4';
}

/* '' */
/* line 797, ../sass/vendor/_fontello.scss */
.icon-pin-outline:before {
  content: '\eac5';
}

/* '' */
/* line 798, ../sass/vendor/_fontello.scss */
.icon-pin-1:before {
  content: '\eac6';
}

/* '' */
/* line 799, ../sass/vendor/_fontello.scss */
.icon-eye-outline:before {
  content: '\eac7';
}

/* '' */
/* line 800, ../sass/vendor/_fontello.scss */
.icon-eye-2:before {
  content: '\eac8';
}

/* '' */
/* line 801, ../sass/vendor/_fontello.scss */
.icon-tag-2:before {
  content: '\eac9';
}

/* '' */
/* line 802, ../sass/vendor/_fontello.scss */
.icon-tags-1:before {
  content: '\eaca';
}

/* '' */
/* line 803, ../sass/vendor/_fontello.scss */
.icon-bookmark-2:before {
  content: '\eacb';
}

/* '' */
/* line 804, ../sass/vendor/_fontello.scss */
.icon-flag-2:before {
  content: '\eacc';
}

/* '' */
/* line 805, ../sass/vendor/_fontello.scss */
.icon-flag-filled:before {
  content: '\eacd';
}

/* '' */
/* line 806, ../sass/vendor/_fontello.scss */
.icon-thumbs-up-2:before {
  content: '\eace';
}

/* '' */
/* line 807, ../sass/vendor/_fontello.scss */
.icon-thumbs-down-2:before {
  content: '\eacf';
}

/* '' */
/* line 808, ../sass/vendor/_fontello.scss */
.icon-download-outline:before {
  content: '\ead0';
}

/* '' */
/* line 809, ../sass/vendor/_fontello.scss */
.icon-download-2:before {
  content: '\ead1';
}

/* '' */
/* line 810, ../sass/vendor/_fontello.scss */
.icon-upload-outline:before {
  content: '\ead2';
}

/* '' */
/* line 811, ../sass/vendor/_fontello.scss */
.icon-upload-2:before {
  content: '\ead3';
}

/* '' */
/* line 812, ../sass/vendor/_fontello.scss */
.icon-upload-cloud-outline:before {
  content: '\ead4';
}

/* '' */
/* line 813, ../sass/vendor/_fontello.scss */
.icon-upload-cloud-2:before {
  content: '\ead5';
}

/* '' */
/* line 814, ../sass/vendor/_fontello.scss */
.icon-reply-outline:before {
  content: '\ead6';
}

/* '' */
/* line 815, ../sass/vendor/_fontello.scss */
.icon-reply-2:before {
  content: '\ead7';
}

/* '' */
/* line 816, ../sass/vendor/_fontello.scss */
.icon-forward-outline:before {
  content: '\ead8';
}

/* '' */
/* line 817, ../sass/vendor/_fontello.scss */
.icon-forward-2:before {
  content: '\ead9';
}

/* '' */
/* line 818, ../sass/vendor/_fontello.scss */
.icon-code-outline:before {
  content: '\eada';
}

/* '' */
/* line 819, ../sass/vendor/_fontello.scss */
.icon-code-2:before {
  content: '\eadb';
}

/* '' */
/* line 820, ../sass/vendor/_fontello.scss */
.icon-export-outline:before {
  content: '\eadc';
}

/* '' */
/* line 821, ../sass/vendor/_fontello.scss */
.icon-export-2:before {
  content: '\eadd';
}

/* '' */
/* line 822, ../sass/vendor/_fontello.scss */
.icon-pencil-2:before {
  content: '\eade';
}

/* '' */
/* line 823, ../sass/vendor/_fontello.scss */
.icon-pen:before {
  content: '\eadf';
}

/* '' */
/* line 824, ../sass/vendor/_fontello.scss */
.icon-feather-1:before {
  content: '\eae0';
}

/* '' */
/* line 825, ../sass/vendor/_fontello.scss */
.icon-edit-1:before {
  content: '\eae1';
}

/* '' */
/* line 826, ../sass/vendor/_fontello.scss */
.icon-print-2:before {
  content: '\eae2';
}

/* '' */
/* line 827, ../sass/vendor/_fontello.scss */
.icon-comment-2:before {
  content: '\eae3';
}

/* '' */
/* line 828, ../sass/vendor/_fontello.scss */
.icon-chat-2:before {
  content: '\eae4';
}

/* '' */
/* line 829, ../sass/vendor/_fontello.scss */
.icon-chat-alt:before {
  content: '\eae5';
}

/* '' */
/* line 830, ../sass/vendor/_fontello.scss */
.icon-bell-2:before {
  content: '\eae6';
}

/* '' */
/* line 831, ../sass/vendor/_fontello.scss */
.icon-attention-2:before {
  content: '\eae7';
}

/* '' */
/* line 832, ../sass/vendor/_fontello.scss */
.icon-attention-filled:before {
  content: '\eae8';
}

/* '' */
/* line 833, ../sass/vendor/_fontello.scss */
.icon-warning-empty:before {
  content: '\eae9';
}

/* '' */
/* line 834, ../sass/vendor/_fontello.scss */
.icon-warning:before {
  content: '\eaea';
}

/* '' */
/* line 835, ../sass/vendor/_fontello.scss */
.icon-contacts:before {
  content: '\eaeb';
}

/* '' */
/* line 836, ../sass/vendor/_fontello.scss */
.icon-vcard-1:before {
  content: '\eaec';
}

/* '' */
/* line 837, ../sass/vendor/_fontello.scss */
.icon-address-1:before {
  content: '\eaed';
}

/* '' */
/* line 838, ../sass/vendor/_fontello.scss */
.icon-location-outline:before {
  content: '\eaee';
}

/* '' */
/* line 839, ../sass/vendor/_fontello.scss */
.icon-location-2:before {
  content: '\eaef';
}

/* '' */
/* line 840, ../sass/vendor/_fontello.scss */
.icon-map-1:before {
  content: '\eaf0';
}

/* '' */
/* line 841, ../sass/vendor/_fontello.scss */
.icon-direction-outline:before {
  content: '\eaf1';
}

/* '' */
/* line 842, ../sass/vendor/_fontello.scss */
.icon-direction-2:before {
  content: '\eaf2';
}

/* '' */
/* line 843, ../sass/vendor/_fontello.scss */
.icon-compass-2:before {
  content: '\eaf3';
}

/* '' */
/* line 844, ../sass/vendor/_fontello.scss */
.icon-trash-2:before {
  content: '\eaf4';
}

/* '' */
/* line 845, ../sass/vendor/_fontello.scss */
.icon-doc-2:before {
  content: '\eaf5';
}

/* '' */
/* line 846, ../sass/vendor/_fontello.scss */
.icon-doc-text-2:before {
  content: '\eaf6';
}

/* '' */
/* line 847, ../sass/vendor/_fontello.scss */
.icon-doc-add:before {
  content: '\eaf7';
}

/* '' */
/* line 848, ../sass/vendor/_fontello.scss */
.icon-doc-remove:before {
  content: '\eaf8';
}

/* '' */
/* line 849, ../sass/vendor/_fontello.scss */
.icon-news:before {
  content: '\eaf9';
}

/* '' */
/* line 850, ../sass/vendor/_fontello.scss */
.icon-folder-2:before {
  content: '\eafa';
}

/* '' */
/* line 851, ../sass/vendor/_fontello.scss */
.icon-folder-add:before {
  content: '\eafb';
}

/* '' */
/* line 852, ../sass/vendor/_fontello.scss */
.icon-folder-delete:before {
  content: '\eafc';
}

/* '' */
/* line 853, ../sass/vendor/_fontello.scss */
.icon-archive-1:before {
  content: '\eafd';
}

/* '' */
/* line 854, ../sass/vendor/_fontello.scss */
.icon-box-2:before {
  content: '\eafe';
}

/* '' */
/* line 855, ../sass/vendor/_fontello.scss */
.icon-rss-outline:before {
  content: '\eaff';
}

/* '' */
/* line 856, ../sass/vendor/_fontello.scss */
.icon-rss-2:before {
  content: '\eb00';
}

/* '' */
/* line 857, ../sass/vendor/_fontello.scss */
.icon-phone-outline:before {
  content: '\eb01';
}

/* '' */
/* line 858, ../sass/vendor/_fontello.scss */
.icon-phone-2:before {
  content: '\eb02';
}

/* '' */
/* line 859, ../sass/vendor/_fontello.scss */
.icon-menu-outline:before {
  content: '\eb03';
}

/* '' */
/* line 860, ../sass/vendor/_fontello.scss */
.icon-menu-2:before {
  content: '\eb04';
}

/* '' */
/* line 861, ../sass/vendor/_fontello.scss */
.icon-cog-outline:before {
  content: '\eb05';
}

/* '' */
/* line 862, ../sass/vendor/_fontello.scss */
.icon-cog-2:before {
  content: '\eb06';
}

/* '' */
/* line 863, ../sass/vendor/_fontello.scss */
.icon-wrench-outline:before {
  content: '\eb07';
}

/* '' */
/* line 864, ../sass/vendor/_fontello.scss */
.icon-wrench-1:before {
  content: '\eb08';
}

/* '' */
/* line 865, ../sass/vendor/_fontello.scss */
.icon-basket-2:before {
  content: '\eb09';
}

/* '' */
/* line 866, ../sass/vendor/_fontello.scss */
.icon-calendar-outlilne:before {
  content: '\eb0a';
}

/* '' */
/* line 867, ../sass/vendor/_fontello.scss */
.icon-calendar-2:before {
  content: '\eb0b';
}

/* '' */
/* line 868, ../sass/vendor/_fontello.scss */
.icon-mic-outline:before {
  content: '\eb0c';
}

/* '' */
/* line 869, ../sass/vendor/_fontello.scss */
.icon-mic-2:before {
  content: '\eb0d';
}

/* '' */
/* line 870, ../sass/vendor/_fontello.scss */
.icon-volume-off-1:before {
  content: '\eb0e';
}

/* '' */
/* line 871, ../sass/vendor/_fontello.scss */
.icon-volume-low:before {
  content: '\eb0f';
}

/* '' */
/* line 872, ../sass/vendor/_fontello.scss */
.icon-volume-middle:before {
  content: '\eb10';
}

/* '' */
/* line 873, ../sass/vendor/_fontello.scss */
.icon-volume-high:before {
  content: '\eb11';
}

/* '' */
/* line 874, ../sass/vendor/_fontello.scss */
.icon-headphones-1:before {
  content: '\eb12';
}

/* '' */
/* line 875, ../sass/vendor/_fontello.scss */
.icon-clock-2:before {
  content: '\eb13';
}

/* '' */
/* line 876, ../sass/vendor/_fontello.scss */
.icon-wristwatch:before {
  content: '\eb14';
}

/* '' */
/* line 877, ../sass/vendor/_fontello.scss */
.icon-stopwatch:before {
  content: '\eb15';
}

/* '' */
/* line 878, ../sass/vendor/_fontello.scss */
.icon-lightbulb-1:before {
  content: '\eb16';
}

/* '' */
/* line 879, ../sass/vendor/_fontello.scss */
.icon-block-outline:before {
  content: '\eb17';
}

/* '' */
/* line 880, ../sass/vendor/_fontello.scss */
.icon-block-2:before {
  content: '\eb18';
}

/* '' */
/* line 881, ../sass/vendor/_fontello.scss */
.icon-resize-full-outline:before {
  content: '\eb19';
}

/* '' */
/* line 882, ../sass/vendor/_fontello.scss */
.icon-resize-full-2:before {
  content: '\eb1a';
}

/* '' */
/* line 883, ../sass/vendor/_fontello.scss */
.icon-resize-normal-outline:before {
  content: '\eb1b';
}

/* '' */
/* line 884, ../sass/vendor/_fontello.scss */
.icon-resize-normal:before {
  content: '\eb1c';
}

/* '' */
/* line 885, ../sass/vendor/_fontello.scss */
.icon-move-outline:before {
  content: '\eb1d';
}

/* '' */
/* line 886, ../sass/vendor/_fontello.scss */
.icon-move-1:before {
  content: '\eb1e';
}

/* '' */
/* line 887, ../sass/vendor/_fontello.scss */
.icon-popup-1:before {
  content: '\eb1f';
}

/* '' */
/* line 888, ../sass/vendor/_fontello.scss */
.icon-zoom-in-outline:before {
  content: '\eb20';
}

/* '' */
/* line 889, ../sass/vendor/_fontello.scss */
.icon-zoom-in-1:before {
  content: '\eb21';
}

/* '' */
/* line 890, ../sass/vendor/_fontello.scss */
.icon-zoom-out-outline:before {
  content: '\eb22';
}

/* '' */
/* line 891, ../sass/vendor/_fontello.scss */
.icon-zoom-out-1:before {
  content: '\eb23';
}

/* '' */
/* line 892, ../sass/vendor/_fontello.scss */
.icon-popup-2:before {
  content: '\eb24';
}

/* '' */
/* line 893, ../sass/vendor/_fontello.scss */
.icon-left-open-outline:before {
  content: '\eb25';
}

/* '' */
/* line 894, ../sass/vendor/_fontello.scss */
.icon-left-open-2:before {
  content: '\eb26';
}

/* '' */
/* line 895, ../sass/vendor/_fontello.scss */
.icon-right-open-outline:before {
  content: '\eb27';
}

/* '' */
/* line 896, ../sass/vendor/_fontello.scss */
.icon-right-open-2:before {
  content: '\eb28';
}

/* '' */
/* line 897, ../sass/vendor/_fontello.scss */
.icon-down-2:before {
  content: '\eb29';
}

/* '' */
/* line 898, ../sass/vendor/_fontello.scss */
.icon-left-2:before {
  content: '\eb2a';
}

/* '' */
/* line 899, ../sass/vendor/_fontello.scss */
.icon-right-2:before {
  content: '\eb2b';
}

/* '' */
/* line 900, ../sass/vendor/_fontello.scss */
.icon-up-2:before {
  content: '\eb2c';
}

/* '' */
/* line 901, ../sass/vendor/_fontello.scss */
.icon-down-outline:before {
  content: '\eb2d';
}

/* '' */
/* line 902, ../sass/vendor/_fontello.scss */
.icon-left-outline:before {
  content: '\eb2e';
}

/* '' */
/* line 903, ../sass/vendor/_fontello.scss */
.icon-right-outline:before {
  content: '\eb2f';
}

/* '' */
/* line 904, ../sass/vendor/_fontello.scss */
.icon-up-outline:before {
  content: '\eb30';
}

/* '' */
/* line 905, ../sass/vendor/_fontello.scss */
.icon-down-small:before {
  content: '\eb31';
}

/* '' */
/* line 906, ../sass/vendor/_fontello.scss */
.icon-left-small:before {
  content: '\eb32';
}

/* '' */
/* line 907, ../sass/vendor/_fontello.scss */
.icon-right-small:before {
  content: '\eb33';
}

/* '' */
/* line 908, ../sass/vendor/_fontello.scss */
.icon-up-small:before {
  content: '\eb34';
}

/* '' */
/* line 909, ../sass/vendor/_fontello.scss */
.icon-cw-outline:before {
  content: '\eb35';
}

/* '' */
/* line 910, ../sass/vendor/_fontello.scss */
.icon-cw-2:before {
  content: '\eb36';
}

/* '' */
/* line 911, ../sass/vendor/_fontello.scss */
.icon-arrows-cw-outline:before {
  content: '\eb37';
}

/* '' */
/* line 912, ../sass/vendor/_fontello.scss */
.icon-arrows-cw-1:before {
  content: '\eb38';
}

/* '' */
/* line 913, ../sass/vendor/_fontello.scss */
.icon-loop-outline:before {
  content: '\eb39';
}

/* '' */
/* line 914, ../sass/vendor/_fontello.scss */
.icon-loop-1:before {
  content: '\eb3a';
}

/* '' */
/* line 915, ../sass/vendor/_fontello.scss */
.icon-loop-alt-outline:before {
  content: '\eb3b';
}

/* '' */
/* line 916, ../sass/vendor/_fontello.scss */
.icon-loop-alt:before {
  content: '\eb3c';
}

/* '' */
/* line 917, ../sass/vendor/_fontello.scss */
.icon-shuffle-2:before {
  content: '\eb3d';
}

/* '' */
/* line 918, ../sass/vendor/_fontello.scss */
.icon-play-outline:before {
  content: '\eb3e';
}

/* '' */
/* line 919, ../sass/vendor/_fontello.scss */
.icon-play-2:before {
  content: '\eb3f';
}

/* '' */
/* line 920, ../sass/vendor/_fontello.scss */
.icon-stop-outline:before {
  content: '\eb40';
}

/* '' */
/* line 921, ../sass/vendor/_fontello.scss */
.icon-stop-2:before {
  content: '\eb41';
}

/* '' */
/* line 922, ../sass/vendor/_fontello.scss */
.icon-pause-outline:before {
  content: '\eb42';
}

/* '' */
/* line 923, ../sass/vendor/_fontello.scss */
.icon-pause-2:before {
  content: '\eb43';
}

/* '' */
/* line 924, ../sass/vendor/_fontello.scss */
.icon-fast-fw-outline:before {
  content: '\eb44';
}

/* '' */
/* line 925, ../sass/vendor/_fontello.scss */
.icon-fast-fw-1:before {
  content: '\eb45';
}

/* '' */
/* line 926, ../sass/vendor/_fontello.scss */
.icon-rewind-outline:before {
  content: '\eb46';
}

/* '' */
/* line 927, ../sass/vendor/_fontello.scss */
.icon-rewind:before {
  content: '\eb47';
}

/* '' */
/* line 928, ../sass/vendor/_fontello.scss */
.icon-record-outline:before {
  content: '\eb48';
}

/* '' */
/* line 929, ../sass/vendor/_fontello.scss */
.icon-record-1:before {
  content: '\eb49';
}

/* '' */
/* line 930, ../sass/vendor/_fontello.scss */
.icon-eject-outline:before {
  content: '\eb4a';
}

/* '' */
/* line 931, ../sass/vendor/_fontello.scss */
.icon-eject-1:before {
  content: '\eb4b';
}

/* '' */
/* line 932, ../sass/vendor/_fontello.scss */
.icon-eject-alt-outline:before {
  content: '\eb4c';
}

/* '' */
/* line 933, ../sass/vendor/_fontello.scss */
.icon-eject-alt:before {
  content: '\eb4d';
}

/* '' */
/* line 934, ../sass/vendor/_fontello.scss */
.icon-bat1:before {
  content: '\eb4e';
}

/* '' */
/* line 935, ../sass/vendor/_fontello.scss */
.icon-bat2:before {
  content: '\eb4f';
}

/* '' */
/* line 936, ../sass/vendor/_fontello.scss */
.icon-bat3:before {
  content: '\eb50';
}

/* '' */
/* line 937, ../sass/vendor/_fontello.scss */
.icon-bat4:before {
  content: '\eb51';
}

/* '' */
/* line 938, ../sass/vendor/_fontello.scss */
.icon-bat-charge:before {
  content: '\eb52';
}

/* '' */
/* line 939, ../sass/vendor/_fontello.scss */
.icon-plug:before {
  content: '\eb53';
}

/* '' */
/* line 940, ../sass/vendor/_fontello.scss */
.icon-target-outline:before {
  content: '\eb54';
}

/* '' */
/* line 941, ../sass/vendor/_fontello.scss */
.icon-target-2:before {
  content: '\eb55';
}

/* '' */
/* line 942, ../sass/vendor/_fontello.scss */
.icon-wifi-outline:before {
  content: '\eb56';
}

/* '' */
/* line 943, ../sass/vendor/_fontello.scss */
.icon-wifi:before {
  content: '\eb57';
}

/* '' */
/* line 944, ../sass/vendor/_fontello.scss */
.icon-desktop-1:before {
  content: '\eb58';
}

/* '' */
/* line 945, ../sass/vendor/_fontello.scss */
.icon-laptop-1:before {
  content: '\eb59';
}

/* '' */
/* line 946, ../sass/vendor/_fontello.scss */
.icon-tablet-1:before {
  content: '\eb5a';
}

/* '' */
/* line 947, ../sass/vendor/_fontello.scss */
.icon-mobile-2:before {
  content: '\eb5b';
}

/* '' */
/* line 948, ../sass/vendor/_fontello.scss */
.icon-contrast:before {
  content: '\eb5c';
}

/* '' */
/* line 949, ../sass/vendor/_fontello.scss */
.icon-globe-outline:before {
  content: '\eb5d';
}

/* '' */
/* line 950, ../sass/vendor/_fontello.scss */
.icon-globe-2:before {
  content: '\eb5e';
}

/* '' */
/* line 951, ../sass/vendor/_fontello.scss */
.icon-globe-alt-outline:before {
  content: '\eb5f';
}

/* '' */
/* line 952, ../sass/vendor/_fontello.scss */
.icon-globe-alt:before {
  content: '\eb60';
}

/* '' */
/* line 953, ../sass/vendor/_fontello.scss */
.icon-sun-1:before {
  content: '\eb61';
}

/* '' */
/* line 954, ../sass/vendor/_fontello.scss */
.icon-sun-filled:before {
  content: '\eb62';
}

/* '' */
/* line 955, ../sass/vendor/_fontello.scss */
.icon-cloud-2:before {
  content: '\eb63';
}

/* '' */
/* line 956, ../sass/vendor/_fontello.scss */
.icon-flash-outline:before {
  content: '\eb64';
}

/* '' */
/* line 957, ../sass/vendor/_fontello.scss */
.icon-flash-2:before {
  content: '\eb65';
}

/* '' */
/* line 958, ../sass/vendor/_fontello.scss */
.icon-moon-2:before {
  content: '\eb66';
}

/* '' */
/* line 959, ../sass/vendor/_fontello.scss */
.icon-waves-outline:before {
  content: '\eb67';
}

/* '' */
/* line 960, ../sass/vendor/_fontello.scss */
.icon-waves:before {
  content: '\eb68';
}

/* '' */
/* line 961, ../sass/vendor/_fontello.scss */
.icon-rain:before {
  content: '\eb69';
}

/* '' */
/* line 962, ../sass/vendor/_fontello.scss */
.icon-cloud-sun:before {
  content: '\eb6a';
}

/* '' */
/* line 963, ../sass/vendor/_fontello.scss */
.icon-drizzle:before {
  content: '\eb6b';
}

/* '' */
/* line 964, ../sass/vendor/_fontello.scss */
.icon-snow:before {
  content: '\eb6c';
}

/* '' */
/* line 965, ../sass/vendor/_fontello.scss */
.icon-cloud-flash:before {
  content: '\eb6d';
}

/* '' */
/* line 966, ../sass/vendor/_fontello.scss */
.icon-cloud-wind:before {
  content: '\eb6e';
}

/* '' */
/* line 967, ../sass/vendor/_fontello.scss */
.icon-wind:before {
  content: '\eb6f';
}

/* '' */
/* line 968, ../sass/vendor/_fontello.scss */
.icon-plane-outline:before {
  content: '\eb70';
}

/* '' */
/* line 969, ../sass/vendor/_fontello.scss */
.icon-plane:before {
  content: '\eb71';
}

/* '' */
/* line 970, ../sass/vendor/_fontello.scss */
.icon-leaf-2:before {
  content: '\eb72';
}

/* '' */
/* line 971, ../sass/vendor/_fontello.scss */
.icon-lifebuoy-1:before {
  content: '\eb73';
}

/* '' */
/* line 972, ../sass/vendor/_fontello.scss */
.icon-briefcase-2:before {
  content: '\eb74';
}

/* '' */
/* line 973, ../sass/vendor/_fontello.scss */
.icon-brush-1:before {
  content: '\eb75';
}

/* '' */
/* line 974, ../sass/vendor/_fontello.scss */
.icon-pipette:before {
  content: '\eb76';
}

/* '' */
/* line 975, ../sass/vendor/_fontello.scss */
.icon-power-outline:before {
  content: '\eb77';
}

/* '' */
/* line 976, ../sass/vendor/_fontello.scss */
.icon-power:before {
  content: '\eb78';
}

/* '' */
/* line 977, ../sass/vendor/_fontello.scss */
.icon-check-outline:before {
  content: '\eb79';
}

/* '' */
/* line 978, ../sass/vendor/_fontello.scss */
.icon-check-2:before {
  content: '\eb7a';
}

/* '' */
/* line 979, ../sass/vendor/_fontello.scss */
.icon-gift-1:before {
  content: '\eb7b';
}

/* '' */
/* line 980, ../sass/vendor/_fontello.scss */
.icon-temperatire:before {
  content: '\eb7c';
}

/* '' */
/* line 981, ../sass/vendor/_fontello.scss */
.icon-chart-outline:before {
  content: '\eb7d';
}

/* '' */
/* line 982, ../sass/vendor/_fontello.scss */
.icon-chart:before {
  content: '\eb7e';
}

/* '' */
/* line 983, ../sass/vendor/_fontello.scss */
.icon-chart-alt-outline:before {
  content: '\eb7f';
}

/* '' */
/* line 984, ../sass/vendor/_fontello.scss */
.icon-chart-alt:before {
  content: '\eb80';
}

/* '' */
/* line 985, ../sass/vendor/_fontello.scss */
.icon-chart-bar-outline:before {
  content: '\eb81';
}

/* '' */
/* line 986, ../sass/vendor/_fontello.scss */
.icon-chart-bar-2:before {
  content: '\eb82';
}

/* '' */
/* line 987, ../sass/vendor/_fontello.scss */
.icon-chart-pie-outline:before {
  content: '\eb83';
}

/* '' */
/* line 988, ../sass/vendor/_fontello.scss */
.icon-chart-pie-1:before {
  content: '\eb84';
}

/* '' */
/* line 989, ../sass/vendor/_fontello.scss */
.icon-ticket-2:before {
  content: '\eb85';
}

/* '' */
/* line 990, ../sass/vendor/_fontello.scss */
.icon-credit-card-2:before {
  content: '\eb86';
}

/* '' */
/* line 991, ../sass/vendor/_fontello.scss */
.icon-clipboard-1:before {
  content: '\eb87';
}

/* '' */
/* line 992, ../sass/vendor/_fontello.scss */
.icon-database-1:before {
  content: '\eb88';
}

/* '' */
/* line 993, ../sass/vendor/_fontello.scss */
.icon-key-outline:before {
  content: '\eb89';
}

/* '' */
/* line 994, ../sass/vendor/_fontello.scss */
.icon-key-2:before {
  content: '\eb8a';
}

/* '' */
/* line 995, ../sass/vendor/_fontello.scss */
.icon-flow-split:before {
  content: '\eb8b';
}

/* '' */
/* line 996, ../sass/vendor/_fontello.scss */
.icon-flow-merge:before {
  content: '\eb8c';
}

/* '' */
/* line 997, ../sass/vendor/_fontello.scss */
.icon-flow-parallel-1:before {
  content: '\eb8d';
}

/* '' */
/* line 998, ../sass/vendor/_fontello.scss */
.icon-flow-cross:before {
  content: '\eb8e';
}

/* '' */
/* line 999, ../sass/vendor/_fontello.scss */
.icon-certificate-outline:before {
  content: '\eb8f';
}

/* '' */
/* line 1000, ../sass/vendor/_fontello.scss */
.icon-certificate-1:before {
  content: '\eb90';
}

/* '' */
/* line 1001, ../sass/vendor/_fontello.scss */
.icon-scissors-outline:before {
  content: '\eb91';
}

/* '' */
/* line 1002, ../sass/vendor/_fontello.scss */
.icon-scissors-1:before {
  content: '\eb92';
}

/* '' */
/* line 1003, ../sass/vendor/_fontello.scss */
.icon-flask:before {
  content: '\eb93';
}

/* '' */
/* line 1004, ../sass/vendor/_fontello.scss */
.icon-wine:before {
  content: '\eb94';
}

/* '' */
/* line 1005, ../sass/vendor/_fontello.scss */
.icon-coffee-1:before {
  content: '\eb95';
}

/* '' */
/* line 1006, ../sass/vendor/_fontello.scss */
.icon-beer-1:before {
  content: '\eb96';
}

/* '' */
/* line 1007, ../sass/vendor/_fontello.scss */
.icon-anchor-outline:before {
  content: '\eb97';
}

/* '' */
/* line 1008, ../sass/vendor/_fontello.scss */
.icon-anchor-1:before {
  content: '\eb98';
}

/* '' */
/* line 1009, ../sass/vendor/_fontello.scss */
.icon-puzzle-outline:before {
  content: '\eb99';
}

/* '' */
/* line 1010, ../sass/vendor/_fontello.scss */
.icon-puzzle-1:before {
  content: '\eb9a';
}

/* '' */
/* line 1011, ../sass/vendor/_fontello.scss */
.icon-tree:before {
  content: '\eb9b';
}

/* '' */
/* line 1012, ../sass/vendor/_fontello.scss */
.icon-calculator:before {
  content: '\eb9c';
}

/* '' */
/* line 1013, ../sass/vendor/_fontello.scss */
.icon-infinity-outline:before {
  content: '\eb9d';
}

/* '' */
/* line 1014, ../sass/vendor/_fontello.scss */
.icon-infinity-1:before {
  content: '\eb9e';
}

/* '' */
/* line 1015, ../sass/vendor/_fontello.scss */
.icon-pi-outline:before {
  content: '\eb9f';
}

/* '' */
/* line 1016, ../sass/vendor/_fontello.scss */
.icon-pi:before {
  content: '\eba0';
}

/* '' */
/* line 1017, ../sass/vendor/_fontello.scss */
.icon-at:before {
  content: '\eba1';
}

/* '' */
/* line 1018, ../sass/vendor/_fontello.scss */
.icon-at-circled:before {
  content: '\eba2';
}

/* '' */
/* line 1019, ../sass/vendor/_fontello.scss */
.icon-looped-square-outline:before {
  content: '\eba3';
}

/* '' */
/* line 1020, ../sass/vendor/_fontello.scss */
.icon-looped-square-interest:before {
  content: '\eba4';
}

/* '' */
/* line 1021, ../sass/vendor/_fontello.scss */
.icon-sort-alphabet-outline:before {
  content: '\eba5';
}

/* '' */
/* line 1022, ../sass/vendor/_fontello.scss */
.icon-sort-alphabet:before {
  content: '\eba6';
}

/* '' */
/* line 1023, ../sass/vendor/_fontello.scss */
.icon-sort-numeric-outline:before {
  content: '\eba7';
}

/* '' */
/* line 1024, ../sass/vendor/_fontello.scss */
.icon-sort-numeric:before {
  content: '\eba8';
}

/* '' */
/* line 1025, ../sass/vendor/_fontello.scss */
.icon-dribbble-circled-1:before {
  content: '\eba9';
}

/* '' */
/* line 1026, ../sass/vendor/_fontello.scss */
.icon-dribbble-2:before {
  content: '\ebaa';
}

/* '' */
/* line 1027, ../sass/vendor/_fontello.scss */
.icon-facebook-circled-1:before {
  content: '\ebab';
}

/* '' */
/* line 1028, ../sass/vendor/_fontello.scss */
.icon-facebook-2:before {
  content: '\ebac';
}

/* '' */
/* line 1029, ../sass/vendor/_fontello.scss */
.icon-flickr-circled-1:before {
  content: '\ebad';
}

/* '' */
/* line 1030, ../sass/vendor/_fontello.scss */
.icon-flickr-2:before {
  content: '\ebae';
}

/* '' */
/* line 1031, ../sass/vendor/_fontello.scss */
.icon-github-circled-2:before {
  content: '\ebaf';
}

/* '' */
/* line 1032, ../sass/vendor/_fontello.scss */
.icon-github-2:before {
  content: '\ebb0';
}

/* '' */
/* line 1033, ../sass/vendor/_fontello.scss */
.icon-lastfm-circled-1:before {
  content: '\ebb1';
}

/* '' */
/* line 1034, ../sass/vendor/_fontello.scss */
.icon-lastfm-1:before {
  content: '\ebb2';
}

/* '' */
/* line 1035, ../sass/vendor/_fontello.scss */
.icon-linkedin-circled-1:before {
  content: '\ebb3';
}

/* '' */
/* line 1036, ../sass/vendor/_fontello.scss */
.icon-linkedin-2:before {
  content: '\ebb4';
}

/* '' */
/* line 1037, ../sass/vendor/_fontello.scss */
.icon-pinterest-circled-2:before {
  content: '\ebb5';
}

/* '' */
/* line 1038, ../sass/vendor/_fontello.scss */
.icon-pinterest-1:before {
  content: '\ebb6';
}

/* '' */
/* line 1039, ../sass/vendor/_fontello.scss */
.icon-skype-outline:before {
  content: '\ebb7';
}

/* '' */
/* line 1040, ../sass/vendor/_fontello.scss */
.icon-skype-2:before {
  content: '\ebb8';
}

/* '' */
/* line 1041, ../sass/vendor/_fontello.scss */
.icon-tumbler-circled:before {
  content: '\ebb9';
}

/* '' */
/* line 1042, ../sass/vendor/_fontello.scss */
.icon-tumbler:before {
  content: '\ebba';
}

/* '' */
/* line 1043, ../sass/vendor/_fontello.scss */
.icon-twitter-circled-1:before {
  content: '\ebbb';
}

/* '' */
/* line 1044, ../sass/vendor/_fontello.scss */
.icon-twitter-2:before {
  content: '\ebbc';
}

/* '' */
/* line 1045, ../sass/vendor/_fontello.scss */
.icon-vimeo-circled-1:before {
  content: '\ebbd';
}

/* '' */
/* line 1046, ../sass/vendor/_fontello.scss */
.icon-vimeo-1:before {
  content: '\ebbe';
}

/* '' */
/* line 1047, ../sass/vendor/_fontello.scss */
.icon-search-3:before {
  content: '\ebbf';
}

/* '' */
/* line 1048, ../sass/vendor/_fontello.scss */
.icon-mail-3:before {
  content: '\ebc0';
}

/* '' */
/* line 1049, ../sass/vendor/_fontello.scss */
.icon-heart-3:before {
  content: '\ebc1';
}

/* '' */
/* line 1050, ../sass/vendor/_fontello.scss */
.icon-heart-empty-2:before {
  content: '\ebc2';
}

/* '' */
/* line 1051, ../sass/vendor/_fontello.scss */
.icon-star-3:before {
  content: '\ebc3';
}

/* '' */
/* line 1052, ../sass/vendor/_fontello.scss */
.icon-user-3:before {
  content: '\ebc4';
}

/* '' */
/* line 1053, ../sass/vendor/_fontello.scss */
.icon-video-3:before {
  content: '\ebc5';
}

/* '' */
/* line 1054, ../sass/vendor/_fontello.scss */
.icon-picture-3:before {
  content: '\ebc6';
}

/* '' */
/* line 1055, ../sass/vendor/_fontello.scss */
.icon-camera-3:before {
  content: '\ebc7';
}

/* '' */
/* line 1056, ../sass/vendor/_fontello.scss */
.icon-ok-2:before {
  content: '\ebc8';
}

/* '' */
/* line 1057, ../sass/vendor/_fontello.scss */
.icon-ok-circle:before {
  content: '\ebc9';
}

/* '' */
/* line 1058, ../sass/vendor/_fontello.scss */
.icon-cancel-3:before {
  content: '\ebca';
}

/* '' */
/* line 1059, ../sass/vendor/_fontello.scss */
.icon-cancel-circle:before {
  content: '\ebcb';
}

/* '' */
/* line 1060, ../sass/vendor/_fontello.scss */
.icon-plus-3:before {
  content: '\ebcc';
}

/* '' */
/* line 1061, ../sass/vendor/_fontello.scss */
.icon-plus-circle:before {
  content: '\ebcd';
}

/* '' */
/* line 1062, ../sass/vendor/_fontello.scss */
.icon-minus-3:before {
  content: '\ebce';
}

/* '' */
/* line 1063, ../sass/vendor/_fontello.scss */
.icon-minus-circle:before {
  content: '\ebcf';
}

/* '' */
/* line 1064, ../sass/vendor/_fontello.scss */
.icon-help-2:before {
  content: '\ebd0';
}

/* '' */
/* line 1065, ../sass/vendor/_fontello.scss */
.icon-info-3:before {
  content: '\ebd1';
}

/* '' */
/* line 1066, ../sass/vendor/_fontello.scss */
.icon-home-3:before {
  content: '\ebd2';
}

/* '' */
/* line 1067, ../sass/vendor/_fontello.scss */
.icon-link-3:before {
  content: '\ebd3';
}

/* '' */
/* line 1068, ../sass/vendor/_fontello.scss */
.icon-attach-3:before {
  content: '\ebd4';
}

/* '' */
/* line 1069, ../sass/vendor/_fontello.scss */
.icon-lock-3:before {
  content: '\ebd5';
}

/* '' */
/* line 1070, ../sass/vendor/_fontello.scss */
.icon-lock-empty:before {
  content: '\ebd6';
}

/* '' */
/* line 1071, ../sass/vendor/_fontello.scss */
.icon-lock-open-3:before {
  content: '\ebd7';
}

/* '' */
/* line 1072, ../sass/vendor/_fontello.scss */
.icon-lock-open-empty:before {
  content: '\ebd8';
}

/* '' */
/* line 1073, ../sass/vendor/_fontello.scss */
.icon-pin-2:before {
  content: '\ebd9';
}

/* '' */
/* line 1074, ../sass/vendor/_fontello.scss */
.icon-eye-3:before {
  content: '\ebda';
}

/* '' */
/* line 1075, ../sass/vendor/_fontello.scss */
.icon-tag-3:before {
  content: '\ebdb';
}

/* '' */
/* line 1076, ../sass/vendor/_fontello.scss */
.icon-tag-empty:before {
  content: '\ebdc';
}

/* '' */
/* line 1077, ../sass/vendor/_fontello.scss */
.icon-download-3:before {
  content: '\ebdd';
}

/* '' */
/* line 1078, ../sass/vendor/_fontello.scss */
.icon-upload-3:before {
  content: '\ebde';
}

/* '' */
/* line 1079, ../sass/vendor/_fontello.scss */
.icon-download-cloud-1:before {
  content: '\ebdf';
}

/* '' */
/* line 1080, ../sass/vendor/_fontello.scss */
.icon-upload-cloud-3:before {
  content: '\ebe0';
}

/* '' */
/* line 1081, ../sass/vendor/_fontello.scss */
.icon-quote-left-1:before {
  content: '\ebe1';
}

/* '' */
/* line 1082, ../sass/vendor/_fontello.scss */
.icon-quote-right-1:before {
  content: '\ebe2';
}

/* '' */
/* line 1083, ../sass/vendor/_fontello.scss */
.icon-quote-left-alt:before {
  content: '\ebe3';
}

/* '' */
/* line 1084, ../sass/vendor/_fontello.scss */
.icon-quote-right-alt:before {
  content: '\ebe4';
}

/* '' */
/* line 1085, ../sass/vendor/_fontello.scss */
.icon-pencil-3:before {
  content: '\ebe5';
}

/* '' */
/* line 1086, ../sass/vendor/_fontello.scss */
.icon-pencil-neg:before {
  content: '\ebe6';
}

/* '' */
/* line 1087, ../sass/vendor/_fontello.scss */
.icon-pencil-alt:before {
  content: '\ebe7';
}

/* '' */
/* line 1088, ../sass/vendor/_fontello.scss */
.icon-undo:before {
  content: '\ebe8';
}

/* '' */
/* line 1089, ../sass/vendor/_fontello.scss */
.icon-comment-3:before {
  content: '\ebe9';
}

/* '' */
/* line 1090, ../sass/vendor/_fontello.scss */
.icon-comment-inv:before {
  content: '\ebea';
}

/* '' */
/* line 1091, ../sass/vendor/_fontello.scss */
.icon-comment-alt:before {
  content: '\ebeb';
}

/* '' */
/* line 1092, ../sass/vendor/_fontello.scss */
.icon-comment-inv-alt:before {
  content: '\ebec';
}

/* '' */
/* line 1093, ../sass/vendor/_fontello.scss */
.icon-comment-alt2:before {
  content: '\ebed';
}

/* '' */
/* line 1094, ../sass/vendor/_fontello.scss */
.icon-comment-inv-alt2:before {
  content: '\ebee';
}

/* '' */
/* line 1095, ../sass/vendor/_fontello.scss */
.icon-chat-3:before {
  content: '\ebef';
}

/* '' */
/* line 1096, ../sass/vendor/_fontello.scss */
.icon-chat-inv:before {
  content: '\ebf0';
}

/* '' */
/* line 1097, ../sass/vendor/_fontello.scss */
.icon-location-3:before {
  content: '\ebf1';
}

/* '' */
/* line 1098, ../sass/vendor/_fontello.scss */
.icon-location-inv:before {
  content: '\ebf2';
}

/* '' */
/* line 1099, ../sass/vendor/_fontello.scss */
.icon-location-alt:before {
  content: '\ebf3';
}

/* '' */
/* line 1100, ../sass/vendor/_fontello.scss */
.icon-compass-3:before {
  content: '\ebf4';
}

/* '' */
/* line 1101, ../sass/vendor/_fontello.scss */
.icon-trash-3:before {
  content: '\ebf5';
}

/* '' */
/* line 1102, ../sass/vendor/_fontello.scss */
.icon-trash-empty:before {
  content: '\ebf6';
}

/* '' */
/* line 1103, ../sass/vendor/_fontello.scss */
.icon-doc-3:before {
  content: '\ebf7';
}

/* '' */
/* line 1104, ../sass/vendor/_fontello.scss */
.icon-doc-inv-1:before {
  content: '\ebf8';
}

/* '' */
/* line 1105, ../sass/vendor/_fontello.scss */
.icon-doc-alt:before {
  content: '\ebf9';
}

/* '' */
/* line 1106, ../sass/vendor/_fontello.scss */
.icon-doc-inv-alt:before {
  content: '\ebfa';
}

/* '' */
/* line 1107, ../sass/vendor/_fontello.scss */
.icon-article:before {
  content: '\ebfb';
}

/* '' */
/* line 1108, ../sass/vendor/_fontello.scss */
.icon-article-alt:before {
  content: '\ebfc';
}

/* '' */
/* line 1109, ../sass/vendor/_fontello.scss */
.icon-book-open-1:before {
  content: '\ebfd';
}

/* '' */
/* line 1110, ../sass/vendor/_fontello.scss */
.icon-folder-3:before {
  content: '\ebfe';
}

/* '' */
/* line 1111, ../sass/vendor/_fontello.scss */
.icon-folder-empty-1:before {
  content: '\ebff';
}

/* '' */
/* line 1112, ../sass/vendor/_fontello.scss */
.icon-box-3:before {
  content: '\ec00';
}

/* '' */
/* line 1113, ../sass/vendor/_fontello.scss */
.icon-rss-3:before {
  content: '\ec01';
}

/* '' */
/* line 1114, ../sass/vendor/_fontello.scss */
.icon-rss-alt:before {
  content: '\ec02';
}

/* '' */
/* line 1115, ../sass/vendor/_fontello.scss */
.icon-cog-3:before {
  content: '\ec03';
}

/* '' */
/* line 1116, ../sass/vendor/_fontello.scss */
.icon-wrench-2:before {
  content: '\ec04';
}

/* '' */
/* line 1117, ../sass/vendor/_fontello.scss */
.icon-share-1:before {
  content: '\ec05';
}

/* '' */
/* line 1118, ../sass/vendor/_fontello.scss */
.icon-calendar-3:before {
  content: '\ec06';
}

/* '' */
/* line 1119, ../sass/vendor/_fontello.scss */
.icon-calendar-inv:before {
  content: '\ec07';
}

/* '' */
/* line 1120, ../sass/vendor/_fontello.scss */
.icon-calendar-alt:before {
  content: '\ec08';
}

/* '' */
/* line 1121, ../sass/vendor/_fontello.scss */
.icon-mic-3:before {
  content: '\ec09';
}

/* '' */
/* line 1122, ../sass/vendor/_fontello.scss */
.icon-volume-off-2:before {
  content: '\ec0a';
}

/* '' */
/* line 1123, ../sass/vendor/_fontello.scss */
.icon-volume-up-1:before {
  content: '\ec0b';
}

/* '' */
/* line 1124, ../sass/vendor/_fontello.scss */
.icon-headphones-2:before {
  content: '\ec0c';
}

/* '' */
/* line 1125, ../sass/vendor/_fontello.scss */
.icon-clock-3:before {
  content: '\ec0d';
}

/* '' */
/* line 1126, ../sass/vendor/_fontello.scss */
.icon-lamp-1:before {
  content: '\ec0e';
}

/* '' */
/* line 1127, ../sass/vendor/_fontello.scss */
.icon-block-3:before {
  content: '\ec0f';
}

/* '' */
/* line 1128, ../sass/vendor/_fontello.scss */
.icon-resize-full-3:before {
  content: '\ec10';
}

/* '' */
/* line 1129, ../sass/vendor/_fontello.scss */
.icon-resize-full-alt-1:before {
  content: '\ec11';
}

/* '' */
/* line 1130, ../sass/vendor/_fontello.scss */
.icon-resize-small-2:before {
  content: '\ec12';
}

/* '' */
/* line 1131, ../sass/vendor/_fontello.scss */
.icon-resize-small-alt:before {
  content: '\ec13';
}

/* '' */
/* line 1132, ../sass/vendor/_fontello.scss */
.icon-resize-vertical-1:before {
  content: '\ec14';
}

/* '' */
/* line 1133, ../sass/vendor/_fontello.scss */
.icon-resize-horizontal-1:before {
  content: '\ec15';
}

/* '' */
/* line 1134, ../sass/vendor/_fontello.scss */
.icon-move-2:before {
  content: '\ec16';
}

/* '' */
/* line 1135, ../sass/vendor/_fontello.scss */
.icon-popup-3:before {
  content: '\ec17';
}

/* '' */
/* line 1136, ../sass/vendor/_fontello.scss */
.icon-down-3:before {
  content: '\ec18';
}

/* '' */
/* line 1137, ../sass/vendor/_fontello.scss */
.icon-left-3:before {
  content: '\ec19';
}

/* '' */
/* line 1138, ../sass/vendor/_fontello.scss */
.icon-right-3:before {
  content: '\ec1a';
}

/* '' */
/* line 1139, ../sass/vendor/_fontello.scss */
.icon-up-3:before {
  content: '\ec1b';
}

/* '' */
/* line 1140, ../sass/vendor/_fontello.scss */
.icon-down-circle:before {
  content: '\ec1c';
}

/* '' */
/* line 1141, ../sass/vendor/_fontello.scss */
.icon-left-circle:before {
  content: '\ec1d';
}

/* '' */
/* line 1142, ../sass/vendor/_fontello.scss */
.icon-right-circle:before {
  content: '\ec1e';
}

/* '' */
/* line 1143, ../sass/vendor/_fontello.scss */
.icon-up-circle:before {
  content: '\ec1f';
}

/* '' */
/* line 1144, ../sass/vendor/_fontello.scss */
.icon-cw-3:before {
  content: '\ec20';
}

/* '' */
/* line 1145, ../sass/vendor/_fontello.scss */
.icon-loop-2:before {
  content: '\ec21';
}

/* '' */
/* line 1146, ../sass/vendor/_fontello.scss */
.icon-loop-alt-1:before {
  content: '\ec22';
}

/* '' */
/* line 1147, ../sass/vendor/_fontello.scss */
.icon-exchange-1:before {
  content: '\ec23';
}

/* '' */
/* line 1148, ../sass/vendor/_fontello.scss */
.icon-split:before {
  content: '\ec24';
}

/* '' */
/* line 1149, ../sass/vendor/_fontello.scss */
.icon-arrow-curved:before {
  content: '\ec25';
}

/* '' */
/* line 1150, ../sass/vendor/_fontello.scss */
.icon-play-3:before {
  content: '\ec26';
}

/* '' */
/* line 1151, ../sass/vendor/_fontello.scss */
.icon-play-circle2:before {
  content: '\ec27';
}

/* '' */
/* line 1152, ../sass/vendor/_fontello.scss */
.icon-stop-3:before {
  content: '\ec28';
}

/* '' */
/* line 1153, ../sass/vendor/_fontello.scss */
.icon-pause-3:before {
  content: '\ec29';
}

/* '' */
/* line 1154, ../sass/vendor/_fontello.scss */
.icon-to-start-2:before {
  content: '\ec2a';
}

/* '' */
/* line 1155, ../sass/vendor/_fontello.scss */
.icon-to-end-2:before {
  content: '\ec2b';
}

/* '' */
/* line 1156, ../sass/vendor/_fontello.scss */
.icon-eject-2:before {
  content: '\ec2c';
}

/* '' */
/* line 1157, ../sass/vendor/_fontello.scss */
.icon-target-3:before {
  content: '\ec2d';
}

/* '' */
/* line 1158, ../sass/vendor/_fontello.scss */
.icon-signal-2:before {
  content: '\ec2e';
}

/* '' */
/* line 1159, ../sass/vendor/_fontello.scss */
.icon-award-1:before {
  content: '\ec2f';
}

/* '' */
/* line 1160, ../sass/vendor/_fontello.scss */
.icon-award-empty:before {
  content: '\ec30';
}

/* '' */
/* line 1161, ../sass/vendor/_fontello.scss */
.icon-list-2:before {
  content: '\ec31';
}

/* '' */
/* line 1162, ../sass/vendor/_fontello.scss */
.icon-list-nested:before {
  content: '\ec32';
}

/* '' */
/* line 1163, ../sass/vendor/_fontello.scss */
.icon-bat-empty:before {
  content: '\ec33';
}

/* '' */
/* line 1164, ../sass/vendor/_fontello.scss */
.icon-bat-half:before {
  content: '\ec34';
}

/* '' */
/* line 1165, ../sass/vendor/_fontello.scss */
.icon-bat-full:before {
  content: '\ec35';
}

/* '' */
/* line 1166, ../sass/vendor/_fontello.scss */
.icon-bat-charge-1:before {
  content: '\ec36';
}

/* '' */
/* line 1167, ../sass/vendor/_fontello.scss */
.icon-mobile-3:before {
  content: '\ec37';
}

/* '' */
/* line 1168, ../sass/vendor/_fontello.scss */
.icon-cd-1:before {
  content: '\ec38';
}

/* '' */
/* line 1169, ../sass/vendor/_fontello.scss */
.icon-equalizer:before {
  content: '\ec39';
}

/* '' */
/* line 1170, ../sass/vendor/_fontello.scss */
.icon-cursor:before {
  content: '\ec3a';
}

/* '' */
/* line 1171, ../sass/vendor/_fontello.scss */
.icon-aperture:before {
  content: '\ec3b';
}

/* '' */
/* line 1172, ../sass/vendor/_fontello.scss */
.icon-aperture-alt:before {
  content: '\ec3c';
}

/* '' */
/* line 1173, ../sass/vendor/_fontello.scss */
.icon-steering-wheel:before {
  content: '\ec3d';
}

/* '' */
/* line 1174, ../sass/vendor/_fontello.scss */
.icon-book-2:before {
  content: '\ec3e';
}

/* '' */
/* line 1175, ../sass/vendor/_fontello.scss */
.icon-book-alt:before {
  content: '\ec3f';
}

/* '' */
/* line 1176, ../sass/vendor/_fontello.scss */
.icon-brush-2:before {
  content: '\ec40';
}

/* '' */
/* line 1177, ../sass/vendor/_fontello.scss */
.icon-brush-alt:before {
  content: '\ec41';
}

/* '' */
/* line 1178, ../sass/vendor/_fontello.scss */
.icon-eyedropper:before {
  content: '\ec42';
}

/* '' */
/* line 1179, ../sass/vendor/_fontello.scss */
.icon-layers:before {
  content: '\ec43';
}

/* '' */
/* line 1180, ../sass/vendor/_fontello.scss */
.icon-layers-alt:before {
  content: '\ec44';
}

/* '' */
/* line 1181, ../sass/vendor/_fontello.scss */
.icon-sun-2:before {
  content: '\ec45';
}

/* '' */
/* line 1182, ../sass/vendor/_fontello.scss */
.icon-sun-inv:before {
  content: '\ec46';
}

/* '' */
/* line 1183, ../sass/vendor/_fontello.scss */
.icon-cloud-3:before {
  content: '\ec47';
}

/* '' */
/* line 1184, ../sass/vendor/_fontello.scss */
.icon-rain-1:before {
  content: '\ec48';
}

/* '' */
/* line 1185, ../sass/vendor/_fontello.scss */
.icon-flash-3:before {
  content: '\ec49';
}

/* '' */
/* line 1186, ../sass/vendor/_fontello.scss */
.icon-moon-3:before {
  content: '\ec4a';
}

/* '' */
/* line 1187, ../sass/vendor/_fontello.scss */
.icon-moon-inv:before {
  content: '\ec4b';
}

/* '' */
/* line 1188, ../sass/vendor/_fontello.scss */
.icon-umbrella-1:before {
  content: '\ec4c';
}

/* '' */
/* line 1189, ../sass/vendor/_fontello.scss */
.icon-chart-bar-3:before {
  content: '\ec4d';
}

/* '' */
/* line 1190, ../sass/vendor/_fontello.scss */
.icon-chart-pie-2:before {
  content: '\ec4e';
}

/* '' */
/* line 1191, ../sass/vendor/_fontello.scss */
.icon-chart-pie-alt:before {
  content: '\ec4f';
}

/* '' */
/* line 1192, ../sass/vendor/_fontello.scss */
.icon-key-3:before {
  content: '\ec50';
}

/* '' */
/* line 1193, ../sass/vendor/_fontello.scss */
.icon-key-inv:before {
  content: '\ec51';
}

/* '' */
/* line 1194, ../sass/vendor/_fontello.scss */
.icon-hash:before {
  content: '\ec52';
}

/* '' */
/* line 1195, ../sass/vendor/_fontello.scss */
.icon-at-1:before {
  content: '\ec53';
}

/* '' */
/* line 1196, ../sass/vendor/_fontello.scss */
.icon-pilcrow:before {
  content: '\ec54';
}

/* '' */
/* line 1197, ../sass/vendor/_fontello.scss */
.icon-dial:before {
  content: '\ec55';
}

/* '' */
/* line 1198, ../sass/vendor/_fontello.scss */
.icon-search-4:before {
  content: '\ec56';
}

/* '' */
/* line 1199, ../sass/vendor/_fontello.scss */
.icon-mail-4:before {
  content: '\ec57';
}

/* '' */
/* line 1200, ../sass/vendor/_fontello.scss */
.icon-heart-4:before {
  content: '\ec58';
}

/* '' */
/* line 1201, ../sass/vendor/_fontello.scss */
.icon-star-4:before {
  content: '\ec59';
}

/* '' */
/* line 1202, ../sass/vendor/_fontello.scss */
.icon-user-4:before {
  content: '\ec5a';
}

/* '' */
/* line 1203, ../sass/vendor/_fontello.scss */
.icon-user-woman:before {
  content: '\ec5b';
}

/* '' */
/* line 1204, ../sass/vendor/_fontello.scss */
.icon-user-pair:before {
  content: '\ec5c';
}

/* '' */
/* line 1205, ../sass/vendor/_fontello.scss */
.icon-video-alt:before {
  content: '\ec5d';
}

/* '' */
/* line 1206, ../sass/vendor/_fontello.scss */
.icon-videocam-2:before {
  content: '\ec5e';
}

/* '' */
/* line 1207, ../sass/vendor/_fontello.scss */
.icon-videocam-alt:before {
  content: '\ec5f';
}

/* '' */
/* line 1208, ../sass/vendor/_fontello.scss */
.icon-camera-4:before {
  content: '\ec60';
}

/* '' */
/* line 1209, ../sass/vendor/_fontello.scss */
.icon-th-2:before {
  content: '\ec61';
}

/* '' */
/* line 1210, ../sass/vendor/_fontello.scss */
.icon-th-list-2:before {
  content: '\ec62';
}

/* '' */
/* line 1211, ../sass/vendor/_fontello.scss */
.icon-ok-3:before {
  content: '\ec63';
}

/* '' */
/* line 1212, ../sass/vendor/_fontello.scss */
.icon-cancel-4:before {
  content: '\ec64';
}

/* '' */
/* line 1213, ../sass/vendor/_fontello.scss */
.icon-cancel-circle-1:before {
  content: '\ec65';
}

/* '' */
/* line 1214, ../sass/vendor/_fontello.scss */
.icon-plus-4:before {
  content: '\ec66';
}

/* '' */
/* line 1215, ../sass/vendor/_fontello.scss */
.icon-home-4:before {
  content: '\ec67';
}

/* '' */
/* line 1216, ../sass/vendor/_fontello.scss */
.icon-lock-4:before {
  content: '\ec68';
}

/* '' */
/* line 1217, ../sass/vendor/_fontello.scss */
.icon-lock-open-4:before {
  content: '\ec69';
}

/* '' */
/* line 1218, ../sass/vendor/_fontello.scss */
.icon-eye-4:before {
  content: '\ec6a';
}

/* '' */
/* line 1219, ../sass/vendor/_fontello.scss */
.icon-tag-4:before {
  content: '\ec6b';
}

/* '' */
/* line 1220, ../sass/vendor/_fontello.scss */
.icon-thumbs-up-3:before {
  content: '\ec6c';
}

/* '' */
/* line 1221, ../sass/vendor/_fontello.scss */
.icon-thumbs-down-3:before {
  content: '\ec6d';
}

/* '' */
/* line 1222, ../sass/vendor/_fontello.scss */
.icon-download-4:before {
  content: '\ec6e';
}

/* '' */
/* line 1223, ../sass/vendor/_fontello.scss */
.icon-export-3:before {
  content: '\ec6f';
}

/* '' */
/* line 1224, ../sass/vendor/_fontello.scss */
.icon-pencil-4:before {
  content: '\ec70';
}

/* '' */
/* line 1225, ../sass/vendor/_fontello.scss */
.icon-pencil-alt-1:before {
  content: '\ec71';
}

/* '' */
/* line 1226, ../sass/vendor/_fontello.scss */
.icon-edit-2:before {
  content: '\ec72';
}

/* '' */
/* line 1227, ../sass/vendor/_fontello.scss */
.icon-chat-4:before {
  content: '\ec73';
}

/* '' */
/* line 1228, ../sass/vendor/_fontello.scss */
.icon-print-3:before {
  content: '\ec74';
}

/* '' */
/* line 1229, ../sass/vendor/_fontello.scss */
.icon-bell-3:before {
  content: '\ec75';
}

/* '' */
/* line 1230, ../sass/vendor/_fontello.scss */
.icon-attention-3:before {
  content: '\ec76';
}

/* '' */
/* line 1231, ../sass/vendor/_fontello.scss */
.icon-info-4:before {
  content: '\ec77';
}

/* '' */
/* line 1232, ../sass/vendor/_fontello.scss */
.icon-question:before {
  content: '\ec78';
}

/* '' */
/* line 1233, ../sass/vendor/_fontello.scss */
.icon-location-4:before {
  content: '\ec79';
}

/* '' */
/* line 1234, ../sass/vendor/_fontello.scss */
.icon-trash-4:before {
  content: '\ec7a';
}

/* '' */
/* line 1235, ../sass/vendor/_fontello.scss */
.icon-doc-4:before {
  content: '\ec7b';
}

/* '' */
/* line 1236, ../sass/vendor/_fontello.scss */
.icon-article-1:before {
  content: '\ec7c';
}

/* '' */
/* line 1237, ../sass/vendor/_fontello.scss */
.icon-article-alt-1:before {
  content: '\ec7d';
}

/* '' */
/* line 1238, ../sass/vendor/_fontello.scss */
.icon-rss-4:before {
  content: '\ec7e';
}

/* '' */
/* line 1239, ../sass/vendor/_fontello.scss */
.icon-wrench-3:before {
  content: '\ec7f';
}

/* '' */
/* line 1240, ../sass/vendor/_fontello.scss */
.icon-basket-3:before {
  content: '\ec80';
}

/* '' */
/* line 1241, ../sass/vendor/_fontello.scss */
.icon-basket-alt:before {
  content: '\ec81';
}

/* '' */
/* line 1242, ../sass/vendor/_fontello.scss */
.icon-calendar-4:before {
  content: '\ec82';
}

/* '' */
/* line 1243, ../sass/vendor/_fontello.scss */
.icon-calendar-alt-1:before {
  content: '\ec83';
}

/* '' */
/* line 1244, ../sass/vendor/_fontello.scss */
.icon-volume-off-3:before {
  content: '\ec84';
}

/* '' */
/* line 1245, ../sass/vendor/_fontello.scss */
.icon-volume-down-1:before {
  content: '\ec85';
}

/* '' */
/* line 1246, ../sass/vendor/_fontello.scss */
.icon-volume-up-2:before {
  content: '\ec86';
}

/* '' */
/* line 1247, ../sass/vendor/_fontello.scss */
.icon-bullhorn:before {
  content: '\ec87';
}

/* '' */
/* line 1248, ../sass/vendor/_fontello.scss */
.icon-clock-4:before {
  content: '\ec88';
}

/* '' */
/* line 1249, ../sass/vendor/_fontello.scss */
.icon-clock-alt:before {
  content: '\ec89';
}

/* '' */
/* line 1250, ../sass/vendor/_fontello.scss */
.icon-stop-4:before {
  content: '\ec8a';
}

/* '' */
/* line 1251, ../sass/vendor/_fontello.scss */
.icon-resize-full-4:before {
  content: '\ec8b';
}

/* '' */
/* line 1252, ../sass/vendor/_fontello.scss */
.icon-resize-small-3:before {
  content: '\ec8c';
}

/* '' */
/* line 1253, ../sass/vendor/_fontello.scss */
.icon-zoom-in-2:before {
  content: '\ec8d';
}

/* '' */
/* line 1254, ../sass/vendor/_fontello.scss */
.icon-zoom-out-2:before {
  content: '\ec8e';
}

/* '' */
/* line 1255, ../sass/vendor/_fontello.scss */
.icon-popup-4:before {
  content: '\ec8f';
}

/* '' */
/* line 1256, ../sass/vendor/_fontello.scss */
.icon-down-dir-2:before {
  content: '\ec90';
}

/* '' */
/* line 1257, ../sass/vendor/_fontello.scss */
.icon-left-dir-2:before {
  content: '\ec91';
}

/* '' */
/* line 1258, ../sass/vendor/_fontello.scss */
.icon-right-dir-2:before {
  content: '\ec92';
}

/* '' */
/* line 1259, ../sass/vendor/_fontello.scss */
.icon-up-dir-2:before {
  content: '\ec93';
}

/* '' */
/* line 1260, ../sass/vendor/_fontello.scss */
.icon-down-4:before {
  content: '\ec94';
}

/* '' */
/* line 1261, ../sass/vendor/_fontello.scss */
.icon-up-4:before {
  content: '\ec95';
}

/* '' */
/* line 1262, ../sass/vendor/_fontello.scss */
.icon-cw-4:before {
  content: '\ec96';
}

/* '' */
/* line 1263, ../sass/vendor/_fontello.scss */
.icon-signal-3:before {
  content: '\ec97';
}

/* '' */
/* line 1264, ../sass/vendor/_fontello.scss */
.icon-award-2:before {
  content: '\ec98';
}

/* '' */
/* line 1265, ../sass/vendor/_fontello.scss */
.icon-mobile-4:before {
  content: '\ec99';
}

/* '' */
/* line 1266, ../sass/vendor/_fontello.scss */
.icon-mobile-alt:before {
  content: '\ec9a';
}

/* '' */
/* line 1267, ../sass/vendor/_fontello.scss */
.icon-tablet-2:before {
  content: '\ec9b';
}

/* '' */
/* line 1268, ../sass/vendor/_fontello.scss */
.icon-ipod:before {
  content: '\ec9c';
}

/* '' */
/* line 1269, ../sass/vendor/_fontello.scss */
.icon-cd-2:before {
  content: '\ec9d';
}

/* '' */
/* line 1270, ../sass/vendor/_fontello.scss */
.icon-grid:before {
  content: '\ec9e';
}

/* '' */
/* line 1271, ../sass/vendor/_fontello.scss */
.icon-book-3:before {
  content: '\ec9f';
}

/* '' */
/* line 1272, ../sass/vendor/_fontello.scss */
.icon-easel:before {
  content: '\eca0';
}

/* '' */
/* line 1273, ../sass/vendor/_fontello.scss */
.icon-globe-3:before {
  content: '\eca1';
}

/* '' */
/* line 1274, ../sass/vendor/_fontello.scss */
.icon-chart-1:before {
  content: '\eca2';
}

/* '' */
/* line 1275, ../sass/vendor/_fontello.scss */
.icon-chart-bar-4:before {
  content: '\eca3';
}

/* '' */
/* line 1276, ../sass/vendor/_fontello.scss */
.icon-chart-pie-3:before {
  content: '\eca4';
}

/* '' */
/* line 1277, ../sass/vendor/_fontello.scss */
.icon-dollar-1:before {
  content: '\eca5';
}

/* '' */
/* line 1278, ../sass/vendor/_fontello.scss */
.icon-at-2:before {
  content: '\eca6';
}

/* '' */
/* line 1279, ../sass/vendor/_fontello.scss */
.icon-colon:before {
  content: '\eca7';
}

/* '' */
/* line 1280, ../sass/vendor/_fontello.scss */
.icon-semicolon:before {
  content: '\eca8';
}

/* '' */
/* line 1281, ../sass/vendor/_fontello.scss */
.icon-squares:before {
  content: '\eca9';
}

/* '' */
/* line 1282, ../sass/vendor/_fontello.scss */
.icon-money-1:before {
  content: '\ecaa';
}

/* '' */
/* line 1283, ../sass/vendor/_fontello.scss */
.icon-facebook-3:before {
  content: '\ecab';
}

/* '' */
/* line 1284, ../sass/vendor/_fontello.scss */
.icon-facebook-rect:before {
  content: '\ecac';
}

/* '' */
/* line 1285, ../sass/vendor/_fontello.scss */
.icon-twitter-3:before {
  content: '\ecad';
}

/* '' */
/* line 1286, ../sass/vendor/_fontello.scss */
.icon-twitter-bird:before {
  content: '\ecae';
}

/* '' */
/* line 1287, ../sass/vendor/_fontello.scss */
.icon-twitter-rect:before {
  content: '\ecaf';
}

/* '' */
/* line 1288, ../sass/vendor/_fontello.scss */
.icon-youtube-1:before {
  content: '\ecb0';
}

/* '' */
/* line 1289, ../sass/vendor/_fontello.scss */
.icon-windy-rain-inv:before {
  content: '\ecb1';
}

/* '' */
/* line 1290, ../sass/vendor/_fontello.scss */
.icon-snow-inv:before {
  content: '\ecb2';
}

/* '' */
/* line 1291, ../sass/vendor/_fontello.scss */
.icon-snow-heavy-inv:before {
  content: '\ecb3';
}

/* '' */
/* line 1292, ../sass/vendor/_fontello.scss */
.icon-hail-inv:before {
  content: '\ecb4';
}

/* '' */
/* line 1293, ../sass/vendor/_fontello.scss */
.icon-clouds-inv:before {
  content: '\ecb5';
}

/* '' */
/* line 1294, ../sass/vendor/_fontello.scss */
.icon-clouds-flash-inv:before {
  content: '\ecb6';
}

/* '' */
/* line 1295, ../sass/vendor/_fontello.scss */
.icon-temperature:before {
  content: '\ecb7';
}

/* '' */
/* line 1296, ../sass/vendor/_fontello.scss */
.icon-compass-4:before {
  content: '\ecb8';
}

/* '' */
/* line 1297, ../sass/vendor/_fontello.scss */
.icon-na:before {
  content: '\ecb9';
}

/* '' */
/* line 1298, ../sass/vendor/_fontello.scss */
.icon-celcius:before {
  content: '\ecba';
}

/* '' */
/* line 1299, ../sass/vendor/_fontello.scss */
.icon-fahrenheit:before {
  content: '\ecbb';
}

/* '' */
/* line 1300, ../sass/vendor/_fontello.scss */
.icon-clouds-flash-alt:before {
  content: '\ecbc';
}

/* '' */
/* line 1301, ../sass/vendor/_fontello.scss */
.icon-sun-inv-1:before {
  content: '\ecbd';
}

/* '' */
/* line 1302, ../sass/vendor/_fontello.scss */
.icon-moon-inv-1:before {
  content: '\ecbe';
}

/* '' */
/* line 1303, ../sass/vendor/_fontello.scss */
.icon-cloud-sun-inv:before {
  content: '\ecbf';
}

/* '' */
/* line 1304, ../sass/vendor/_fontello.scss */
.icon-cloud-moon-inv:before {
  content: '\ecc0';
}

/* '' */
/* line 1305, ../sass/vendor/_fontello.scss */
.icon-cloud-inv:before {
  content: '\ecc1';
}

/* '' */
/* line 1306, ../sass/vendor/_fontello.scss */
.icon-cloud-flash-inv:before {
  content: '\ecc2';
}

/* '' */
/* line 1307, ../sass/vendor/_fontello.scss */
.icon-drizzle-inv:before {
  content: '\ecc3';
}

/* '' */
/* line 1308, ../sass/vendor/_fontello.scss */
.icon-rain-inv:before {
  content: '\ecc4';
}

/* '' */
/* line 1309, ../sass/vendor/_fontello.scss */
.icon-windy-inv:before {
  content: '\ecc5';
}

/* '' */
/* line 1310, ../sass/vendor/_fontello.scss */
.icon-sunrise:before {
  content: '\ecc6';
}

/* '' */
/* line 1311, ../sass/vendor/_fontello.scss */
.icon-sun-3:before {
  content: '\ecc7';
}

/* '' */
/* line 1312, ../sass/vendor/_fontello.scss */
.icon-moon-4:before {
  content: '\ecc8';
}

/* '' */
/* line 1313, ../sass/vendor/_fontello.scss */
.icon-eclipse:before {
  content: '\ecc9';
}

/* '' */
/* line 1314, ../sass/vendor/_fontello.scss */
.icon-mist:before {
  content: '\ecca';
}

/* '' */
/* line 1315, ../sass/vendor/_fontello.scss */
.icon-wind-1:before {
  content: '\eccb';
}

/* '' */
/* line 1316, ../sass/vendor/_fontello.scss */
.icon-snowflake:before {
  content: '\eccc';
}

/* '' */
/* line 1317, ../sass/vendor/_fontello.scss */
.icon-cloud-sun-1:before {
  content: '\eccd';
}

/* '' */
/* line 1318, ../sass/vendor/_fontello.scss */
.icon-cloud-moon:before {
  content: '\ecce';
}

/* '' */
/* line 1319, ../sass/vendor/_fontello.scss */
.icon-fog-sun:before {
  content: '\eccf';
}

/* '' */
/* line 1320, ../sass/vendor/_fontello.scss */
.icon-fog-moon:before {
  content: '\ecd0';
}

/* '' */
/* line 1321, ../sass/vendor/_fontello.scss */
.icon-fog-cloud:before {
  content: '\ecd1';
}

/* '' */
/* line 1322, ../sass/vendor/_fontello.scss */
.icon-fog:before {
  content: '\ecd2';
}

/* '' */
/* line 1323, ../sass/vendor/_fontello.scss */
.icon-cloud-4:before {
  content: '\ecd3';
}

/* '' */
/* line 1324, ../sass/vendor/_fontello.scss */
.icon-cloud-flash-1:before {
  content: '\ecd4';
}

/* '' */
/* line 1325, ../sass/vendor/_fontello.scss */
.icon-cloud-flash-alt:before {
  content: '\ecd5';
}

/* '' */
/* line 1326, ../sass/vendor/_fontello.scss */
.icon-drizzle-1:before {
  content: '\ecd6';
}

/* '' */
/* line 1327, ../sass/vendor/_fontello.scss */
.icon-rain-2:before {
  content: '\ecd7';
}

/* '' */
/* line 1328, ../sass/vendor/_fontello.scss */
.icon-windy:before {
  content: '\ecd8';
}

/* '' */
/* line 1329, ../sass/vendor/_fontello.scss */
.icon-windy-rain:before {
  content: '\ecd9';
}

/* '' */
/* line 1330, ../sass/vendor/_fontello.scss */
.icon-snow-1:before {
  content: '\ecda';
}

/* '' */
/* line 1331, ../sass/vendor/_fontello.scss */
.icon-snow-alt:before {
  content: '\ecdb';
}

/* '' */
/* line 1332, ../sass/vendor/_fontello.scss */
.icon-snow-heavy:before {
  content: '\ecdc';
}

/* '' */
/* line 1333, ../sass/vendor/_fontello.scss */
.icon-hail:before {
  content: '\ecdd';
}

/* '' */
/* line 1334, ../sass/vendor/_fontello.scss */
.icon-clouds:before {
  content: '\ecde';
}

/* '' */
/* line 1335, ../sass/vendor/_fontello.scss */
.icon-clouds-flash:before {
  content: '\ecdf';
}

/* '' */
/* line 1336, ../sass/vendor/_fontello.scss */
.icon-search-5:before {
  content: '\ece0';
}

/* '' */
/* line 1337, ../sass/vendor/_fontello.scss */
.icon-mail-5:before {
  content: '\ece1';
}

/* '' */
/* line 1338, ../sass/vendor/_fontello.scss */
.icon-heart-5:before {
  content: '\ece2';
}

/* '' */
/* line 1339, ../sass/vendor/_fontello.scss */
.icon-heart-broken:before {
  content: '\ece3';
}

/* '' */
/* line 1340, ../sass/vendor/_fontello.scss */
.icon-star-5:before {
  content: '\ece4';
}

/* '' */
/* line 1341, ../sass/vendor/_fontello.scss */
.icon-star-empty-2:before {
  content: '\ece5';
}

/* '' */
/* line 1342, ../sass/vendor/_fontello.scss */
.icon-star-half-1:before {
  content: '\ece6';
}

/* '' */
/* line 1343, ../sass/vendor/_fontello.scss */
.icon-star-half_empty:before {
  content: '\ece7';
}

/* '' */
/* line 1344, ../sass/vendor/_fontello.scss */
.icon-user-5:before {
  content: '\ece8';
}

/* '' */
/* line 1345, ../sass/vendor/_fontello.scss */
.icon-user-male:before {
  content: '\ece9';
}

/* '' */
/* line 1346, ../sass/vendor/_fontello.scss */
.icon-user-female:before {
  content: '\ecea';
}

/* '' */
/* line 1347, ../sass/vendor/_fontello.scss */
.icon-users-3:before {
  content: '\eceb';
}

/* '' */
/* line 1348, ../sass/vendor/_fontello.scss */
.icon-movie:before {
  content: '\ecec';
}

/* '' */
/* line 1349, ../sass/vendor/_fontello.scss */
.icon-videocam-3:before {
  content: '\eced';
}

/* '' */
/* line 1350, ../sass/vendor/_fontello.scss */
.icon-isight:before {
  content: '\ecee';
}

/* '' */
/* line 1351, ../sass/vendor/_fontello.scss */
.icon-camera-5:before {
  content: '\ecef';
}

/* '' */
/* line 1352, ../sass/vendor/_fontello.scss */
.icon-menu-3:before {
  content: '\ecf0';
}

/* '' */
/* line 1353, ../sass/vendor/_fontello.scss */
.icon-th-thumb:before {
  content: '\ecf1';
}

/* '' */
/* line 1354, ../sass/vendor/_fontello.scss */
.icon-th-thumb-empty:before {
  content: '\ecf2';
}

/* '' */
/* line 1355, ../sass/vendor/_fontello.scss */
.icon-th-list-3:before {
  content: '\ecf3';
}

/* '' */
/* line 1356, ../sass/vendor/_fontello.scss */
.icon-ok-4:before {
  content: '\ecf4';
}

/* '' */
/* line 1357, ../sass/vendor/_fontello.scss */
.icon-ok-circled-1:before {
  content: '\ecf5';
}

/* '' */
/* line 1358, ../sass/vendor/_fontello.scss */
.icon-cancel-5:before {
  content: '\ecf6';
}

/* '' */
/* line 1359, ../sass/vendor/_fontello.scss */
.icon-cancel-circled-3:before {
  content: '\ecf7';
}

/* '' */
/* line 1360, ../sass/vendor/_fontello.scss */
.icon-plus-5:before {
  content: '\ecf8';
}

/* '' */
/* line 1361, ../sass/vendor/_fontello.scss */
.icon-help-circled-2:before {
  content: '\ecf9';
}

/* '' */
/* line 1362, ../sass/vendor/_fontello.scss */
.icon-help-circled-alt:before {
  content: '\ecfa';
}

/* '' */
/* line 1363, ../sass/vendor/_fontello.scss */
.icon-info-circled-2:before {
  content: '\ecfb';
}

/* '' */
/* line 1364, ../sass/vendor/_fontello.scss */
.icon-info-circled-alt:before {
  content: '\ecfc';
}

/* '' */
/* line 1365, ../sass/vendor/_fontello.scss */
.icon-home-5:before {
  content: '\ecfd';
}

/* '' */
/* line 1366, ../sass/vendor/_fontello.scss */
.icon-link-4:before {
  content: '\ecfe';
}

/* '' */
/* line 1367, ../sass/vendor/_fontello.scss */
.icon-attach-4:before {
  content: '\ecff';
}

/* '' */
/* line 1368, ../sass/vendor/_fontello.scss */
.icon-lock-5:before {
  content: '\ed00';
}

/* '' */
/* line 1369, ../sass/vendor/_fontello.scss */
.icon-lock-alt:before {
  content: '\ed01';
}

/* '' */
/* line 1370, ../sass/vendor/_fontello.scss */
.icon-lock-open-5:before {
  content: '\ed02';
}

/* '' */
/* line 1371, ../sass/vendor/_fontello.scss */
.icon-lock-open-alt-1:before {
  content: '\ed03';
}

/* '' */
/* line 1372, ../sass/vendor/_fontello.scss */
.icon-eye-5:before {
  content: '\ed04';
}

/* '' */
/* line 1373, ../sass/vendor/_fontello.scss */
.icon-download-5:before {
  content: '\ed05';
}

/* '' */
/* line 1374, ../sass/vendor/_fontello.scss */
.icon-upload-4:before {
  content: '\ed06';
}

/* '' */
/* line 1375, ../sass/vendor/_fontello.scss */
.icon-download-cloud-2:before {
  content: '\ed07';
}

/* '' */
/* line 1376, ../sass/vendor/_fontello.scss */
.icon-upload-cloud-4:before {
  content: '\ed08';
}

/* '' */
/* line 1377, ../sass/vendor/_fontello.scss */
.icon-reply-3:before {
  content: '\ed09';
}

/* '' */
/* line 1378, ../sass/vendor/_fontello.scss */
.icon-pencil-5:before {
  content: '\ed0a';
}

/* '' */
/* line 1379, ../sass/vendor/_fontello.scss */
.icon-export-4:before {
  content: '\ed0b';
}

/* '' */
/* line 1380, ../sass/vendor/_fontello.scss */
.icon-print-4:before {
  content: '\ed0c';
}

/* '' */
/* line 1381, ../sass/vendor/_fontello.scss */
.icon-retweet-2:before {
  content: '\ed0d';
}

/* '' */
/* line 1382, ../sass/vendor/_fontello.scss */
.icon-comment-4:before {
  content: '\ed0e';
}

/* '' */
/* line 1383, ../sass/vendor/_fontello.scss */
.icon-chat-5:before {
  content: '\ed0f';
}

/* '' */
/* line 1384, ../sass/vendor/_fontello.scss */
.icon-bell-4:before {
  content: '\ed10';
}

/* '' */
/* line 1385, ../sass/vendor/_fontello.scss */
.icon-attention-4:before {
  content: '\ed11';
}

/* '' */
/* line 1386, ../sass/vendor/_fontello.scss */
.icon-attention-alt-1:before {
  content: '\ed12';
}

/* '' */
/* line 1387, ../sass/vendor/_fontello.scss */
.icon-location-5:before {
  content: '\ed13';
}

/* '' */
/* line 1388, ../sass/vendor/_fontello.scss */
.icon-trash-5:before {
  content: '\ed14';
}

/* '' */
/* line 1389, ../sass/vendor/_fontello.scss */
.icon-doc-5:before {
  content: '\ed15';
}

/* '' */
/* line 1390, ../sass/vendor/_fontello.scss */
.icon-newspaper-1:before {
  content: '\ed16';
}

/* '' */
/* line 1391, ../sass/vendor/_fontello.scss */
.icon-folder-4:before {
  content: '\ed17';
}

/* '' */
/* line 1392, ../sass/vendor/_fontello.scss */
.icon-folder-open-1:before {
  content: '\ed18';
}

/* '' */
/* line 1393, ../sass/vendor/_fontello.scss */
.icon-folder-empty-2:before {
  content: '\ed19';
}

/* '' */
/* line 1394, ../sass/vendor/_fontello.scss */
.icon-folder-open-empty-1:before {
  content: '\ed1a';
}

/* '' */
/* line 1395, ../sass/vendor/_fontello.scss */
.icon-cog-4:before {
  content: '\ed1b';
}

/* '' */
/* line 1396, ../sass/vendor/_fontello.scss */
.icon-calendar-5:before {
  content: '\ed1c';
}

/* '' */
/* line 1397, ../sass/vendor/_fontello.scss */
.icon-login-2:before {
  content: '\ed1d';
}

/* '' */
/* line 1398, ../sass/vendor/_fontello.scss */
.icon-logout-2:before {
  content: '\ed1e';
}

/* '' */
/* line 1399, ../sass/vendor/_fontello.scss */
.icon-mic-4:before {
  content: '\ed1f';
}

/* '' */
/* line 1400, ../sass/vendor/_fontello.scss */
.icon-mic-off:before {
  content: '\ed20';
}

/* '' */
/* line 1401, ../sass/vendor/_fontello.scss */
.icon-clock-5:before {
  content: '\ed21';
}

/* '' */
/* line 1402, ../sass/vendor/_fontello.scss */
.icon-stopwatch-1:before {
  content: '\ed22';
}

/* '' */
/* line 1403, ../sass/vendor/_fontello.scss */
.icon-hourglass-1:before {
  content: '\ed23';
}

/* '' */
/* line 1404, ../sass/vendor/_fontello.scss */
.icon-zoom-in-3:before {
  content: '\ed24';
}

/* '' */
/* line 1405, ../sass/vendor/_fontello.scss */
.icon-zoom-out-3:before {
  content: '\ed25';
}

/* '' */
/* line 1406, ../sass/vendor/_fontello.scss */
.icon-down-open-2:before {
  content: '\ed26';
}

/* '' */
/* line 1407, ../sass/vendor/_fontello.scss */
.icon-left-open-3:before {
  content: '\ed27';
}

/* '' */
/* line 1408, ../sass/vendor/_fontello.scss */
.icon-right-open-3:before {
  content: '\ed28';
}

/* '' */
/* line 1409, ../sass/vendor/_fontello.scss */
.icon-up-open-2:before {
  content: '\ed29';
}

/* '' */
/* line 1410, ../sass/vendor/_fontello.scss */
.icon-down-5:before {
  content: '\ed2a';
}

/* '' */
/* line 1411, ../sass/vendor/_fontello.scss */
.icon-left-4:before {
  content: '\ed2b';
}

/* '' */
/* line 1412, ../sass/vendor/_fontello.scss */
.icon-right-4:before {
  content: '\ed2c';
}

/* '' */
/* line 1413, ../sass/vendor/_fontello.scss */
.icon-up-5:before {
  content: '\ed2d';
}

/* '' */
/* line 1414, ../sass/vendor/_fontello.scss */
.icon-down-bold-1:before {
  content: '\ed2e';
}

/* '' */
/* line 1415, ../sass/vendor/_fontello.scss */
.icon-left-bold-1:before {
  content: '\ed2f';
}

/* '' */
/* line 1416, ../sass/vendor/_fontello.scss */
.icon-right-bold-1:before {
  content: '\ed30';
}

/* '' */
/* line 1417, ../sass/vendor/_fontello.scss */
.icon-up-bold-1:before {
  content: '\ed31';
}

/* '' */
/* line 1418, ../sass/vendor/_fontello.scss */
.icon-down-fat:before {
  content: '\ed32';
}

/* '' */
/* line 1419, ../sass/vendor/_fontello.scss */
.icon-left-fat:before {
  content: '\ed33';
}

/* '' */
/* line 1420, ../sass/vendor/_fontello.scss */
.icon-right-fat:before {
  content: '\ed34';
}

/* '' */
/* line 1421, ../sass/vendor/_fontello.scss */
.icon-up-fat:before {
  content: '\ed35';
}

/* '' */
/* line 1422, ../sass/vendor/_fontello.scss */
.icon-ccw-2:before {
  content: '\ed36';
}

/* '' */
/* line 1423, ../sass/vendor/_fontello.scss */
.icon-shuffle-3:before {
  content: '\ed37';
}

/* '' */
/* line 1424, ../sass/vendor/_fontello.scss */
.icon-play-4:before {
  content: '\ed38';
}

/* '' */
/* line 1425, ../sass/vendor/_fontello.scss */
.icon-pause-4:before {
  content: '\ed39';
}

/* '' */
/* line 1426, ../sass/vendor/_fontello.scss */
.icon-stop-5:before {
  content: '\ed3a';
}

/* '' */
/* line 1427, ../sass/vendor/_fontello.scss */
.icon-to-end-3:before {
  content: '\ed3b';
}

/* '' */
/* line 1428, ../sass/vendor/_fontello.scss */
.icon-to-start-3:before {
  content: '\ed3c';
}

/* '' */
/* line 1429, ../sass/vendor/_fontello.scss */
.icon-fast-forward-1:before {
  content: '\ed3d';
}

/* '' */
/* line 1430, ../sass/vendor/_fontello.scss */
.icon-fast-backward-1:before {
  content: '\ed3e';
}

/* '' */
/* line 1431, ../sass/vendor/_fontello.scss */
.icon-trophy-1:before {
  content: '\ed3f';
}

/* '' */
/* line 1432, ../sass/vendor/_fontello.scss */
.icon-monitor-1:before {
  content: '\ed40';
}

/* '' */
/* line 1433, ../sass/vendor/_fontello.scss */
.icon-tablet-3:before {
  content: '\ed41';
}

/* '' */
/* line 1434, ../sass/vendor/_fontello.scss */
.icon-mobile-5:before {
  content: '\ed42';
}

/* '' */
/* line 1435, ../sass/vendor/_fontello.scss */
.icon-data-science:before {
  content: '\ed43';
}

/* '' */
/* line 1436, ../sass/vendor/_fontello.scss */
.icon-data-science-inv:before {
  content: '\ed44';
}

/* '' */
/* line 1437, ../sass/vendor/_fontello.scss */
.icon-inbox-2:before {
  content: '\ed45';
}

/* '' */
/* line 1438, ../sass/vendor/_fontello.scss */
.icon-globe-4:before {
  content: '\ed46';
}

/* '' */
/* line 1439, ../sass/vendor/_fontello.scss */
.icon-globe-inv:before {
  content: '\ed47';
}

/* '' */
/* line 1440, ../sass/vendor/_fontello.scss */
.icon-flash-4:before {
  content: '\ed48';
}

/* '' */
/* line 1441, ../sass/vendor/_fontello.scss */
.icon-cloud-5:before {
  content: '\ed49';
}

/* '' */
/* line 1442, ../sass/vendor/_fontello.scss */
.icon-coverflow:before {
  content: '\ed4a';
}

/* '' */
/* line 1443, ../sass/vendor/_fontello.scss */
.icon-coverflow-empty:before {
  content: '\ed4b';
}

/* '' */
/* line 1444, ../sass/vendor/_fontello.scss */
.icon-math:before {
  content: '\ed4c';
}

/* '' */
/* line 1445, ../sass/vendor/_fontello.scss */
.icon-math-circled:before {
  content: '\ed4d';
}

/* '' */
/* line 1446, ../sass/vendor/_fontello.scss */
.icon-math-circled-empty:before {
  content: '\ed4e';
}

/* '' */
/* line 1447, ../sass/vendor/_fontello.scss */
.icon-paper-plane-1:before {
  content: '\ed4f';
}

/* '' */
/* line 1448, ../sass/vendor/_fontello.scss */
.icon-paper-plane-alt:before {
  content: '\ed50';
}

/* '' */
/* line 1449, ../sass/vendor/_fontello.scss */
.icon-paper-plane-alt2:before {
  content: '\ed51';
}

/* '' */
/* line 1450, ../sass/vendor/_fontello.scss */
.icon-fontsize:before {
  content: '\ed52';
}

/* '' */
/* line 1451, ../sass/vendor/_fontello.scss */
.icon-color-adjust:before {
  content: '\ed53';
}

/* '' */
/* line 1452, ../sass/vendor/_fontello.scss */
.icon-fire-1:before {
  content: '\ed54';
}

/* '' */
/* line 1453, ../sass/vendor/_fontello.scss */
.icon-chart-bar-5:before {
  content: '\ed55';
}

/* '' */
/* line 1454, ../sass/vendor/_fontello.scss */
.icon-hdd-1:before {
  content: '\ed56';
}

/* '' */
/* line 1455, ../sass/vendor/_fontello.scss */
.icon-connected-object:before {
  content: '\ed57';
}

/* '' */
/* line 1456, ../sass/vendor/_fontello.scss */
.icon-ruler:before {
  content: '\ed58';
}

/* '' */
/* line 1457, ../sass/vendor/_fontello.scss */
.icon-vector:before {
  content: '\ed59';
}

/* '' */
/* line 1458, ../sass/vendor/_fontello.scss */
.icon-vector-pencil:before {
  content: '\ed5a';
}

/* '' */
/* line 1459, ../sass/vendor/_fontello.scss */
.icon-at-3:before {
  content: '\ed5b';
}

/* '' */
/* line 1460, ../sass/vendor/_fontello.scss */
.icon-hash-1:before {
  content: '\ed5c';
}

/* '' */
/* line 1461, ../sass/vendor/_fontello.scss */
.icon-female-1:before {
  content: '\ed5d';
}

/* '' */
/* line 1462, ../sass/vendor/_fontello.scss */
.icon-male-1:before {
  content: '\ed5e';
}

/* '' */
/* line 1463, ../sass/vendor/_fontello.scss */
.icon-spread:before {
  content: '\ed5f';
}

/* '' */
/* line 1464, ../sass/vendor/_fontello.scss */
.icon-king:before {
  content: '\ed60';
}

/* '' */
/* line 1465, ../sass/vendor/_fontello.scss */
.icon-anchor-2:before {
  content: '\ed61';
}

/* '' */
/* line 1466, ../sass/vendor/_fontello.scss */
.icon-joystick:before {
  content: '\ed62';
}

/* '' */
/* line 1467, ../sass/vendor/_fontello.scss */
.icon-spinner1:before {
  content: '\ed63';
}

/* '' */
/* line 1468, ../sass/vendor/_fontello.scss */
.icon-spinner2:before {
  content: '\ed64';
}

/* '' */
/* line 1469, ../sass/vendor/_fontello.scss */
.icon-github-3:befored
.icon-github-circled-alt:before {
  content: '\ed67';
}

/* '' */
/* line 1471, ../sass/vendor/_fontello.scss */
.icon-github-circled-alt2:before {
  content: '\ed68';
}

/* '' */
/* line 1472, ../sass/vendor/_fontello.scss */
.icon-twitter-4:before {
  content: '\ed69';
}

/* '' */
/* line 1473, ../sass/vendor/_fontello.scss */
.icon-twitter-circled-2:before {
  content: '\ed6a';
}

/* '' */
/* line 1474, ../sass/vendor/_fontello.scss */
.icon-facebook-4:before {
  content: '\ed6b';
}

/* '' */
/* line 1475, ../sass/vendor/_fontello.scss */
.icon-facebook-circled-2:before {
  content: '\ed6c';
}

/* '' */
/* line 1476, ../sass/vendor/_fontello.scss */
.icon-gplus-2:before {
  content: '\ed6d';
}

/* '' */
/* line 1477, ../sass/vendor/_fontello.scss */
.icon-gplus-circled-1:before {
  content: '\ed6e';
}

/* '' */
/* line 1478, ../sass/vendor/_fontello.scss */
.icon-linkedin-3:before {
  content: '\ed6f';
}

/* '' */
/* line 1479, ../sass/vendor/_fontello.scss */
.icon-linkedin-circled-2:before {
  content: '\ed70';
}

/* '' */
/* line 1480, ../sass/vendor/_fontello.scss */
.icon-dribbble-3:before {
  content: '\ed71';
}

/* '' */
/* line 1481, ../sass/vendor/_fontello.scss */
.icon-dribbble-circled-2:before {
  content: '\ed72';
}

/* '' */
/* line 1482, ../sass/vendor/_fontello.scss */
.icon-instagram-1:before {
  content: '\ed73';
}

/* '' */
/* line 1483, ../sass/vendor/_fontello.scss */
.icon-instagram-circled:before {
  content: '\ed74';
}

/* '' */
/* line 1484, ../sass/vendor/_fontello.scss */
.icon-soundcloud-1:before {
  content: '\ed75';
}

/* '' */
/* line 1485, ../sass/vendor/_fontello.scss */
.icon-soundcloud-circled:before {
  content: '\ed76';
}

/* '' */
/* line 1486, ../sass/vendor/_fontello.scss */
.icon-mfg-logo:before {
  content: '\ed77';
}

/* '' */
/* line 1487, ../sass/vendor/_fontello.scss */
.icon-mfg-logo-circled:before {
  content: '\ed78';
}

/* '' */
/* line 1488, ../sass/vendor/_fontello.scss */
.icon-aboveground-rail:before {
  content: '\ed79';
}

/* '' */
/* line 1489, ../sass/vendor/_fontello.scss */
.icon-airfield:before {
  content: '\ed7a';
}

/* '' */
/* line 1490, ../sass/vendor/_fontello.scss */
.icon-airport:before {
  content: '\ed7b';
}

/* '' */
/* line 1491, ../sass/vendor/_fontello.scss */
.icon-art-gallery:before {
  content: '\ed7c';
}

/* '' */
/* line 1492, ../sass/vendor/_fontello.scss */
.icon-bar:before {
  content: '\ed7d';
}

/* '' */
/* line 1493, ../sass/vendor/_fontello.scss */
.icon-baseball:before {
  content: '\ed7e';
}

/* '' */
/* line 1494, ../sass/vendor/_fontello.scss */
.icon-basketball:before {
  content: '\ed7f';
}

/* '' */
/* line 1495, ../sass/vendor/_fontello.scss */
.icon-beer-2:before {
  content: '\ed80';
}

/* '' */
/* line 1496, ../sass/vendor/_fontello.scss */
.icon-belowground-rail:before {
  content: '\ed81';
}

/* '' */
/* line 1497, ../sass/vendor/_fontello.scss */
.icon-bicycle:before {
  content: '\ed82';
}

/* '' */
/* line 1498, ../sass/vendor/_fontello.scss */
.icon-bus:before {
  content: '\ed83';
}

/* '' */
/* line 1499, ../sass/vendor/_fontello.scss */
.icon-cafe:before {
  content: '\ed84';
}

/* '' */
/* line 1500, ../sass/vendor/_fontello.scss */
.icon-campsite:before {
  content: '\ed85';
}

/* '' */
/* line 1501, ../sass/vendor/_fontello.scss */
.icon-cemetery:before {
  content: '\ed86';
}

/* '' */
/* line 1502, ../sass/vendor/_fontello.scss */
.icon-cinema:before {
  content: '\ed87';
}

/* '' */
/* line 1503, ../sass/vendor/_fontello.scss */
.icon-college:before {
  content: '\ed88';
}

/* '' */
/* line 1504, ../sass/vendor/_fontello.scss */
.icon-commerical-building:before {
  content: '\ed89';
}

/* '' */
/* line 1505, ../sass/vendor/_fontello.scss */
.icon-credit-card-3:before {
  content: '\ed8a';
}

/* '' */
/* line 1506, ../sass/vendor/_fontello.scss */
.icon-cricket:before {
  content: '\ed8b';
}

/* '' */
/* line 1507, ../sass/vendor/_fontello.scss */
.icon-embassy:before {
  content: '\ed8c';
}

/* '' */
/* line 1508, ../sass/vendor/_fontello.scss */
.icon-fast-food:before {
  content: '\ed8d';
}

/* '' */
/* line 1509, ../sass/vendor/_fontello.scss */
.icon-ferry:before {
  content: '\ed8e';
}

/* '' */
/* line 1510, ../sass/vendor/_fontello.scss */
.icon-fire-station:before {
  content: '\ed8f';
}

/* '' */
/* line 1511, ../sass/vendor/_fontello.scss */
.icon-football:before {
  content: '\ed90';
}

/* '' */
/* line 1512, ../sass/vendor/_fontello.scss */
.icon-fuel:before {
  content: '\ed91';
}

/* '' */
/* line 1513, ../sass/vendor/_fontello.scss */
.icon-garden:before {
  content: '\ed92';
}

/* '' */
/* line 1514, ../sass/vendor/_fontello.scss */
.icon-giraffe:before {
  content: '\ed93';
}

/* '' */
/* line 1515, ../sass/vendor/_fontello.scss */
.icon-golf:before {
  content: '\ed94';
}

/* '' */
/* line 1516, ../sass/vendor/_fontello.scss */
.icon-grocery-store:before {
  content: '\ed95';
}

/* '' */
/* line 1517, ../sass/vendor/_fontello.scss */
.icon-harbor:before {
  content: '\ed96';
}

/* '' */
/* line 1518, ../sass/vendor/_fontello.scss */
.icon-heliport:before {
  content: '\ed97';
}

/* '' */
/* line 1519, ../sass/vendor/_fontello.scss */
.icon-hospital-1:before {
  content: '\ed98';
}

/* '' */
/* line 1520, ../sass/vendor/_fontello.scss */
.icon-industrial-building:before {
  content: '\ed99';
}

/* '' */
/* line 1521, ../sass/vendor/_fontello.scss */
.icon-library:before {
  content: '\ed9a';
}

/* '' */
/* line 1522, ../sass/vendor/_fontello.scss */
.icon-lodging:before {
  content: '\ed9b';
}

/* '' */
/* line 1523, ../sass/vendor/_fontello.scss */
.icon-london-underground:before {
  content: '\ed9c';
}

/* '' */
/* line 1524, ../sass/vendor/_fontello.scss */
.icon-minefield:before {
  content: '\ed9d';
}

/* '' */
/* line 1525, ../sass/vendor/_fontello.scss */
.icon-monument:before {
  content: '\ed9e';
}

/* '' */
/* line 1526, ../sass/vendor/_fontello.scss */
.icon-museum:before {
  content: '\ed9f';
}

/* '' */
/* line 1527, ../sass/vendor/_fontello.scss */
.icon-pharmacy:before {
  content: '\eda0';
}

/* '' */
/* line 1528, ../sass/vendor/_fontello.scss */
.icon-pitch:before {
  content: '\eda1';
}

/* '' */
/* line 1529, ../sass/vendor/_fontello.scss */
.icon-police:before {
  content: '\eda2';
}

/* '' */
/* line 1530, ../sass/vendor/_fontello.scss */
.icon-post:before {
  content: '\eda3';
}

/* '' */
/* line 1531, ../sass/vendor/_fontello.scss */
.icon-prison:before {
  content: '\eda4';
}

/* '' */
/* line 1532, ../sass/vendor/_fontello.scss */
.icon-rail:before {
  content: '\eda5';
}

/* '' */
/* line 1533, ../sass/vendor/_fontello.scss */
.icon-religious-christian:before {
  content: '\eda6';
}

/* '' */
/* line 1534, ../sass/vendor/_fontello.scss */
.icon-religious-islam:before {
  content: '\eda7';
}

/* '' */
/* line 1535, ../sass/vendor/_fontello.scss */
.icon-religious-jewish:before {
  content: '\eda8';
}

/* '' */
/* line 1536, ../sass/vendor/_fontello.scss */
.icon-restaurant:before {
  content: '\eda9';
}

/* '' */
/* line 1537, ../sass/vendor/_fontello.scss */
.icon-roadblock:before {
  content: '\edaa';
}

/* '' */
/* line 1538, ../sass/vendor/_fontello.scss */
.icon-school:before {
  content: '\edab';
}

/* '' */
/* line 1539, ../sass/vendor/_fontello.scss */
.icon-shop:before {
  content: '\edac';
}

/* '' */
/* line 1540, ../sass/vendor/_fontello.scss */
.icon-skiing:before {
  content: '\edad';
}

/* '' */
/* line 1541, ../sass/vendor/_fontello.scss */
.icon-soccer:before {
  content: '\edae';
}

/* '' */
/* line 1542, ../sass/vendor/_fontello.scss */
.icon-swimming:before {
  content: '\edaf';
}

/* '' */
/* line 1543, ../sass/vendor/_fontello.scss */
.icon-tennis:before {
  content: '\edb0';
}

/* '' */
/* line 1544, ../sass/vendor/_fontello.scss */
.icon-theatre:before {
  content: '\edb1';
}

/* '' */
/* line 1545, ../sass/vendor/_fontello.scss */
.icon-toilet:before {
  content: '\edb2';
}

/* '' */
/* line 1546, ../sass/vendor/_fontello.scss */
.icon-town-hall:before {
  content: '\edb3';
}

/* '' */
/* line 1547, ../sass/vendor/_fontello.scss */
.icon-trash-6:before {
  content: '\edb4';
}

/* '' */
/* line 1548, ../sass/vendor/_fontello.scss */
.icon-tree-1:before {
  content: '\edb5';
}

/* '' */
/* line 1549, ../sass/vendor/_fontello.scss */
.icon-tree-2:before {
  content: '\edb6';
}

/* '' */
/* line 1550, ../sass/vendor/_fontello.scss */
.icon-warehouse:before {
  content: '\edb7';
}

/* '' */
/* line 1551, ../sass/vendor/_fontello.scss */
.icon-duckduckgo:before {
  content: '\edb8';
}

/* '' */
/* line 1552, ../sass/vendor/_fontello.scss */
.icon-aim:before {
  content: '\edb9';
}

/* '' */
/* line 1553, ../sass/vendor/_fontello.scss */
.icon-delicious:before {
  content: '\edba';
}

/* '' */
/* line 1554, ../sass/vendor/_fontello.scss */
.icon-paypal-1:before {
  content: '\edbb';
}

/* '' */
/* line 1555, ../sass/vendor/_fontello.scss */
.icon-flattr-1:before {
  content: '\edbc';
}

/* '' */
/* line 1556, ../sass/vendor/_fontello.scss */
.icon-android-1:before {
  content: '\edbd';
}

/* '' */
/* line 1557, ../sass/vendor/_fontello.scss */
.icon-eventful:before {
  content: '\edbe';
}

/* '' */
/* line 1558, ../sass/vendor/_fontello.scss */
.icon-smashmag:before {
  content: '\edbf';
}

/* '' */
/* line 1559, ../sass/vendor/_fontello.scss */
.icon-gplus-3:before {
  content: '\edc0';
}

/* '' */
/* line 1560, ../sass/vendor/_fontello.scss */
.icon-wikipedia:before {
  content: '\edc1';
}

/* '' */
/* line 1561, ../sass/vendor/_fontello.scss */
.icon-lanyrd:before {
  content: '\edc2';
}

/* '' */
/* line 1562, ../sass/vendor/_fontello.scss */
.icon-calendar-6:before {
  content: '\edc3';
}

/* '' */
/* line 1563, ../sass/vendor/_fontello.scss */
.icon-stumbleupon-1:before {
  content: '\edc4';
}

/* '' */
/* line 1564, ../sass/vendor/_fontello.scss */
.icon-fivehundredpx:before {
  content: '\edc5';
}

/* '' */
/* line 1565, ../sass/vendor/_fontello.scss */
.icon-pinterest-2:before {
  content: '\edc6';
}

/* '' */
/* line 1566, ../sass/vendor/_fontello.scss */
.icon-bitcoin-1:before {
  content: '\edc7';
}

/* '' */
/* line 1567, ../sass/vendor/_fontello.scss */
.icon-w3c:before {
  content: '\edc8';
}

/* '' */
/* line 1568, ../sass/vendor/_fontello.scss */
.icon-foursquare-1:before {
  content: '\edc9';
}

/* '' */
/* line 1569, ../sass/vendor/_fontello.scss */
.icon-html5-1:before {
  content: '\edca';
}

/* '' */
/* line 1570, ../sass/vendor/_fontello.scss */
.icon-ie:before {
  content: '\edcb';
}

/* '' */
/* line 1571, ../sass/vendor/_fontello.scss */
.icon-call:before {
  content: '\edcc';
}

/* '' */
/* line 1572, ../sass/vendor/_fontello.scss */
.icon-grooveshark:before {
  content: '\edcd';
}

/* '' */
/* line 1573, ../sass/vendor/_fontello.scss */
.icon-ninetyninedesigns:before {
  content: '\edce';
}

/* '' */
/* line 1574, ../sass/vendor/_fontello.scss */
.icon-forrst:before {
  content: '\edcf';
}

/* '' */
/* line 1575, ../sass/vendor/_fontello.scss */
.icon-digg:before {
  content: '\edd0';
}

/* '' */
/* line 1576, ../sass/vendor/_fontello.scss */
.icon-spotify-1:before {
  content: '\edd1';
}

/* '' */
/* line 1577, ../sass/vendor/_fontello.scss */
.icon-reddit:before {
  content: '\edd2';
}

/* '' */
/* line 1578, ../sass/vendor/_fontello.scss */
.icon-guest:before {
  content: '\edd3';
}

/* '' */
/* line 1579, ../sass/vendor/_fontello.scss */
.icon-gowalla:before {
  content: '\edd4';
}

/* '' */
/* line 1580, ../sass/vendor/_fontello.scss */
.icon-appstore:before {
  content: '\edd5';
}

/* '' */
/* line 1581, ../sass/vendor/_fontello.scss */
.icon-blogger:before {
  content: '\edd6';
}

/* '' */
/* line 1582, ../sass/vendor/_fontello.scss */
.icon-cc-1:before {
  content: '\edd7';
}

/* '' */
/* line 1583, ../sass/vendor/_fontello.scss */
.icon-dribbble-4:before {
  content: '\edd8';
}

/* '' */
/* line 1584, ../sass/vendor/_fontello.scss */
.icon-evernote-1:before {
  content: '\edd9';
}

/* '' */
/* line 1585, ../sass/vendor/_fontello.scss */
.icon-flickr-3:before {
  content: '\edda';
}

/* '' */
/* line 1586, ../sass/vendor/_fontello.scss */
.icon-google:before {
  content: '\eddb';
}

/* '' */
/* line 1587, ../sass/vendor/_fontello.scss */
.icon-viadeo:before {
  content: '\eddc';
}

/* '' */
/* line 1588, ../sass/vendor/_fontello.scss */
.icon-instapaper:before {
  content: '\eddd';
}

/* '' */
/* line 1589, ../sass/vendor/_fontello.scss */
.icon-weibo-1:before {
  content: '\edde';
}

/* '' */
/* line 1590, ../sass/vendor/_fontello.scss */
.icon-klout:before {
  content: '\eddf';
}

/* '' */
/* line 1591, ../sass/vendor/_fontello.scss */
.icon-linkedin-4:before {
  content: '\ede0';
}

/* '' */
/* line 1592, ../sass/vendor/_fontello.scss */
.icon-meetup:before {
  content: '\ede1';
}

/* '' */
/* line 1593, ../sass/vendor/_fontello.scss */
.icon-vk:before {
  content: '\ede2';
}

/* '' */
/* line 1594, ../sass/vendor/_fontello.scss */
.icon-plancast:before {
  content: '\ede3';
}

/* '' */
/* line 1595, ../sass/vendor/_fontello.scss */
.icon-disqus:before {
  content: '\ede4';
}

/* '' */
/* line 1596, ../sass/vendor/_fontello.scss */
.icon-rss-5:before {
  content: '\ede5';
}

/* '' */
/* line 1597, ../sass/vendor/_fontello.scss */
.icon-skype-3:before {
  content: '\ede6';
}

/* '' */
/* line 1598, ../sass/vendor/_fontello.scss */
.icon-twitter-5:before {
  content: '\ede7';
}

/* '' */
/* line 1599, ../sass/vendor/_fontello.scss */
.icon-youtube-2:before {
  content: '\ede8';
}

/* '' */
/* line 1600, ../sass/vendor/_fontello.scss */
.icon-vimeo-2:before {
  content: '\ede9';
}

/* '' */
/* line 1601, ../sass/vendor/_fontello.scss */
.icon-windows-1:before {
  content: '\edea';
}

/* '' */
/* line 1602, ../sass/vendor/_fontello.scss */
.icon-xing-1:before {
  content: '\edeb';
}

/* '' */
/* line 1603, ../sass/vendor/_fontello.scss */
.icon-yahoo:before {
  content: '\edec';
}

/* '' */
/* line 1604, ../sass/vendor/_fontello.scss */
.icon-chrome:before {
  content: '\eded';
}

/* '' */
/* line 1605, ../sass/vendor/_fontello.scss */
.icon-email:before {
  content: '\edee';
}

/* '' */
/* line 1606, ../sass/vendor/_fontello.scss */
.icon-macstore:before {
  content: '\edef';
}

/* '' */
/* line 1607, ../sass/vendor/_fontello.scss */
.icon-myspace:before {
  content: '\edf0';
}

/* '' */
/* line 1608, ../sass/vendor/_fontello.scss */
.icon-podcast:before {
  content: '\edf1';
}

/* '' */
/* line 1609, ../sass/vendor/_fontello.scss */
.icon-amazon:before {
  content: '\edf2';
}

/* '' */
/* line 1610, ../sass/vendor/_fontello.scss */
.icon-steam:before {
  content: '\edf3';
}

/* '' */
/* line 1611, ../sass/vendor/_fontello.scss */
.icon-cloudapp:before {
  content: '\edf4';
}

/* '' */
/* line 1612, ../sass/vendor/_fontello.scss */
.icon-dropbox-2:before {
  content: '\edf5';
}

/* '' */
/* line 1613, ../sass/vendor/_fontello.scss */
.icon-ebay:before {
  content: '\edf6';
}

/* '' */
/* line 1614, ../sass/vendor/_fontello.scss */
.icon-facebook-5:before {
  content: '\edf7';
}

/* '' */
/* line 1615, ../sass/vendor/_fontello.scss */
.icon-github-4:before {
  content: '\edf8';
}

/* '' */
/* line 1616, ../sass/vendor/_fontello.scss */
.icon-github-circled-4:before {
  content: '\edf9';
}

/* '' */
/* line 1617, ../sass/vendor/_fontello.scss */
.icon-googleplay:before {
  content: '\edfa';
}

/* '' */
/* line 1618, ../sass/vendor/_fontello.scss */
.icon-itunes:before {
  content: '\edfb';
}

/* '' */
/* line 1619, ../sass/vendor/_fontello.scss */
.icon-plurk:before {
  content: '\edfc';
}

/* '' */
/* line 1620, ../sass/vendor/_fontello.scss */
.icon-songkick:before {
  content: '\edfd';
}

/* '' */
/* line 1621, ../sass/vendor/_fontello.scss */
.icon-lastfm-2:before {
  content: '\edfe';
}

/* '' */
/* line 1622, ../sass/vendor/_fontello.scss */
.icon-gmail:before {
  content: '\edff';
}

/* '' */
/* line 1623, ../sass/vendor/_fontello.scss */
.icon-pinboard:before {
  content: '\ee00';
}

/* '' */
/* line 1624, ../sass/vendor/_fontello.scss */
.icon-openid:before {
  content: '\ee01';
}

/* '' */
/* line 1625, ../sass/vendor/_fontello.scss */
.icon-quora:before {
  content: '\ee02';
}

/* '' */
/* line 1626, ../sass/vendor/_fontello.scss */
.icon-soundcloud-2:before {
  content: '\ee03';
}

/* '' */
/* line 1627, ../sass/vendor/_fontello.scss */
.icon-tumblr-2:before {
  content: '\ee04';
}

/* '' */
/* line 1628, ../sass/vendor/_fontello.scss */
.icon-eventasaurus:before {
  content: '\ee05';
}

/* '' */
/* line 1629, ../sass/vendor/_fontello.scss */
.icon-wordpress:before {
  content: '\ee06';
}

/* '' */
/* line 1630, ../sass/vendor/_fontello.scss */
.icon-yelp:before {
  content: '\ee07';
}

/* '' */
/* line 1631, ../sass/vendor/_fontello.scss */
.icon-intensedebate:before {
  content: '\ee08';
}

/* '' */
/* line 1632, ../sass/vendor/_fontello.scss */
.icon-eventbrite:before {
  content: '\ee09';
}

/* '' */
/* line 1633, ../sass/vendor/_fontello.scss */
.icon-scribd:before {
  content: '\ee0a';
}

/* '' */
/* line 1634, ../sass/vendor/_fontello.scss */
.icon-posterous:before {
  content: '\ee0b';
}

/* '' */
/* line 1635, ../sass/vendor/_fontello.scss */
.icon-stripe:before {
  content: '\ee0c';
}

/* '' */
/* line 1636, ../sass/vendor/_fontello.scss */
.icon-opentable:before {
  content: '\ee0d';
}

/* '' */
/* line 1637, ../sass/vendor/_fontello.scss */
.icon-cart:before {
  content: '\ee0e';
}

/* '' */
/* line 1638, ../sass/vendor/_fontello.scss */
.icon-print-5:before {
  content: '\ee0f';
}

/* '' */
/* line 1639, ../sass/vendor/_fontello.scss */
.icon-angellist:before {
  content: '\ee10';
}

/* '' */
/* line 1640, ../sass/vendor/_fontello.scss */
.icon-instagram-2:before {
  content: '\ee11';
}

/* '' */
/* line 1641, ../sass/vendor/_fontello.scss */
.icon-dwolla:before {
  content: '\ee12';
}

/* '' */
/* line 1642, ../sass/vendor/_fontello.scss */
.icon-appnet:before {
  content: '\ee13';
}

/* '' */
/* line 1643, ../sass/vendor/_fontello.scss */
.icon-statusnet:before {
  content: '\ee14';
}

/* '' */
/* line 1644, ../sass/vendor/_fontello.scss */
.icon-acrobat:before {
  content: '\ee15';
}

/* '' */
/* line 1645, ../sass/vendor/_fontello.scss */
.icon-drupal:before {
  content: '\ee16';
}

/* '' */
/* line 1646, ../sass/vendor/_fontello.scss */
.icon-buffer:before {
  content: '\ee17';
}

/* '' */
/* line 1647, ../sass/vendor/_fontello.scss */
.icon-pocket:before {
  content: '\ee18';
}

/* '' */
/* line 1648, ../sass/vendor/_fontello.scss */
.icon-bitbucket-1:before {
  content: '\ee19';
}

/* '' */
/* line 1649, ../sass/vendor/_fontello.scss */
.icon-lego:before {
  content: '\ee1a';
}

/* '' */
/* line 1650, ../sass/vendor/_fontello.scss */
.icon-login-3:before {
  content: '\ee1b';
}

/* '' */
/* line 1651, ../sass/vendor/_fontello.scss */
.icon-stackoverflow-1:before {
  content: '\ee1c';
}

/* '' */
/* line 1652, ../sass/vendor/_fontello.scss */
.icon-hackernews:before {
  content: '\ee1d';
}

/* '' */
/* line 1653, ../sass/vendor/_fontello.scss */
.icon-lkdto:before {
  content: '\ee1e';
}

/* '' */
/* line 1654, ../sass/vendor/_fontello.scss */
.icon-facebook-6:before {
  content: '\ee1f';
}

/* '' */
/* line 1655, ../sass/vendor/_fontello.scss */
.icon-facebook-rect-1:before {
  content: '\ee20';
}

/* '' */
/* line 1656, ../sass/vendor/_fontello.scss */
.icon-twitter-6:before {
  content: '\ee21';
}

/* '' */
/* line 1657, ../sass/vendor/_fontello.scss */
.icon-twitter-bird-1:before {
  content: '\ee22';
}

/* '' */
/* line 1658, ../sass/vendor/_fontello.scss */
.icon-vimeo-3:before {
  content: '\ee23';
}

/* '' */
/* line 1659, ../sass/vendor/_fontello.scss */
.icon-vimeo-rect:before {
  content: '\ee24';
}

/* '' */
/* line 1660, ../sass/vendor/_fontello.scss */
.icon-tumblr-3:before {
  content: '\ee25';
}

/* '' */
/* line 1661, ../sass/vendor/_fontello.scss */
.icon-tumblr-rect:before {
  content: '\ee26';
}

/* '' */
/* line 1662, ../sass/vendor/_fontello.scss */
.icon-googleplus-rect:before {
  content: '\ee27';
}

/* '' */
/* line 1663, ../sass/vendor/_fontello.scss */
.icon-github-text:before {
  content: '\ee28';
}

/* '' */
/* line 1664, ../sass/vendor/_fontello.scss */
.icon-github-5:before {
  content: '\ee29';
}

/* '' */
/* line 1665, ../sass/vendor/_fontello.scss */
.icon-skype-4:before {
  content: '\ee2a';
}

/* '' */
/* line 1666, ../sass/vendor/_fontello.scss */
.icon-icq:before {
  content: '\ee2b';
}

/* '' */
/* line 1667, ../sass/vendor/_fontello.scss */
.icon-yandex:before {
  content: '\ee2c';
}

/* '' */
/* line 1668, ../sass/vendor/_fontello.scss */
.icon-yandex-rect:before {
  content: '\ee2d';
}

/* '' */
/* line 1669, ../sass/vendor/_fontello.scss */
.icon-vkontakte-rect:before {
  content: '\ee2e';
}

/* '' */
/* line 1670, ../sass/vendor/_fontello.scss */
.icon-odnoklassniki:before {
  content: '\ee2f';
}

/* '' */
/* line 1671, ../sass/vendor/_fontello.scss */
.icon-odnoklassniki-rect:before {
  content: '\ee30';
}

/* '' */
/* line 1672, ../sass/vendor/_fontello.scss */
.icon-friendfeed:before {
  content: '\ee31';
}

/* '' */
/* line 1673, ../sass/vendor/_fontello.scss */
.icon-friendfeed-rect:before {
  content: '\ee32';
}

/* '' */
/* line 1674, ../sass/vendor/_fontello.scss */
.icon-blogger-1:before {
  content: '\ee33';
}

/* '' */
/* line 1675, ../sass/vendor/_fontello.scss */
.icon-blogger-rect:before {
  content: '\ee34';
}

/* '' */
/* line 1676, ../sass/vendor/_fontello.scss */
.icon-deviantart:before {
  content: '\ee35';
}

/* '' */
/* line 1677, ../sass/vendor/_fontello.scss */
.icon-jabber:before {
  content: '\ee36';
}

/* '' */
/* line 1678, ../sass/vendor/_fontello.scss */
.icon-lastfm-3:before {
  content: '\ee37';
}

/* '' */
/* line 1679, ../sass/vendor/_fontello.scss */
.icon-lastfm-rect:before {
  content: '\ee38';
}

/* '' */
/* line 1680, ../sass/vendor/_fontello.scss */
.icon-linkedin-5:before {
  content: '\ee39';
}

/* '' */
/* line 1681, ../sass/vendor/_fontello.scss */
.icon-linkedin-rect:before {
  content: '\ee3a';
}

/* '' */
/* line 1682, ../sass/vendor/_fontello.scss */
.icon-picasa-1:before {
  content: '\ee3b';
}

/* '' */
/* line 1683, ../sass/vendor/_fontello.scss */
.icon-wordpress-1:before {
  content: '\ee3c';
}

/* '' */
/* line 1684, ../sass/vendor/_fontello.scss */
.icon-instagram-3:before {
  content: '\ee3d';
}

/* '' */
/* line 1685, ../sass/vendor/_fontello.scss */
.icon-instagram-filled:before {
  content: '\ee3e';
}

/* '' */
/* line 1686, ../sass/vendor/_fontello.scss */
.icon-diigo:before {
  content: '\ee3f';
}

/* '' */
/* line 1687, ../sass/vendor/_fontello.scss */
.icon-box-4:before {
  content: '\ee40';
}

/* '' */
/* line 1688, ../sass/vendor/_fontello.scss */
.icon-box-rect:before {
  content: '\ee41';
}

/* '' */
/* line 1689, ../sass/vendor/_fontello.scss */
.icon-tudou:before {
  content: '\ee42';
}

/* '' */
/* line 1690, ../sass/vendor/_fontello.scss */
.icon-youku:before {
  content: '\ee43';
}

/* '' */
/* line 1691, ../sass/vendor/_fontello.scss */
.icon-win8:before {
  content: '\ee44';
}

/* '' */
/* line 1692, ../sass/vendor/_fontello.scss */
.icon-amex:before {
  content: '\ee45';
}

/* '' */
/* line 1693, ../sass/vendor/_fontello.scss */
.icon-discover:before {
  content: '\ee46';
}

/* '' */
/* line 1694, ../sass/vendor/_fontello.scss */
.icon-visa:before {
  content: '\ee47';
}

/* '' */
/* line 1695, ../sass/vendor/_fontello.scss */
.icon-mastercard:before {
  content: '\ee48';
}

/* '' */
/* line 1696, ../sass/vendor/_fontello.scss */
.icon-glass-1:before {
  content: '\ee49';
}

/* '' */
/* line 1697, ../sass/vendor/_fontello.scss */
.icon-music-3:before {
  content: '\ee4a';
}

/* '' */
/* line 1698, ../sass/vendor/_fontello.scss */
.icon-search-6:before {
  content: '\ee4b';
}

/* '' */
/* line 1699, ../sass/vendor/_fontello.scss */
.icon-search-circled:before {
  content: '\ee4c';
}

/* '' */
/* line 1700, ../sass/vendor/_fontello.scss */
.icon-mail-6:before {
  content: '\ee4d';
}

/* '' */
/* line 1701, ../sass/vendor/_fontello.scss */
.icon-mail-circled:before {
  content: '\ee4e';
}

/* '' */
/* line 1702, ../sass/vendor/_fontello.scss */
.icon-heart-6:before {
  content: '\ee4f';
}

/* '' */
/* line 1703, ../sass/vendor/_fontello.scss */
.icon-heart-circled:before {
  content: '\ee50';
}

/* '' */
/* line 1704, ../sass/vendor/_fontello.scss */
.icon-heart-empty-3:before {
  content: '\ee51';
}

/* '' */
/* line 1705, ../sass/vendor/_fontello.scss */
.icon-star-6:before {
  content: '\ee52';
}

/* '' */
/* line 1706, ../sass/vendor/_fontello.scss */
.icon-star-circled:before {
  content: '\ee53';
}

/* '' */
/* line 1707, ../sass/vendor/_fontello.scss */
.icon-star-empty-3:before {
  content: '\ee54';
}

/* '' */
/* line 1708, ../sass/vendor/_fontello.scss */
.icon-user-6:before {
  content: '\ee55';
}

/* '' */
/* line 1709, ../sass/vendor/_fontello.scss */
.icon-group:before {
  content: '\ee56';
}

/* '' */
/* line 1710, ../sass/vendor/_fontello.scss */
.icon-group-circled:before {
  content: '\ee57';
}

/* '' */
/* line 1711, ../sass/vendor/_fontello.scss */
.icon-torso:before {
  content: '\ee58';
}

/* '' */
/* line 1712, ../sass/vendor/_fontello.scss */
.icon-video-4:before {
  content: '\ee59';
}

/* '' */
/* line 1713, ../sass/vendor/_fontello.scss */
.icon-video-circled:before {
  content: '\ee5a';
}

/* '' */
/* line 1714, ../sass/vendor/_fontello.scss */
.icon-video-alt-1:before {
  content: '\ee5b';
}

/* '' */
/* line 1715, ../sass/vendor/_fontello.scss */
.icon-videocam-4:before {
  content: '\ee5c';
}

/* '' */
/* line 1716, ../sass/vendor/_fontello.scss */
.icon-video-chat:before {
  content: '\ee5d';
}

/* '' */
/* line 1717, ../sass/vendor/_fontello.scss */
.icon-picture-4:before {
  content: '\ee5e';
}

/* '' */
/* line 1718, ../sass/vendor/_fontello.scss */
.icon-camera-6:before {
  content: '\ee5f';
}

/* '' */
/* line 1719, ../sass/vendor/_fontello.scss */
.icon-photo:before {
  content: '\ee60';
}

/* '' */
/* line 1720, ../sass/vendor/_fontello.scss */
.icon-photo-circled:before {
  content: '\ee61';
}

/* '' */
/* line 1721, ../sass/vendor/_fontello.scss */
.icon-th-large-2:before {
  content: '\ee62';
}

/* '' */
/* line 1722, ../sass/vendor/_fontello.scss */
.icon-th-3:before {
  content: '\ee63';
}

/* '' */
/* line 1723, ../sass/vendor/_fontello.scss */
.icon-th-list-4:before {
  content: '\ee64';
}

/* '' */
/* line 1724, ../sass/vendor/_fontello.scss */
.icon-view-mode:before {
  content: '\ee65';
}

/* '' */
/* line 1725, ../sass/vendor/_fontello.scss */
.icon-ok-5:before {
  content: '\ee66';
}

/* '' */
/* line 1726, ../sass/vendor/_fontello.scss */
.icon-ok-circled-2:before {
  content: '\ee67';
}

/* '' */
/* line 1727, ../sass/vendor/_fontello.scss */
.icon-ok-circled2-1:before {
  content: '\ee68';
}

/* '' */
/* line 1728, ../sass/vendor/_fontello.scss */
.icon-cancel-6:before {
  content: '\ee69';
}

/* '' */
/* line 1729, ../sass/vendor/_fontello.scss */
.icon-cancel-circled-4:before {
  content: '\ee6a';
}

/* '' */
/* line 1730, ../sass/vendor/_fontello.scss */
.icon-cancel-circled2-1:before {
  content: '\ee6b';
}

/* '' */
/* line 1731, ../sass/vendor/_fontello.scss */
.icon-plus-6:before {
  content: '\ee6c';
}

/* '' */
/* line 1732, ../sass/vendor/_fontello.scss */
.icon-plus-circled-2:before {
  content: '\ee6d';
}

/* '' */
/* line 1733, ../sass/vendor/_fontello.scss */
.icon-minus-4:before {
  content: '\ee6e';
}

/* '' */
/* line 1734, ../sass/vendor/_fontello.scss */
.icon-minus-circled-2:before {
  content: '\ee6f';
}

/* '' */
/* line 1735, ../sass/vendor/_fontello.scss */
.icon-help-3:before {
  content: '\ee70';
}

/* '' */
/* line 1736, ../sass/vendor/_fontello.scss */
.icon-help-circled-3:before {
  content: '\ee71';
}

/* '' */
/* line 1737, ../sass/vendor/_fontello.scss */
.icon-info-circled-3:before {
  content: '\ee72';
}

/* '' */
/* line 1738, ../sass/vendor/_fontello.scss */
.icon-home-6:before {
  content: '\ee73';
}

/* '' */
/* line 1739, ../sass/vendor/_fontello.scss */
.icon-home-circled:before {
  content: '\ee74';
}

/* '' */
/* line 1740, ../sass/vendor/_fontello.scss */
.icon-website:before {
  content: '\ee75';
}

/* '' */
/* line 1741, ../sass/vendor/_fontello.scss */
.icon-website-circled:before {
  content: '\ee76';
}

/* '' */
/* line 1742, ../sass/vendor/_fontello.scss */
.icon-attach-5:before {
  content: '\ee77';
}

/* '' */
/* line 1743, ../sass/vendor/_fontello.scss */
.icon-attach-circled:before {
  content: '\ee78';
}

/* '' */
/* line 1744, ../sass/vendor/_fontello.scss */
.icon-lock-6:before {
  content: '\ee79';
}

/* '' */
/* line 1745, ../sass/vendor/_fontello.scss */
.icon-lock-circled:before {
  content: '\ee7a';
}

/* '' */
/* line 1746, ../sass/vendor/_fontello.scss */
.icon-lock-open-6:before {
  content: '\ee7b';
}

/* '' */
/* line 1747, ../sass/vendor/_fontello.scss */
.icon-lock-open-alt-2:before {
  content: '\ee7c';
}

/* '' */
/* line 1748, ../sass/vendor/_fontello.scss */
.icon-eye-6:before {
  content: '\ee7d';
}

/* '' */
/* line 1749, ../sass/vendor/_fontello.scss */
.icon-eye-off-1:before {
  content: '\ee7e';
}

/* '' */
/* line 1750, ../sass/vendor/_fontello.scss */
.icon-tag-5:before {
  content: '\ee7f';
}

/* '' */
/* line 1751, ../sass/vendor/_fontello.scss */
.icon-tags-2:before {
  content: '\ee80';
}

/* '' */
/* line 1752, ../sass/vendor/_fontello.scss */
.icon-bookmark-3:before {
  content: '\ee81';
}

/* '' */
/* line 1753, ../sass/vendor/_fontello.scss */
.icon-bookmark-empty-1:before {
  content: '\ee82';
}

/* '' */
/* line 1754, ../sass/vendor/_fontello.scss */
.icon-flag-3:before {
  content: '\ee83';
}

/* '' */
/* line 1755, ../sass/vendor/_fontello.scss */
.icon-flag-circled:before {
  content: '\ee84';
}

/* '' */
/* line 1756, ../sass/vendor/_fontello.scss */
.icon-thumbs-up-4:before {
  content: '\ee85';
}

/* '' */
/* line 1757, ../sass/vendor/_fontello.scss */
.icon-thumbs-down-4:before {
  content: '\ee86';
}

/* '' */
/* line 1758, ../sass/vendor/_fontello.scss */
.icon-download-6:before {
  content: '\ee87';
}

/* '' */
/* line 1759, ../sass/vendor/_fontello.scss */
.icon-download-alt:before {
  content: '\ee88';
}

/* '' */
/* line 1760, ../sass/vendor/_fontello.scss */
.icon-upload-5:before {
  content: '\ee89';
}

/* '' */
/* line 1761, ../sass/vendor/_fontello.scss */
.icon-share-2:before {
  content: '\ee8a';
}

/* '' */
/* line 1762, ../sass/vendor/_fontello.scss */
.icon-quote-1:before {
  content: '\ee8b';
}

/* '' */
/* line 1763, ../sass/vendor/_fontello.scss */
.icon-quote-circled:before {
  content: '\ee8c';
}

/* '' */
/* line 1764, ../sass/vendor/_fontello.scss */
.icon-export-5:before {
  content: '\ee8d';
}

/* '' */
/* line 1765, ../sass/vendor/_fontello.scss */
.icon-pencil-6:before {
  content: '\ee8e';
}

/* '' */
/* line 1766, ../sass/vendor/_fontello.scss */
.icon-pencil-circled:before {
  content: '\ee8f';
}

/* '' */
/* line 1767, ../sass/vendor/_fontello.scss */
.icon-edit-3:before {
  content: '\ee90';
}

/* '' */
/* line 1768, ../sass/vendor/_fontello.scss */
.icon-edit-circled:before {
  content: '\ee91';
}

/* '' */
/* line 1769, ../sass/vendor/_fontello.scss */
.icon-edit-alt:before {
  content: '\ee92';
}

/* '' */
/* line 1770, ../sass/vendor/_fontello.scss */
.icon-print-6:before {
  content: '\ee93';
}

/* '' */
/* line 1771, ../sass/vendor/_fontello.scss */
.icon-retweet-3:before {
  content: '\ee94';
}

/* '' */
/* line 1772, ../sass/vendor/_fontello.scss */
.icon-comment-5:before {
  content: '\ee95';
}

/* '' */
/* line 1773, ../sass/vendor/_fontello.scss */
.icon-comment-alt-1:before {
  content: '\ee96';
}

/* '' */
/* line 1774, ../sass/vendor/_fontello.scss */
.icon-bell-5:before {
  content: '\ee97';
}

/* '' */
/* line 1775, ../sass/vendor/_fontello.scss */
.icon-warning-1:before {
  content: '\ee98';
}

/* '' */
/* line 1776, ../sass/vendor/_fontello.scss */
.icon-exclamation:before {
  content: '\ee99';
}

/* '' */
/* line 1777, ../sass/vendor/_fontello.scss */
.icon-error:before {
  content: '\ee9a';
}

/* '' */
/* line 1778, ../sass/vendor/_fontello.scss */
.icon-error-alt:before {
  content: '\ee9b';
}

/* '' */
/* line 1779, ../sass/vendor/_fontello.scss */
.icon-location-6:before {
  content: '\ee9c';
}

/* '' */
/* line 1780, ../sass/vendor/_fontello.scss */
.icon-location-circled:before {
  content: '\ee9d';
}

/* '' */
/* line 1781, ../sass/vendor/_fontello.scss */
.icon-compass-5:before {
  content: '\ee9e';
}

/* '' */
/* line 1782, ../sass/vendor/_fontello.scss */
.icon-compass-circled:before {
  content: '\ee9f';
}

/* '' */
/* line 1783, ../sass/vendor/_fontello.scss */
.icon-trash-7:before {
  content: '\eea0';
}

/* '' */
/* line 1784, ../sass/vendor/_fontello.scss */
.icon-trash-circled:before {
  content: '\eea1';
}

/* '' */
/* line 1785, ../sass/vendor/_fontello.scss */
.icon-doc-6:before {
  content: '\eea2';
}

/* '' */
/* line 1786, ../sass/vendor/_fontello.scss */
.icon-doc-circled:before {
  content: '\eea3';
}

/* '' */
/* line 1787, ../sass/vendor/_fontello.scss */
.icon-doc-new:before {
  content: '\eea4';
}

/* '' */
/* line 1788, ../sass/vendor/_fontello.scss */
.icon-doc-new-circled:before {
  content: '\eea5';
}

/* '' */
/* line 1789, ../sass/vendor/_fontello.scss */
.icon-folder-5:before {
  content: '\eea6';
}

/* '' */
/* line 1790, ../sass/vendor/_fontello.scss */
.icon-folder-circled:before {
  content: '\eea7';
}

/* '' */
/* line 1791, ../sass/vendor/_fontello.scss */
.icon-folder-close:before {
  content: '\eea8';
}

/* '' */
/* line 1792, ../sass/vendor/_fontello.scss */
.icon-folder-open-2:before {
  content: '\eea9';
}

/* '' */
/* line 1793, ../sass/vendor/_fontello.scss */
.icon-rss-6:before {
  content: '\eeaa';
}

/* '' */
/* line 1794, ../sass/vendor/_fontello.scss */
.icon-phone-3:before {
  content: '\eeab';
}

/* '' */
/* line 1795, ../sass/vendor/_fontello.scss */
.icon-phone-circled:before {
  content: '\eeac';
}

/* '' */
/* line 1796, ../sass/vendor/_fontello.scss */
.icon-cog-5:before {
  content: '\eead';
}

/* '' */
/* line 1797, ../sass/vendor/_fontello.scss */
.icon-cog-circled:before {
  content: '\eeae';
}

/* '' */
/* line 1798, ../sass/vendor/_fontello.scss */
.icon-cogs:before {
  content: '\eeaf';
}

/* '' */
/* line 1799, ../sass/vendor/_fontello.scss */
.icon-wrench-4:before {
  content: '\eeb0';
}

/* '' */
/* line 1800, ../sass/vendor/_fontello.scss */
.icon-wrench-circled:before {
  content: '\eeb1';
}

/* '' */
/* line 1801, ../sass/vendor/_fontello.scss */
.icon-basket-4:before {
  content: '\eeb2';
}

/* '' */
/* line 1802, ../sass/vendor/_fontello.scss */
.icon-basket-circled:before {
  content: '\eeb3';
}

/* '' */
/* line 1803, ../sass/vendor/_fontello.scss */
.icon-calendar-7:before {
  content: '\eeb4';
}

/* '' */
/* line 1804, ../sass/vendor/_fontello.scss */
.icon-calendar-circled:before {
  content: '\eeb5';
}

/* '' */
/* line 1805, ../sass/vendor/_fontello.scss */
.icon-mic-5:before {
  content: '\eeb6';
}

/* '' */
/* line 1806, ../sass/vendor/_fontello.scss */
.icon-mic-circled:before {
  content: '\eeb7';
}

/* '' */
/* line 1807, ../sass/vendor/_fontello.scss */
.icon-volume-off-4:before {
  content: '\eeb8';
}

/* '' */
/* line 1808, ../sass/vendor/_fontello.scss */
.icon-volume-down-2:before {
  content: '\eeb9';
}

/* '' */
/* line 1809, ../sass/vendor/_fontello.scss */
.icon-volume-1:before {
  content: '\eeba';
}

/* '' */
/* line 1810, ../sass/vendor/_fontello.scss */
.icon-volume-up-3:before {
  content: '\eebb';
}

/* '' */
/* line 1811, ../sass/vendor/_fontello.scss */
.icon-headphones-3:before {
  content: '\eebc';
}

/* '' */
/* line 1812, ../sass/vendor/_fontello.scss */
.icon-clock-6:before {
  content: '\eebd';
}

/* '' */
/* line 1813, ../sass/vendor/_fontello.scss */
.icon-clock-circled:before {
  content: '\eebe';
}

/* '' */
/* line 1814, ../sass/vendor/_fontello.scss */
.icon-lightbulb-2:before {
  content: '\eebf';
}

/* '' */
/* line 1815, ../sass/vendor/_fontello.scss */
.icon-lightbulb-alt:before {
  content: '\eec0';
}

/* '' */
/* line 1816, ../sass/vendor/_fontello.scss */
.icon-block-4:before {
  content: '\eec1';
}

/* '' */
/* line 1817, ../sass/vendor/_fontello.scss */
.icon-resize-full-5:before {
  content: '\eec2';
}

/* '' */
/* line 1818, ../sass/vendor/_fontello.scss */
.icon-resize-full-alt-2:before {
  content: '\eec3';
}

/* '' */
/* line 1819, ../sass/vendor/_fontello.scss */
.icon-resize-small-4:before {
  content: '\eec4';
}

/* '' */
/* line 1820, ../sass/vendor/_fontello.scss */
.icon-resize-vertical-2:before {
  content: '\eec5';
}

/* '' */
/* line 1821, ../sass/vendor/_fontello.scss */
.icon-resize-horizontal-2:before {
  content: '\eec6';
}

/* '' */
/* line 1822, ../sass/vendor/_fontello.scss */
.icon-move-3:before {
  content: '\eec7';
}

/* '' */
/* line 1823, ../sass/vendor/_fontello.scss */
.icon-zoom-in-4:before {
  content: '\eec8';
}

/* '' */
/* line 1824, ../sass/vendor/_fontello.scss */
.icon-zoom-out-4:before {
  content: '\eec9';
}

/* '' */
/* line 1825, ../sass/vendor/_fontello.scss */
.icon-down-open-3:before {
  content: '\eeca';
}

/* '' */
/* line 1826, ../sass/vendor/_fontello.scss */
.icon-left-open-4:before {
  content: '\eecb';
}

/* '' */
/* line 1827, ../sass/vendor/_fontello.scss */
.icon-right-open-4:before {
  content: '\eecc';
}

/* '' */
/* line 1828, ../sass/vendor/_fontello.scss */
.icon-up-open-3:before {
  content: '\eecd';
}

/* '' */
/* line 1829, ../sass/vendor/_fontello.scss */
.icon-down-6:before {
  content: '\eece';
}

/* '' */
/* line 1830, ../sass/vendor/_fontello.scss */
.icon-left-5:before {
  content: '\eecf';
}

/* '' */
/* line 1831, ../sass/vendor/_fontello.scss */
.icon-right-5:before {
  content: '\eed0';
}

/* '' */
/* line 1832, ../sass/vendor/_fontello.scss */
.icon-up-6:before {
  content: '\eed1';
}

/* '' */
/* line 1833, ../sass/vendor/_fontello.scss */
.icon-down-circled-2:before {
  content: '\eed2';
}

/* '' */
/* line 1834, ../sass/vendor/_fontello.scss */
.icon-left-circled-2:before {
  content: '\eed3';
}

/* '' */
/* line 1835, ../sass/vendor/_fontello.scss */
.icon-right-circled-2:before {
  content: '\eed4';
}

/* '' */
/* line 1836, ../sass/vendor/_fontello.scss */
.icon-up-circled-2:before {
  content: '\eed5';
}

/* '' */
/* line 1837, ../sass/vendor/_fontello.scss */
.icon-down-hand-1:before {
  content: '\eed6';
}

/* '' */
/* line 1838, ../sass/vendor/_fontello.scss */
.icon-left-hand-1:before {
  content: '\eed7';
}

/* '' */
/* line 1839, ../sass/vendor/_fontello.scss */
.icon-right-hand-1:before {
  content: '\eed8';
}

/* '' */
/* line 1840, ../sass/vendor/_fontello.scss */
.icon-up-hand-1:before {
  content: '\eed9';
}

/* '' */
/* line 1841, ../sass/vendor/_fontello.scss */
.icon-cw-5:before {
  content: '\eeda';
}

/* '' */
/* line 1842, ../sass/vendor/_fontello.scss */
.icon-cw-circled:before {
  content: '\eedb';
}

/* '' */
/* line 1843, ../sass/vendor/_fontello.scss */
.icon-arrows-cw-2:before {
  content: '\eedc';
}

/* '' */
/* line 1844, ../sass/vendor/_fontello.scss */
.icon-shuffle-4:before {
  content: '\eedd';
}

/* '' */
/* line 1845, ../sass/vendor/_fontello.scss */
.icon-play-5:before {
  content: '\eede';
}

/* '' */
/* line 1846, ../sass/vendor/_fontello.scss */
.icon-play-circled-1:before {
  content: '\eedf';
}

/* '' */
/* line 1847, ../sass/vendor/_fontello.scss */
.icon-play-circled2-1:before {
  content: '\eee0';
}

/* '' */
/* line 1848, ../sass/vendor/_fontello.scss */
.icon-stop-6:before {
  content: '\eee1';
}

/* '' */
/* line 1849, ../sass/vendor/_fontello.scss */
.icon-stop-circled:before {
  content: '\eee2';
}

/* '' */
/* line 1850, ../sass/vendor/_fontello.scss */
.icon-pause-5:before {
  content: '\eee3';
}

/* '' */
/* line 1851, ../sass/vendor/_fontello.scss */
.icon-pause-circled:before {
  content: '\eee4';
}

/* '' */
/* line 1852, ../sass/vendor/_fontello.scss */
.icon-record-2:before {
  content: '\eee5';
}

/* '' */
/* line 1853, ../sass/vendor/_fontello.scss */
.icon-eject-3:before {
  content: '\eee6';
}

/* '' */
/* line 1854, ../sass/vendor/_fontello.scss */
.icon-backward:before {
  content: '\eee7';
}

/* '' */
/* line 1855, ../sass/vendor/_fontello.scss */
.icon-backward-circled:before {
  content: '\eee8';
}

/* '' */
/* line 1856, ../sass/vendor/_fontello.scss */
.icon-fast-backward-2:before {
  content: '\eee9';
}

/* '' */
/* line 1857, ../sass/vendor/_fontello.scss */
.icon-fast-forward-2:before {
  content: '\eeea';
}

/* '' */
/* line 1858, ../sass/vendor/_fontello.scss */
.icon-forward-3:before {
  content: '\eeeb';
}

/* '' */
/* line 1859, ../sass/vendor/_fontello.scss */
.icon-forward-circled:before {
  content: '\eeec';
}

/* '' */
/* line 1860, ../sass/vendor/_fontello.scss */
.icon-step-backward:before {
  content: '\eeed';
}

/* '' */
/* line 1861, ../sass/vendor/_fontello.scss */
.icon-step-forward:before {
  content: '\eeee';
}

/* '' */
/* line 1862, ../sass/vendor/_fontello.scss */
.icon-target-4:before {
  content: '\eeef';
}

/* '' */
/* line 1863, ../sass/vendor/_fontello.scss */
.icon-signal-4:before {
  content: '\eef0';
}

/* '' */
/* line 1864, ../sass/vendor/_fontello.scss */
.icon-desktop-2:before {
  content: '\eef1';
}

/* '' */
/* line 1865, ../sass/vendor/_fontello.scss */
.icon-desktop-circled:before {
  content: '\eef2';
}

/* '' */
/* line 1866, ../sass/vendor/_fontello.scss */
.icon-laptop-2:before {
  content: '\eef3';
}

/* '' */
/* line 1867, ../sass/vendor/_fontello.scss */
.icon-laptop-circled:before {
  content: '\eef4';
}

/* '' */
/* line 1868, ../sass/vendor/_fontello.scss */
.icon-network-1:before {
  content: '\eef5';
}

/* '' */
/* line 1869, ../sass/vendor/_fontello.scss */
.icon-inbox-3:before {
  content: '\eef6';
}

/* '' */
/* line 1870, ../sass/vendor/_fontello.scss */
.icon-inbox-circled:before {
  content: '\eef7';
}

/* '' */
/* line 1871, ../sass/vendor/_fontello.scss */
.icon-inbox-alt:before {
  content: '\eef8';
}

/* '' */
/* line 1872, ../sass/vendor/_fontello.scss */
.icon-globe-5:before {
  content: '\eef9';
}

/* '' */
/* line 1873, ../sass/vendor/_fontello.scss */
.icon-globe-alt-1:before {
  content: '\eefa';
}

/* '' */
/* line 1874, ../sass/vendor/_fontello.scss */
.icon-cloud-6:before {
  content: '\eefb';
}

/* '' */
/* line 1875, ../sass/vendor/_fontello.scss */
.icon-cloud-circled:before {
  content: '\eefc';
}

/* '' */
/* line 1876, ../sass/vendor/_fontello.scss */
.icon-flight-2:before {
  content: '\eefd';
}

/* '' */
/* line 1877, ../sass/vendor/_fontello.scss */
.icon-leaf-3:before {
  content: '\eefe';
}

/* '' */
/* line 1878, ../sass/vendor/_fontello.scss */
.icon-font-1:before {
  content: '\eeff';
}

/* '' */
/* line 1879, ../sass/vendor/_fontello.scss */
.icon-fontsize-1:before {
  content: '\ef00';
}

/* '' */
/* line 1880, ../sass/vendor/_fontello.scss */
.icon-bold-1:before {
  content: '\ef01';
}

/* '' */
/* line 1881, ../sass/vendor/_fontello.scss */
.icon-italic-1:before {
  content: '\ef02';
}

/* '' */
/* line 1882, ../sass/vendor/_fontello.scss */
.icon-text-height-1:before {
  content: '\ef03';
}

/* '' */
/* line 1883, ../sass/vendor/_fontello.scss */
.icon-text-width-1:before {
  content: '\ef04';
}

/* '' */
/* line 1884, ../sass/vendor/_fontello.scss */
.icon-align-left-1:before {
  content: '\ef05';
}

/* '' */
/* line 1885, ../sass/vendor/_fontello.scss */
.icon-align-center-1:before {
  content: '\ef06';
}

/* '' */
/* line 1886, ../sass/vendor/_fontello.scss */
.icon-align-right-1:before {
  content: '\ef07';
}

/* '' */
/* line 1887, ../sass/vendor/_fontello.scss */
.icon-align-justify-1:before {
  content: '\ef08';
}

/* '' */
/* line 1888, ../sass/vendor/_fontello.scss */
.icon-list-3:before {
  content: '\ef09';
}

/* '' */
/* line 1889, ../sass/vendor/_fontello.scss */
.icon-indent-left-1:before {
  content: '\ef0a';
}

/* '' */
/* line 1890, ../sass/vendor/_fontello.scss */
.icon-indent-right-1:before {
  content: '\ef0b';
}

/* '' */
/* line 1891, ../sass/vendor/_fontello.scss */
.icon-briefcase-3:before {
  content: '\ef0c';
}

/* '' */
/* line 1892, ../sass/vendor/_fontello.scss */
.icon-off-1:before {
  content: '\ef0d';
}

/* '' */
/* line 1893, ../sass/vendor/_fontello.scss */
.icon-road-1:before {
  content: '\ef0e';
}

/* '' */
/* line 1894, ../sass/vendor/_fontello.scss */
.icon-qrcode-1:before {
  content: '\ef0f';
}

/* '' */
/* line 1895, ../sass/vendor/_fontello.scss */
.icon-barcode-1:before {
  content: '\ef10';
}

/* '' */
/* line 1896, ../sass/vendor/_fontello.scss */
.icon-braille:before {
  content: '\ef11';
}

/* '' */
/* line 1897, ../sass/vendor/_fontello.scss */
.icon-book-4:before {
  content: '\ef12';
}

/* '' */
/* line 1898, ../sass/vendor/_fontello.scss */
.icon-adjust-1:before {
  content: '\ef13';
}

/* '' */
/* line 1899, ../sass/vendor/_fontello.scss */
.icon-tint-1:before {
  content: '\ef14';
}

/* '' */
/* line 1900, ../sass/vendor/_fontello.scss */
.icon-check-3:before {
  content: '\ef15';
}

/* '' */
/* line 1901, ../sass/vendor/_fontello.scss */
.icon-check-empty-1:before {
  content: '\ef16';
}

/* '' */
/* line 1902, ../sass/vendor/_fontello.scss */
.icon-asterisk-1:before {
  content: '\ef17';
}

/* '' */
/* line 1903, ../sass/vendor/_fontello.scss */
.icon-gift-2:before {
  content: '\ef18';
}

/* '' */
/* line 1904, ../sass/vendor/_fontello.scss */
.icon-fire-2:before {
  content: '\ef19';
}

/* '' */
/* line 1905, ../sass/vendor/_fontello.scss */
.icon-magnet-2:before {
  content: '\ef1a';
}

/* '' */
/* line 1906, ../sass/vendor/_fontello.scss */
.icon-chart-2:before {
  content: '\ef1b';
}

/* '' */
/* line 1907, ../sass/vendor/_fontello.scss */
.icon-chart-circled:before {
  content: '\ef1c';
}

/* '' */
/* line 1908, ../sass/vendor/_fontello.scss */
.icon-credit-card-4:before {
  content: '\ef1d';
}

/* '' */
/* line 1909, ../sass/vendor/_fontello.scss */
.icon-megaphone-2:before {
  content: '\ef1e';
}

/* '' */
/* line 1910, ../sass/vendor/_fontello.scss */
.icon-clipboard-2:before {
  content: '\ef1f';
}

/* '' */
/* line 1911, ../sass/vendor/_fontello.scss */
.icon-hdd-2:before {
  content: '\ef20';
}

/* '' */
/* line 1912, ../sass/vendor/_fontello.scss */
.icon-key-4:before {
  content: '\ef21';
}

/* '' */
/* line 1913, ../sass/vendor/_fontello.scss */
.icon-certificate-2:before {
  content: '\ef22';
}

/* '' */
/* line 1914, ../sass/vendor/_fontello.scss */
.icon-tasks-1:before {
  content: '\ef23';
}

/* '' */
/* line 1915, ../sass/vendor/_fontello.scss */
.icon-filter-1:before {
  content: '\ef24';
}

/* '' */
/* line 1916, ../sass/vendor/_fontello.scss */
.icon-gauge-2:before {
  content: '\ef25';
}

/* '' */
/* line 1917, ../sass/vendor/_fontello.scss */
.icon-smiley:before {
  content: '\ef26';
}

/* '' */
/* line 1918, ../sass/vendor/_fontello.scss */
.icon-smiley-circled:before {
  content: '\ef27';
}

/* '' */
/* line 1919, ../sass/vendor/_fontello.scss */
.icon-address-book:before {
  content: '\ef28';
}

/* '' */
/* line 1920, ../sass/vendor/_fontello.scss */
.icon-address-book-alt:before {
  content: '\ef29';
}

/* '' */
/* line 1921, ../sass/vendor/_fontello.scss */
.icon-asl:before {
  content: '\ef2a';
}

/* '' */
/* line 1922, ../sass/vendor/_fontello.scss */
.icon-glasses:before {
  content: '\ef2b';
}

/* '' */
/* line 1923, ../sass/vendor/_fontello.scss */
.icon-hearing-impaired:before {
  content: '\ef2c';
}

/* '' */
/* line 1924, ../sass/vendor/_fontello.scss */
.icon-iphone-home:before {
  content: '\ef2d';
}

/* '' */
/* line 1925, ../sass/vendor/_fontello.scss */
.icon-person:before {
  content: '\ef2e';
}

/* '' */
/* line 1926, ../sass/vendor/_fontello.scss */
.icon-adult:before {
  content: '\ef2f';
}

/* '' */
/* line 1927, ../sass/vendor/_fontello.scss */
.icon-child:before {
  content: '\ef30';
}

/* '' */
/* line 1928, ../sass/vendor/_fontello.scss */
.icon-blind:before {
  content: '\ef31';
}

/* '' */
/* line 1929, ../sass/vendor/_fontello.scss */
.icon-guidedog:before {
  content: '\ef32';
}

/* '' */
/* line 1930, ../sass/vendor/_fontello.scss */
.icon-accessibility:before {
  content: '\ef33';
}

/* '' */
/* line 1931, ../sass/vendor/_fontello.scss */
.icon-universal-access:before {
  content: '\ef34';
}

/* '' */
/* line 1932, ../sass/vendor/_fontello.scss */
.icon-male-2:before {
  content: '\ef35';
}

/* '' */
/* line 1933, ../sass/vendor/_fontello.scss */
.icon-female-2:before {
  content: '\ef36';
}

/* '' */
/* line 1934, ../sass/vendor/_fontello.scss */
.icon-behance-1:before {
  content: '\ef37';
}

/* '' */
/* line 1935, ../sass/vendor/_fontello.scss */
.icon-blogger-2:before {
  content: '\ef38';
}

/* '' */
/* line 1936, ../sass/vendor/_fontello.scss */
.icon-cc-2:before {
  content: '\ef39';
}

/* '' */
/* line 1937, ../sass/vendor/_fontello.scss */
.icon-css:before {
  content: '\ef3a';
}

/* '' */
/* line 1938, ../sass/vendor/_fontello.scss */
.icon-delicious-1:before {
  content: '\ef3b';
}

/* '' */
/* line 1939, ../sass/vendor/_fontello.scss */
.icon-deviantart-1:before {
  content: '\ef3c';
}

/* '' */
/* line 1940, ../sass/vendor/_fontello.scss */
.icon-digg-1:before {
  content: '\ef3d';
}

/* '' */
/* line 1941, ../sass/vendor/_fontello.scss */
.icon-dribbble-5:before {
  content: '\ef3e';
}

/* '' */
/* line 1942, ../sass/vendor/_fontello.scss */
.icon-facebook-7:before {
  content: '\ef3f';
}

/* '' */
/* line 1943, ../sass/vendor/_fontello.scss */
.icon-flickr-4:before {
  content: '\ef40';
}

/* '' */
/* line 1944, ../sass/vendor/_fontello.scss */
.icon-foursquare-2:before {
  content: '\ef41';
}

/* '' */
/* line 1945, ../sass/vendor/_fontello.scss */
.icon-friendfeed-1:before {
  content: '\ef42';
}

/* '' */
/* line 1946, ../sass/vendor/_fontello.scss */
.icon-friendfeed-rect-1:before {
  content: '\ef43';
}

/* '' */
/* line 1947, ../sass/vendor/_fontello.scss */
.icon-github-6:before {
  content: '\ef44';
}

/* '' */
/* line 1948, ../sass/vendor/_fontello.scss */
.icon-github-text-1:before {
  content: '\ef45';
}

/* '' */
/* line 1949, ../sass/vendor/_fontello.scss */
.icon-googleplus:before {
  content: '\ef46';
}

/* '' */
/* line 1950, ../sass/vendor/_fontello.scss */
.icon-instagram-4:before {
  content: '\ef47';
}

/* '' */
/* line 1951, ../sass/vendor/_fontello.scss */
.icon-linkedin-6:before {
  content: '\ef48';
}

/* '' */
/* line 1952, ../sass/vendor/_fontello.scss */
.icon-path:before {
  content: '\ef49';
}

/* '' */
/* line 1953, ../sass/vendor/_fontello.scss */
.icon-picasa-2:before {
  content: '\ef4a';
}

/* '' */
/* line 1954, ../sass/vendor/_fontello.scss */
.icon-pinterest-3:before {
  content: '\ef4b';
}

/* '' */
/* line 1955, ../sass/vendor/_fontello.scss */
.icon-reddit-1:before {
  content: '\ef4c';
}

/* '' */
/* line 1956, ../sass/vendor/_fontello.scss */
.icon-skype-5:before {
  content: '\ef4d';
}

/* '' */
/* line 1957, ../sass/vendor/_fontello.scss */
.icon-slideshare:before {
  content: '\ef4e';
}

/* '' */
/* line 1958, ../sass/vendor/_fontello.scss */
.icon-stackoverflow-2:before {
  content: '\ef4f';
}

/* '' */
/* line 1959, ../sass/vendor/_fontello.scss */
.icon-stumbleupon-2:before {
  content: '\ef50';
}

/* '' */
/* line 1960, ../sass/vendor/_fontello.scss */
.icon-twitter-7:before {
  content: '\ef51';
}

/* '' */
/* line 1961, ../sass/vendor/_fontello.scss */
.icon-tumblr-4:before {
  content: '\ef52';
}

/* '' */
/* line 1962, ../sass/vendor/_fontello.scss */
.icon-vimeo-4:before {
  content: '\ef53';
}

/* '' */
/* line 1963, ../sass/vendor/_fontello.scss */
.icon-vkontakte-2:before {
  content: '\ef54';
}

/* '' */
/* line 1964, ../sass/vendor/_fontello.scss */
.icon-w3c-1:before {
  content: '\ef55';
}

/* '' */
/* line 1965, ../sass/vendor/_fontello.scss */
.icon-wordpress-2:before {
  content: '\ef56';
}

/* '' */
/* line 1966, ../sass/vendor/_fontello.scss */
.icon-youtube-3:before {
  content: '\ef57';
}

/* '' */
/* line 1967, ../sass/vendor/_fontello.scss */
.icon-music-4:before {
  content: '\ef58';
}

/* '' */
/* line 1968, ../sass/vendor/_fontello.scss */
.icon-search-7:before {
  content: '\ef59';
}

/* '' */
/* line 1969, ../sass/vendor/_fontello.scss */
.icon-mail-7:before {
  content: '\ef5a';
}

/* '' */
/* line 1970, ../sass/vendor/_fontello.scss */
.icon-heart-7:before {
  content: '\ef5b';
}

/* '' */
/* line 1971, ../sass/vendor/_fontello.scss */
.icon-star-7:before {
  content: '\ef5c';
}

/* '' */
/* line 1972, ../sass/vendor/_fontello.scss */
.icon-user-7:before {
  content: '\ef5d';
}

/* '' */
/* line 1973, ../sass/vendor/_fontello.scss */
.icon-videocam-5:before {
  content: '\ef5e';
}

/* '' */
/* line 1974, ../sass/vendor/_fontello.scss */
.icon-camera-7:before {
  content: '\ef5f';
}

/* '' */
/* line 1975, ../sass/vendor/_fontello.scss */
.icon-photo-1:before {
  content: '\ef60';
}

/* '' */
/* line 1976, ../sass/vendor/_fontello.scss */
.icon-attach-6:before {
  content: '\ef61';
}

/* '' */
/* line 1977, ../sass/vendor/_fontello.scss */
.icon-lock-7:before {
  content: '\ef62';
}

/* '' */
/* line 1978, ../sass/vendor/_fontello.scss */
.icon-eye-7:before {
  content: '\ef63';
}

/* '' */
/* line 1979, ../sass/vendor/_fontello.scss */
.icon-tag-6:before {
  content: '\ef64';
}

/* '' */
/* line 1980, ../sass/vendor/_fontello.scss */
.icon-thumbs-up-5:before {
  content: '\ef65';
}

/* '' */
/* line 1981, ../sass/vendor/_fontello.scss */
.icon-pencil-7:before {
  content: '\ef66';
}

/* '' */
/* line 1982, ../sass/vendor/_fontello.scss */
.icon-comment-6:before {
  content: '\ef67';
}

/* '' */
/* line 1983, ../sass/vendor/_fontello.scss */
.icon-location-7:before {
  content: '\ef68';
}

/* '' */
/* line 1984, ../sass/vendor/_fontello.scss */
.icon-cup-1:before {
  content: '\ef69';
}

/* '' */
/* line 1985, ../sass/vendor/_fontello.scss */
.icon-trash-8:before {
  content: '\ef6a';
}

/* '' */
/* line 1986, ../sass/vendor/_fontello.scss */
.icon-doc-7:before {
  content: '\ef6b';
}

/* '' */
/* line 1987, ../sass/vendor/_fontello.scss */
.icon-note-1:before {
  content: '\ef6c';
}

/* '' */
/* line 1988, ../sass/vendor/_fontello.scss */
.icon-cog-6:before {
  content: '\ef6d';
}

/* '' */
/* line 1989, ../sass/vendor/_fontello.scss */
.icon-params:before {
  content: '\ef6e';
}

/* '' */
/* line 1990, ../sass/vendor/_fontello.scss */
.icon-calendar-8:before {
  content: '\ef6f';
}

/* '' */
/* line 1991, ../sass/vendor/_fontello.scss */
.icon-sound-1:before {
  content: '\ef70';
}

/* '' */
/* line 1992, ../sass/vendor/_fontello.scss */
.icon-clock-7:before {
  content: '\ef71';
}

/* '' */
/* line 1993, ../sass/vendor/_fontello.scss */
.icon-lightbulb-3:before {
  content: '\ef72';
}

/* '' */
/* line 1994, ../sass/vendor/_fontello.scss */
.icon-tv:before {
  content: '\ef73';
}

/* '' */
/* line 1995, ../sass/vendor/_fontello.scss */
.icon-desktop-3:before {
  content: '\ef74';
}

/* '' */
/* line 1996, ../sass/vendor/_fontello.scss */
.icon-mobile-6:before {
  content: '\ef75';
}

/* '' */
/* line 1997, ../sass/vendor/_fontello.scss */
.icon-cd-3:before {
  content: '\ef76';
}

/* '' */
/* line 1998, ../sass/vendor/_fontello.scss */
.icon-inbox-4:before {
  content: '\ef77';
}

/* '' */
/* line 1999, ../sass/vendor/_fontello.scss */
.icon-globe-6:before {
  content: '\ef78';
}

/* '' */
/* line 2000, ../sass/vendor/_fontello.scss */
.icon-cloud-7:before {
  content: '\ef79';
}

/* '' */
/* line 2001, ../sass/vendor/_fontello.scss */
.icon-paper-plane-2:before {
  content: '\ef7a';
}

/* '' */
/* line 2002, ../sass/vendor/_fontello.scss */
.icon-fire-3:before {
  content: '\ef7b';
}

/* '' */
/* line 2003, ../sass/vendor/_fontello.scss */
.icon-graduation-cap-1:before {
  content: '\ef7c';
}

/* '' */
/* line 2004, ../sass/vendor/_fontello.scss */
.icon-megaphone-3:before {
  content: '\ef7d';
}

/* '' */
/* line 2005, ../sass/vendor/_fontello.scss */
.icon-database-2:before {
  content: '\ef7e';
}

/* '' */
/* line 2006, ../sass/vendor/_fontello.scss */
.icon-key-5:before {
  content: '\ef7f';
}

/* '' */
/* line 2007, ../sass/vendor/_fontello.scss */
.icon-beaker-1:before {
  content: '\ef80';
}

/* '' */
/* line 2008, ../sass/vendor/_fontello.scss */
.icon-truck-1:before {
  content: '\ef81';
}

/* '' */
/* line 2009, ../sass/vendor/_fontello.scss */
.icon-money-2:before {
  content: '\ef82';
}

/* '' */
/* line 2010, ../sass/vendor/_fontello.scss */
.icon-food-1:before {
  content: '\ef83';
}

/* '' */
/* line 2011, ../sass/vendor/_fontello.scss */
.icon-shop-1:before {
  content: '\ef84';
}

/* '' */
/* line 2012, ../sass/vendor/_fontello.scss */
.icon-diamond:before {
  content: '\ef85';
}

/* '' */
/* line 2013, ../sass/vendor/_fontello.scss */
.icon-t-shirt:before {
  content: '\ef86';
}

/* '' */
/* line 2014, ../sass/vendor/_fontello.scss */
.icon-wallet:before {
  content: '\ef87';
}

/* '' */
/* line 2015, ../sass/vendor/_fontello.scss */
.icon-search-8:before {
  content: '\ef88';
}

/* '' */
/* line 2016, ../sass/vendor/_fontello.scss */
.icon-mail-8:before {
  content: '\ef89';
}

/* '' */
/* line 2017, ../sass/vendor/_fontello.scss */
.icon-heart-8:before {
  content: '\ef8a';
}

/* '' */
/* line 2018, ../sass/vendor/_fontello.scss */
.icon-heart-empty-4:before {
  content: '\ef8b';
}

/* '' */
/* line 2019, ../sass/vendor/_fontello.scss */
.icon-star-8:before {
  content: '\ef8c';
}

/* '' */
/* line 2020, ../sass/vendor/_fontello.scss */
.icon-user-8:before {
  content: '\ef8d';
}

/* '' */
/* line 2021, ../sass/vendor/_fontello.scss */
.icon-video-5:before {
  content: '\ef8e';
}

/* '' */
/* line 2022, ../sass/vendor/_fontello.scss */
.icon-picture-5:before {
  content: '\ef8f';
}

/* '' */
/* line 2023, ../sass/vendor/_fontello.scss */
.icon-th-large-3:before {
  content: '\ef90';
}

/* '' */
/* line 2024, ../sass/vendor/_fontello.scss */
.icon-th-4:before {
  content: '\ef91';
}

/* '' */
/* line 2025, ../sass/vendor/_fontello.scss */
.icon-th-list-5:before {
  content: '\ef92';
}

/* '' */
/* line 2026, ../sass/vendor/_fontello.scss */
.icon-ok-6:before {
  content: '\ef93';
}

/* '' */
/* line 2027, ../sass/vendor/_fontello.scss */
.icon-ok-circle-1:before {
  content: '\ef94';
}

/* '' */
/* line 2028, ../sass/vendor/_fontello.scss */
.icon-cancel-7:before {
  content: '\ef95';
}

/* '' */
/* line 2029, ../sass/vendor/_fontello.scss */
.icon-cancel-circle-2:before {
  content: '\ef96';
}

/* '' */
/* line 2030, ../sass/vendor/_fontello.scss */
.icon-plus-circle-1:before {
  content: '\ef97';
}

/* '' */
/* line 2031, ../sass/vendor/_fontello.scss */
.icon-minus-circle-1:before {
  content: '\ef98';
}

/* '' */
/* line 2032, ../sass/vendor/_fontello.scss */
.icon-link-5:before {
  content: '\ef99';
}

/* '' */
/* line 2033, ../sass/vendor/_fontello.scss */
.icon-attach-7:before {
  content: '\ef9a';
}

/* '' */
/* line 2034, ../sass/vendor/_fontello.scss */
.icon-lock-8:before {
  content: '\ef9b';
}

/* '' */
/* line 2035, ../sass/vendor/_fontello.scss */
.icon-lock-open-7:before {
  content: '\ef9c';
}

/* '' */
/* line 2036, ../sass/vendor/_fontello.scss */
.icon-tag-7:before {
  content: '\ef9d';
}

/* '' */
/* line 2037, ../sass/vendor/_fontello.scss */
.icon-reply-4:before {
  content: '\ef9e';
}

/* '' */
/* line 2038, ../sass/vendor/_fontello.scss */
.icon-reply-all-2:before {
  content: '\ef9f';
}

/* '' */
/* line 2039, ../sass/vendor/_fontello.scss */
.icon-forward-4:before {
  content: '\efa0';
}

/* '' */
/* line 2040, ../sass/vendor/_fontello.scss */
.icon-code-3:before {
  content: '\efa1';
}

/* '' */
/* line 2041, ../sass/vendor/_fontello.scss */
.icon-retweet-4:before {
  content: '\efa2';
}

/* '' */
/* line 2042, ../sass/vendor/_fontello.scss */
.icon-comment-7:before {
  content: '\efa3';
}

/* '' */
/* line 2043, ../sass/vendor/_fontello.scss */
.icon-comment-alt-2:before {
  content: '\efa4';
}

/* '' */
/* line 2044, ../sass/vendor/_fontello.scss */
.icon-chat-6:before {
  content: '\efa5';
}

/* '' */
/* line 2045, ../sass/vendor/_fontello.scss */
.icon-attention-5:before {
  content: '\efa6';
}

/* '' */
/* line 2046, ../sass/vendor/_fontello.scss */
.icon-location-8:before {
  content: '\efa7';
}

/* '' */
/* line 2047, ../sass/vendor/_fontello.scss */
.icon-doc-8:before {
  content: '\efa8';
}

/* '' */
/* line 2048, ../sass/vendor/_fontello.scss */
.icon-docs-landscape:before {
  content: '\efa9';
}

/* '' */
/* line 2049, ../sass/vendor/_fontello.scss */
.icon-folder-6:before {
  content: '\efaa';
}

/* '' */
/* line 2050, ../sass/vendor/_fontello.scss */
.icon-archive-2:before {
  content: '\efab';
}

/* '' */
/* line 2051, ../sass/vendor/_fontello.scss */
.icon-rss-7:before {
  content: '\efac';
}

/* '' */
/* line 2052, ../sass/vendor/_fontello.scss */
.icon-rss-alt-1:before {
  content: '\efad';
}

/* '' */
/* line 2053, ../sass/vendor/_fontello.scss */
.icon-cog-7:before {
  content: '\efae';
}

/* '' */
/* line 2054, ../sass/vendor/_fontello.scss */
.icon-logout-3:before {
  content: '\efaf';
}

/* '' */
/* line 2055, ../sass/vendor/_fontello.scss */
.icon-clock-8:before {
  content: '\efb0';
}

/* '' */
/* line 2056, ../sass/vendor/_fontello.scss */
.icon-block-5:before {
  content: '\efb1';
}

/* '' */
/* line 2057, ../sass/vendor/_fontello.scss */
.icon-resize-full-6:before {
  content: '\efb2';
}

/* '' */
/* line 2058, ../sass/vendor/_fontello.scss */
.icon-resize-full-circle:before {
  content: '\efb3';
}

/* '' */
/* line 2059, ../sass/vendor/_fontello.scss */
.icon-popup-5:before {
  content: '\efb4';
}

/* '' */
/* line 2060, ../sass/vendor/_fontello.scss */
.icon-left-open-5:before {
  content: '\efb5';
}

/* '' */
/* line 2061, ../sass/vendor/_fontello.scss */
.icon-right-open-5:before {
  content: '\efb6';
}

/* '' */
/* line 2062, ../sass/vendor/_fontello.scss */
.icon-down-circle-1:before {
  content: '\efb7';
}

/* '' */
/* line 2063, ../sass/vendor/_fontello.scss */
.icon-left-circle-1:before {
  content: '\efb8';
}

/* '' */
/* line 2064, ../sass/vendor/_fontello.scss */
.icon-right-circle-1:before {
  content: '\efb9';
}

/* '' */
/* line 2065, ../sass/vendor/_fontello.scss */
.icon-up-circle-1:before {
  content: '\efba';
}

/* '' */
/* line 2066, ../sass/vendor/_fontello.scss */
.icon-down-dir-3:before {
  content: '\efbb';
}

/* '' */
/* line 2067, ../sass/vendor/_fontello.scss */
.icon-right-dir-3:before {
  content: '\efbc';
}

/* '' */
/* line 2068, ../sass/vendor/_fontello.scss */
.icon-down-micro:before {
  content: '\efbd';
}

/* '' */
/* line 2069, ../sass/vendor/_fontello.scss */
.icon-up-micro:before {
  content: '\efbe';
}

/* '' */
/* line 2070, ../sass/vendor/_fontello.scss */
.icon-cw-circle:before {
  content: '\efbf';
}

/* '' */
/* line 2071, ../sass/vendor/_fontello.scss */
.icon-arrows-cw-3:before {
  content: '\efc0';
}

/* '' */
/* line 2072, ../sass/vendor/_fontello.scss */
.icon-updown-circle:before {
  content: '\efc1';
}

/* '' */
/* line 2073, ../sass/vendor/_fontello.scss */
.icon-target-5:before {
  content: '\efc2';
}

/* '' */
/* line 2074, ../sass/vendor/_fontello.scss */
.icon-signal-5:before {
  content: '\efc3';
}

/* '' */
/* line 2075, ../sass/vendor/_fontello.scss */
.icon-progress-4:before {
  content: '\efc4';
}

/* '' */
/* line 2076, ../sass/vendor/_fontello.scss */
.icon-progress-5:before {
  content: '\efc5';
}

/* '' */
/* line 2077, ../sass/vendor/_fontello.scss */
.icon-progress-6:before {
  content: '\efc6';
}

/* '' */
/* line 2078, ../sass/vendor/_fontello.scss */
.icon-progress-7:before {
  content: '\efc7';
}

/* '' */
/* line 2079, ../sass/vendor/_fontello.scss */
.icon-progress-8:before {
  content: '\efc8';
}

/* '' */
/* line 2080, ../sass/vendor/_fontello.scss */
.icon-progress-9:before {
  content: '\efc9';
}

/* '' */
/* line 2081, ../sass/vendor/_fontello.scss */
.icon-progress-10:before {
  content: '\efca';
}

/* '' */
/* line 2082, ../sass/vendor/_fontello.scss */
.icon-progress-11:before {
  content: '\efcb';
}

/* '' */
/* line 2083, ../sass/vendor/_fontello.scss */
.icon-font-2:before {
  content: '\efcc';
}

/* '' */
/* line 2084, ../sass/vendor/_fontello.scss */
.icon-list-4:before {
  content: '\efcd';
}

/* '' */
/* line 2085, ../sass/vendor/_fontello.scss */
.icon-list-numbered-1:before {
  content: '\efce';
}

/* '' */
/* line 2086, ../sass/vendor/_fontello.scss */
.icon-indent-left-2:before {
  content: '\efcf';
}

/* '' */
/* line 2087, ../sass/vendor/_fontello.scss */
.icon-indent-right-2:before {
  content: '\efd0';
}

/* '' */
/* line 2088, ../sass/vendor/_fontello.scss */
.icon-cloud-8:before {
  content: '\efd1';
}

/* '' */
/* line 2089, ../sass/vendor/_fontello.scss */
.icon-terminal-1:before {
  content: '\efd2';
}

/* '' */
/* line 2090, ../sass/vendor/_fontello.scss */
.icon-facebook-rect-2:before {
  content: '\efd3';
}

/* '' */
/* line 2091, ../sass/vendor/_fontello.scss */
.icon-twitter-bird-2:before {
  content: '\efd4';
}

/* '' */
/* line 2092, ../sass/vendor/_fontello.scss */
.icon-vimeo-rect-1:before {
  content: '\efd5';
}

/* '' */
/* line 2093, ../sass/vendor/_fontello.scss */
.icon-tumblr-rect-1:before {
  content: '\efd6';
}

/* '' */
/* line 2094, ../sass/vendor/_fontello.scss */
.icon-googleplus-rect-1:before {
  content: '\efd7';
}

/* '' */
/* line 2095, ../sass/vendor/_fontello.scss */
.icon-linkedin-rect-1:before {
  content: '\efd8';
}

/* '' */
/* line 2096, ../sass/vendor/_fontello.scss */
.icon-skype-6:before {
  content: '\efd9';
}

/* '' */
/* line 2097, ../sass/vendor/_fontello.scss */
.icon-vkontakte-rect-1:before {
  content: '\efda';
}

/* '' */
/* line 2098, ../sass/vendor/_fontello.scss */
.icon-youtube-4:before {
  content: '\efdb';
}

/* '' */
/* line 2099, ../sass/vendor/_fontello.scss */
.icon-right-big:before {
  content: '\e8a8';
}

/* '' */
/**
 * CSS voor de mixins. Schrijf hier de generieke mixins die je gebruik door je thema, zoals de stijl van een widget/content body
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	Vlijstje/Main
 * @since		0.1
 * @version     0.1
 */
/* Mixins
  =================================== */
/* Overige mixins
   ========================================================================== */
/* Gebruik om tekst te verbergen die wel nodig is voor SEO doeleinden */
/* Gebruik om de outline bij elementen die gefocussed zijn in chrome te verwijderen */
/**
 * CSS voor de styling van typografie
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* Typografie
   -------------------------------------------------------------------------- */
/* line 13, ../sass/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merriweather", serif;
}

/* line 22, ../sass/base/_typography.scss */
h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

/* line 28, ../sass/base/_typography.scss */
h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

/* line 34, ../sass/base/_typography.scss */
h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

/* line 40, ../sass/base/_typography.scss */
h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

/* line 46, ../sass/base/_typography.scss */
h5 {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

/* line 52, ../sass/base/_typography.scss */
h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

/* line 58, ../sass/base/_typography.scss */
a {
  color: #da484b;
  text-decoration: underline;
  -moz-transition: color 0.1s, background 0.2s;
  -o-transition: color 0.1s, background 0.2s;
  -webkit-transition: color 0.1s, background 0.2s;
  transition: color 0.1s, background 0.2s;
}
/* line 64, ../sass/base/_typography.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #d63336;
}
/* line 70, ../sass/base/_typography.scss */
a:active {
  text-decoration: none;
  color: #c7282b;
}

/* line 76, ../sass/base/_typography.scss */
small {
  font-size: 12px;
}

/* line 80, ../sass/base/_typography.scss */
strong {
  font-weight: bold;
}

/* line 84, ../sass/base/_typography.scss */
span.green {
  color: #2ecc71;
}

/* line 88, ../sass/base/_typography.scss */
span.red, span.error {
  color: #e74c3c;
}

/**
 * Schrijf hier de styling voor de hoofdstructuur. Denk aan wrappers en het html of body element
 * 
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* Handmatige resets 
   ========================================================================== */
/* line 13, ../sass/base/_structure.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/base/_structure.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* Generiek 
   ========================================================================== */
/* line 27, ../sass/base/_structure.scss */
html {
  overflow-x: hidden;
}

/* line 33, ../sass/base/_structure.scss */
body {
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  background: url(../img/bg-tile.png);
}

/* line 46, ../sass/base/_structure.scss */
hr {
  margin: 15px 0;
}

/* line 50, ../sass/base/_structure.scss */
a {
  cursor: pointer;
}

/* line 54, ../sass/base/_structure.scss */
img {
  max-width: 100%;
}

/* line 58, ../sass/base/_structure.scss */
.full-width {
  width: 100% !important;
}

/* line 62, ../sass/base/_structure.scss */
.float-right {
  float: right !important;
}

/* line 66, ../sass/base/_structure.scss */
.float-left {
  float: left !important;
}

/* line 70, ../sass/base/_structure.scss */
.float-none {
  float: none !important;
}

/* line 74, ../sass/base/_structure.scss */
.align-center {
  text-align: center !important;
}

/* line 78, ../sass/base/_structure.scss */
.align-left {
  text-align: left !important;
}

/* line 82, ../sass/base/_structure.scss */
.align-right {
  text-align: right !important;
}

/* line 86, ../sass/base/_structure.scss */
.display-block {
  display: block !important;
}

/* line 90, ../sass/base/_structure.scss */
.display-inline {
  display: inline !important;
}

/* line 94, ../sass/base/_structure.scss */
.display-inline-block {
  display: inline-block !important;
}

/* line 98, ../sass/base/_structure.scss */
.align-right > small {
  text-align: right;
}

/* line 102, ../sass/base/_structure.scss */
img.align-left {
  float: left;
  margin: 10px 20px 10px 0;
}

/* line 107, ../sass/base/_structure.scss */
img.align-right {
  float: right;
  margin: 10px 0 10px 20px;
}

/* line 112, ../sass/base/_structure.scss */
.no-padding {
  padding: 0 !important;
}

/* line 116, ../sass/base/_structure.scss */
.no-margin {
  margin: 0 !important;
}

/* line 120, ../sass/base/_structure.scss */
.col-lg-fifth {
  width: 20%;
  padding: 0 15px;
  float: left;
}

/* line 126, ../sass/base/_structure.scss */
iframe {
  border: none;
}

/* Breadcrumbs
   ========================================================================== */
/* line 133, ../sass/base/_structure.scss */
p#breadcrumbs {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0 0 10px;
}
/* line 141, ../sass/base/_structure.scss */
p#breadcrumbs > span > span {
  position: relative;
  margin: 0 5px 0 32px;
}
/* line 145, ../sass/base/_structure.scss */
p#breadcrumbs > span > span:before {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  left: -32px;
  top: -3px;
  font-family: 'dashicons';
  font-size: 14px;
  content: "\f345";
  line-height: 25px;
  text-align: center;
}
/* line 162, ../sass/base/_structure.scss */
p#breadcrumbs > span > span:first-of-type {
  margin: 0 5px 0 40px;
}
/* line 165, ../sass/base/_structure.scss */
p#breadcrumbs > span > span:first-of-type:before {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  left: -33px;
  top: -4px;
  font-family: 'dashicons';
  font-size: 20px;
  content: "\f102";
  line-height: 25px;
  text-align: center;
  color: #fff;
}
/* line 184, ../sass/base/_structure.scss */
p#breadcrumbs a {
  text-decoration: none;
}
/* line 188, ../sass/base/_structure.scss */
p#breadcrumbs a:hover {
  text-decoration: underline;
  color: #fff;
}

/* Back to top
   ========================================================================== */
/* line 198, ../sass/base/_structure.scss */
#back-to-top {
  width: 50px;
  height: 50px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  font-size: 24px;
  text-align: center;
  padding-top: 12px;
  cursor: pointer;
  color: #000;
  -moz-transition: background 0.3s, color 0.2s;
  -o-transition: background 0.3s, color 0.2s;
  -webkit-transition: background 0.3s, color 0.2s;
  transition: background 0.3s, color 0.2s;
}

/* line 215, ../sass/base/_structure.scss */
#back-to-top:hover {
  background: #e6e6e6;
}

/* Kleuren
   ========================================================================== */
/* line 222, ../sass/base/_structure.scss */
.background-grey {
  background-color: #e8e9ea;
}

/* line 226, ../sass/base/_structure.scss */
.background-black {
  background-color: #000;
}

/* line 230, ../sass/base/_structure.scss */
.background-white {
  background-color: #fff;
}

/* line 234, ../sass/base/_structure.scss */
.background-red {
  background-color: #df4a32;
}

/* line 238, ../sass/base/_structure.scss */
.background-blue {
  background-color: #2b6ecc;
}

/* line 242, ../sass/base/_structure.scss */
.background-yellow {
  background-color: #e0c411;
}

/* line 246, ../sass/base/_structure.scss */
.background-green {
  background-color: #16bd19;
}

/* line 250, ../sass/base/_structure.scss */
.background-orange {
  background-color: #f78617;
}

/* Box Dropdown
   ========================================================================== */
/* line 257, ../sass/base/_structure.scss */
.box-dropdown {
  position: absolute;
  z-index: 5000;
  right: -20px;
  line-height: 20px;
  top: 200%;
  padding-top: 10px !important;
  overflow: hidden;
  width: 0;
  height: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 271, ../sass/base/_structure.scss */
.box-dropdown h1, .box-dropdown h2, .box-dropdown h3, .box-dropdown h4 {
  text-transform: uppercase;
}
/* line 275, ../sass/base/_structure.scss */
.box-dropdown h4 {
  font-size: 18px;
  margin: 10px 0;
}
/* line 280, ../sass/base/_structure.scss */
.box-dropdown .box-wrapper {
  border-top: 5px solid #f5f5f5;
  background: #e5e5e5;
  overflow: hidden;
  display: block;
  position: relative;
  padding: 10px 15px 15px;
}
/* line 289, ../sass/base/_structure.scss */
.box-dropdown:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-bottom: 10px solid #f5f5f5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 45px;
  top: 0px;
}
/* line 302, ../sass/base/_structure.scss */
.box-dropdown input[type="text"] {
  width: 100%;
  background: #000;
  font-size: 14px;
}
/* line 308, ../sass/base/_structure.scss */
.box-dropdown p {
  font-size: 13px;
}
/* line 312, ../sass/base/_structure.scss */
.box-dropdown a {
  font-weight: 300;
  font-size: 14px;
}
/* line 316, ../sass/base/_structure.scss */
.box-dropdown a.button, .box-dropdown .sidebar-box-content ul.simple-link-list li a.button, .sidebar-box-content ul.simple-link-list li .box-dropdown a.button, .box-dropdown .cd-popup-container .cd-buttons a, .cd-popup-container .cd-buttons .box-dropdown a {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  text-transform: uppercase;
  margin-left: 2px;
}
/* line 325, ../sass/base/_structure.scss */
.box-dropdown .footer {
  height: 55px;
}
/* line 328, ../sass/base/_structure.scss */
.box-dropdown .footer h4 {
  margin: 10px 0 0;
}
/* line 333, ../sass/base/_structure.scss */
.box-dropdown .iconic-input {
  width: 350px;
}
/* line 337, ../sass/base/_structure.scss */
.box-dropdown label {
  padding-left: 5px;
  font-size: 14px;
}
/* line 342, ../sass/base/_structure.scss */
.box-dropdown .footer {
  background: #f7f7f7;
  display: block;
  padding: 0 15px 15px;
  overflow: hidden;
}

/* line 350, ../sass/base/_structure.scss */
.body-box-title {
  position: relative;
  color: #555;
  margin: 15px 0;
  padding: 0 20px 0 32px;
  margin-bottom: 12px;
}
/* line 358, ../sass/base/_structure.scss */
.body-box-title .icons {
  position: absolute;
  left: 0;
  font-size: 28px;
}
/* line 365, ../sass/base/_structure.scss */
.body-box-title.no-icon {
  padding: 0 20px 0 0;
}
/* line 368, ../sass/base/_structure.scss */
.body-box-title.no-icon h1,
.body-box-title.no-icon h2 {
  padding-left: 0;
}
/* line 374, ../sass/base/_structure.scss */
.body-box-title h1,
.body-box-title h2 {
  margin: 0;
  font-size: 28px;
  padding-left: 15px;
  display: inline-block;
}
/* line 384, ../sass/base/_structure.scss */
.body-box-title h1::first-letter, .body-box-title h2::first-letter, .body-box-title h3::first-letter, .body-box-title h4::first-letter {
  text-transform: capitalize;
}

/* line 390, ../sass/base/_structure.scss */
.body-box-heading {
  position: relative;
  color: #555;
  margin: 15px 0;
  padding: 0 20px 0 32px;
  margin-bottom: 12px;
}
/* line 398, ../sass/base/_structure.scss */
.body-box-heading .icons {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 26px;
}
/* line 405, ../sass/base/_structure.scss */
.body-box-heading h3,
.body-box-heading h4 {
  margin: 0;
  font-size: 20px;
  padding-left: 10px;
  display: inline-block;
}
/* line 414, ../sass/base/_structure.scss */
.body-box-heading h1::first-letter, .body-box-heading h2::first-letter, .body-box-heading h3::first-letter, .body-box-heading h4::first-letter {
  text-transform: capitalize;
}

/* line 422, ../sass/base/_structure.scss */
.add-list-container form {
  padding: 0 50px;
}
/* line 425, ../sass/base/_structure.scss */
.add-list-container form input[type='text'],
.add-list-container form select {
  width: 100%;
}

/* line 432, ../sass/base/_structure.scss */
ul.edit-lists {
  list-style: none;
  padding: 0;
}
/* line 436, ../sass/base/_structure.scss */
ul.edit-lists > li {
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
}
/* line 443, ../sass/base/_structure.scss */
ul.edit-lists > li:last-of-type {
  border-bottom: none;
  padding: 0;
}
/* line 449, ../sass/base/_structure.scss */
ul.edit-lists p {
  margin: 3px 0;
}
/* line 453, ../sass/base/_structure.scss */
ul.edit-lists a {
  text-decoration: none;
}
/* line 456, ../sass/base/_structure.scss */
ul.edit-lists a:hover {
  text-decoration: underline;
}
/* line 461, ../sass/base/_structure.scss */
ul.edit-lists h4 {
  display: block;
  margin: 0;
  font-size: 14px;
}
/* line 467, ../sass/base/_structure.scss */
ul.edit-lists .icons {
  display: inline-block;
  float: right;
  cursor: pointer;
  font-size: 18px;
  color: #555;
}
/* line 480, ../sass/base/_structure.scss */
ul.edit-lists img.list-icon {
  float: left;
  padding: 0px 5px;
}

/* line 490, ../sass/base/_structure.scss */
.button-container.double input[type='button'],
.button-container.double .button,
.button-container.double .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li .button-container.double a.button,
.button-container.double .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons .button-container.double a {
  width: 49%;
}
/* line 494, ../sass/base/_structure.scss */
.button-container.double input[type='button']:first-of-type,
.button-container.double .button:first-of-type,
.button-container.double .cd-popup-container .cd-buttons a:first-of-type,
.cd-popup-container .cd-buttons .button-container.double a:first-of-type {
  margin-right: 1%;
}
/* line 497, ../sass/base/_structure.scss */
.button-container.double input[type='button']:last-of-type,
.button-container.double .button:last-of-type,
.button-container.double .cd-popup-container .cd-buttons a:last-of-type,
.cd-popup-container .cd-buttons .button-container.double a:last-of-type {
  margin-left: 1%;
}

/* Loaders
   ========================================================================== */
/* line 507, ../sass/base/_structure.scss */
p.load {
  line-height: 22px;
  height: 22px;
}

/* line 512, ../sass/base/_structure.scss */
.load-spinner-inline {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  height: 22px;
  width: 22px;
  float: left;
  top: 0px;
}
/* line 521, ../sass/base/_structure.scss */
.load-spinner-inline > img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
}
/* line 528, ../sass/base/_structure.scss */
.load-spinner-inline .icons {
  color: #008000;
  display: inline-block;
  font-size: 25px;
  position: relative;
  height: 22px;
  width: 22px;
  top: -2px;
  left: -6px;
  margin-right: 10px;
}

/* line 541, ../sass/base/_structure.scss */
.load-spinner {
  text-align: center;
}
/* line 544, ../sass/base/_structure.scss */
.load-spinner > img {
  display: inline-block;
}
/* line 549, ../sass/base/_structure.scss */
.load-spinner.large > img {
  height: 120px;
  width: 120px;
}
/* line 555, ../sass/base/_structure.scss */
.load-spinner.medium > img {
  height: 60px;
  width: 60px;
}
/* line 561, ../sass/base/_structure.scss */
.load-spinner.small > img {
  height: 30px;
  width: 30px;
}

/* line 570, ../sass/base/_structure.scss */
#loader-wrapper {
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  background: url(/assets/img/avatar-vlijstje-100.png) no-repeat center;
}

/* line 586, ../sass/base/_structure.scss */
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #da484b;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001;
}

/* line 604, ../sass/base/_structure.scss */
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #da484b;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

/* line 619, ../sass/base/_structure.scss */
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #da484b;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}
/* line 659, ../sass/base/_structure.scss */
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 664, ../sass/base/_structure.scss */
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
/* line 676, ../sass/base/_structure.scss */
.no-js #loader-wrapper {
  display: none;
}

/* line 679, ../sass/base/_structure.scss */
.no-js h1 {
  color: #222222;
}

/* Toast
   ========================================================================== */
/* line 686, ../sass/base/_structure.scss */
.toast {
  display: block;
  position: fixed;
  z-index: 999999999;
  left: 20px;
  bottom: 20px;
  transition: 0.1s;
  text-align: center;
}
/* line 695, ../sass/base/_structure.scss */
.toast > p.alert {
  display: block;
  margin: 10px 0;
  width: auto;
  height: auto;
  background-color: #ddd;
  max-width: 300px;
  word-wrap: break-word;
  text-align: left;
  line-height: 22px;
  min-height: 62px;
  padding: 18px 15px;
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
}
/* line 710, ../sass/base/_structure.scss */
.toast > p.alert.alert-info {
  color: #555;
  background-color: #e6e6e6;
  border-color: #b2b2b2;
}
/* line 716, ../sass/base/_structure.scss */
.toast > p.alert .icons {
  font-size: 22px;
  color: #a50003;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
/* line 725, ../sass/base/_structure.scss */
.toast .avatar {
  background-image: url(/assets/img/avatar-vlijstje.png);
  background-color: #da484b;
  float: left;
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: cover;
  margin: -13px 10px 0 -10px;
  border: 2px white solid;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}

/* line 741, ../sass/base/_structure.scss */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 745, ../sass/base/_structure.scss */
span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
  margin-left: 5px;
}

/* line 760, ../sass/base/_structure.scss */
div.tooltip {
  position: absolute;
  left: 25px;
  top: 0;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

/* line 771, ../sass/base/_structure.scss */
div.tooltip p {
  margin: 10px;
  color: #fff;
  font-weight: normal;
}

/* line 777, ../sass/base/_structure.scss */
p.checkbox-switch-container {
  line-height: 30px;
}
/* line 780, ../sass/base/_structure.scss */
p.checkbox-switch-container .bootstrap-switch {
  float: right;
}

/* line 785, ../sass/base/_structure.scss */
.bootstrap-switch {
  display: inline-block;
  direction: ltr;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid;
  border-color: #cccccc;
  position: relative;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -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;
}

/* line 807, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-container {
  display: inline-block;
  top: 0;
  border-radius: 4px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 815, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block !important;
  height: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 20px;
}

/* line 829, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-handle-off {
  text-align: center;
  z-index: 1;
}

/* line 835, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  color: #fff;
  background: #337ab7;
}

/* line 841, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info {
  color: #fff;
  background: #5bc0de;
}

/* line 847, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
  color: #fff;
  background: #5cb85c;
}

/* line 853, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning {
  background: #f0ad4e;
  color: #fff;
}

/* line 859, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger {
  color: #fff;
  background: #d9534f;
}

/* line 865, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #000;
  background: #eeeeee;
}

/* line 871, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-label {
  text-align: center;
  margin-top: -1px;
  margin-bottom: -1px;
  z-index: 100;
  color: #333333;
  background: #ffffff;
}

/* line 880, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-on {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 885, ../sass/base/_structure.scss */
.bootstrap-switch .bootstrap-switch-handle-off {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 890, ../sass/base/_structure.scss */
.bootstrap-switch input[type='radio'],
.bootstrap-switch input[type='checkbox'] {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 901, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 909, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 917, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
  padding: 6px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 925, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-readonly,
.bootstrap-switch.bootstrap-switch-indeterminate {
  cursor: default !important;
}

/* line 931, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

/* line 945, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
  -webkit-transition: margin-left 0.5s;
  -o-transition: margin-left 0.5s;
  transition: margin-left 0.5s;
}

/* line 951, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 958, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 965, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 972, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 978, ../sass/base/_structure.scss */
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/**
 * CSS voor de styling van elementen.
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	Vlijstje/Main
 * @since		0.1
 * @version     0.1
 */
/* Elements
  =================================== */
/* line 13, ../sass/base/_elements.scss */
hr {
  border-top: 1px solid #e5e5e5;
}

/* line 17, ../sass/base/_elements.scss */
.tooltip-inner {
  background: #2c3e50;
  box-shadow: 0 0 5px #ddd;
  color: #fff;
  padding: 4px 8px;
  border-radius: 0;
}

/* line 25, ../sass/base/_elements.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #2c3e50;
}

/* Alerts
----------------------------------*/
/* line 32, ../sass/base/_elements.scss */
.alert {
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 38, ../sass/base/_elements.scss */
.alert.alert-succes {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 43, ../sass/base/_elements.scss */
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 48, ../sass/base/_elements.scss */
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 53, ../sass/base/_elements.scss */
.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* Progressbar
----------------------------------*/
/* line 63, ../sass/base/_elements.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
/* line 72, ../sass/base/_elements.scss */
.progress .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #df4a32;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* Tooltip
----------------------------------*/
/* line 89, ../sass/base/_elements.scss */
.ui-tooltip {
  border: 0;
  background: transparent;
  opacity: 0.8;
  -moz-box-shadow: 4px;
  -webkit-box-shadow: 4px;
  box-shadow: 4px;
}

/* line 96, ../sass/base/_elements.scss */
.ui-tooltip .ui-tooltip-content {
  display: inline-block;
  padding: 3px 8px;
  background: #fff;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

/* line 105, ../sass/base/_elements.scss */
::-webkit-input-placeholder {
  color: #7a8188;
}

/* line 109, ../sass/base/_elements.scss */
:-moz-placeholder {
  color: #7a8188;
}

/* line 113, ../sass/base/_elements.scss */
::-moz-placeholder {
  color: #7a8188;
}

/* line 117, ../sass/base/_elements.scss */
:-ms-input-placeholder {
  color: #7a8188;
}

/* line 127, ../sass/base/_elements.scss */
input[type="text"]:disabled,
input[type="phone"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e6e6e6), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(#e6e6e6, #e6e6e6);
  background-image: -webkit-linear-gradient(#e6e6e6, #e6e6e6);
  background-image: linear-gradient(#e6e6e6, #e6e6e6);
}

/* line 135, ../sass/base/_elements.scss */
input[type="text"],
input[type="phone"],
input[type="number"],
input[type="email"],
input[type="password"],
select,
textarea,
#email-receivers {
  display: block;
  padding: 8px 8px;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
  background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background-image: linear-gradient(#ffffff, #f5f5f5);
}
/* line 162, ../sass/base/_elements.scss */
input[type="text"]:focus,
input[type="phone"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
#email-receivers:focus {
  outline: 0;
  border-color: #b2b2b2;
}

/* line 170, ../sass/base/_elements.scss */
form input[type="text"],
form input[type="phone"],
form input[type="email"],
form input[type="password"],
form select,
form textarea,
form #email-receivers {
  width: 100%;
}

/* line 180, ../sass/base/_elements.scss */
textarea, #email-receivers {
  min-height: 100px;
  width: 100%;
}

/* line 185, ../sass/base/_elements.scss */
select {
  width: 100%;
}

/* line 189, ../sass/base/_elements.scss */
label {
  display: block;
}

/* line 193, ../sass/base/_elements.scss */
input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.sidebar-box-content ul.simple-link-list li a.button,
.cd-popup-container .cd-buttons a {
  display: inline-block;
  border: 1px solid #8a2222;
  padding: 5px 15px;
  cursor: pointer;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 26px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px -1px 0px #520202;
  background-color: #520202;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0px 1px 0px 0px #eb9d9e;
  -webkit-box-shadow: inset 0px 1px 0px 0px #eb9d9e;
  box-shadow: inset 0px 1px 0px 0px #eb9d9e;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RhNDg0YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EwMzczYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #da484b), color-stop(100%, #a0373a));
  background-image: -moz-linear-gradient(#da484b, #a0373a);
  background-image: -webkit-linear-gradient(#da484b, #a0373a);
  background-image: linear-gradient(#da484b, #a0373a);
}
/* line 219, ../sass/base/_elements.scss */
input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
.button:hover,
.sidebar-box-content ul.simple-link-list li a.button:hover,
.cd-popup-container .cd-buttons a:hover,
.button:focus,
.sidebar-box-content ul.simple-link-list li a.button:focus,
.cd-popup-container .cd-buttons a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #840303;
  outline: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxNmE2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2EwMzczYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e16a6c), color-stop(100%, #a0373a));
  background-image: -moz-linear-gradient(#e16a6c, #a0373a);
  background-image: -webkit-linear-gradient(#e16a6c, #a0373a);
  background-image: linear-gradient(#e16a6c, #a0373a);
}
/* line 229, ../sass/base/_elements.scss */
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
.button:active,
.sidebar-box-content ul.simple-link-list li a.button:active,
.cd-popup-container .cd-buttons a:active {
  color: #f5f5f5;
  text-decoration: none;
  background-color: #200101;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhkMzAzMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q2MzMzNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8d3033), color-stop(100%, #d63336));
  background-image: -moz-linear-gradient(#8d3033, #d63336);
  background-image: -webkit-linear-gradient(#8d3033, #d63336);
  background-image: linear-gradient(#8d3033, #d63336);
}
/* line 237, ../sass/base/_elements.scss */
input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big,
.button.big,
.sidebar-box-content ul.simple-link-list li a.big.button,
.cd-popup-container .cd-buttons a.big {
  font-size: 15px;
  padding: 8px 20px;
}
/* line 242, ../sass/base/_elements.scss */
input[type="button"].huge,
input[type="submit"].huge,
input[type="reset"].huge,
.button.huge,
.sidebar-box-content ul.simple-link-list li a.huge.button,
.cd-popup-container .cd-buttons a.huge {
  font-size: 15px;
  padding: 8px 20px;
}
/* line 247, ../sass/base/_elements.scss */
input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small,
.button.small,
.sidebar-box-content ul.simple-link-list li a.small.button,
.cd-popup-container .cd-buttons a.small {
  padding: 0 10px;
}

/* line 252, ../sass/base/_elements.scss */
.button.disabled, .sidebar-box-content ul.simple-link-list li a.disabled.button, .cd-popup-container .cd-buttons a.disabled {
  cursor: not-allowed;
  border: 1px solid #999999;
  text-shadow: 0px -1px 0px #666666;
  background-color: #999999;
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(#999999, #999999);
  background-image: -webkit-linear-gradient(#999999, #999999);
  background-image: linear-gradient(#999999, #999999);
}
/* line 262, ../sass/base/_elements.scss */
.button.disabled:hover, .sidebar-box-content ul.simple-link-list li a.disabled.button:hover, .cd-popup-container .cd-buttons a.disabled:hover, .button.disabled:focus, .sidebar-box-content ul.simple-link-list li a.disabled.button:focus, .cd-popup-container .cd-buttons a.disabled:focus {
  color: #fff;
  text-decoration: none;
  background-color: #999999;
  outline: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(#999999, #999999);
  background-image: -webkit-linear-gradient(#999999, #999999);
  background-image: linear-gradient(#999999, #999999);
}
/* line 273, ../sass/base/_elements.scss */
.button.disabled:active, .sidebar-box-content ul.simple-link-list li a.disabled.button:active, .cd-popup-container .cd-buttons a.disabled:active {
  color: #f5f5f5;
  text-decoration: none;
  background-color: #b3b3b3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #999999), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(#999999, #999999);
  background-image: -webkit-linear-gradient(#999999, #999999);
  background-image: linear-gradient(#999999, #999999);
}

/* line 282, ../sass/base/_elements.scss */
input[type="button"].big,
input[type="submit"].big,
input[type="reset"].big {
  height: 40px;
  padding: 7px 20px;
  font-size: 16px;
}

/* line 290, ../sass/base/_elements.scss */
input[type="button"].huge,
input[type="submit"].huge,
input[type="reset"].huge {
  height: 50px;
  padding: 12px 25px;
  font-size: 16px;
}

/* line 308, ../sass/base/_elements.scss */
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}

/* line 313, ../sass/base/_elements.scss */
.radio-label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 14px;
}

/* line 322, ../sass/base/_elements.scss */
.radio-label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
}

/* line 336, ../sass/base/_elements.scss */
input[type="radio"] {
  display: none;
}

/* line 340, ../sass/base/_elements.scss */
input[type=radio]:checked + .radio-label:before {
  content: "\2022";
  color: #7a8188;
  font-size: 40px;
  text-align: center;
  line-height: 14px;
}

/* line 352, ../sass/base/_elements.scss */
input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 14px;
}

/* line 362, ../sass/base/_elements.scss */
input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #f7f7f7;
  border: 1px solid #e6e6e6;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
}

/* line 382, ../sass/base/_elements.scss */
input[type="checkbox"]:checked + label:before {
  content: '\e818';
  font-size: 13px;
  color: #7a8188;
  text-align: center;
  line-height: 13px;
}

/* line 390, ../sass/base/_elements.scss */
.numeric-input {
  position: relative;
  width: 100px;
  display: inline-block;
}

/* line 396, ../sass/base/_elements.scss */
.numeric-input input {
  width: 100px;
  height: 42px !important;
  display: inline-block;
}

/* line 402, ../sass/base/_elements.scss */
.numeric-input > span {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer;
  color: #7a8188;
}

/* line 410, ../sass/base/_elements.scss */
.numeric-input .arrow-down {
  bottom: 3px;
  top: auto;
}

/* Field with Icon
  =================================== */
/* line 418, ../sass/base/_elements.scss */
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 429, ../sass/base/_elements.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 437, ../sass/base/_elements.scss */
.input-group .form-control, .input-group-addon, .input-group-btn {
  display: table-cell;
}

/* line 441, ../sass/base/_elements.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 447, ../sass/base/_elements.scss */
input[type="button"] {
  padding: 5px 10px;
}

/* line 452, ../sass/base/_elements.scss */
.editor-field input[type="text"],
.editor-field input[type="phone"],
.editor-field input[type="email"],
.editor-field input[type="password"],
.editor-field input[type="file"],
.editor-field select,
.editor-field textarea,
.editor-field #email-receivers {
  width: 100%;
  margin-bottom: 10px;
}

/* line 464, ../sass/base/_elements.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-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;
}

/* line 483, ../sass/base/_elements.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 489, ../sass/base/_elements.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 494, ../sass/base/_elements.scss */
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 499, ../sass/base/_elements.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 503, ../sass/base/_elements.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 511, ../sass/base/_elements.scss */
.search-field-control input[type='text'] {
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* line 516, ../sass/base/_elements.scss */
.search-field-control #Naam {
  margin-bottom: 0;
}
/* line 520, ../sass/base/_elements.scss */
.search-field-control .button, .search-field-control .sidebar-box-content ul.simple-link-list li a.button, .sidebar-box-content ul.simple-link-list li .search-field-control a.button, .search-field-control .cd-popup-container .cd-buttons a, .cd-popup-container .cd-buttons .search-field-control a {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 527, ../sass/base/_elements.scss */
.cke_chrome {
  border-color: #ccc !important;
  display: block;
  border: 1px solid #ccc !important;
  box-shadow: none !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 537, ../sass/base/_elements.scss */
.cke_wysiwyg_frame, .cke_wysiwyg_div {
  padding: 8px 8px;
  line-height: 20px;
  color: #555;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  background-color: #fff;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -moz-linear-gradient(#ffffff, #f5f5f5);
  background-image: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background-image: linear-gradient(#ffffff, #f5f5f5);
}

/* Datepicker
----------------------------------*/
/* DatePicker Container */
/* line 557, ../sass/base/_elements.scss */
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/* line 569, ../sass/base/_elements.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* DatePicker Table */
/* line 574, ../sass/base/_elements.scss */
.ui-datepicker table {
  width: 100%;
}

/* line 578, ../sass/base/_elements.scss */
.ui-datepicker-header {
  color: #333;
  padding: 6px 3px 4px;
  line-height: 22px;
  height: 22px;
  max-height: 22px;
}

/* line 587, ../sass/base/_elements.scss */
.ui-datepicker-title {
  text-align: center;
}

/* line 591, ../sass/base/_elements.scss */
.ui-datepicker-prev, .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 600%;
  color: #333;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
}
/* line 603, ../sass/base/_elements.scss */
.ui-datepicker-prev:before, .ui-datepicker-next:before {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  top: 10px;
}

/* line 623, ../sass/base/_elements.scss */
.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
/* line 627, ../sass/base/_elements.scss */
.ui-datepicker-prev:before {
  content: '\e893';
  left: 5px;
}

/* line 633, ../sass/base/_elements.scss */
.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
/* line 637, ../sass/base/_elements.scss */
.ui-datepicker-next:before {
  content: '\e894';
  right: 5px;
}

/* line 643, ../sass/base/_elements.scss */
.ui-datepicker thead {
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #f1f1f1));
  background-image: -webkit-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: -ms-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#f1f1f1', GradientType=0);
  border-bottom: 1px solid #ccc;
}

/* line 655, ../sass/base/_elements.scss */
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 0;
  color: #555;
}

/* line 662, ../sass/base/_elements.scss */
.ui-datepicker tbody td {
  padding: 0;
  border-right: 1px solid #ccc;
}

/* line 667, ../sass/base/_elements.scss */
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

/* line 671, ../sass/base/_elements.scss */
.ui-datepicker tbody tr {
  border-bottom: 1px solid #ccc;
}

/* line 675, ../sass/base/_elements.scss */
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

/* line 679, ../sass/base/_elements.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #555;
}

/* line 688, ../sass/base/_elements.scss */
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #dedede));
  background: -webkit-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -o-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: -ms-linear-gradient(top, #ededed 0%, #dedede 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dedede', GradientType=0);
  -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

/* line 702, ../sass/base/_elements.scss */
.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

/* line 706, ../sass/base/_elements.scss */
.ui-datepicker-calendar .ui-state-active {
  background: #6eafbf;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  filter: dropshadow(color=#4d7a85, offx=0, offy=1);
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

/* line 719, ../sass/base/_elements.scss */
.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

/* line 724, ../sass/base/_elements.scss */
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

/* line 729, ../sass/base/_elements.scss */
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

/* line 734, ../sass/base/_elements.scss */
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

/* line 739, ../sass/base/_elements.scss */
.animated {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 9999999;
}

/* line 749, ../sass/base/_elements.scss */
ul.bjqs {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

/* line 750, ../sass/base/_elements.scss */
li.bjqs-slide {
  position: absolute;
  display: none;
}

/* line 751, ../sass/base/_elements.scss */
ul.bjqs-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 9999;
}

/* line 752, ../sass/base/_elements.scss */
ul.bjqs-controls.v-centered li a {
  position: absolute;
}

/* line 753, ../sass/base/_elements.scss */
ul.bjqs-controls.v-centered li.bjqs-next a {
  right: 0;
}

/* line 754, ../sass/base/_elements.scss */
ul.bjqs-controls.v-centered li.bjqs-prev a {
  left: 0;
}

/* line 755, ../sass/base/_elements.scss */
ol.bjqs-markers {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 756, ../sass/base/_elements.scss */
ol.bjqs-markers.h-centered {
  text-align: center;
}

/* line 757, ../sass/base/_elements.scss */
ol.bjqs-markers li {
  display: inline;
}

/* line 758, ../sass/base/_elements.scss */
ol.bjqs-markers li a {
  display: inline-block;
}

/* line 759, ../sass/base/_elements.scss */
p.bjqs-caption {
  display: block;
  width: 96%;
  margin: 0;
  padding: 2%;
  position: absolute;
  bottom: 0;
}

/* line 761, ../sass/base/_elements.scss */
.ui-widget-content {
  color: #555;
}

/* line 764, ../sass/base/_elements.scss */
.ui-widget {
  font-size: 1.1em;
}

/* line 767, ../sass/base/_elements.scss */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

/* line 775, ../sass/base/_elements.scss */
.ui-front {
  z-index: 100;
}

/* line 778, ../sass/base/_elements.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #555;
  border-size: 1px 0;
  color: #555;
}

/* Autofill
----------------------------------*/
/* line 791, ../sass/base/_elements.scss */
ul.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  background-color: #fff;
  padding: 5px 0;
  margin: 2px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  list-style: none;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 811, ../sass/base/_elements.scss */
ul.ui-autocomplete li.ui-menu-item {
  font-size: 14px;
  color: #555;
}
/* line 815, ../sass/base/_elements.scss */
ul.ui-autocomplete li.ui-menu-item .ui-menu-item-wrapper {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* line 828, ../sass/base/_elements.scss */
ul.ui-autocomplete li.ui-menu-item .ui-state-active {
  border: none;
  background-color: #e6e6e6;
}

/**
 * Header
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* line 10, ../sass/sections/_header.scss */
.main-header {
  display: table;
  margin-top: 25px;
  width: 100%;
}
/* line 15, ../sass/sections/_header.scss */
.main-header #main-navigation > ul > li > a.login-button {
  height: 70px;
  min-height: 70px;
  width: 70px;
  min-width: 70px;
  background-size: cover;
}
/* line 22, ../sass/sections/_header.scss */
.main-header #main-navigation > ul > li > a.login-button:hover {
  background-color: #9c2022;
}
/* line 28, ../sass/sections/_header.scss */
.main-header #main-navigation > ul > li > a.login-button > .icons {
  bottom: -2px;
}
/* line 31, ../sass/sections/_header.scss */
.main-header #main-navigation > ul > li > a.login-button > .icons:hover {
  bottom: -5px;
}
/* line 37, ../sass/sections/_header.scss */
.main-header .login-navigation {
  width: 80px;
  padding: 5px;
}
/* line 43, ../sass/sections/_header.scss */
.main-header .login-navigation a.login-button {
  background-color: #f5f5f5;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  height: 70px;
  min-height: 70px;
  width: 70px;
  min-width: 70px;
  display: table-cell;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-color: #c7282b;
  border: 5px solid #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
/* line 69, ../sass/sections/_header.scss */
.main-header .login-navigation a.login-button.logged-in {
  background-size: 90px 90px;
}
/* line 77, ../sass/sections/_header.scss */
.main-header #main-navigation > ul.navbar-nav > li.open > ul.dropdown-menu {
  display: block;
}
/* line 81, ../sass/sections/_header.scss */
.main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu {
  width: auto;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* line 102, ../sass/sections/_header.scss */
.main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu .divider {
  height: 2px;
  margin: 5px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
/* line 110, ../sass/sections/_header.scss */
.main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu a.button, .main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu .cd-popup-container .cd-buttons a, .cd-popup-container .cd-buttons .main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu a {
  margin: -5px 10px 5px;
  display: block;
  line-height: 20px;
}
/* line 116, ../sass/sections/_header.scss */
.main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu > li > a {
  display: block;
  padding: 4px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  text-decoration: none;
}
/* line 126, ../sass/sections/_header.scss */
.main-header #main-navigation > ul.navbar-nav > li > ul.dropdown-menu > li > a:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

/* line 135, ../sass/sections/_header.scss */
#login-dropdown .pull-right {
  text-align: right;
}
/* line 138, ../sass/sections/_header.scss */
#login-dropdown .pull-right > a {
  text-align: right;
}

/* line 143, ../sass/sections/_header.scss */
.iconic-input {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
/* line 148, ../sass/sections/_header.scss */
.iconic-input input[type="text"] {
  width: 100%;
  background: #000;
  font-size: 14px;
}
/* line 154, ../sass/sections/_header.scss */
.iconic-input .icons {
  position: absolute;
  color: #7a8188 !important;
  z-index: 9999;
  left: auto !important;
  top: 6px !important;
  right: 10px !important;
}

/* line 164, ../sass/sections/_header.scss */
.nav-primary {
  min-height: 45px;
  height: auto;
  background-color: #8a2222;
  /*.nav-catalog-parent-list {
    li {
      position: relative;
      float: left;

      &:hover ul {
        display: block;
        width: 400px;
        height: auto;
        top: 100%;

        @include opacity(1);
      }

      ul.box-dropdown {
        list-style: none;
        margin: 0;
        padding: 5px 10px 8px;
        width: 400px;
        right: 0;

        li {
          padding-right: 0;
          float: left;
          padding: 0 10px;
          position: relative;
        }
      }
    }
  }*/
}
/* line 169, ../sass/sections/_header.scss */
.nav-primary h1 {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 173, ../sass/sections/_header.scss */
.nav-primary .nav-home {
  display: block;
  height: 45px;
  width: 45px;
  float: left;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
/* line 180, ../sass/sections/_header.scss */
.nav-primary .nav-home:before {
  display: block;
  height: 45px;
  width: 45px;
  font-family: 'dashicons';
  font-size: 22px;
  content: "\f102";
  color: #fff;
  line-height: 45px;
  text-align: center;
}
/* line 192, ../sass/sections/_header.scss */
.nav-primary .nav-home:hover:before {
  color: #ee2830;
}
/* line 197, ../sass/sections/_header.scss */
.nav-primary > ul > li {
  display: inline-block;
  float: left;
  height: 45px;
  line-height: 45px;
}
/* line 203, ../sass/sections/_header.scss */
.nav-primary > ul > li a {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  padding: 0 10px;
}
/* line 213, ../sass/sections/_header.scss */
.nav-primary > ul > li a:hover {
  color: #ee2830;
  text-decoration: none;
}
/* line 251, ../sass/sections/_header.scss */
.nav-primary li.nav-catalog-parent-list {
  position: relative;
  float: left;
}
/* line 255, ../sass/sections/_header.scss */
.nav-primary li.nav-catalog-parent-list:hover ul {
  display: block;
  width: 400px;
  height: auto;
  top: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 264, ../sass/sections/_header.scss */
.nav-primary li.nav-catalog-parent-list ul.box-dropdown {
  list-style: none;
  margin: 0;
  padding: 5px 10px 8px;
  width: 400px;
  right: 0;
}
/* line 271, ../sass/sections/_header.scss */
.nav-primary li.nav-catalog-parent-list ul.box-dropdown li {
  padding-right: 0;
  float: left;
  padding: 0 10px;
  position: relative;
}
/* line 280, ../sass/sections/_header.scss */
.nav-primary .nav-catalog-content-list {
  display: block;
  width: 400px;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 287, ../sass/sections/_header.scss */
.nav-primary .nav-catalog-content-list li {
  display: block;
  margin: 0;
  padding: 0;
  width: 46%;
  float: left;
  padding: 0 2%;
}
/* line 295, ../sass/sections/_header.scss */
.nav-primary .nav-catalog-content-list li a {
  display: inline-block;
  padding: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
/* line 305, ../sass/sections/_header.scss */
.nav-primary .nav-catalog {
  position: relative;
  display: inline-block;
  height: 45px;
  float: right;
  line-height: 45px;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  padding: 0 42px 0 15px;
  background-color: #fff;
}
/* line 320, ../sass/sections/_header.scss */
.nav-primary .nav-catalog:hover {
  color: #000;
  text-decoration: none;
  background-color: #f2f2f2;
}
/* line 327, ../sass/sections/_header.scss */
.nav-primary .nav-catalog:after {
  position: absolute;
  display: inline-block;
  color: #000;
  font-family: 'dashicons';
  content: "\f347";
  font-size: 16px;
  right: 14px;
  top: 2px;
}

/* ========================= */
/*        NAVIGATION         */
/* ========================= */
/* line 344, ../sass/sections/_header.scss */
#main-navigation {
  display: table-cell;
  position: relative;
  min-height: 90px;
  height: 90px;
  background-color: #f5f5f5;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  background-color: #da484b;
  /*#main-navigation li ul.normal-dropdown li:hover ul {
    display: block;
  }*/
}
/* line 355, ../sass/sections/_header.scss */
#main-navigation li.home {
  position: relative;
  height: 100%;
  width: auto;
  float: left;
}
/* line 361, ../sass/sections/_header.scss */
#main-navigation li.home a {
  height: 80px;
  width: auto;
  padding: 0;
}
/* line 366, ../sass/sections/_header.scss */
#main-navigation li.home a img.logo {
  position: absolute;
  top: -28px;
  left: 10px;
}
/* line 372, ../sass/sections/_header.scss */
#main-navigation li.home a span.nav-caption {
  font-family: "Merriweather", serif;
  color: #fff;
  padding: 16px 0 5px 120px;
  margin: 0;
  font-size: 30px;
  display: block;
  text-transform: none;
  white-space: nowrap;
  text-align: left;
}
/* line 383, ../sass/sections/_header.scss */
#main-navigation li.home a span.nav-description {
  font-family: "Merriweather", serif;
  color: #fff;
  margin: 5px 0 10px 120px;
  font-size: 16px;
  display: block;
  text-transform: none;
  white-space: nowrap;
  text-align: left;
}
/* line 394, ../sass/sections/_header.scss */
#main-navigation li.home a:hover {
  background-color: transparent;
}
/* line 400, ../sass/sections/_header.scss */
#main-navigation .nav-catalog {
  position: relative;
  display: inline-block;
  height: 45px;
  float: right;
  line-height: 45px;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  padding: 0 42px 0 15px;
  background-color: #fff;
}
/* line 415, ../sass/sections/_header.scss */
#main-navigation .nav-catalog:hover {
  color: #000;
  text-decoration: none;
  background-color: #f2f2f2;
}
/* line 422, ../sass/sections/_header.scss */
#main-navigation .nav-catalog:after {
  position: absolute;
  display: inline-block;
  color: #000;
  font-family: 'dashicons';
  content: "\f347";
  font-size: 16px;
  right: 14px;
  top: 2px;
}
/* line 434, ../sass/sections/_header.scss */
#main-navigation > ul,
#main-navigation > ul > li > ul,
#main-navigation > ul > li > ul > li > ul,
#main-navigation > ul > li > ul > li > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%;
}
/* line 445, ../sass/sections/_header.scss */
#main-navigation > ul {
  table-layout: fixed;
  display: block;
}
/* line 450, ../sass/sections/_header.scss */
#main-navigation > ul > li {
  display: inline-block;
  vertical-align: top;
  float: right;
}
/* line 458, ../sass/sections/_header.scss */
#main-navigation > ul > li:hover > a > .icons {
  bottom: -5px;
}
/* line 462, ../sass/sections/_header.scss */
#main-navigation > ul > li > a {
  height: 80px;
  min-width: 100px;
  padding: 11px 10px;
  display: block;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
/* line 475, ../sass/sections/_header.scss */
#main-navigation > ul > li > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c7282b;
}
/* line 482, ../sass/sections/_header.scss */
#main-navigation > ul > li > a .nav-caption {
  margin-top: 8px;
}
/* line 486, ../sass/sections/_header.scss */
#main-navigation span.nav-caption {
  display: block;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
/* line 493, ../sass/sections/_header.scss */
#main-navigation span.nav-description {
  display: block;
  font-size: 14px;
}
/* line 498, ../sass/sections/_header.scss */
#main-navigation > ul > li > a .icons {
  font-size: 30px;
  display: block;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  bottom: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 518, ../sass/sections/_header.scss */
#main-navigation .style2 > ul > li > a {
  padding: 15px 20px;
}
/* line 529, ../sass/sections/_header.scss */
#main-navigation.style3 > ul > li > a {
  padding: 15px 20px;
}
/* line 538, ../sass/sections/_header.scss */
#main-navigation.style3 > ul > li > a:hover, #main-navigation #main-navigation.style3 > ul > li.current-item > a {
  background: inherit !important;
}
/* line 542, ../sass/sections/_header.scss */
#main-navigation.style4 > ul > li > a:hover, #main-navigation #main-navigation.style4 > ul > li.current-item > a {
  background: inherit !important;
}
/* line 546, ../sass/sections/_header.scss */
#main-navigation.style5 > ul > li > a {
  padding: 15px 20px;
}
/* line 557, ../sass/sections/_header.scss */
#main-navigation.style6 > ul > li > a {
  padding: 15px 20px;
}
/* line 562, ../sass/sections/_header.scss */
#main-navigation.style6 > ul > li > a:hover, #main-navigation #main-navigation.style6 > ul > li.current-item > a {
  background: inherit !important;
}
/* line 566, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown {
  color: #fff;
  padding: 1px 0 0 0;
  position: absolute;
  overflow: visible;
  z-index: 9999;
  width: 200px;
  display: none;
}
/* line 576, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown li {
  background: #fff;
  position: relative;
  display: block;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 584, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown li:first-child {
  padding-top: 12px;
}
/* line 588, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown li:last-child {
  padding-bottom: 12px;
}
/* line 592, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown a {
  padding: 8px 20px;
  color: #fff;
  display: block;
}
/* line 598, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown li:hover > a {
  background: #f2f2f2;
}
/* line 602, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown li ul {
  position: absolute;
  left: 100%;
  top: -12px;
  padding-top: 0;
  padding-left: 1px;
  color: #fff;
  z-index: 9999;
  display: none;
}
/* line 617, ../sass/sections/_header.scss */
#main-navigation li ul.normal-dropdown li:first-child ul {
  top: 0;
  z-index: 9999;
}
/* line 622, ../sass/sections/_header.scss */
#main-navigation li:hover > ul.normalAnimation, #main-navigation #main-navigation ul.normal-dropdown li:hover > ul.normalAnimation {
  display: block;
}
/* line 626, ../sass/sections/_header.scss */
#main-navigation ul.wide-dropdown {
  display: none;
  z-index: 9999;
  border-top: 1px solid #e5f5f9;
  padding-top: 1px;
  width: auto;
  overflow: hidden;
  position: absolute;
}
/* line 636, ../sass/sections/_header.scss */
#main-navigation ul.wide-dropdown > li {
  float: left;
  min-width: 300px;
  padding: 16px 0;
}
/* line 642, ../sass/sections/_header.scss */
#main-navigation ul.wide-dropdown ul a, #main-navigation #main-navigation ul.wide-dropdown .nav-caption {
  padding: 8px 20px;
  display: block;
  color: #fff;
}
/* line 648, ../sass/sections/_header.scss */
#main-navigation > ul > li > ul.normal-dropdown .icons {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  position: relative;
  left: 10px;
  float: right;
}

/**
 * Sidebar
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* ==================================== */
/*               SIDEBAR                */
/* ==================================== */
/* line 14, ../sass/sections/_sidebar.scss */
.sidebar {
  margin-top: 25px;
}
/* line 18, ../sass/sections/_sidebar.scss */
.sidebar input[type='text'],
.sidebar input[type='submit'],
.sidebar input[type='button'],
.sidebar a.button,
.sidebar .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li .sidebar a.button,
.sidebar .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons .sidebar a {
  width: 100%;
}

/* line 26, ../sass/sections/_sidebar.scss */
.sidebar-box {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
/* line 36, ../sass/sections/_sidebar.scss */
.sidebar-box .padding-box {
  padding: 15px;
}
/* line 40, ../sass/sections/_sidebar.scss */
.sidebar-box .chosen-single {
  height: 40px;
  font-size: 14px;
  color: #7a8188;
  padding: 8px 0 0 8px;
  border: 1px solid #e6e6e6;
  margin-top: 5px;
}
/* line 48, ../sass/sections/_sidebar.scss */
.sidebar-box .chosen-single div {
  top: 8px;
}
/* line 53, ../sass/sections/_sidebar.scss */
.sidebar-box .chosen-results {
  border: 1px solid #e6e6e6;
  border-top: none;
}
/* line 57, ../sass/sections/_sidebar.scss */
.sidebar-box .chosen-results li {
  padding: 10px 6px;
}

/* line 63, ../sass/sections/_sidebar.scss */
.sidebar-box-heading {
  position: relative;
  color: #555;
  padding: 0 20px 0 32px;
  margin-bottom: 12px;
}
/* line 70, ../sass/sections/_sidebar.scss */
.sidebar-box-heading .icons {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 24px;
}
/* line 77, ../sass/sections/_sidebar.scss */
.sidebar-box-heading h4 {
  font-size: 16px;
  margin: 0;
  padding-left: 5px;
  display: inline-block;
}

/* line 87, ../sass/sections/_sidebar.scss */
.sidebar-box-content.sidebar-padding-box {
  padding: 20px 15px;
}
/* line 91, ../sass/sections/_sidebar.scss */
.sidebar-box-content > * {
  margin: 0;
}
/* line 95, ../sass/sections/_sidebar.scss */
.sidebar-box-content > p {
  margin: 1em 0;
}
/* line 99, ../sass/sections/_sidebar.scss */
.sidebar-box-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 107, ../sass/sections/_sidebar.scss */
.sidebar-box-content > ul > li {
  position: relative;
}
/* line 110, ../sass/sections/_sidebar.scss */
.sidebar-box-content > ul > li:hover .sidebar-dropdown {
  display: table;
}
/* line 114, ../sass/sections/_sidebar.scss */
.sidebar-box-content > ul > li > a {
  display: block;
  padding: 8px 35px 8px 20px;
}
/* line 118, ../sass/sections/_sidebar.scss */
.sidebar-box-content > ul > li > a.icons {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 14px;
}
/* line 125, ../sass/sections/_sidebar.scss */
.sidebar-box-content > ul > li > a:hover {
  background: #e6e6e6;
}
/* line 132, ../sass/sections/_sidebar.scss */
.sidebar-box-content ul.simple-link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 137, ../sass/sections/_sidebar.scss */
.sidebar-box-content ul.simple-link-list hr {
  margin: 5px 0;
}
/* line 141, ../sass/sections/_sidebar.scss */
.sidebar-box-content ul.simple-link-list li {
  display: block;
}
/* line 144, ../sass/sections/_sidebar.scss */
.sidebar-box-content ul.simple-link-list li a {
  color: #555;
  padding: 6px 10px 6px 4px;
  display: block;
  text-decoration: none;
  text-align: left;
  position: relative;
}
/* line 152, ../sass/sections/_sidebar.scss */
.sidebar-box-content ul.simple-link-list li a:hover, .sidebar-box-content ul.simple-link-list li a:active {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
}

/* line 168, ../sass/sections/_sidebar.scss */
ul.social {
  display: block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
/* line 176, ../sass/sections/_sidebar.scss */
ul.social li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding: 0 1.677%;
}
/* line 189, ../sass/sections/_sidebar.scss */
ul.social li a {
  width: 100%;
  display: block;
  height: 55px;
  background: no-repeat center;
  line-height: 0;
  font-size: 0;
  color: transparent;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
/* line 203, ../sass/sections/_sidebar.scss */
ul.social li a.facebook {
  background-image: url(../img/ic-social-facebook.png);
  background-color: #3f69a3;
}
/* line 207, ../sass/sections/_sidebar.scss */
ul.social li a.twitter {
  background-image: url(../img/ic-social-twitter.png);
  background-color: #00b4f2;
}
/* line 211, ../sass/sections/_sidebar.scss */
ul.social li a.gplus {
  background-image: url(../img/ic-social-gplus.png);
  background-color: #df4a32;
}

/* line 221, ../sass/sections/_sidebar.scss */
ul.list-tools {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 226, ../sass/sections/_sidebar.scss */
ul.list-tools li {
  display: table;
  width: 100%;
  min-height: 54px;
}
/* line 231, ../sass/sections/_sidebar.scss */
ul.list-tools li a {
  position: relative;
  color: #555;
  margin: 0;
  padding: 5px 5px 5px 55px;
  background: no-repeat 5px center;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  min-height: 54px;
  width: 100%;
  line-height: 20px;
}
/* line 246, ../sass/sections/_sidebar.scss */
ul.list-tools li a:hover, ul.list-tools li a:active {
  color: #555;
  text-decoration: none;
  background-color: #e6e6e6;
}
/* line 254, ../sass/sections/_sidebar.scss */
ul.list-tools li a .icons {
  position: absolute;
  font-size: 36px;
  top: 5px;
  left: 2px;
}

@media (max-width: 991px) {
  /* line 267, ../sass/sections/_sidebar.scss */
  ul.social li {
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
  }
  /* line 272, ../sass/sections/_sidebar.scss */
  ul.social li a {
    width: 100%;
  }
}
/* line 279, ../sass/sections/_sidebar.scss */
.sidebar-dropdown {
  position: absolute;
  left: 100%;
  top: -10px;
  z-index: 6000;
  display: none;
  background: #da484b;
}
/* line 287, ../sass/sections/_sidebar.scss */
.sidebar-dropdown > li {
  overflow: hidden;
  display: table-cell;
  vertical-align: top;
}
/* line 292, ../sass/sections/_sidebar.scss */
.sidebar-dropdown > li > ul {
  float: left;
  width: 250px;
  padding: 10px 0;
  display: table;
}
/* line 298, ../sass/sections/_sidebar.scss */
.sidebar-dropdown > li > ul > li > a {
  padding: 8px 20px;
  display: block;
  color: #fff;
}
/* line 303, ../sass/sections/_sidebar.scss */
.sidebar-dropdown > li > ul > li > a:hover {
  background: #da484b;
}
/* line 309, ../sass/sections/_sidebar.scss */
.sidebar-dropdown > li:last-child {
  margin: 0;
}

/* line 315, ../sass/sections/_sidebar.scss */
.sidebar-right .sidebar-dropdown {
  left: auto;
  right: 100%;
}

/* line 320, ../sass/sections/_sidebar.scss */
.sidebar-slider {
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 325, ../sass/sections/_sidebar.scss */
.sidebar-slider .flex-control-nav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
/* line 334, ../sass/sections/_sidebar.scss */
.sidebar-slider .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background: #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 341, ../sass/sections/_sidebar.scss */
.sidebar-slider .flex-control-paging li a:hover, .sidebar-slider .flex-control-paging li a .sidebar-slider .flex-control-paging li a.flex-active {
  background: #da484b;
}
/* line 346, ../sass/sections/_sidebar.scss */
.sidebar-slider .slider-nav {
  background: #f7f7f7;
  display: block;
  height: 30px;
}

/* line 355, ../sass/sections/_sidebar.scss */
.sidebar .product {
  margin-bottom: 0;
}

/* line 359, ../sass/sections/_sidebar.scss */
a.remove {
  font-size: 12px;
  color: #e74c3c;
}

/* line 364, ../sass/sections/_sidebar.scss */
a.tag-item {
  display: inline-block;
  background: #f7f7f7;
  margin-bottom: 5px;
  padding: 5px 10px;
  vertical-align: top;
  font-size: 14px;
}

/* line 373, ../sass/sections/_sidebar.scss */
a.tag-item:hover {
  color: #fff;
  background: #1abc9c;
}

/* line 378, ../sass/sections/_sidebar.scss */
.noUi-base {
  background: #f7f7f7;
  border: none;
}

/* line 383, ../sass/sections/_sidebar.scss */
.noUi-background {
  box-shadow: none;
}

/* line 387, ../sass/sections/_sidebar.scss */
.noUiSlider {
  margin-top: 10px;
  border-radius: 0;
  height: 12px;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
}

/* line 395, ../sass/sections/_sidebar.scss */
.noUi-horizontal .noUi-handle {
  width: 15px;
  height: 22px;
  left: -5px;
  background: #a1aaaf;
  border: none;
  top: -6px;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
}

/* line 407, ../sass/sections/_sidebar.scss */
.noUi-horizontal .noUi-handle:before, .noUi-horizontal .noUi-handle:after {
  height: 1px;
  width: 5px;
  left: 5px;
  top: 9px;
  background: #ccc;
}

/* line 415, ../sass/sections/_sidebar.scss */
.noUi-connect {
  background: #2ecc71;
}

/* line 419, ../sass/sections/_sidebar.scss */
.noUi-horizontal .noUi-handle:after {
  top: 11px;
}

/* line 423, ../sass/sections/_sidebar.scss */
span.price-range-max {
  float: right;
  color: #1f2228;
  font-size: 14px;
}

/* line 429, ../sass/sections/_sidebar.scss */
span.price-range-min {
  color: #1f2228;
  font-size: 14px;
}

/* line 434, ../sass/sections/_sidebar.scss */
label.color-checkbox.red {
  background: #e74c3c;
}

/* line 438, ../sass/sections/_sidebar.scss */
label.color-checkbox.white {
  background: #fff;
}

/* line 442, ../sass/sections/_sidebar.scss */
label.color-checkbox.black {
  background: #000;
}

/* line 446, ../sass/sections/_sidebar.scss */
label.color-checkbox.blue {
  background: #3498db;
}

/* line 450, ../sass/sections/_sidebar.scss */
label.color-checkbox.green {
  background: #00a847;
}

/* line 454, ../sass/sections/_sidebar.scss */
label.color-checkbox {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  margin-right: 10px !important;
  outline: 1px solid #eee;
}

/* line 462, ../sass/sections/_sidebar.scss */
label.color-checkbox:before {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* line 468, ../sass/sections/_sidebar.scss */
input[type="checkbox"]:checked + label.color-checkbox {
  outline: 1px solid #34495e;
}

/**
 * Widgets
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* line 10, ../sass/sections/_widget.scss */
.widget {
  margin: 0 0 25px 0;
}
/* line 15, ../sass/sections/_widget.scss */
.widget .widget-header h3 {
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  background-color: #a0373a;
}

/* Widget Bol */
/* line 37, ../sass/sections/_widget.scss */
.sidebar-box.bol-search .bolImg {
  float: left;
  margin: 2px 5px 2px 0;
  padding: 0;
  display: block;
  max-height: 100px;
  text-align: left;
}
/* line 46, ../sass/sections/_widget.scss */
.sidebar-box.bol-search .bolOnList,
.sidebar-box.bol-search .ToBolList {
  margin: 5px 0;
}
/* line 51, ../sass/sections/_widget.scss */
.sidebar-box.bol-search #search {
  margin-bottom: 0;
}
/* line 55, ../sass/sections/_widget.scss */
.sidebar-box.bol-search #searchresult {
  max-height: 400px;
  overflow: auto;
  padding-right: 5px;
  margin-right: -15px;
  overflow-x: hidden;
}
/* line 63, ../sass/sections/_widget.scss */
.sidebar-box.bol-search #searchresult h4 {
  line-height: 20px;
  margin: 5px 0;
  font-size: 16px;
}
/* line 69, ../sass/sections/_widget.scss */
.sidebar-box.bol-search #searchresult p {
  margin: 5px 0;
}
/* line 73, ../sass/sections/_widget.scss */
.sidebar-box.bol-search #searchresult input[type='button'] {
  margin: 2px 0;
}

/* Widget Filter */
/* line 83, ../sass/sections/_widget.scss */
.widget-filter .widget-title {
  padding: 5px 2px;
  margin-bottom: 3px;
  border-bottom: 1px solid #8a2222;
}
/* line 88, ../sass/sections/_widget.scss */
.widget-filter .widget-title h3 {
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
}
/* line 97, ../sass/sections/_widget.scss */
.widget-filter ul.filter-checklist li {
  margin: 4px 0;
  font-size: 13px;
}

/* Widget Links */
/* line 107, ../sass/sections/_widget.scss */
.widget-links ul {
  list-style: none;
}
/* line 110, ../sass/sections/_widget.scss */
.widget-links ul li {
  position: relative;
  padding-left: 20px;
}
/* line 114, ../sass/sections/_widget.scss */
.widget-links ul li:before {
  position: absolute;
  left: 0;
  top: 1px;
  font-family: 'dashicons';
  content: "\f345";
  color: #fff;
  font-size: 16px;
}

/* Widget Quick Order */
/* line 135, ../sass/sections/_widget.scss */
.widget-quick-order input[type='text'] {
  width: 100%;
}
/* line 139, ../sass/sections/_widget.scss */
.widget-quick-order small {
  margin: 5px 0;
  font-style: italic;
  color: #da484b;
  font-weight: 300;
}
/* line 146, ../sass/sections/_widget.scss */
.widget-quick-order input[type='submit'] {
  width: 100%;
  margin-top: 5px;
  padding: 4px 2px;
  text-align: center;
  font-size: 12px;
}

/* Widget Blocks */
/* line 159, ../sass/sections/_widget.scss */
.widget-blocks .blocks {
  display: block;
}
/* line 162, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block {
  display: block;
  margin: 7px 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 168, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block h4 {
  display: block;
  color: #000;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0 2px 0;
}
/* line 176, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block h4 a {
  padding: 7px 10px 0 10px;
}
/* line 180, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block p {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}
/* line 187, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block p a {
  padding: 0 10px;
}
/* line 191, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block p:last-of-type a {
  padding-bottom: 7px;
}
/* line 196, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block a {
  display: block;
  color: #000;
}
/* line 200, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block a:hover {
  color: #000;
}
/* line 205, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block.contact {
  background-color: #e6e6e6;
  background-image: url(../img/bg-phone.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
/* line 211, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block.contact:hover {
  background-color: #d9d9d9;
}
/* line 216, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block.discounts {
  background-color: #ccc;
}
/* line 219, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block.discounts:hover {
  background-color: #bfbfbf;
}
/* line 224, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block.chat {
  background-color: #f5f5f5;
}
/* line 227, ../sass/sections/_widget.scss */
.widget-blocks .blocks .block.chat:hover {
  background-color: #e8e8e8;
}

/* Widget Slider */
/* line 237, ../sass/sections/_widget.scss */
.sidebar-slider {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 243, ../sass/sections/_widget.scss */
.sidebar-slider .flex-control-nav {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

/* line 252, ../sass/sections/_widget.scss */
.sidebar-slider .flex-control-paging li a {
  width: 9px;
  height: 9px;
  background: #b2b2b2;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 260, ../sass/sections/_widget.scss */
.sidebar-slider .flex-control-paging li a:hover, .sidebar-slider .flex-control-paging li a.flex-active {
  background: #fff;
}

/* line 264, ../sass/sections/_widget.scss */
.sidebar-slider .slider-nav {
  background: #e5e5e5;
  display: block;
  height: 25px;
}

/**
 * Content
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* Home
----------------------------------*/
/* line 13, ../sass/sections/_content.scss */
ul.themescss {
  list-style: none;
  text-align: center;
  padding: 0;
}
/* line 19, ../sass/sections/_content.scss */
ul.themescss li {
  display: inline-block;
  text-align: center;
}

/* Mail een lijstje
----------------------------------*/
/* line 28, ../sass/sections/_content.scss */
#email-receivers {
  overflow-y: auto;
  min-height: 40px;
  height: 76px;
  max-height: 92px;
  margin: 10px 0px;
  padding: 3px;
}
/* line 42, ../sass/sections/_content.scss */
#email-receivers span.email-removable {
  background: #ededed;
  border: 1px solid #bdbdbd;
  -webkit-border-radius: 2px;
  color: #1C2A47;
  cursor: default;
  display: block;
  float: left;
  width: auto;
  height: 20px;
  max-height: 20px;
  margin: 2px;
  padding: 2px 1px 1px 4px;
  position: relative;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.2em;
}
/* line 61, ../sass/sections/_content.scss */
#email-receivers span.email-removable a {
  cursor: pointer;
}
/* line 66, ../sass/sections/_content.scss */
#email-receivers .email-removable-content {
  float: left;
}
/* line 70, ../sass/sections/_content.scss */
#email-receivers .email-remove {
  float: right;
  margin: 2px 2px 2px 4px;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  max-width: 12px;
  max-height: 12px;
  cursor: pointer;
}
/* line 80, ../sass/sections/_content.scss */
#email-receivers .email-remove .icons {
  position: relative;
  top: -2px;
  font-size: 13px;
  right: -3px;
}

/* Lijstje bewerken
----------------------------------*/
/* line 92, ../sass/sections/_content.scss */
#introText {
  word-wrap: break-word;
  margin: 0 0 10px;
}

/* line 98, ../sass/sections/_content.scss */
.is-owner .list-intro {
  padding: 4px 20px;
  cursor: pointer;
  border: 2px dashed gainsboro;
  margin-bottom: 15px;
  word-wrap: break-word;
}
/* line 105, ../sass/sections/_content.scss */
.is-owner .list-intro.no-intro {
  font-style: italic;
  color: #6e6e6e;
}
/* line 109, ../sass/sections/_content.scss */
.is-owner .list-intro.no-intro:hover {
  border-color: #c2c2c2;
}
/* line 115, ../sass/sections/_content.scss */
.is-owner .editmode .list-intro {
  padding: 0;
  border: none;
}

/* line 121, ../sass/sections/_content.scss */
.stel-vraag-container {
  margin-bottom: 0;
}

/* line 125, ../sass/sections/_content.scss */
.add-gift-container {
  padding-bottom: 10px;
}
/* line 128, ../sass/sections/_content.scss */
.add-gift-container #hidden > p:last-of-type {
  margin-bottom: 0;
}

/* Lijstje toevoegen
----------------------------------*/
/* line 136, ../sass/sections/_content.scss */
#LinkLijst {
  padding: 10px;
  background-color: #e6e6e6;
  text-align: center;
  word-wrap: break-word;
  border: 1px solid #555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 148, ../sass/sections/_content.scss */
.lijstcode,
.lijstlink {
  font-weight: bold;
}

/* Add image
----------------------------------*/
/* line 158, ../sass/sections/_content.scss */
.search-image-container input[type="text"] {
  float: left;
  width: 70%;
}
/* line 163, ../sass/sections/_content.scss */
.search-image-container button {
  float: left;
  width: 30%;
}

/* line 170, ../sass/sections/_content.scss */
.joined-purchase-container,
.email-list-to-friends-container,
.gift-image-upload-container {
  padding: 0 10px;
  border: 1px solid #ccc;
  background-color: #ececec;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 179, ../sass/sections/_content.scss */
.joined-purchase-container #fotoUploadPath,
.email-list-to-friends-container #fotoUploadPath,
.gift-image-upload-container #fotoUploadPath {
  width: 300px;
  display: inline-block;
}
/* line 184, ../sass/sections/_content.scss */
.joined-purchase-container .gift-image-file-upload,
.email-list-to-friends-container .gift-image-file-upload,
.gift-image-upload-container .gift-image-file-upload {
  position: relative;
  margin: 10px;
  top: -4px;
}
/* line 190, ../sass/sections/_content.scss */
.joined-purchase-container .gift-image-file-upload input.upload,
.email-list-to-friends-container .gift-image-file-upload input.upload,
.gift-image-upload-container .gift-image-file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 202, ../sass/sections/_content.scss */
.joined-purchase-container ul.bjqs-controls,
.email-list-to-friends-container ul.bjqs-controls,
.gift-image-upload-container ul.bjqs-controls {
  position: absolute;
  top: 3px;
  left: 3px;
}
/* line 207, ../sass/sections/_content.scss */
.joined-purchase-container ul.bjqs-controls li,
.email-list-to-friends-container ul.bjqs-controls li,
.gift-image-upload-container ul.bjqs-controls li {
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
}
/* line 212, ../sass/sections/_content.scss */
.joined-purchase-container ul.bjqs-controls li i.icons:before,
.email-list-to-friends-container ul.bjqs-controls li i.icons:before,
.gift-image-upload-container ul.bjqs-controls li i.icons:before {
  color: white;
  height: 30px;
  line-height: 30px;
  width: 30px;
  vertical-align: middle;
  font-size: 18px;
}
/* line 221, ../sass/sections/_content.scss */
.joined-purchase-container ul.bjqs-controls li.bjqs-prev,
.email-list-to-friends-container ul.bjqs-controls li.bjqs-prev,
.gift-image-upload-container ul.bjqs-controls li.bjqs-prev {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 225, ../sass/sections/_content.scss */
.joined-purchase-container ul.bjqs-controls li.bjqs-next,
.email-list-to-friends-container ul.bjqs-controls li.bjqs-next,
.gift-image-upload-container ul.bjqs-controls li.bjqs-next {
  border-left: 0;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

@media (max-width: 1200px) {
  /* line 236, ../sass/sections/_content.scss */
  .gift-image-upload-container #fotoUploadPath {
    width: 100%;
  }
  /* line 240, ../sass/sections/_content.scss */
  .gift-image-upload-container .gift-image-file-upload.button, .gift-image-upload-container .sidebar-box-content ul.simple-link-list li a.gift-image-file-upload.button, .sidebar-box-content ul.simple-link-list li .gift-image-upload-container a.gift-image-file-upload.button, .gift-image-upload-container .cd-popup-container .cd-buttons a.gift-image-file-upload, .cd-popup-container .cd-buttons .gift-image-upload-container a.gift-image-file-upload {
    width: 100%;
    margin: 10px 0 0;
  }
}
/* line 247, ../sass/sections/_content.scss */
.email-list-to-friends-container {
  margin-top: 5px;
  padding-top: 5px;
}

/* Samen kopen
----------------------------------*/
/* line 255, ../sass/sections/_content.scss */
.joined-purchase-container {
  padding: 10px;
}
/* line 258, ../sass/sections/_content.scss */
.joined-purchase-container > h4 {
  text-align: center;
  padding: 0;
  margin: 5px 0 8px;
}
/* line 266, ../sass/sections/_content.scss */
.joined-purchase-container .post .username {
  font-weight: bold;
}
/* line 270, ../sass/sections/_content.scss */
.joined-purchase-container .post .date {
  color: #b2b2b2;
  text-align: right;
  font-size: 10px;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* line 282, ../sass/sections/_content.scss */
.joined-purchase-container .avatar {
  float: left;
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: cover;
  border: 2px white solid;
  margin-right: 10px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
}
/* line 295, ../sass/sections/_content.scss */
.joined-purchase-container span.question {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #89A4CC;
  line-height: 16px;
  color: White;
  font-size: 13px;
  font-weight: bold;
  border-radius: 8px;
  text-align: center;
  position: relative;
}
/* line 310, ../sass/sections/_content.scss */
.joined-purchase-container span.question:hover {
  background-color: #3D6199;
}
/* line 313, ../sass/sections/_content.scss */
.joined-purchase-container div.tooltip {
  background-color: #3D6199;
  color: White;
  position: absolute;
  left: 25px;
  top: -25px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
}
/* line 323, ../sass/sections/_content.scss */
.joined-purchase-container div.tooltip:before {
  border-color: transparent #3D6199 transparent transparent;
  border-width: 6px 6px 6px 0;
  border-right: 6px solid #3D6199;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 40%;
  left: -6px;
}
/* line 336, ../sass/sections/_content.scss */
.joined-purchase-container div.tooltip p {
  margin: 10px;
  color: White;
}
/* line 340, ../sass/sections/_content.scss */
.joined-purchase-container .samenvragen:nth-child(-n+4) {
  display: block;
}

/* Lootjes trekken
----------------------------------*/
/* line 354, ../sass/sections/_content.scss */
.uc-container {
  left: 50% !important;
  margin-left: -50px !important;
  margin-bottom: 20px;
}
/* line 359, ../sass/sections/_content.scss */
.uc-container.uc-current {
  margin-left: -200px !important;
  height: 210px;
}
/* line 363, ../sass/sections/_content.scss */
.uc-container.uc-current .uc-initial-content {
  background: none !important;
}
/* line 367, ../sass/sections/_content.scss */
.uc-container.uc-current .uc-initial {
  display: none;
}

/* line 373, ../sass/sections/_content.scss */
.uc-initial,
.uc-final {
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

/* pfold style */
/* line 380, ../sass/sections/_content.scss */
.uc-container {
  position: relative;
  width: 100px;
  height: 100px;
  top: 0;
  left: 0;
}

/* line 388, ../sass/sections/_content.scss */
.uc-single,
.uc-final-wrapper,
.uc-initial-content,
.uc-back,
.uc-front {
  background: #fff url(/assets/images/paper.jpg) repeat center center;
}

/* line 396, ../sass/sections/_content.scss */
.uc-final,
.uc-initial,
.uc-final-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 406, ../sass/sections/_content.scss */
.uc-initial-content,
.uc-final-content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 413, ../sass/sections/_content.scss */
.uc-final,
.uc-final-content {
  display: none;
}

/* line 418, ../sass/sections/_content.scss */
.uc-initial-content {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 426, ../sass/sections/_content.scss */
.uc-part {
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 439, ../sass/sections/_content.scss */
.uc-part > div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 451, ../sass/sections/_content.scss */
.uc-part .uc-back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* Transformation-origin classes */
/* line 461, ../sass/sections/_content.scss */
.uc-unfold-left {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

/* line 469, ../sass/sections/_content.scss */
.uc-unfold-right {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

/* line 477, ../sass/sections/_content.scss */
.uc-unfold-top {
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

/* line 485, ../sass/sections/_content.scss */
.uc-unfold-bottom {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* Unfolding classes */
/* line 494, ../sass/sections/_content.scss */
.uc-unfold-left.uc-unfold {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

/* line 502, ../sass/sections/_content.scss */
.uc-unfold-right.uc-unfold {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/* line 510, ../sass/sections/_content.scss */
.uc-unfold-top.uc-unfold {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

/* line 518, ../sass/sections/_content.scss */
.uc-unfold-bottom.uc-unfold {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

/* line 526, ../sass/sections/_content.scss */
span.clickme {
  display: block;
  font-family: 'Indie Flower', cursive;
  color: #000F55;
  text-align: center;
  height: 71px;
  padding: 24px 0 0 0;
  font-size: 23px;
  cursor: pointer;
  line-height: 28px;
  width: 100%;
}

/* line 540, ../sass/sections/_content.scss */
.scrollwrap h3 {
  text-align: center;
  font-family: 'Indie Flower', cursive;
  margin: 0 0 15px;
  font-size: 36px;
  word-wrap: break-word;
  line-height: 36px;
}

/* line 549, ../sass/sections/_content.scss */
.scrollwrap {
  text-align: center;
  margin-top: 46px;
  font-family: 'Indie Flower', cursive;
  font-size: 28px;
  padding: 0 20px;
  color: #000F55;
  font-weight: bold;
}

/* line 559, ../sass/sections/_content.scss */
.uc-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 567, ../sass/sections/_content.scss */
.uc-overlay,
.uc-flipoverlay {
  background-color: rgba(100, 100, 100, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 583, ../sass/sections/_content.scss */
.uc-flipoverlay {
  background-color: rgba(100, 100, 100, 0.4);
}

/* line 587, ../sass/sections/_content.scss */
.uc-inner {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/* line 596, ../sass/sections/_content.scss */
.uc-inner-rotate {
  -webkit-transform: rotateY(180deg) rotateX(180deg);
  -moz-transform: rotateY(180deg) rotateX(180deg);
  -o-transform: rotateY(180deg) rotateX(180deg);
  -ms-transform: rotateY(180deg) rotateX(180deg);
  transform: rotateY(180deg) rotateX(180deg);
}

/* line 604, ../sass/sections/_content.scss */
.uc-container.uc-current {
  z-index: 9999;
}

/* line 608, ../sass/sections/_content.scss */
.close {
  display: none;
  position: absolute;
  top: -37px;
  right: 10px;
  font-family: "Satisfy", cursive;
  color: #000F55;
  cursor: pointer;
  font-size: 20px;
  border: 2px solid #000F55;
  border-radius: 50%;
  text-align: center;
  height: 27px;
  width: 27px;
  line-height: 19px;
}

/* line 625, ../sass/sections/_content.scss */
p.ticket-participent {
  font-weight: bold;
}
/* line 628, ../sass/sections/_content.scss */
p.ticket-participent .ticket-seen {
  font-weight: normal;
  margin-left: 5px;
  float: right;
}
/* line 633, ../sass/sections/_content.scss */
p.ticket-participent .ticket-seen i.icons {
  position: relative;
  font-size: 22px;
}
/* line 637, ../sass/sections/_content.scss */
p.ticket-participent .ticket-seen i.icons.icon-check-1 {
  color: #008000;
}
/* line 641, ../sass/sections/_content.scss */
p.ticket-participent .ticket-seen i.icons.icon-cancel-2 {
  top: 2px;
  color: #a90000;
}

/* line 649, ../sass/sections/_content.scss */
.lootjesdeelnemer {
  padding-bottom: 5px;
  position: relative;
}
/* line 653, ../sass/sections/_content.scss */
.lootjesdeelnemer select,
.lootjesdeelnemer input[type='text'] {
  width: 100%;
  margin-bottom: 10px;
}
/* line 659, ../sass/sections/_content.scss */
.lootjesdeelnemer h4 {
  margin: 12px 0px 10px;
}
/* line 663, ../sass/sections/_content.scss */
.lootjesdeelnemer #remove-deelnemer-1,
.lootjesdeelnemer #remove-deelnemer-2,
.lootjesdeelnemer #remove-deelnemer-3 {
  display: none !important;
}
/* line 669, ../sass/sections/_content.scss */
.lootjesdeelnemer .remove-deelnemer {
  cursor: pointer;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 3px;
}

/* line 680, ../sass/sections/_content.scss */
.toevoegenDeelnemer > p {
  line-height: 38px;
}
/* line 683, ../sass/sections/_content.scss */
.toevoegenDeelnemer > p > button {
  margin: 0 0 15px 0;
}

/* line 689, ../sass/sections/_content.scss */
#themeswitcher {
  list-style: none;
  padding: 0;
  text-align: center;
}
/* line 694, ../sass/sections/_content.scss */
#themeswitcher li {
  display: inline-block;
}

/* Doorstuurpagina
----------------------------------*/
/* line 702, ../sass/sections/_content.scss */
.loading-provider-container {
  position: relative;
  top: 50%;
  margin-top: -147px;
}
/* line 707, ../sass/sections/_content.scss */
.loading-provider-container .loading-provider {
  margin: 0 auto;
  display: block;
}
/* line 712, ../sass/sections/_content.scss */
.loading-provider-container #loader-wrapper {
  position: absolute;
  top: 53px;
  left: 50%;
  margin-left: -75px;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Tabs
----------------------------------*/
/* line 724, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 0;
  list-style: none;
}
/* line 730, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs:before {
  display: table;
  content: " ";
}
/* line 735, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs:after {
  clear: both;
  display: block;
}
/* line 740, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs.login-register li {
  width: 50%;
}

/* line 745, ../sass/sections/_content.scss */
.create-own-list {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 15px;
  margin-top: 20px;
}
/* line 752, ../sass/sections/_content.scss */
.create-own-list .icons {
  font-size: 24px;
  margin: 0 0 0 10px;
  top: 2px;
  position: relative;
}

/* line 760, ../sass/sections/_content.scss */
ul.theme-demo-list {
  list-style: none;
  padding: 0;
}
/* line 764, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo {
  background-color: #f5f5f5;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  display: block;
  height: 80px;
  padding: 20px 20px 20px 80px;
  margin-bottom: 20px;
  font-size: 20px;
  text-decoration: none;
  font-family: "Merriweather", serif;
  color: #555;
  line-height: 34px;
}
/* line 779, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo:hover {
  text-decoration: none;
}
/* line 783, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-default {
  padding-left: 70px;
}
/* line 786, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-default:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/img-logo.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 799, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-sinterklaas {
  color: #fff;
  background: url(../img/bg-tile-sinterklaas.png) #ee2830;
  border-color: #f2b700;
  padding-left: 50px;
}
/* line 805, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-sinterklaas:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-right-sinterklaas.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 818, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-kerst {
  color: #fff;
  background-color: #D80004;
  border-color: #2b893e;
}
/* line 823, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-kerst:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-right-kerst.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 836, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-verjaardag {
  color: #fff;
  border-color: #0145a3;
  background: url(../img/bg-tile-top-verjaardag.png) left top repeat-x #1777fb;
  background-size: 90px auto;
  padding-left: 50px;
}
/* line 843, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-verjaardag:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-center-verjaardag.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 856, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-trouwen {
  border-color: #fcd17a;
  background: #ffe8c5;
  padding-left: 80px;
}
/* line 862, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-trouwen:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-logo-trouwdag.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 875, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-kraamfeest-jongen {
  color: #fff;
  border-color: #fff;
  background: url(../img/bg-tile-top-babyjongen.png) left top repeat-x #84cbff;
  background-size: auto 110px;
  padding-left: 50px;
}
/* line 882, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-kraamfeest-jongen:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-center-jongen.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 895, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-kraamfeest-meisje {
  color: #fff;
  border-color: #fff;
  background: url(../img/bg-tile-top-babymeisje.png) left top repeat-x #ff9898;
  background-size: auto 110px;
  padding-left: 50px;
}
/* line 902, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-kraamfeest-meisje:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-center-meisje.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}
/* line 915, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-housewarming {
  color: #fff;
  border-color: #fff;
  background: url(../img/bg-tile-housewarming.png) repeat;
  padding-left: 40px;
}
/* line 921, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-housewarming:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-logo-housewarming.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 80px;
}
/* line 934, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-luxe-feest {
  color: #fff;
  border-color: #fff;
  background: url(../img/bg-tile-top-luxefeest.png) repeat-x top center, url(../img/bg-tile-luxefeest.png);
  background-size: 130px auto;
  padding-left: 50px;
}
/* line 941, ../sass/sections/_content.scss */
ul.theme-demo-list .theme-demo.demo-luxe-feest:before {
  position: absolute;
  top: -20px;
  left: -20px;
  display: block;
  content: '';
  background: url(../img/bg-right-luxefeest.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
}

/* line 959, ../sass/sections/_content.scss */
#modal-login .checkbox,
#modal-register .checkbox {
  margin: 5px 0;
}
/* line 963, ../sass/sections/_content.scss */
#modal-login ul.social li,
#modal-register ul.social li {
  float: none;
  width: 100%;
}
/* line 967, ../sass/sections/_content.scss */
#modal-login ul.social li a,
#modal-register ul.social li a {
  background-position: 8px;
  background-size: 25px;
  color: #fff;
  font-size: 14px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  font-style: normal;
  text-align: left;
  padding: 0 0 0 50px;
  margin: 3px auto;
  width: 85%;
  display: block;
}
/* line 984, ../sass/sections/_content.scss */
#modal-login input[type="button"],
#modal-register input[type="button"] {
  width: 100%;
}
/* line 988, ../sass/sections/_content.scss */
#modal-login ul.link-list a,
#modal-register ul.link-list a {
  text-decoration: none;
}
/* line 991, ../sass/sections/_content.scss */
#modal-login ul.link-list a:hover,
#modal-register ul.link-list a:hover {
  text-decoration: underline;
}

/* line 997, ../sass/sections/_content.scss */
.or-text {
  position: relative;
  margin: 0 0 30px 0;
  padding-top: 2px;
  text-align: center;
  clear: both;
}

/* line 1005, ../sass/sections/_content.scss */
.or-text .text {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -20px;
  top: 6px;
  display: inline-block;
  padding: 0 10px;
  background-color: #f5f5f5;
  color: #333;
  text-transform: capitalize;
}

/* line 1020, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  position: relative;
  display: block;
}

/* line 1027, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs > li.active > a,
.cd-popup-container ul.nav-tabs > li.active > a:focus,
.cd-popup-container ul.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 1037, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 1044, ../sass/sections/_content.scss */
.cd-popup-container ul.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 1050, ../sass/sections/_content.scss */
.tab-content > .tab-pane.active {
  display: block;
}

/* line 1054, ../sass/sections/_content.scss */
.tab-content > .tab-pane {
  display: none;
}

/* Overige
----------------------------------*/
/* line 1061, ../sass/sections/_content.scss */
h1.content-container {
  padding: 10px;
}

/* line 1065, ../sass/sections/_content.scss */
.gift-image {
  float: left;
  margin-right: 10px;
}

/* line 1070, ../sass/sections/_content.scss */
.search-link-partner a {
  border-bottom: 1px #adadad dashed;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}
/* line 1076, ../sass/sections/_content.scss */
.search-link-partner a:hover {
  color: #000000;
}

/* line 1081, ../sass/sections/_content.scss */
.gift-container {
  position: relative;
  padding: 10px;
}
/* line 1085, ../sass/sections/_content.scss */
.gift-container .sortablediv {
  float: right;
  font-size: 20px;
}
/* line 1091, ../sass/sections/_content.scss */
.gift-container .sortablediv .icons:before {
  width: 10px;
}
/* line 1097, ../sass/sections/_content.scss */
.gift-container .buy-container.button, .gift-container .sidebar-box-content ul.simple-link-list li a.buy-container.button, .sidebar-box-content ul.simple-link-list li .gift-container a.buy-container.button, .gift-container .cd-popup-container .cd-buttons a.buy-container, .cd-popup-container .cd-buttons .gift-container a.buy-container {
  margin-right: 5px;
}
/* line 1100, ../sass/sections/_content.scss */
.gift-container .buy-container.button .icons, .gift-container .cd-popup-container .cd-buttons a.buy-container .icons, .cd-popup-container .cd-buttons .gift-container a.buy-container .icons {
  position: relative;
  font-size: 16px;
  right: -6px;
}
/* line 1105, ../sass/sections/_content.scss */
.gift-container .buy-container.button .icons.icon-shareable, .gift-container .cd-popup-container .cd-buttons a.buy-container .icons.icon-shareable, .cd-popup-container .cd-buttons .gift-container a.buy-container .icons.icon-shareable {
  right: 0;
}
/* line 1110, ../sass/sections/_content.scss */
.gift-container .buy-container.button:hover .icons.icon-shareable, .gift-container .cd-popup-container .cd-buttons a.buy-container:hover .icons.icon-shareable, .cd-popup-container .cd-buttons .gift-container a.buy-container:hover .icons.icon-shareable {
  position: relative;
  font-size: 16px;
  right: -6px;
}
/* line 1116, ../sass/sections/_content.scss */
.gift-container .buy-container.button.buyer, .gift-container .cd-popup-container .cd-buttons a.buy-container.buyer, .cd-popup-container .cd-buttons .gift-container a.buy-container.buyer {
  border-color: #2d6f09;
  color: #fff;
  text-shadow: 0px -1px 0px #2d6f09;
  background-color: #3b8811;
  -moz-box-shadow: inset 0px 1px 0px 0px #61ab39;
  -webkit-box-shadow: inset 0px 1px 0px 0px #61ab39;
  box-shadow: inset 0px 1px 0px 0px #61ab39;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YWYyYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNmYwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #59af2a), color-stop(100%, #2d6f09));
  background-image: -moz-linear-gradient(#59af2a, #2d6f09);
  background-image: -webkit-linear-gradient(#59af2a, #2d6f09);
  background-image: linear-gradient(#59af2a, #2d6f09);
}
/* line 1127, ../sass/sections/_content.scss */
.gift-container .buy-container.button.buyer:hover, .gift-container .cd-popup-container .cd-buttons a.buy-container.buyer:hover, .cd-popup-container .cd-buttons .gift-container a.buy-container.buyer:hover, .gift-container .buy-container.button.buyer:focus, .gift-container .cd-popup-container .cd-buttons a.buy-container.buyer:focus, .cd-popup-container .cd-buttons .gift-container a.buy-container.buyer:focus {
  color: #fff;
  background-color: #4fb517;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlY2EyYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNmYwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6eca2c), color-stop(100%, #2d6f09));
  background-image: -moz-linear-gradient(#6eca2c, #2d6f09);
  background-image: -webkit-linear-gradient(#6eca2c, #2d6f09);
  background-image: linear-gradient(#6eca2c, #2d6f09);
}
/* line 1134, ../sass/sections/_content.scss */
.gift-container .buy-container.button.buyer:active, .gift-container .cd-popup-container .cd-buttons a.buy-container.buyer:active, .cd-popup-container .cd-buttons .gift-container a.buy-container.buyer:active {
  color: #f5f5f5;
  background-color: #2d6f09;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNmYwOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU5YWYyYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2d6f09), color-stop(100%, #59af2a));
  background-image: -moz-linear-gradient(#2d6f09, #59af2a);
  background-image: -webkit-linear-gradient(#2d6f09, #59af2a);
  background-image: linear-gradient(#2d6f09, #59af2a);
}
/* line 1142, ../sass/sections/_content.scss */
.gift-container .button.edit, .gift-container .sidebar-box-content ul.simple-link-list li a.edit.button, .sidebar-box-content ul.simple-link-list li .gift-container a.edit.button, .gift-container .cd-popup-container .cd-buttons a.edit, .cd-popup-container .cd-buttons .gift-container a.edit,
.gift-container .button.delete,
.gift-container .sidebar-box-content ul.simple-link-list li a.delete.button,
.sidebar-box-content ul.simple-link-list li .gift-container a.delete.button,
.gift-container .cd-popup-container .cd-buttons a.delete,
.cd-popup-container .cd-buttons .gift-container a.delete {
  margin-right: 5px;
  font-size: 16px;
}
/* line 1148, ../sass/sections/_content.scss */
.gift-container h2 {
  margin: 10px 0;
}
/* line 1153, ../sass/sections/_content.scss */
.gift-container .gift-inner-container .product_image {
  background-color: #f5f5f5;
  border: 5px solid #fff;
  display: inline-block;
}
/* line 1158, ../sass/sections/_content.scss */
.gift-container .gift-inner-container .product_image a {
  display: block;
}
/* line 1162, ../sass/sections/_content.scss */
.gift-container .gift-inner-container .product_image img {
  display: inline-block;
  width: 100px;
}
/* line 1171, ../sass/sections/_content.scss */
.gift-container dl.gift-details {
  margin: 5px 0;
}
/* line 1174, ../sass/sections/_content.scss */
.gift-container dl.gift-details dt {
  float: left;
  font-weight: bold;
  margin-right: 3px;
}
/* line 1180, ../sass/sections/_content.scss */
.gift-container dl.gift-details dd {
  word-wrap: break-word;
}
/* line 1185, ../sass/sections/_content.scss */
.gift-container .starRating {
  top: 12px;
  right: 35px;
}
/* line 1190, ../sass/sections/_content.scss */
.gift-container #hidden {
  display: none;
}
/* line 1194, ../sass/sections/_content.scss */
.gift-container .product_main_details {
  width: 100%;
  position: relative;
}
/* line 1199, ../sass/sections/_content.scss */
.gift-container .sortablediv {
  cursor: move;
}
/* line 1207, ../sass/sections/_content.scss */
.gift-container .basicexamp {
  top: 10px;
  position: relative;
}
/* line 1212, ../sass/sections/_content.scss */
.gift-container .jRatingAverage {
  background-color: #ffd800;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}
/* line 1221, ../sass/sections/_content.scss */
.gift-container .jRatingColor {
  background-color: #da484b;
  /* bgcolor of the stars*/
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}
/* line 1230, ../sass/sections/_content.scss */
.gift-container .jStar {
  position: relative;
  left: 0;
  z-index: 3;
}
/* line 1236, ../sass/sections/_content.scss */
.gift-container p.jRatingInfos {
  position: absolute;
  z-index: 9999;
  background: transparent url("/Assets/images/icons/bg_jRatingInfos.png") no-repeat;
  color: #FFF;
  display: none;
  width: 91px;
  height: 29px;
  font-size: 16px;
  text-align: center;
  padding-top: 5px;
}
/* line 1249, ../sass/sections/_content.scss */
.gift-container p.jRatingInfos span.maxRate {
  color: #c9c9c9;
  font-size: 14px;
}

/* line 1256, ../sass/sections/_content.scss */
.vraag-antwoord-box strong {
  display: block;
}
/* line 1260, ../sass/sections/_content.scss */
.vraag-antwoord-box p {
  margin: 5px 0;
}

/* line 1266, ../sass/sections/_content.scss */
.form-vraag .verstuur-antwoord {
  margin-top: 10px;
  float: right;
}

/* line 1272, ../sass/sections/_content.scss */
.main-content {
  margin-top: 25px;
}

/* line 1276, ../sass/sections/_content.scss */
.content-container {
  background-color: #f5f5f5;
  border: 5px solid #fff;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 25px;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 1283, ../sass/sections/_content.scss */
.button#facebook-login, .cd-popup-container .cd-buttons a#facebook-login {
  width: 48%;
  float: left;
  margin-bottom: 10px;
}

/* line 1289, ../sass/sections/_content.scss */
.button#twitter-login, .cd-popup-container .cd-buttons a#twitter-login {
  width: 48%;
  float: left;
  margin-left: 4%;
  margin-bottom: 10px;
}

/* line 1296, ../sass/sections/_content.scss */
.button#facebook-register, .cd-popup-container .cd-buttons a#facebook-register {
  width: 48%;
  float: left;
  margin-bottom: 10px;
}

/* line 1302, ../sass/sections/_content.scss */
.button#twitter-register, .cd-popup-container .cd-buttons a#twitter-register {
  width: 48%;
  float: left;
  margin-left: 4%;
  margin-bottom: 10px;
}

/* line 1310, ../sass/sections/_content.scss */
form input[type="text"],
form input[type="email"],
form input[type="password"] {
  width: 100%;
}
/* line 1315, ../sass/sections/_content.scss */
form input {
  margin-bottom: 10px;
}
/* line 1318, ../sass/sections/_content.scss */
form input[type="submit"],
form input[type="reset"] {
  width: 100%;
}

/* line 1325, ../sass/sections/_content.scss */
.spNaam input[type="text"] {
  width: 80%;
  float: left;
}
/* line 1330, ../sass/sections/_content.scss */
.spNaam .btn {
  width: 20%;
  padding: 8px 8px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #8a2222;
  float: left;
}
/* line 1363, ../sass/sections/_content.scss */
.spNaam .searchToggle {
  display: none;
}
/* line 1366, ../sass/sections/_content.scss */
.spNaam img {
  width: 100%;
}

/* line 1371, ../sass/sections/_content.scss */
.photo {
  width: 300px;
  text-align: center;
}

/* line 1376, ../sass/sections/_content.scss */
.photo .ui-widget-header {
  margin: 1em 0;
}

/* line 1380, ../sass/sections/_content.scss */
.bigImg {
  width: 350px;
  height: 350px;
  opacity: 1;
}

/* line 1386, ../sass/sections/_content.scss */
.ui-tooltip {
  max-width: 350px;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/* line 1393, ../sass/sections/_content.scss */
.tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 1398, ../sass/sections/_content.scss */
#btnCancel {
  display: none;
}

/* line 1406, ../sass/sections/_content.scss */
.searchToggle {
  display: none;
}

/* line 1410, ../sass/sections/_content.scss */
.text-vraag {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 1414, ../sass/sections/_content.scss */
.text-ongeklikt {
  max-height: 37px;
  height: 37px;
  min-height: 37px;
  overflow: hidden;
  resize: none;
}

/* line 1422, ../sass/sections/_content.scss */
#addGift .search {
  padding: 0 2px;
  text-align: center;
}
/* line 1426, ../sass/sections/_content.scss */
#addGift .search > img {
  margin: 10px auto;
  display: inline-block;
}
/* line 1431, ../sass/sections/_content.scss */
#addGift .search .response {
  text-align: left;
  padding-top: 37px;
  background-color: #f5f5f5;
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}
/* line 1436, ../sass/sections/_content.scss */
#addGift .search .response .load-spinner {
  padding: 10px 0;
}
/* line 1442, ../sass/sections/_content.scss */
#addGift .search .response .search-result {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
/* line 1446, ../sass/sections/_content.scss */
#addGift .search .response .search-result:first-of-type {
  border-top: 1px solid #ccc;
}
/* line 1450, ../sass/sections/_content.scss */
#addGift .search .response .search-result:hover {
  background-color: #e8e8e8;
}
/* line 1454, ../sass/sections/_content.scss */
#addGift .search .response .search-result.gift-container {
  padding: 5px 10px;
}
/* line 1457, ../sass/sections/_content.scss */
#addGift .search .response .search-result.gift-container h2 {
  line-height: 22px;
  margin: 0 0 5px 0;
  text-transform: capitalize;
  font-size: 16px;
}
/* line 1464, ../sass/sections/_content.scss */
#addGift .search .response .search-result.gift-container dl.gift-details {
  margin: 0;
}

/* line 1472, ../sass/sections/_content.scss */
#editor2Holder {
  display: none;
}

/* line 1476, ../sass/sections/_content.scss */
.vragen {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}
/* line 1482, ../sass/sections/_content.scss */
.vragen .vraag-antwoord {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
/* line 1487, ../sass/sections/_content.scss */
.vragen .vraag-antwoord span.requester {
  font-weight: bold;
}
/* line 1500, ../sass/sections/_content.scss */
.vragen .verstuur-antwoord {
  width: 100%;
  margin: 5px 0;
}
/* line 1505, ../sass/sections/_content.scss */
.vragen .form-vraag {
  padding-top: 5px;
}

/**
 * Footer styling
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* ==================================== */
/*                FOOTER                */
/* ==================================== */
/* upper Footer */
/* line 16, ../sass/sections/_footer.scss */
#upper-footer {
  background: #f7f7f7;
  padding: 20px 0;
  border-bottom: 1px solid #dfe6f3;
  text-align: center;
}
/* line 22, ../sass/sections/_footer.scss */
#upper-footer.border-top {
  border-bottom: none;
  border-top: 1px solid #dfe6f3;
}
/* line 27, ../sass/sections/_footer.scss */
#upper-footer h4 {
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  top: 3px;
  line-height: 40px;
}

/* line 37, ../sass/sections/_footer.scss */
#newsletter > *, #newsletter .social-media > * {
  display: inline-block;
}
/* line 41, ../sass/sections/_footer.scss */
#newsletter span {
  margin-top: 20px;
}
/* line 44, ../sass/sections/_footer.scss */
#newsletter span.error {
  margin-top: 0;
}
/* line 49, ../sass/sections/_footer.scss */
#newsletter input[type="text"] {
  width: 330px;
  margin: 0 0 0 15px;
  font-size: 14px;
}
/* line 55, ../sass/sections/_footer.scss */
#newsletter input[type="text"], #newsletter #newsletter input[type="submit"] {
  height: 40px;
}
/* line 59, ../sass/sections/_footer.scss */
#newsletter input[type="submit"] {
  font-size: 16px;
  position: relative;
  top: 3px;
  padding: 8px 17px 7px 17px;
}

/* Lower Footer */
/* line 69, ../sass/sections/_footer.scss */
#lower-footer {
  padding: 20px 0;
  text-align: center;
}
/* line 73, ../sass/sections/_footer.scss */
#lower-footer ul {
  list-style: none;
  text-align: center;
  margin: 10px 0;
  padding: 0;
}
/* line 80, ../sass/sections/_footer.scss */
#lower-footer ul li {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
/* line 85, ../sass/sections/_footer.scss */
#lower-footer ul li:before {
  position: absolute;
  content: "|";
  left: -5px;
}
/* line 91, ../sass/sections/_footer.scss */
#lower-footer ul li:first-of-type:before {
  display: none;
}
/* line 95, ../sass/sections/_footer.scss */
#lower-footer ul li a,
#lower-footer ul li span {
  font-size: 14px;
}
/* line 100, ../sass/sections/_footer.scss */
#lower-footer ul li a {
  padding: 2px 10px;
  text-decoration: none;
}
/* line 104, ../sass/sections/_footer.scss */
#lower-footer ul li a:focus {
  text-decoration: none;
}
/* line 108, ../sass/sections/_footer.scss */
#lower-footer ul li a:hover, #lower-footer ul li a:active {
  text-decoration: underline;
}

/* line 117, ../sass/sections/_footer.scss */
#lower-footer p.site-info {
  font-size: 14px;
  color: #da484b;
  margin: 0;
}
/* line 122, ../sass/sections/_footer.scss */
#lower-footer p.site-info .copyright {
  color: #efb2b3;
  font-size: 14px;
}

/**
 * Media Queries
 *
 * @author 		Brian de Geus - GeusMedia
 * @package 	GeusMedia/Industores
 * @since		0.1
 * @version     0.1
 */
/* Stock */
@media (min-width: 1200px) {
  /* line 14, ../sass/base/_queries.scss */
  .container {
    width: 1230px;
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  /* Header
     ========================================================================== */
  /* line 36, ../sass/base/_queries.scss */
  #main-navigation li.home a span.nav-caption,
  #main-navigation li.home a span.nav-description {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Header
     ========================================================================== */
  /* line 49, ../sass/base/_queries.scss */
  .navbar .search-top-container {
    margin-left: -200px;
  }

  /* Products
     ========================================================================== */
  /* line 59, ../sass/base/_queries.scss */
  .products-content > .row > .col-md-4 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 767px) {
  /* Header
     ========================================================================== */
  /* Navigation
     ========================================================================== */
  /* Content
     ========================================================================== */
  /* line 86, ../sass/base/_queries.scss */
  .content > .col-md-10 {
    width: 100%;
    float: none;
  }
  /* line 91, ../sass/base/_queries.scss */
  .content > .col-md-2 {
    width: 100%;
    float: none;
  }
  /* line 96, ../sass/base/_queries.scss */
  .content > .col-md-pull-10 {
    right: 0;
  }
  /* line 100, ../sass/base/_queries.scss */
  .content > .col-md-push-2 {
    left: 0;
  }

  /* Products
     ========================================================================== */
  /* line 110, ../sass/base/_queries.scss */
  .products-content > .row > .col-md-4 {
    width: 50%;
    float: left;
  }

  /* Footer
     ========================================================================== */
  /* line 119, ../sass/base/_queries.scss */
  #lower-footer {
    text-align: center;
  }
  /* line 122, ../sass/base/_queries.scss */
  #lower-footer > .row > .col-md-6 {
    width: 100%;
    float: none;
  }
  /* line 127, ../sass/base/_queries.scss */
  #lower-footer p.site-info {
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  /* line 133, ../sass/base/_queries.scss */
  #lower-footer .payment-methods {
    float: none;
  }
  /* line 136, ../sass/base/_queries.scss */
  #lower-footer .payment-methods li {
    float: none;
    margin: 0;
    display: inline-block;
  }
  /* line 141, ../sass/base/_queries.scss */
  #lower-footer .payment-methods li img {
    display: inline-block;
  }
}
@media (min-width: 558px) and (max-width: 767px) {
  /* Header
     ========================================================================== */
  /* line 155, ../sass/base/_queries.scss */
  .header-main .search-top-container {
    margin-left: 0;
    left: 5px;
    float: none;
    display: block;
  }
  /* line 161, ../sass/base/_queries.scss */
  .header-main .search-top-container .search-top {
    width: 320px;
  }

  /* Content
     ========================================================================== */
  /* line 169, ../sass/base/_queries.scss */
  .carousel .news img {
    width: auto;
    float: left;
  }
}
@media (max-width: 557px) {
  /* line 177, ../sass/base/_queries.scss */
  .header-main {
    height: 105px;
  }
  /* line 180, ../sass/base/_queries.scss */
  .header-main .search-top-container {
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
  }
  /* line 186, ../sass/base/_queries.scss */
  .header-main .search-top-container .search-top {
    width: 90%;
    margin: 5px auto;
  }
  /* line 192, ../sass/base/_queries.scss */
  .header-main .header-menu {
    float: right;
    display: inline-block;
  }

  /* line 198, ../sass/base/_queries.scss */
  .header-info {
    padding-top: 110px;
  }
  /* line 201, ../sass/base/_queries.scss */
  .header-info .sub-logo-link {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 20px 0 5px 0;
  }
  /* line 207, ../sass/base/_queries.scss */
  .header-info .sub-logo-link img.header-logo {
    display: inline-block;
  }
  /* line 212, ../sass/base/_queries.scss */
  .header-info .contact-us {
    float: none;
    text-align: center;
    margin: 0px 0 15px 0;
  }
  /* line 217, ../sass/base/_queries.scss */
  .header-info .contact-us .phone {
    text-align: center;
  }
  /* line 220, ../sass/base/_queries.scss */
  .header-info .contact-us .customer-service {
    text-align: center;
  }

  /* Content
     ========================================================================== */
  /* line 228, ../sass/base/_queries.scss */
  .carousel .news img {
    width: 100%;
    float: none;
  }

  /* line 233, ../sass/base/_queries.scss */
  .tp-banner h2 {
    font-size: 24px;
  }

  /* line 238, ../sass/base/_queries.scss */
  .products-content > .row > .col-md-4 {
    width: 100%;
    float: none;
  }
}
/* Global
   ============================================================================ */
/* line 5, ../sass/base/_themes.scss */
#side-div-left,
#side-div-right,
#bottom-div-right {
  pointer-events: none;
  position: absolute;
  background-repeat: no-repeat;
}

/* line 13, ../sass/base/_themes.scss */
.main-bg-color {
  background-color: #da484b;
}

/* line 16, ../sass/base/_themes.scss */
.main-text-color {
  color: #da484b;
}

/* line 19, ../sass/base/_themes.scss */
.main-border-color {
  border-color: #da484b;
}

/* line 23, ../sass/base/_themes.scss */
.jRatingColor {
  background-color: #da484b;
}

@media (max-width: 1200px) {
  /* line 29, ../sass/base/_themes.scss */
  #side-div-left,
  #side-div-right,
  #bottom-div-right {
    display: none;
  }
}
/* Sinterklaas
   ============================================================================ */
/* line 45, ../sass/base/_themes.scss */
.main-content {
  position: relative;
}

/* line 49, ../sass/base/_themes.scss */
sidebar {
  position: relative;
}

/* line 53, ../sass/base/_themes.scss */
body.theme-SinterKlaas {
  background: url(../img/bg-tile-sinterklaas.png) #ee2830;
}
/* line 57, ../sass/base/_themes.scss */
body.theme-SinterKlaas .main-bg-color {
  background-color: #ee2830;
}
/* line 60, ../sass/base/_themes.scss */
body.theme-SinterKlaas .main-text-color {
  color: #ee2830;
}
/* line 63, ../sass/base/_themes.scss */
body.theme-SinterKlaas .main-border-color {
  border-color: #ee2830;
}
/* line 67, ../sass/base/_themes.scss */
body.theme-SinterKlaas #side-div-left {
  z-index: -1;
  width: 275px;
  height: 532px;
  margin-top: 60px;
  margin-left: -197px;
  background-image: url(../img/bg-left-sinterklaas.png);
}
/* line 76, ../sass/base/_themes.scss */
body.theme-SinterKlaas #side-div-right {
  z-index: -1;
  width: 196px;
  height: 343px;
  margin-top: 180px;
  right: -90px;
  background-image: url(../img/bg-right-sinterklaas.png);
}
/* line 85, ../sass/base/_themes.scss */
body.theme-SinterKlaas #bottom-div-right {
  width: 174px;
  height: 131px;
  top: inherit;
  right: -105px;
  bottom: -30px;
  background-image: url(../img/bg-bottom-sinterklaas.png);
}
/* line 94, ../sass/base/_themes.scss */
body.theme-SinterKlaas .jRatingColor {
  background-color: #D80004;
}
/* line 98, ../sass/base/_themes.scss */
body.theme-SinterKlaas .jRatingAverage {
  background-color: #f2b700;
}
/* line 102, ../sass/base/_themes.scss */
body.theme-SinterKlaas .jStar {
  background: url("/assets/img/stars-sinterklaas.png") repeat-x !important;
}
/* line 106, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation {
  background-color: #D80004;
  border-color: #f2b700;
}
/* line 112, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #ffe38c;
  background-color: #D80004;
}
/* line 116, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #ffe38c;
}
/* line 121, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li > a {
  color: #ffe38c;
}
/* line 124, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li > a .icons {
  color: #ffe38c;
}
/* line 129, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li > a.home .nav-caption,
body.theme-SinterKlaas #main-navigation > ul > li > a.home .nav-description {
  color: #ffe38c;
}
/* line 134, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li > a.home:hover {
  background-color: transparent;
}
/* line 139, ../sass/base/_themes.scss */
body.theme-SinterKlaas #main-navigation > ul > li > a:hover {
  color: #ffe38c;
  background-color: transparent;
}
/* line 147, ../sass/base/_themes.scss */
body.theme-SinterKlaas .content-container,
body.theme-SinterKlaas .sidebar-box {
  border-color: #f2b700;
}
/* line 152, ../sass/base/_themes.scss */
body.theme-SinterKlaas #lower-footer {
  color: #ffe38c;
}
/* line 155, ../sass/base/_themes.scss */
body.theme-SinterKlaas #lower-footer a {
  color: #ffe38c;
}
/* line 158, ../sass/base/_themes.scss */
body.theme-SinterKlaas #lower-footer a:hover {
  color: #ffefbf;
}
/* line 164, ../sass/base/_themes.scss */
body.theme-SinterKlaas input[type="button"],
body.theme-SinterKlaas input[type="submit"],
body.theme-SinterKlaas input[type="reset"],
body.theme-SinterKlaas .button,
body.theme-SinterKlaas .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-SinterKlaas a.button,
body.theme-SinterKlaas .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-SinterKlaas a {
  border-color: #8a2222;
  color: #fff;
  text-shadow: 0px -1px 0px #a50003;
  background-color: #a50003;
  -moz-box-shadow: inset 0px 1px 0px 0px #ff3f43;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ff3f43;
  box-shadow: inset 0px 1px 0px 0px #ff3f43;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4MDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d80004), color-stop(100%, #a50003));
  background-image: -moz-linear-gradient(#d80004, #a50003);
  background-image: -webkit-linear-gradient(#d80004, #a50003);
  background-image: linear-gradient(#d80004, #a50003);
}
/* line 178, ../sass/base/_themes.scss */
body.theme-SinterKlaas input[type="button"]:hover, body.theme-SinterKlaas input[type="button"]:focus,
body.theme-SinterKlaas input[type="submit"]:hover,
body.theme-SinterKlaas input[type="submit"]:focus,
body.theme-SinterKlaas input[type="reset"]:hover,
body.theme-SinterKlaas input[type="reset"]:focus,
body.theme-SinterKlaas .button:hover,
body.theme-SinterKlaas .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-SinterKlaas a.button:hover,
body.theme-SinterKlaas .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-SinterKlaas a:hover,
body.theme-SinterKlaas .button:focus,
body.theme-SinterKlaas .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-SinterKlaas a.button:focus,
body.theme-SinterKlaas .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-SinterKlaas a:focus {
  color: #fff;
  background-color: #d80004;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDIwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0206), color-stop(100%, #a50003));
  background-image: -moz-linear-gradient(#ff0206, #a50003);
  background-image: -webkit-linear-gradient(#ff0206, #a50003);
  background-image: linear-gradient(#ff0206, #a50003);
}
/* line 185, ../sass/base/_themes.scss */
body.theme-SinterKlaas input[type="button"]:active,
body.theme-SinterKlaas input[type="submit"]:active,
body.theme-SinterKlaas input[type="reset"]:active,
body.theme-SinterKlaas .button:active,
body.theme-SinterKlaas .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-SinterKlaas a.button:active,
body.theme-SinterKlaas .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-SinterKlaas a:active {
  color: #f5f5f5;
  background-color: #720002;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhiMDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf0004), color-stop(100%, #8b0003));
  background-image: -moz-linear-gradient(#bf0004, #8b0003);
  background-image: -webkit-linear-gradient(#bf0004, #8b0003);
  background-image: linear-gradient(#bf0004, #8b0003);
}

/* Kerst
   ============================================================================ */
/* line 202, ../sass/base/_themes.scss */
.main-content {
  position: relative;
}

/* line 206, ../sass/base/_themes.scss */
sidebar {
  position: relative;
}

/* line 210, ../sass/base/_themes.scss */
body.theme-Kerst {
  background: url(../img/bg-tile-top-kerst.png) left top repeat-x fixed #2b893e;
}
/* line 214, ../sass/base/_themes.scss */
body.theme-Kerst .main-bg-color {
  background-color: #2b893e;
}
/* line 217, ../sass/base/_themes.scss */
body.theme-Kerst .main-text-color {
  color: #2b893e;
}
/* line 220, ../sass/base/_themes.scss */
body.theme-Kerst .main-border-color {
  border-color: #2b893e;
}
/* line 224, ../sass/base/_themes.scss */
body.theme-Kerst #side-div-left {
  width: 174px;
  height: 157px;
  top: 55px;
  left: -140px;
  background-image: url(../img/bg-left-kerst.png);
}
/* line 232, ../sass/base/_themes.scss */
body.theme-Kerst #side-div-right {
  width: 174px;
  height: 157px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-right-kerst.png);
}
/* line 240, ../sass/base/_themes.scss */
body.theme-Kerst #bottom-div-right {
  display: none;
}
/* line 244, ../sass/base/_themes.scss */
body.theme-Kerst .jRatingColor {
  background-color: #D80004;
}
/* line 248, ../sass/base/_themes.scss */
body.theme-Kerst .jRatingAverage {
  background-color: #2b893e;
}
/* line 252, ../sass/base/_themes.scss */
body.theme-Kerst .jStar {
  background: url("/assets/img/stars-kerst.png") repeat-x !important;
}
/* line 256, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation {
  background-color: #D80004;
  border-color: #2b893e;
}
/* line 262, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #3ec259;
  background-color: #D80004;
}
/* line 266, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #3ec259;
}
/* line 272, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li.home .nav-caption,
body.theme-Kerst #main-navigation > ul > li.home .nav-description {
  color: #3ec259;
}
/* line 277, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 282, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li > a {
  color: #3ec259;
}
/* line 285, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li > a .icons {
  color: #3ec259;
}
/* line 289, ../sass/base/_themes.scss */
body.theme-Kerst #main-navigation > ul > li > a:hover {
  color: #3ec259;
  background-color: #bf0004;
}
/* line 297, ../sass/base/_themes.scss */
body.theme-Kerst .content-container,
body.theme-Kerst .sidebar-box {
  border-color: #2b893e;
}
/* line 302, ../sass/base/_themes.scss */
body.theme-Kerst #lower-footer {
  color: #3ec259;
}
/* line 305, ../sass/base/_themes.scss */
body.theme-Kerst #lower-footer a {
  color: #3ec259;
}
/* line 308, ../sass/base/_themes.scss */
body.theme-Kerst #lower-footer a:hover {
  color: #65cf7a;
}
/* line 314, ../sass/base/_themes.scss */
body.theme-Kerst input[type="button"],
body.theme-Kerst input[type="submit"],
body.theme-Kerst input[type="reset"],
body.theme-Kerst .button,
body.theme-Kerst .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-Kerst a.button,
body.theme-Kerst .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-Kerst a {
  border-color: #8a2222;
  color: #fff;
  text-shadow: 0px -1px 0px #a50003;
  background-color: #a50003;
  -moz-box-shadow: inset 0px 1px 0px 0px #ff3f43;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ff3f43;
  box-shadow: inset 0px 1px 0px 0px #ff3f43;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4MDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d80004), color-stop(100%, #a50003));
  background-image: -moz-linear-gradient(#d80004, #a50003);
  background-image: -webkit-linear-gradient(#d80004, #a50003);
  background-image: linear-gradient(#d80004, #a50003);
}
/* line 328, ../sass/base/_themes.scss */
body.theme-Kerst input[type="button"]:hover, body.theme-Kerst input[type="button"]:focus,
body.theme-Kerst input[type="submit"]:hover,
body.theme-Kerst input[type="submit"]:focus,
body.theme-Kerst input[type="reset"]:hover,
body.theme-Kerst input[type="reset"]:focus,
body.theme-Kerst .button:hover,
body.theme-Kerst .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-Kerst a.button:hover,
body.theme-Kerst .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-Kerst a:hover,
body.theme-Kerst .button:focus,
body.theme-Kerst .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-Kerst a.button:focus,
body.theme-Kerst .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-Kerst a:focus {
  color: #fff;
  background-color: #d80004;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmMDIwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2E1MDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff0206), color-stop(100%, #a50003));
  background-image: -moz-linear-gradient(#ff0206, #a50003);
  background-image: -webkit-linear-gradient(#ff0206, #a50003);
  background-image: linear-gradient(#ff0206, #a50003);
}
/* line 335, ../sass/base/_themes.scss */
body.theme-Kerst input[type="button"]:active,
body.theme-Kerst input[type="submit"]:active,
body.theme-Kerst input[type="reset"]:active,
body.theme-Kerst .button:active,
body.theme-Kerst .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-Kerst a.button:active,
body.theme-Kerst .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-Kerst a:active {
  color: #f5f5f5;
  background-color: #720002;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JmMDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhiMDAwMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bf0004), color-stop(100%, #8b0003));
  background-image: -moz-linear-gradient(#bf0004, #8b0003);
  background-image: -webkit-linear-gradient(#bf0004, #8b0003);
  background-image: linear-gradient(#bf0004, #8b0003);
}

/* Verjaardag
   ============================================================================ */
/* line 352, ../sass/base/_themes.scss */
.main-content {
  position: relative;
}

/* line 356, ../sass/base/_themes.scss */
sidebar {
  position: relative;
}

/* line 360, ../sass/base/_themes.scss */
body.theme-Verjaardag {
  background: url(../img/bg-tile-top-verjaardag.png) left top repeat-x #b2e0ff;
}
/* line 364, ../sass/base/_themes.scss */
body.theme-Verjaardag .main-bg-color {
  background-color: #b2e0ff;
}
/* line 367, ../sass/base/_themes.scss */
body.theme-Verjaardag .main-text-color {
  color: #b2e0ff;
}
/* line 370, ../sass/base/_themes.scss */
body.theme-Verjaardag .main-border-color {
  border-color: #b2e0ff;
}
/* line 374, ../sass/base/_themes.scss */
body.theme-Verjaardag #side-div-left {
  width: 175px;
  height: 286px;
  top: 55px;
  left: -140px;
  background-image: url(../img/bg-center-verjaardag.png);
}
/* line 382, ../sass/base/_themes.scss */
body.theme-Verjaardag #side-div-right {
  width: 175px;
  height: 286px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-center-verjaardag.png);
}
/* line 390, ../sass/base/_themes.scss */
body.theme-Verjaardag #bottom-div-right {
  display: none;
}
/* line 394, ../sass/base/_themes.scss */
body.theme-Verjaardag .jRatingColor {
  background-color: #1777fb;
}
/* line 398, ../sass/base/_themes.scss */
body.theme-Verjaardag .jRatingAverage {
  background-color: #0145a3;
}
/* line 402, ../sass/base/_themes.scss */
body.theme-Verjaardag .jStar {
  background: url("/assets/img/stars-verjaardag.png") repeat-x !important;
}
/* line 406, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation {
  background-color: #1777fb;
  border-color: #0145a3;
}
/* line 412, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #fff;
  background-color: #1777fb;
}
/* line 416, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #fff;
}
/* line 422, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li.home .nav-caption,
body.theme-Verjaardag #main-navigation > ul > li.home .nav-description {
  color: #fff;
}
/* line 427, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 432, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li > a {
  color: #fff;
}
/* line 435, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li > a .icons {
  color: #fff;
}
/* line 439, ../sass/base/_themes.scss */
body.theme-Verjaardag #main-navigation > ul > li > a:hover {
  color: #fff;
  background-color: #0469f4;
}
/* line 447, ../sass/base/_themes.scss */
body.theme-Verjaardag .content-container,
body.theme-Verjaardag .sidebar-box {
  border-color: #0145a3;
}
/* line 452, ../sass/base/_themes.scss */
body.theme-Verjaardag #lower-footer {
  color: #0165ef;
}
/* line 455, ../sass/base/_themes.scss */
body.theme-Verjaardag #lower-footer a {
  color: #0165ef;
}
/* line 458, ../sass/base/_themes.scss */
body.theme-Verjaardag #lower-footer a:hover {
  color: #2680fe;
}
/* line 464, ../sass/base/_themes.scss */
body.theme-Verjaardag input[type="button"],
body.theme-Verjaardag input[type="submit"],
body.theme-Verjaardag input[type="reset"],
body.theme-Verjaardag .button,
body.theme-Verjaardag .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-Verjaardag a.button,
body.theme-Verjaardag .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-Verjaardag a {
  border-color: #1777fb;
  color: #fff;
  text-shadow: 0px -1px 0px #045edb;
  background-color: #045edb;
  -moz-box-shadow: inset 0px 1px 0px 0px #7bb2fd;
  -webkit-box-shadow: inset 0px 1px 0px 0px #7bb2fd;
  box-shadow: inset 0px 1px 0px 0px #7bb2fd;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE3NzdmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NWVkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1777fb), color-stop(100%, #045edb));
  background-image: -moz-linear-gradient(#1777fb, #045edb);
  background-image: -webkit-linear-gradient(#1777fb, #045edb);
  background-image: linear-gradient(#1777fb, #045edb);
}
/* line 478, ../sass/base/_themes.scss */
body.theme-Verjaardag input[type="button"]:hover, body.theme-Verjaardag input[type="button"]:focus,
body.theme-Verjaardag input[type="submit"]:hover,
body.theme-Verjaardag input[type="submit"]:focus,
body.theme-Verjaardag input[type="reset"]:hover,
body.theme-Verjaardag input[type="reset"]:focus,
body.theme-Verjaardag .button:hover,
body.theme-Verjaardag .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-Verjaardag a.button:hover,
body.theme-Verjaardag .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-Verjaardag a:hover,
body.theme-Verjaardag .button:focus,
body.theme-Verjaardag .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-Verjaardag a.button:focus,
body.theme-Verjaardag .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-Verjaardag a:focus {
  color: #fff;
  background-color: #1777fb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmOGZmYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0NWVkYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f8ffc), color-stop(100%, #045edb));
  background-image: -moz-linear-gradient(#3f8ffc, #045edb);
  background-image: -webkit-linear-gradient(#3f8ffc, #045edb);
  background-image: linear-gradient(#3f8ffc, #045edb);
}
/* line 485, ../sass/base/_themes.scss */
body.theme-Verjaardag input[type="button"]:active,
body.theme-Verjaardag input[type="submit"]:active,
body.theme-Verjaardag input[type="reset"]:active,
body.theme-Verjaardag .button:active,
body.theme-Verjaardag .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-Verjaardag a.button:active,
body.theme-Verjaardag .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-Verjaardag a:active {
  color: #f5f5f5;
  background-color: #0349a9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA0NjlmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAzNTRjMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0469f4), color-stop(100%, #0354c2));
  background-image: -moz-linear-gradient(#0469f4, #0354c2);
  background-image: -webkit-linear-gradient(#0469f4, #0354c2);
  background-image: linear-gradient(#0469f4, #0354c2);
}

/* Bruiloft
   ============================================================================ */
/* line 502, ../sass/base/_themes.scss */
.main-content {
  position: relative;
}

/* line 506, ../sass/base/_themes.scss */
sidebar {
  position: relative;
}

/* line 510, ../sass/base/_themes.scss */
body.theme-Trouwdag {
  background: url(../img/bg-tile-top-bruiloft.png) left top repeat-x #fdf5d7;
}
/* line 514, ../sass/base/_themes.scss */
body.theme-Trouwdag .main-bg-color {
  background-color: #fdf5d7;
}
/* line 517, ../sass/base/_themes.scss */
body.theme-Trouwdag .main-text-color {
  color: #fdf5d7;
}
/* line 520, ../sass/base/_themes.scss */
body.theme-Trouwdag .main-border-color {
  border-color: #fdf5d7;
}
/* line 524, ../sass/base/_themes.scss */
body.theme-Trouwdag #side-div-left {
  width: 175px;
  height: 286px;
  top: 55px;
  left: -140px;
  background-image: url(../img/bg-center-bruiloft.png);
}
/* line 532, ../sass/base/_themes.scss */
body.theme-Trouwdag #side-div-right {
  width: 175px;
  height: 286px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-center-bruiloft.png);
}
/* line 540, ../sass/base/_themes.scss */
body.theme-Trouwdag #bottom-div-right {
  display: none;
}
/* line 544, ../sass/base/_themes.scss */
body.theme-Trouwdag .jRatingColor {
  background-color: #fcd17a;
}
/* line 548, ../sass/base/_themes.scss */
body.theme-Trouwdag .jRatingAverage {
  background-color: #fcd17a;
}
/* line 552, ../sass/base/_themes.scss */
body.theme-Trouwdag .jStar {
  background: url("/assets/img/stars-bruiloft.png") repeat-x !important;
}
/* line 556, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation {
  background-color: #ffe8c5;
  border-color: #fcd17a;
}
/* line 562, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #555;
  background-color: #fff;
}
/* line 566, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #555;
}
/* line 572, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li.home .nav-caption,
body.theme-Trouwdag #main-navigation > ul > li.home .nav-description {
  color: #555;
}
/* line 577, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 582, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li > a {
  color: #555;
}
/* line 585, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li > a .icons {
  color: #555;
}
/* line 589, ../sass/base/_themes.scss */
body.theme-Trouwdag #main-navigation > ul > li > a:hover {
  color: #555;
  background-color: #ffdeac;
}
/* line 597, ../sass/base/_themes.scss */
body.theme-Trouwdag .content-container,
body.theme-Trouwdag .sidebar-box {
  border-color: #fcd17a;
}
/* line 602, ../sass/base/_themes.scss */
body.theme-Trouwdag #lower-footer {
  color: #555;
}
/* line 605, ../sass/base/_themes.scss */
body.theme-Trouwdag #lower-footer a {
  color: #555;
}
/* line 608, ../sass/base/_themes.scss */
body.theme-Trouwdag #lower-footer a:hover {
  color: #6e6e6e;
}
/* line 614, ../sass/base/_themes.scss */
body.theme-Trouwdag input[type="button"],
body.theme-Trouwdag input[type="submit"],
body.theme-Trouwdag input[type="reset"],
body.theme-Trouwdag .button,
body.theme-Trouwdag .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-Trouwdag a.button,
body.theme-Trouwdag .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-Trouwdag a {
  border-color: #ffe8c5;
  color: #555;
  text-shadow: 0px -1px 0px #ffd492;
  background-color: #ffd492;
  -moz-box-shadow: inset 0px 1px 0px 0px white;
  -webkit-box-shadow: inset 0px 1px 0px 0px white;
  box-shadow: inset 0px 1px 0px 0px white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZWJjNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDQ5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #feebc5), color-stop(100%, #ffd492));
  background-image: -moz-linear-gradient(#feebc5, #ffd492);
  background-image: -webkit-linear-gradient(#feebc5, #ffd492);
  background-image: linear-gradient(#feebc5, #ffd492);
}
/* line 628, ../sass/base/_themes.scss */
body.theme-Trouwdag input[type="button"]:hover, body.theme-Trouwdag input[type="button"]:focus,
body.theme-Trouwdag input[type="submit"]:hover,
body.theme-Trouwdag input[type="submit"]:focus,
body.theme-Trouwdag input[type="reset"]:hover,
body.theme-Trouwdag input[type="reset"]:focus,
body.theme-Trouwdag .button:hover,
body.theme-Trouwdag .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-Trouwdag a.button:hover,
body.theme-Trouwdag .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-Trouwdag a:hover,
body.theme-Trouwdag .button:focus,
body.theme-Trouwdag .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-Trouwdag a.button:focus,
body.theme-Trouwdag .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-Trouwdag a:focus {
  color: #555;
  background-color: #ffe8c5;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZjBkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZDQ5MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fef0d4), color-stop(100%, #ffd492));
  background-image: -moz-linear-gradient(#fef0d4, #ffd492);
  background-image: -webkit-linear-gradient(#fef0d4, #ffd492);
  background-image: linear-gradient(#fef0d4, #ffd492);
}
/* line 635, ../sass/base/_themes.scss */
body.theme-Trouwdag input[type="button"]:active,
body.theme-Trouwdag input[type="submit"]:active,
body.theme-Trouwdag input[type="reset"]:active,
body.theme-Trouwdag .button:active,
body.theme-Trouwdag .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-Trouwdag a.button:active,
body.theme-Trouwdag .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-Trouwdag a:active {
  color: #555;
  background-color: #ffc05f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZTJhYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmY2E3OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fde2ac), color-stop(100%, #ffca78));
  background-image: -moz-linear-gradient(#fde2ac, #ffca78);
  background-image: -webkit-linear-gradient(#fde2ac, #ffca78);
  background-image: linear-gradient(#fde2ac, #ffca78);
}

/* KraamfeestJongen
   ============================================================================ */
/* line 652, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen {
  background: url(../img/bg-tile-top-babyjongen.png) left top repeat-x #84cbff;
}
/* line 656, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .main-bg-color {
  background-color: #84cbff;
}
/* line 659, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .main-text-color {
  color: #84cbff;
}
/* line 662, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .main-border-color {
  border-color: #84cbff;
}
/* line 666, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #side-div-left {
  width: 153px;
  height: 249px;
  top: 55px;
  left: -140px;
  background-image: url(../img/bg-center-jongen.png);
}
/* line 674, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #side-div-right {
  width: 153px;
  height: 249px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-center-jongen.png);
}
/* line 682, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #bottom-div-right {
  width: 123px;
  height: 101px;
  top: inherit;
  right: -50px;
  bottom: -40px;
  background-image: url(../img/bg-bottom-jongen.png);
}
/* line 691, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .jRatingColor {
  background-color: #50b7ff;
}
/* line 695, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .jRatingAverage {
  background-color: #fff;
}
/* line 699, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .jStar {
  background: url("/assets/img/stars-babyjongen.png") repeat-x !important;
}
/* line 703, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation {
  background-color: #50b7ff;
  border-color: #fff;
}
/* line 709, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #fff;
  background-color: #50b7ff;
}
/* line 713, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #fff;
}
/* line 719, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li.home .nav-caption,
body.theme-KraamfeestJongen #main-navigation > ul > li.home .nav-description {
  color: #fff;
}
/* line 724, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 729, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li > a {
  color: #fff;
}
/* line 732, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li > a .icons {
  color: #fff;
}
/* line 736, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #main-navigation > ul > li > a:hover {
  color: #fff;
  background-color: #37adff;
}
/* line 744, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen .content-container,
body.theme-KraamfeestJongen .sidebar-box {
  border-color: #fff;
}
/* line 749, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #lower-footer {
  color: #555;
}
/* line 752, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #lower-footer a {
  color: #555;
}
/* line 755, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen #lower-footer a:hover {
  color: #6e6e6e;
}
/* line 761, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen input[type="button"],
body.theme-KraamfeestJongen input[type="submit"],
body.theme-KraamfeestJongen input[type="reset"],
body.theme-KraamfeestJongen .button,
body.theme-KraamfeestJongen .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestJongen a.button,
body.theme-KraamfeestJongen .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-KraamfeestJongen a {
  border-color: #50b7ff;
  color: #fff;
  text-shadow: 0px -1px 0px #1da2ff;
  background-color: #1da2ff;
  -moz-box-shadow: inset 0px 1px 0px 0px #b6e1ff;
  -webkit-box-shadow: inset 0px 1px 0px 0px #b6e1ff;
  box-shadow: inset 0px 1px 0px 0px #b6e1ff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkZDZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkYTJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9dd6ff), color-stop(100%, #1da2ff));
  background-image: -moz-linear-gradient(#9dd6ff, #1da2ff);
  background-image: -webkit-linear-gradient(#9dd6ff, #1da2ff);
  background-image: linear-gradient(#9dd6ff, #1da2ff);
}
/* line 775, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen input[type="button"]:hover, body.theme-KraamfeestJongen input[type="button"]:focus,
body.theme-KraamfeestJongen input[type="submit"]:hover,
body.theme-KraamfeestJongen input[type="submit"]:focus,
body.theme-KraamfeestJongen input[type="reset"]:hover,
body.theme-KraamfeestJongen input[type="reset"]:focus,
body.theme-KraamfeestJongen .button:hover,
body.theme-KraamfeestJongen .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestJongen a.button:hover,
body.theme-KraamfeestJongen .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-KraamfeestJongen a:hover,
body.theme-KraamfeestJongen .button:focus,
body.theme-KraamfeestJongen .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestJongen a.button:focus,
body.theme-KraamfeestJongen .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-KraamfeestJongen a:focus {
  color: #fff;
  background-color: #50b7ff;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjZGRmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkYTJmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #acddff), color-stop(100%, #1da2ff));
  background-image: -moz-linear-gradient(#acddff, #1da2ff);
  background-image: -webkit-linear-gradient(#acddff, #1da2ff);
  background-image: linear-gradient(#acddff, #1da2ff);
}
/* line 782, ../sass/base/_themes.scss */
body.theme-KraamfeestJongen input[type="button"]:active,
body.theme-KraamfeestJongen input[type="submit"]:active,
body.theme-KraamfeestJongen input[type="reset"]:active,
body.theme-KraamfeestJongen .button:active,
body.theme-KraamfeestJongen .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestJongen a.button:active,
body.theme-KraamfeestJongen .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-KraamfeestJongen a:active {
  color: #fff;
  background-color: #0089e9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkYTJmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlkZDZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1da2ff), color-stop(100%, #9dd6ff));
  background-image: -moz-linear-gradient(#1da2ff, #9dd6ff);
  background-image: -webkit-linear-gradient(#1da2ff, #9dd6ff);
  background-image: linear-gradient(#1da2ff, #9dd6ff);
}

/* KraamfeestMeisje
   ============================================================================ */
/* line 799, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje {
  background: url(../img/bg-tile-top-babymeisje.png) left top repeat-x #ffc1be;
}
/* line 803, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .main-bg-color {
  background-color: #ffc1be;
}
/* line 806, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .main-text-color {
  color: #ffc1be;
}
/* line 809, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .main-border-color {
  border-color: #ffc1be;
}
/* line 813, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #side-div-left {
  width: 153px;
  height: 249px;
  top: 55px;
  left: -140px;
  background-image: url(../img/bg-center-meisje.png);
}
/* line 821, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #side-div-right {
  width: 153px;
  height: 249px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-center-meisje.png);
}
/* line 829, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #bottom-div-right {
  width: 123px;
  height: 101px;
  top: inherit;
  right: -50px;
  bottom: -40px;
  background-image: url(../img/bg-bottom-meisje.png);
}
/* line 838, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .jRatingColor {
  background-color: #ff9898;
}
/* line 842, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .jRatingAverage {
  background-color: #fff;
}
/* line 846, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .jStar {
  background: url("/assets/img/stars-babymeisje.png") repeat-x !important;
}
/* line 850, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation {
  background-color: #ff9898;
  border-color: #fff;
}
/* line 856, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #fff;
  background-color: #ff9898;
}
/* line 860, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #fff;
}
/* line 866, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li.home .nav-caption,
body.theme-KraamfeestMeisje #main-navigation > ul > li.home .nav-description {
  color: #fff;
}
/* line 871, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 876, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li > a {
  color: #fff;
}
/* line 879, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li > a .icons {
  color: #fff;
}
/* line 883, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #main-navigation > ul > li > a:hover {
  color: #fff;
  background-color: #ff7f7f;
}
/* line 891, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje .content-container,
body.theme-KraamfeestMeisje .sidebar-box {
  border-color: #fff;
}
/* line 896, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #lower-footer {
  color: #555;
}
/* line 899, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #lower-footer a {
  color: #555;
}
/* line 902, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje #lower-footer a:hover {
  color: #6e6e6e;
}
/* line 908, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje input[type="button"],
body.theme-KraamfeestMeisje input[type="submit"],
body.theme-KraamfeestMeisje input[type="reset"],
body.theme-KraamfeestMeisje .button,
body.theme-KraamfeestMeisje .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestMeisje a.button,
body.theme-KraamfeestMeisje .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-KraamfeestMeisje a {
  border-color: #ff9898;
  color: #fff;
  text-shadow: 0px -1px 0px #ff7f7f;
  background-color: #ff7f7f;
  -moz-box-shadow: inset 0px 1px 0px 0px #ffcbcb;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffcbcb;
  box-shadow: inset 0px 1px 0px 0px #ffcbcb;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjJiMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2Y3ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffb2b2), color-stop(100%, #ff7f7f));
  background-image: -moz-linear-gradient(#ffb2b2, #ff7f7f);
  background-image: -webkit-linear-gradient(#ffb2b2, #ff7f7f);
  background-image: linear-gradient(#ffb2b2, #ff7f7f);
}
/* line 922, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje input[type="button"]:hover, body.theme-KraamfeestMeisje input[type="button"]:focus,
body.theme-KraamfeestMeisje input[type="submit"]:hover,
body.theme-KraamfeestMeisje input[type="submit"]:focus,
body.theme-KraamfeestMeisje input[type="reset"]:hover,
body.theme-KraamfeestMeisje input[type="reset"]:focus,
body.theme-KraamfeestMeisje .button:hover,
body.theme-KraamfeestMeisje .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestMeisje a.button:hover,
body.theme-KraamfeestMeisje .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-KraamfeestMeisje a:hover,
body.theme-KraamfeestMeisje .button:focus,
body.theme-KraamfeestMeisje .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestMeisje a.button:focus,
body.theme-KraamfeestMeisje .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-KraamfeestMeisje a:focus {
  color: #fff;
  background-color: #ffb2b2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzFjMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmN2Y3ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc1c1), color-stop(100%, #ff7f7f));
  background-image: -moz-linear-gradient(#ffc1c1, #ff7f7f);
  background-image: -webkit-linear-gradient(#ffc1c1, #ff7f7f);
  background-image: linear-gradient(#ffc1c1, #ff7f7f);
}
/* line 929, ../sass/base/_themes.scss */
body.theme-KraamfeestMeisje input[type="button"]:active,
body.theme-KraamfeestMeisje input[type="submit"]:active,
body.theme-KraamfeestMeisje input[type="reset"]:active,
body.theme-KraamfeestMeisje .button:active,
body.theme-KraamfeestMeisje .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-KraamfeestMeisje a.button:active,
body.theme-KraamfeestMeisje .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-KraamfeestMeisje a:active {
  color: #fff;
  background-color: #ff4c4c;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2Y3ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYjJiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff7f7f), color-stop(100%, #ffb2b2));
  background-image: -moz-linear-gradient(#ff7f7f, #ffb2b2);
  background-image: -webkit-linear-gradient(#ff7f7f, #ffb2b2);
  background-image: linear-gradient(#ff7f7f, #ffb2b2);
}

/* Housewarming
   ============================================================================ */
/* line 946, ../sass/base/_themes.scss */
body.theme-Housewarming {
  background: url(../img/bg-tile-housewarming.png) repeat #32496f;
}
/* line 950, ../sass/base/_themes.scss */
body.theme-Housewarming .main-bg-color {
  background-color: #32496f;
}
/* line 953, ../sass/base/_themes.scss */
body.theme-Housewarming .main-text-color {
  color: #32496f;
}
/* line 956, ../sass/base/_themes.scss */
body.theme-Housewarming .main-border-color {
  border-color: #32496f;
}
/* line 960, ../sass/base/_themes.scss */
body.theme-Housewarming #side-div-left {
  width: 175px;
  height: 286px;
  top: 55px;
  left: -140px;
  background-image: url(../img/bg-center-verjaardag.png);
}
/* line 968, ../sass/base/_themes.scss */
body.theme-Housewarming #side-div-right {
  width: 175px;
  height: 286px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-center-verjaardag.png);
}
/* line 976, ../sass/base/_themes.scss */
body.theme-Housewarming #bottom-div-right {
  display: none;
}
/* line 980, ../sass/base/_themes.scss */
body.theme-Housewarming .jRatingColor {
  background-color: #32496f;
}
/* line 984, ../sass/base/_themes.scss */
body.theme-Housewarming .jRatingAverage {
  background-color: #fff;
}
/* line 988, ../sass/base/_themes.scss */
body.theme-Housewarming .jStar {
  background: url("/assets/img/stars-housewarming.png") repeat-x !important;
}
/* line 992, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation {
  background-color: #32496f;
  border-color: #fff;
}
/* line 998, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #fff;
  background-color: #32496f;
}
/* line 1002, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #fff;
}
/* line 1008, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li.home .nav-caption,
body.theme-Housewarming #main-navigation > ul > li.home .nav-description {
  color: #fff;
}
/* line 1013, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 1018, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li > a {
  color: #fff;
}
/* line 1021, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li > a .icons {
  color: #fff;
}
/* line 1025, ../sass/base/_themes.scss */
body.theme-Housewarming #main-navigation > ul > li > a:hover {
  color: #fff;
  background-color: #2a3d5d;
}
/* line 1033, ../sass/base/_themes.scss */
body.theme-Housewarming .content-container,
body.theme-Housewarming .sidebar-box {
  border-color: #fff;
}
/* line 1038, ../sass/base/_themes.scss */
body.theme-Housewarming #lower-footer {
  color: #fff;
}
/* line 1041, ../sass/base/_themes.scss */
body.theme-Housewarming #lower-footer a {
  color: #fff;
}
/* line 1044, ../sass/base/_themes.scss */
body.theme-Housewarming #lower-footer a:hover {
  color: white;
}
/* line 1050, ../sass/base/_themes.scss */
body.theme-Housewarming input[type="button"],
body.theme-Housewarming input[type="submit"],
body.theme-Housewarming input[type="reset"],
body.theme-Housewarming .button,
body.theme-Housewarming .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-Housewarming a.button,
body.theme-Housewarming .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-Housewarming a {
  border-color: #32496f;
  color: #fff;
  text-shadow: 0px -1px 0px #2a3d5d;
  background-color: #2a3d5d;
  -moz-box-shadow: inset 0px 1px 0px 0px #5578b2;
  -webkit-box-shadow: inset 0px 1px 0px 0px #5578b2;
  box-shadow: inset 0px 1px 0px 0px #5578b2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhNTU4MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhM2Q1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3a5581), color-stop(100%, #2a3d5d));
  background-image: -moz-linear-gradient(#3a5581, #2a3d5d);
  background-image: -webkit-linear-gradient(#3a5581, #2a3d5d);
  background-image: linear-gradient(#3a5581, #2a3d5d);
}
/* line 1064, ../sass/base/_themes.scss */
body.theme-Housewarming input[type="button"]:hover, body.theme-Housewarming input[type="button"]:focus,
body.theme-Housewarming input[type="submit"]:hover,
body.theme-Housewarming input[type="submit"]:focus,
body.theme-Housewarming input[type="reset"]:hover,
body.theme-Housewarming input[type="reset"]:focus,
body.theme-Housewarming .button:hover,
body.theme-Housewarming .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-Housewarming a.button:hover,
body.theme-Housewarming .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-Housewarming a:hover,
body.theme-Housewarming .button:focus,
body.theme-Housewarming .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-Housewarming a.button:focus,
body.theme-Housewarming .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-Housewarming a:focus {
  color: #fff;
  background-color: #3a5581;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmNWI4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJhM2Q1ZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3f5b8b), color-stop(100%, #2a3d5d));
  background-image: -moz-linear-gradient(#3f5b8b, #2a3d5d);
  background-image: -webkit-linear-gradient(#3f5b8b, #2a3d5d);
  background-image: linear-gradient(#3f5b8b, #2a3d5d);
}
/* line 1071, ../sass/base/_themes.scss */
body.theme-Housewarming input[type="button"]:active,
body.theme-Housewarming input[type="submit"]:active,
body.theme-Housewarming input[type="reset"]:active,
body.theme-Housewarming .button:active,
body.theme-Housewarming .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-Housewarming a.button:active,
body.theme-Housewarming .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-Housewarming a:active {
  color: #fff;
  background-color: #1a263a;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyNDk2ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMzI0YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #32496f), color-stop(100%, #22324c));
  background-image: -moz-linear-gradient(#32496f, #22324c);
  background-image: -webkit-linear-gradient(#32496f, #22324c);
  background-image: linear-gradient(#32496f, #22324c);
}

/* LuxeFeest
   ============================================================================ */
/* line 1088, ../sass/base/_themes.scss */
body.theme-LuxeFeest {
  background: url(../img/bg-tile-top-luxefeest.png) top center, url(../img/bg-tile-luxefeest.png);
  background-repeat: repeat-x, repeat;
  background-color: #b00;
}
/* line 1094, ../sass/base/_themes.scss */
body.theme-LuxeFeest .main-bg-color {
  background-color: #b00;
}
/* line 1097, ../sass/base/_themes.scss */
body.theme-LuxeFeest .main-text-color {
  color: #b00;
}
/* line 1100, ../sass/base/_themes.scss */
body.theme-LuxeFeest .main-border-color {
  border-color: #b00;
}
/* line 1104, ../sass/base/_themes.scss */
body.theme-LuxeFeest #side-div-left {
  width: 286px;
  height: 264px;
  top: 75px;
  left: -190px;
  background-image: url(../img/bg-left-luxefeest.png);
}
/* line 1112, ../sass/base/_themes.scss */
body.theme-LuxeFeest #side-div-right {
  width: 180px;
  height: 543px;
  top: 55px;
  right: -140px;
  background-image: url(../img/bg-right-luxefeest.png);
}
/* line 1120, ../sass/base/_themes.scss */
body.theme-LuxeFeest #bottom-div-right {
  display: none;
}
/* line 1124, ../sass/base/_themes.scss */
body.theme-LuxeFeest .jRatingColor {
  background-color: #f79b1c;
}
/* line 1128, ../sass/base/_themes.scss */
body.theme-LuxeFeest .jRatingAverage {
  background-color: #fff;
}
/* line 1132, ../sass/base/_themes.scss */
body.theme-LuxeFeest .jStar {
  background: url("/assets/img/stars-housewarming.png") repeat-x !important;
}
/* line 1136, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation {
  background-color: #f79b1c;
  border-color: #fff;
}
/* line 1142, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li.login-navigation a.login-button {
  border-color: #fff;
  background-color: #f79b1c;
}
/* line 1146, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li.login-navigation a.login-button:before {
  color: #fff;
}
/* line 1152, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li.home .nav-caption,
body.theme-LuxeFeest #main-navigation > ul > li.home .nav-description {
  color: #fff;
}
/* line 1157, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li.home a:hover {
  background-color: transparent;
}
/* line 1162, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li > a {
  color: #fff;
}
/* line 1165, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li > a .icons {
  color: #fff;
}
/* line 1169, ../sass/base/_themes.scss */
body.theme-LuxeFeest #main-navigation > ul > li > a:hover {
  color: #fff;
  background-color: #f18f08;
}
/* line 1177, ../sass/base/_themes.scss */
body.theme-LuxeFeest .content-container,
body.theme-LuxeFeest .sidebar-box {
  border-color: #fff;
}
/* line 1182, ../sass/base/_themes.scss */
body.theme-LuxeFeest #lower-footer {
  color: #fff;
}
/* line 1185, ../sass/base/_themes.scss */
body.theme-LuxeFeest #lower-footer a {
  color: #fff;
}
/* line 1188, ../sass/base/_themes.scss */
body.theme-LuxeFeest #lower-footer a:hover {
  color: white;
}
/* line 1194, ../sass/base/_themes.scss */
body.theme-LuxeFeest input[type="button"],
body.theme-LuxeFeest input[type="submit"],
body.theme-LuxeFeest input[type="reset"],
body.theme-LuxeFeest .button,
body.theme-LuxeFeest .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li body.theme-LuxeFeest a.button,
body.theme-LuxeFeest .cd-popup-container .cd-buttons a,
.cd-popup-container .cd-buttons body.theme-LuxeFeest a {
  border-color: #f79b1c;
  color: #fff;
  text-shadow: 0px -1px 0px #f18f08;
  background-color: #f18f08;
  -moz-box-shadow: inset 0px 1px 0px 0px #fac67f;
  -webkit-box-shadow: inset 0px 1px 0px 0px #fac67f;
  box-shadow: inset 0px 1px 0px 0px #fac67f;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YTYzNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxOGYwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8a635), color-stop(100%, #f18f08));
  background-image: -moz-linear-gradient(#f8a635, #f18f08);
  background-image: -webkit-linear-gradient(#f8a635, #f18f08);
  background-image: linear-gradient(#f8a635, #f18f08);
}
/* line 1208, ../sass/base/_themes.scss */
body.theme-LuxeFeest input[type="button"]:hover, body.theme-LuxeFeest input[type="button"]:focus,
body.theme-LuxeFeest input[type="submit"]:hover,
body.theme-LuxeFeest input[type="submit"]:focus,
body.theme-LuxeFeest input[type="reset"]:hover,
body.theme-LuxeFeest input[type="reset"]:focus,
body.theme-LuxeFeest .button:hover,
body.theme-LuxeFeest .sidebar-box-content ul.simple-link-list li a.button:hover,
.sidebar-box-content ul.simple-link-list li body.theme-LuxeFeest a.button:hover,
body.theme-LuxeFeest .cd-popup-container .cd-buttons a:hover,
.cd-popup-container .cd-buttons body.theme-LuxeFeest a:hover,
body.theme-LuxeFeest .button:focus,
body.theme-LuxeFeest .sidebar-box-content ul.simple-link-list li a.button:focus,
.sidebar-box-content ul.simple-link-list li body.theme-LuxeFeest a.button:focus,
body.theme-LuxeFeest .cd-popup-container .cd-buttons a:focus,
.cd-popup-container .cd-buttons body.theme-LuxeFeest a:focus {
  color: #fff;
  background-color: #f8a635;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4YWM0MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxOGYwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8ac43), color-stop(100%, #f18f08));
  background-image: -moz-linear-gradient(#f8ac43, #f18f08);
  background-image: -webkit-linear-gradient(#f8ac43, #f18f08);
  background-image: linear-gradient(#f8ac43, #f18f08);
}
/* line 1215, ../sass/base/_themes.scss */
body.theme-LuxeFeest input[type="button"]:active,
body.theme-LuxeFeest input[type="submit"]:active,
body.theme-LuxeFeest input[type="reset"]:active,
body.theme-LuxeFeest .button:active,
body.theme-LuxeFeest .sidebar-box-content ul.simple-link-list li a.button:active,
.sidebar-box-content ul.simple-link-list li body.theme-LuxeFeest a.button:active,
body.theme-LuxeFeest .cd-popup-container .cd-buttons a:active,
.cd-popup-container .cd-buttons body.theme-LuxeFeest a:active {
  color: #fff;
  background-color: #c07207;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3OWIxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4ODEwOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f79b1c), color-stop(100%, #d88108));
  background-image: -moz-linear-gradient(#f79b1c, #d88108);
  background-image: -webkit-linear-gradient(#f79b1c, #d88108);
  background-image: linear-gradient(#f79b1c, #d88108);
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
/* line 20, ../sass/plugins/_popup.scss */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

Main components 

-------------------------------- */
/* line 35, ../sass/plugins/_popup.scss */
.cd-popup-trigger {
  display: block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin: 3em auto;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50em;
  background: red;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}

/* -------------------------------- 

xpopup 

-------------------------------- */
/* line 59, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText input[type="text"].import-list-id {
  padding: 5px 5px 5px;
  line-height: 18px;
  position: relative;
  top: -1px;
  width: 180px;
}

/* line 67, ../sass/plugins/_popup.scss */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(85, 85, 85, 0.9);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
/* line 80, ../sass/plugins/_popup.scss */
.cd-popup.is-visible {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  -webkit-transition: opacity 0.3s, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
/* line 88, ../sass/plugins/_popup.scss */
.cd-popup label {
  text-align: left;
}

/* line 94, ../sass/plugins/_popup.scss */
.cd-popup-container .alert-title {
  margin: 15px 0 5px;
}

/* line 99, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText {
  margin: 10px;
}
/* line 102, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText input[type="text"],
.cd-popup-container .allertText input[type="email"],
.cd-popup-container .allertText input[type="number"] {
  width: 100%;
}
/* line 108, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText input[type="button"],
.cd-popup-container .allertText input[type="submit"],
.cd-popup-container .allertText .button,
.cd-popup-container .allertText .sidebar-box-content ul.simple-link-list li a.button,
.sidebar-box-content ul.simple-link-list li .cd-popup-container .allertText a.button,
.cd-popup-container .allertText .cd-buttons a,
.cd-popup-container .cd-buttons .allertText a {
  width: 100%;
}
/* line 114, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText ul.link-list {
  padding: 0;
}
/* line 117, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText ul.link-list li a {
  line-height: 22px;
  text-decoration: none;
}
/* line 121, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText ul.link-list li a:hover {
  text-decoration: underline;
}
/* line 127, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText ul.social {
  margin: 0;
  float: left;
}
/* line 131, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText ul.social li {
  width: 30%;
  margin: 0 1.6%;
}
/* line 136, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText ul.social a {
  cursor: pointer;
}
/* line 141, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText a.anonymous-login {
  line-height: 26px;
  padding: 8px 5px 12px;
}
/* line 167, ../sass/plugins/_popup.scss */
.cd-popup-container .allertText a.anonymous-login .icons {
  font-size: 24px;
  margin-right: 4px;
  top: 3px;
  position: relative;
}

/* line 176, ../sass/plugins/_popup.scss */
.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: 4em auto;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* line 192, ../sass/plugins/_popup.scss */
.cd-popup-container ul {
  padding: 0 0 15px 0;
  margin: 0;
}
/* line 195, ../sass/plugins/_popup.scss */
.cd-popup-container ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 201, ../sass/plugins/_popup.scss */
.cd-popup-container p {
  margin: 10px 0;
}
/* line 205, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-buttons {
  overflow: hidden;
  *zoom: 1;
}
/* line 208, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  padding: 5px;
}
/* line 214, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-buttons a {
  width: 100%;
}
/* line 220, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-buttons .liDecline a {
  border: 1px solid #999999;
  text-shadow: 0px -1px 0px #666666;
  background-color: #999999;
  -moz-box-shadow: inset 0px 1px 0px 0px #e6e6e6;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e6e6e6;
  box-shadow: inset 0px 1px 0px 0px #e6e6e6;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzYjNiMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b3b3b3), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(#b3b3b3, #999999);
  background-image: -webkit-linear-gradient(#b3b3b3, #999999);
  background-image: linear-gradient(#b3b3b3, #999999);
}
/* line 228, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-buttons .liDecline a:hover, .cd-popup-container .cd-buttons .liDecline a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
  outline: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #999999));
  background-image: -moz-linear-gradient(#cccccc, #999999);
  background-image: -webkit-linear-gradient(#cccccc, #999999);
  background-image: linear-gradient(#cccccc, #999999);
}
/* line 238, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-buttons .liDecline a:active {
  text-decoration: none;
  background-color: #b3b3b3;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1YTVhNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #a5a5a5), color-stop(100%, #bfbfbf));
  background-image: -moz-linear-gradient(#a5a5a5, #bfbfbf);
  background-image: -webkit-linear-gradient(#a5a5a5, #bfbfbf);
  background-image: linear-gradient(#a5a5a5, #bfbfbf);
}
/* line 248, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
/* line 255, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
/* line 264, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-popup-close::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
/* line 269, ../sass/plugins/_popup.scss */
.cd-popup-container .cd-popup-close::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
/* line 275, ../sass/plugins/_popup.scss */
.is-visible .cd-popup-container {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 279, ../sass/plugins/_popup.scss */
.cd-popup-container #recaptcha {
  margin: 5px auto 10px;
  display: inline-block;
}

@media (max-width: 768px) {
  /* line 287, ../sass/plugins/_popup.scss */
  .cd-popup-container {
    position: relative;
    width: 94%;
    max-width: none;
    margin: 3%;
  }
}
/* Development
   ========================================================================== */
/* line 58, ../sass/main.scss */
.debug pre {
  background-color: #fff;
}


