/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
@import "compass/css3/opacity";

@import "compass/css3/border-radius";
@import "compass/css3/box-shadow";
@import "compass/css3/text-shadow";
*/
@-webkit-keyframes fadeIn {
  /* line 10, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
  }

  /* line 12, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  /* line 16, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 18, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInUp {
  /* line 22, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }

  /* line 25, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutUp {
  /* line 30, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 33, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}

@-webkit-keyframes fadeInDown {
  /* line 38, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  /* line 41, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutDown {
  /* line 46, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 49, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}

@-webkit-keyframes fadeInRight {
  /* line 54, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }

  /* line 57, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutLeft {
  /* line 62, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 65, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}

@-webkit-keyframes fadeInLeft {
  /* line 70, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }

  /* line 73, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRight {
  /* line 78, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 81, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}

@-webkit-keyframes fadeInUpBig {
  /* line 86, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 89, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutUpBig {
  /* line 94, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 97, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-webkit-keyframes fadeInDownBig {
  /* line 102, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 105, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes fadeOutDownBig {
  /* line 110, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }

  /* line 113, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeInRightBig {
  /* line 118, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 121, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutLeftBig {
  /* line 126, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 129, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-webkit-keyframes fadeInLeftBig {
  /* line 134, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 137, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes fadeOutRightBig {
  /* line 142, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }

  /* line 145, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-webkit-keyframes bounceIn {
  /* line 150, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  /* line 153, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }

  /* line 156, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -webkit-transform: scale(0.9);
  }

  /* line 158, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes bounceInDown {
  /* line 162, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }

  /* line 165, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }

  /* line 168, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: translateY(-10px);
  }

  /* line 170, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes bounceInUp {
  /* line 174, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }

  /* line 177, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }

  /* line 180, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: translateY(10px);
  }

  /* line 182, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes bounceInRight {
  /* line 186, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }

  /* line 189, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }

  /* line 192, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 194, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes bounceInLeft {
  /* line 198, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }

  /* line 201, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }

  /* line 204, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: translateX(-10px);
  }

  /* line 206, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes bounceOut {
  /* line 210, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 212, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    -webkit-transform: scale(0.95);
  }

  /* line 214, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }

  /* line 217, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@-webkit-keyframes bounceOutUp {
  /* line 222, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 224, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }

  /* line 227, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@-webkit-keyframes bounceOutDown {
  /* line 232, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 234, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }

  /* line 237, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@-webkit-keyframes bounceOutLeft {
  /* line 242, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 244, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  /* line 247, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@-webkit-keyframes bounceOutRight {
  /* line 252, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 254, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  /* line 257, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@-webkit-keyframes flash {
  /* line 262, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 264, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    opacity: 0;
  }

  /* line 266, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
  }

  /* line 268, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  75% {
    opacity: 0;
  }

  /* line 270, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bounce {
  /* line 274, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: translateY(0);
  }

  /* line 276, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -webkit-transform: translateY(0);
  }

  /* line 278, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -webkit-transform: translateY(-30px);
  }

  /* line 280, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -webkit-transform: translateY(0);
  }

  /* line 282, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -webkit-transform: translateY(-15px);
  }

  /* line 284, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: translateY(0);
  }

  /* line 286, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: translateY(0);
  }
}

@-webkit-keyframes shake {
  /* line 290, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: translateX(0);
  }

  /* line 292, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    -webkit-transform: translateX(-10px);
  }

  /* line 294, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -webkit-transform: translateX(10px);
  }

  /* line 296, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    -webkit-transform: translateX(-10px);
  }

  /* line 298, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -webkit-transform: translateX(10px);
  }

  /* line 300, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -webkit-transform: translateX(-10px);
  }

  /* line 302, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -webkit-transform: translateX(10px);
  }

  /* line 304, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -webkit-transform: translateX(-10px);
  }

  /* line 306, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: translateX(10px);
  }

  /* line 308, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    -webkit-transform: translateX(-10px);
  }

  /* line 310, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: translateX(0);
  }
}

@-webkit-keyframes rotateInDownLeft {
  /* line 314, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 318, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpLeft {
  /* line 324, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 328, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInUpRight {
  /* line 334, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 338, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateInDownRight {
  /* line 344, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 348, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOutDownLeft {
  /* line 354, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 358, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpLeft {
  /* line 364, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 368, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutDownRight {
  /* line 374, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 378, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateOutUpRight {
  /* line 384, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 388, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotateIn {
  /* line 394, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 398, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  /* line 404, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }

  /* line 408, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@-webkit-keyframes tada {
  /* line 414, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -webkit-transform: scale(1);
  }

  /* line 416, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 418, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }

  /* line 420, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 422, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 424, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 426, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 428, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 430, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }

  /* line 432, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }

  /* line 434, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@-moz-keyframes fadeIn {
  /* line 438, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
  }

  /* line 440, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeOut {
  /* line 444, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 446, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeInUp {
  /* line 450, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }

  /* line 453, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes fadeOutUp {
  /* line 458, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 461, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}

@-moz-keyframes fadeInDown {
  /* line 466, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }

  /* line 469, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes fadeOutDown {
  /* line 474, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 477, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}

@-moz-keyframes fadeInRight {
  /* line 482, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }

  /* line 485, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes fadeOutLeft {
  /* line 490, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 493, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}

@-moz-keyframes fadeInLeft {
  /* line 498, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }

  /* line 501, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes fadeOutRight {
  /* line 506, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 509, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}

@-moz-keyframes fadeInUpBig {
  /* line 514, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  /* line 517, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes fadeOutUpBig {
  /* line 522, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 525, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-moz-keyframes fadeInDownBig {
  /* line 530, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 533, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes fadeOutDownBig {
  /* line 538, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }

  /* line 541, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-moz-keyframes fadeInRightBig {
  /* line 546, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  /* line 549, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes fadeOutLeftBig {
  /* line 554, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 557, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-moz-keyframes fadeInLeftBig {
  /* line 562, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  /* line 565, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes fadeOutRightBig {
  /* line 570, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }

  /* line 573, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-moz-keyframes bounceIn {
  /* line 578, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  /* line 581, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }

  /* line 584, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -moz-transform: scale(0.9);
  }

  /* line 586, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: scale(1);
  }
}

@-moz-keyframes bounceInDown {
  /* line 590, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }

  /* line 593, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }

  /* line 596, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: translateY(-10px);
  }

  /* line 598, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes bounceInUp {
  /* line 602, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }

  /* line 605, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }

  /* line 608, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: translateY(10px);
  }

  /* line 610, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes bounceInRight {
  /* line 614, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }

  /* line 617, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }

  /* line 620, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: translateX(10px);
  }

  /* line 622, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes bounceInLeft {
  /* line 626, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }

  /* line 629, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }

  /* line 632, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: translateX(-10px);
  }

  /* line 634, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes bounceOut {
  /* line 638, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: scale(1);
  }

  /* line 640, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    -moz-transform: scale(0.95);
  }

  /* line 642, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }

  /* line 645, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}

@-moz-keyframes bounceOutUp {
  /* line 650, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: translateY(0);
  }

  /* line 652, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }

  /* line 655, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}

@-moz-keyframes bounceOutDown {
  /* line 660, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: translateY(0);
  }

  /* line 662, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }

  /* line 665, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}

@-moz-keyframes bounceOutLeft {
  /* line 670, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 672, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  /* line 675, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}

@-moz-keyframes bounceOutRight {
  /* line 680, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 682, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  /* line 685, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}

@-moz-keyframes flash {
  /* line 690, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 692, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    opacity: 0;
  }

  /* line 694, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
  }

  /* line 696, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  75% {
    opacity: 0;
  }

  /* line 698, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes bounce {
  /* line 702, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: translateY(0);
  }

  /* line 704, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -moz-transform: translateY(0);
  }

  /* line 706, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -moz-transform: translateY(-30px);
  }

  /* line 708, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -moz-transform: translateY(0);
  }

  /* line 710, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -moz-transform: translateY(-15px);
  }

  /* line 712, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: translateY(0);
  }

  /* line 714, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: translateY(0);
  }
}

@-moz-keyframes shake {
  /* line 718, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: translateX(0);
  }

  /* line 720, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    -moz-transform: translateX(-10px);
  }

  /* line 722, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -moz-transform: translateX(10px);
  }

  /* line 724, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    -moz-transform: translateX(-10px);
  }

  /* line 726, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -moz-transform: translateX(10px);
  }

  /* line 728, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -moz-transform: translateX(-10px);
  }

  /* line 730, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -moz-transform: translateX(10px);
  }

  /* line 732, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -moz-transform: translateX(-10px);
  }

  /* line 734, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: translateX(10px);
  }

  /* line 736, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    -moz-transform: translateX(-10px);
  }

  /* line 738, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes rotateInDownLeft {
  /* line 742, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 746, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpLeft {
  /* line 752, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 756, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInUpRight {
  /* line 762, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 766, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateInDownRight {
  /* line 772, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 776, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateOutDownLeft {
  /* line 782, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 786, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpLeft {
  /* line 792, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 796, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutDownRight {
  /* line 802, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 806, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateOutUpRight {
  /* line 812, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 816, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}

@-moz-keyframes rotateIn {
  /* line 822, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 826, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}

@-moz-keyframes rotateOut {
  /* line 832, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }

  /* line 836, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}

@-moz-keyframes tada {
  /* line 842, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -moz-transform: scale(1);
  }

  /* line 844, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }

  /* line 846, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }

  /* line 848, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  /* line 850, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }

  /* line 852, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  /* line 854, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }

  /* line 856, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  /* line 858, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }

  /* line 860, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }

  /* line 862, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}

@-ms-keyframes fadeIn {
  /* line 866, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
  }

  /* line 868, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeOut {
  /* line 872, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 874, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
  }
}

@-ms-keyframes fadeInUp {
  /* line 878, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }

  /* line 881, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes fadeOutUp {
  /* line 886, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 889, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }
}

@-ms-keyframes fadeInDown {
  /* line 894, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px);
  }

  /* line 897, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes fadeOutDown {
  /* line 902, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 905, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
}

@-ms-keyframes fadeInRight {
  /* line 910, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }

  /* line 913, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes fadeOutLeft {
  /* line 918, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 921, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }
}

@-ms-keyframes fadeInLeft {
  /* line 926, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateX(-20px);
  }

  /* line 929, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes fadeOutRight {
  /* line 934, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 937, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateX(20px);
  }
}

@-ms-keyframes fadeInUpBig {
  /* line 942, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }

  /* line 945, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes fadeOutUpBig {
  /* line 950, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 953, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}

@-ms-keyframes fadeInDownBig {
  /* line 958, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }

  /* line 961, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes fadeOutDownBig {
  /* line 966, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateY(0);
  }

  /* line 969, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}

@-ms-keyframes fadeInRightBig {
  /* line 974, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }

  /* line 977, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes fadeOutLeftBig {
  /* line 982, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 985, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}

@-ms-keyframes fadeInLeftBig {
  /* line 990, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }

  /* line 993, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes fadeOutRightBig {
  /* line 998, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    -ms-transform: translateX(0);
  }

  /* line 1001, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}

@-ms-keyframes bounceIn {
  /* line 1006, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }

  /* line 1009, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    -ms-transform: scale(1.05);
  }

  /* line 1012, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -ms-transform: scale(0.9);
  }

  /* line 1014, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: scale(1);
  }
}

@-ms-keyframes bounceInDown {
  /* line 1018, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }

  /* line 1021, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -ms-transform: translateY(30px);
  }

  /* line 1024, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: translateY(-10px);
  }

  /* line 1026, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes bounceInUp {
  /* line 1030, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }

  /* line 1033, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -ms-transform: translateY(-30px);
  }

  /* line 1036, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: translateY(10px);
  }

  /* line 1038, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes bounceInRight {
  /* line 1042, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }

  /* line 1045, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -ms-transform: translateX(-30px);
  }

  /* line 1048, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: translateX(10px);
  }

  /* line 1050, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes bounceInLeft {
  /* line 1054, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }

  /* line 1057, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    -ms-transform: translateX(30px);
  }

  /* line 1060, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: translateX(-10px);
  }

  /* line 1062, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes bounceOut {
  /* line 1066, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: scale(1);
  }

  /* line 1068, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    -ms-transform: scale(0.95);
  }

  /* line 1070, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    -ms-transform: scale(1.1);
  }

  /* line 1073, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: scale(0.3);
  }
}

@-ms-keyframes bounceOutUp {
  /* line 1078, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: translateY(0);
  }

  /* line 1080, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -ms-transform: translateY(20px);
  }

  /* line 1083, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateY(-2000px);
  }
}

@-ms-keyframes bounceOutDown {
  /* line 1088, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: translateY(0);
  }

  /* line 1090, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -ms-transform: translateY(-20px);
  }

  /* line 1093, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateY(2000px);
  }
}

@-ms-keyframes bounceOutLeft {
  /* line 1098, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: translateX(0);
  }

  /* line 1100, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -ms-transform: translateX(20px);
  }

  /* line 1103, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateX(-2000px);
  }
}

@-ms-keyframes bounceOutRight {
  /* line 1108, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: translateX(0);
  }

  /* line 1110, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    -ms-transform: translateX(-20px);
  }

  /* line 1113, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    -ms-transform: translateX(2000px);
  }
}

@-ms-keyframes flash {
  /* line 1118, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 1120, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    opacity: 0;
  }

  /* line 1122, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
  }

  /* line 1124, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  75% {
    opacity: 0;
  }

  /* line 1126, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes bounce {
  /* line 1130, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: translateY(0);
  }

  /* line 1132, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -ms-transform: translateY(0);
  }

  /* line 1134, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -ms-transform: translateY(-30px);
  }

  /* line 1136, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -ms-transform: translateY(0);
  }

  /* line 1138, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -ms-transform: translateY(-15px);
  }

  /* line 1140, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: translateY(0);
  }

  /* line 1142, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: translateY(0);
  }
}

@-ms-keyframes shake {
  /* line 1146, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: translateX(0);
  }

  /* line 1148, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    -ms-transform: translateX(-10px);
  }

  /* line 1150, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -ms-transform: translateX(10px);
  }

  /* line 1152, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    -ms-transform: translateX(-10px);
  }

  /* line 1154, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -ms-transform: translateX(10px);
  }

  /* line 1156, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -ms-transform: translateX(-10px);
  }

  /* line 1158, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -ms-transform: translateX(10px);
  }

  /* line 1160, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -ms-transform: translateX(-10px);
  }

  /* line 1162, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: translateX(10px);
  }

  /* line 1164, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    -ms-transform: translateX(-10px);
  }

  /* line 1166, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: translateX(0);
  }
}

@-ms-keyframes rotateInDownLeft {
  /* line 1170, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1174, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpLeft {
  /* line 1180, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1184, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInUpRight {
  /* line 1190, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1194, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateInDownRight {
  /* line 1200, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1204, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateOutDownLeft {
  /* line 1210, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 1214, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpLeft {
  /* line 1220, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 1224, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: left bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutDownRight {
  /* line 1230, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 1234, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateOutUpRight {
  /* line 1240, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 1244, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: right bottom;
    -ms-transform: rotate(90deg);
    opacity: 0;
  }
}

@-ms-keyframes rotateIn {
  /* line 1250, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 1254, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }
}

@-ms-keyframes rotateOut {
  /* line 1260, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(0);
    opacity: 1;
  }

  /* line 1264, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform-origin: center center;
    -ms-transform: rotate(200deg);
    opacity: 0;
  }
}

@-ms-keyframes tada {
  /* line 1270, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    -ms-transform: scale(1);
  }

  /* line 1272, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }

  /* line 1274, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    -ms-transform: scale(0.9) rotate(-3deg);
  }

  /* line 1276, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    -ms-transform: scale(1.1) rotate(3deg);
  }

  /* line 1278, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }

  /* line 1280, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    -ms-transform: scale(1.1) rotate(3deg);
  }

  /* line 1282, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }

  /* line 1284, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    -ms-transform: scale(1.1) rotate(3deg);
  }

  /* line 1286, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    -ms-transform: scale(1.1) rotate(-3deg);
  }

  /* line 1288, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    -ms-transform: scale(1.1) rotate(3deg);
  }

  /* line 1290, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    -ms-transform: scale(1) rotate(0);
  }
}

@keyframes fadeIn {
  /* line 1295, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
  }

  /* line 1297, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  /* line 1301, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 1303, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
  }
}

@keyframes fadeInUp {
  /* line 1307, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  /* line 1310, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutUp {
  /* line 1315, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1318, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

@keyframes fadeInDown {
  /* line 1323, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  /* line 1326, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutDown {
  /* line 1331, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1334, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

@keyframes fadeInRight {
  /* line 1339, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  /* line 1342, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutLeft {
  /* line 1347, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1350, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

@keyframes fadeInLeft {
  /* line 1355, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  /* line 1358, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutRight {
  /* line 1363, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1366, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

@keyframes fadeInUpBig {
  /* line 1371, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 1374, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutUpBig {
  /* line 1379, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1382, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes fadeInDownBig {
  /* line 1387, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 1390, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutDownBig {
  /* line 1395, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  /* line 1398, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes fadeInRightBig {
  /* line 1403, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 1406, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutLeftBig {
  /* line 1411, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1414, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes fadeInLeftBig {
  /* line 1419, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 1422, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeOutRightBig {
  /* line 1427, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  /* line 1430, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes bounceIn {
  /* line 1435, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  /* line 1438, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  /* line 1441, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    transform: scale(0.9);
  }

  /* line 1443, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: scale(1);
  }
}

@keyframes bounceInDown {
  /* line 1447, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  /* line 1450, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  /* line 1453, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: translateY(-10px);
  }

  /* line 1455, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  /* line 1459, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  /* line 1462, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  /* line 1465, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: translateY(10px);
  }

  /* line 1467, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: translateY(0);
  }
}

@keyframes bounceInRight {
  /* line 1471, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  /* line 1474, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  /* line 1477, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: translateX(10px);
  }

  /* line 1479, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  /* line 1483, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  /* line 1486, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  /* line 1489, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: translateX(-10px);
  }

  /* line 1491, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: translateX(0);
  }
}

@keyframes bounceOut {
  /* line 1495, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: scale(1);
  }

  /* line 1497, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    transform: scale(0.95);
  }

  /* line 1499, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  /* line 1502, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

@keyframes bounceOutUp {
  /* line 1507, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: translateY(0);
  }

  /* line 1509, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  /* line 1512, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutDown {
  /* line 1517, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: translateY(0);
  }

  /* line 1519, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  /* line 1522, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

@keyframes bounceOutLeft {
  /* line 1527, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: translateX(0);
  }

  /* line 1529, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  /* line 1532, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutRight {
  /* line 1537, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: translateX(0);
  }

  /* line 1539, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  /* line 1542, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

@keyframes flash {
  /* line 1547, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    opacity: 1;
  }

  /* line 1549, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  25% {
    opacity: 0;
  }

  /* line 1551, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    opacity: 1;
  }

  /* line 1553, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  75% {
    opacity: 0;
  }

  /* line 1555, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    opacity: 1;
  }
}

@keyframes bounce {
  /* line 1559, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: translateY(0);
  }

  /* line 1561, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    transform: translateY(0);
  }

  /* line 1563, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    transform: translateY(-30px);
  }

  /* line 1565, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    transform: translateY(0);
  }

  /* line 1567, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    transform: translateY(-15px);
  }

  /* line 1569, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: translateY(0);
  }

  /* line 1571, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: translateY(0);
  }
}

@keyframes shake {
  /* line 1575, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: translateX(0);
  }

  /* line 1577, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    transform: translateX(-10px);
  }

  /* line 1579, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    transform: translateX(10px);
  }

  /* line 1581, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    transform: translateX(-10px);
  }

  /* line 1583, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    transform: translateX(10px);
  }

  /* line 1585, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    transform: translateX(-10px);
  }

  /* line 1587, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    transform: translateX(10px);
  }

  /* line 1589, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    transform: translateX(-10px);
  }

  /* line 1591, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: translateX(10px);
  }

  /* line 1593, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    transform: translateX(-10px);
  }

  /* line 1595, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: translateX(0);
  }
}

@keyframes rotateInDownLeft {
  /* line 1599, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1603, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  /* line 1609, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1613, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  /* line 1619, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  /* line 1623, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  /* line 1629, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  /* line 1633, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateOutDownLeft {
  /* line 1639, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1643, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  /* line 1649, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1653, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  /* line 1659, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1663, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  /* line 1669, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1673, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateIn {
  /* line 1679, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  /* line 1683, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateOut {
  /* line 1689, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  /* line 1693, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes tada {
  /* line 1699, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  0% {
    transform: scale(1);
  }

  /* line 1701, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  10% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 1703, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  20% {
    transform: scale(0.9) rotate(-3deg);
  }

  /* line 1705, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  30% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 1707, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  40% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 1709, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  50% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 1711, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  60% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 1713, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  70% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 1715, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  80% {
    transform: scale(1.1) rotate(-3deg);
  }

  /* line 1717, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  90% {
    transform: scale(1.1) rotate(3deg);
  }

  /* line 1719, ../../app/bower_components/basement-hifi/animation/_animate.sass */
  100% {
    transform: scale(1) rotate(0);
  }
}

/* line 41, ../../app/bower_components/basement-hifi/layout/_semantic_grid.scss */
body {
  width: 100%;
  *zoom: 1;
}
/* line 27, ../../app/bower_components/basement-hifi/layout/_semantic_grid.scss */
body:before, body:after {
  content: "";
  display: table;
}
/* line 31, ../../app/bower_components/basement-hifi/layout/_semantic_grid.scss */
body:after {
  clear: both;
}

/*
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  }
}
*/
@font-face {
  font-family: 'sd-social';
  src: url("fonts/sd-social.eot");
}

@font-face {
  font-family: 'sd-social';
  src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 14, ../../app/styles/_fonts.scss */
[data-icon]:before {
  font-family: 'sd-social';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
/* line 32, ../../app/styles/_fonts.scss */
.icon-instagram, .icon-pinterest, .icon-twitter, .icon-tumblr, .icon-mail, .icon-user, .icon-vcard, .icon-minus, .icon-cross, .icon-info, .icon-install, .icon-resize-enlarge, .icon-arrow-left, .icon-arrow-down, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left-2, .icon-arrow-down-2, .icon-arrow-up-2, .icon-arrow-right-2, .icon-pie, .icon-credit-card, .icon-folder, .icon-newspaper, .icon-play, .icon-pause, .icon-link {
  font-family: 'sd-social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* line 42, ../../app/styles/_fonts.scss */
.icon-instagram:before {
  content: "\69";
}

/* line 45, ../../app/styles/_fonts.scss */
.icon-pinterest:before {
  content: "\70";
}

/* line 48, ../../app/styles/_fonts.scss */
.icon-twitter:before {
  content: "\74";
}

/* line 51, ../../app/styles/_fonts.scss */
.icon-tumblr:before {
  content: "\54";
}

/* line 54, ../../app/styles/_fonts.scss */
.icon-mail:before {
  content: "\6d";
}

/* line 57, ../../app/styles/_fonts.scss */
.icon-user:before {
  content: "\31";
}

/* line 60, ../../app/styles/_fonts.scss */
.icon-vcard:before {
  content: "\32";
}

/* line 63, ../../app/styles/_fonts.scss */
.icon-minus:before {
  content: "\2d";
}

/* line 66, ../../app/styles/_fonts.scss */
.icon-cross:before {
  content: "\78";
}

/* line 69, ../../app/styles/_fonts.scss */
.icon-info:before {
  content: "\33";
}

/* line 72, ../../app/styles/_fonts.scss */
.icon-install:before {
  content: "\34";
}

/* line 75, ../../app/styles/_fonts.scss */
.icon-resize-enlarge:before {
  content: "\66";
}

/* line 78, ../../app/styles/_fonts.scss */
.icon-arrow-left:before {
  content: "\6c";
}

/* line 81, ../../app/styles/_fonts.scss */
.icon-arrow-down:before {
  content: "\64";
}

/* line 84, ../../app/styles/_fonts.scss */
.icon-arrow-up:before {
  content: "\75";
}

/* line 87, ../../app/styles/_fonts.scss */
.icon-arrow-right:before {
  content: "\72";
}

/* line 90, ../../app/styles/_fonts.scss */
.icon-arrow-left-2:before {
  content: "\4c";
}

/* line 93, ../../app/styles/_fonts.scss */
.icon-arrow-down-2:before {
  content: "\44";
}

/* line 96, ../../app/styles/_fonts.scss */
.icon-arrow-up-2:before {
  content: "\55";
}

/* line 99, ../../app/styles/_fonts.scss */
.icon-arrow-right-2:before {
  content: "\52";
}

/* line 102, ../../app/styles/_fonts.scss */
.icon-pie:before {
  content: "\35";
}

/* line 105, ../../app/styles/_fonts.scss */
.icon-credit-card:before {
  content: "\36";
}

/* line 108, ../../app/styles/_fonts.scss */
.icon-folder:before {
  content: "\37";
}

/* line 111, ../../app/styles/_fonts.scss */
.icon-newspaper:before {
  content: "\38";
}

/* line 114, ../../app/styles/_fonts.scss */
.icon-play:before {
  content: "\50";
}

/* line 117, ../../app/styles/_fonts.scss */
.icon-pause:before {
  content: "\3d";
}

/* line 120, ../../app/styles/_fonts.scss */
.icon-link:before {
  content: "\61";
}

/* line 2, ../../app/styles/_colors.scss */
.temp {
  color: #baa33e;
}

/*
$colLink: #e3613d;
$colLinkHover: $col-dark-2;
*/
/*
$chart1:#f3cc62;
$chart2:#c16845;
$chart3:#9c3b47;
$chart4:#72845c;
$chart5:#53656a;
$chart6:#6d7d91;
$chart7:#444444;
*/
/* line 1, ../../app/styles/_design.scss */
html {
  width: 100%;
}

/* line 4, ../../app/styles/_design.scss */
body {
  background-color: #e8c838 !important;
  font-family: "museo-sans-rounded-1","museo-sans-rounded-2",sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 2em;
  color: #bda330;
  width: 100%;
  padding: 0;
  margin: 0;
}

/* line 15, ../../app/styles/_design.scss */
a {
  color: #f45e13;
}

/* line 18, ../../app/styles/_design.scss */
p {
  font-size: .8em;
  line-height: 1.1em;
  margin-bottom: .55em;
  padding-top: 0;
}

/* line 24, ../../app/styles/_design.scss */
h1 {
  font-weight: 600;
  /*  @include text-shadow( $colShadow 1px 1px 2px); */
  color: #b4af9a;
  font-size: 1.4em;
  /* 	padding: 5px 10px 5px 10px; */
  line-height: 1.6em;
  text-transform: uppercase;
}

/* line 33, ../../app/styles/_design.scss */
#contact h1 {
  color: #4a473d;
}

/* line 36, ../../app/styles/_design.scss */
#contact p {
  font-size: .6em;
  margin-bottom: 20px;
}

/* line 41, ../../app/styles/_design.scss */
li small {
  padding-left: 3px !important;
  display: inline !important;
  clear: none !important;
}

/* line 48, ../../app/styles/_design.scss */
#contact small {
  font-size: .8em;
  color: #d4d2c6;
  display: block;
  clear: both;
}

/* line 54, ../../app/styles/_design.scss */
.widget small {
  padding: 0px;
  margin: 0;
}

/* line 58, ../../app/styles/_design.scss */
.logo {
  margin-left: 3%;
  margin-top: 3%;
  float: left;
  z-index: 100;
  background-color: #d7c263;
}
/* line 65, ../../app/styles/_design.scss */
.logo h1 {
  background-color: rgba(45, 45, 45, 0.3);
  -webkit-box-shadow: #938c6f 1px 1px 1px 0px;
  -moz-box-shadow: #938c6f 1px 1px 1px 0px;
  box-shadow: #938c6f 1px 1px 1px 0px;
  font-weight: 900;
  /*  @include text-shadow( $colShadow 1px 1px 2px); */
  color: #d7c263;
  text-transform: uppercase;
  font-size: 1.5em;
  padding: 5px 10px 5px 10px;
  line-height: .85em;
  display: inline-block;
}

/* line 80, ../../app/styles/_design.scss */
h2 {
  font-size: 1.3em;
  padding-bottom: .5em;
}

/* line 84, ../../app/styles/_design.scss */
header h2 {
  color: #c7a717;
  font-size: .6em;
}

/* line 90, ../../app/styles/_design.scss */
h4 {
  color: #4a473d;
  margin: 0;
  padding: 0;
  font-size: .45em;
}

/* line 97, ../../app/styles/_design.scss */
.easyPieChart {
  position: relative;
  text-align: center;
  font-style: 0.1em;
}

/* line 103, ../../app/styles/_design.scss */
.slideTimer canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 109, ../../app/styles/_design.scss */
.follow {
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  margin-bottom: 10px;
}
/* line 113, ../../app/styles/_design.scss */
.follow a {
  font-size: .9em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-decoration: none !important;
  padding: 15px;
  color: #d4d2c6;
  margin-left: 3px !important;
  margin-right: 3px !important;
  margin-bottom: 10px !important;
  display: inline-block;
}
/* line 128, ../../app/styles/_design.scss */
.follow a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 137, ../../app/styles/_design.scss */
.icon-tumblr {
  background-color: #2a425e;
}

/* line 140, ../../app/styles/_design.scss */
.icon-mail {
  background-color: #938c6f;
}

/* line 143, ../../app/styles/_design.scss */
.icon-pinterest {
  background-color: #c42c2a;
}

/* line 147, ../../app/styles/_design.scss */
.icon-twitter {
  background-color: #58a9c2 !important;
}

/* line 151, ../../app/styles/_design.scss */
.icon-instagram {
  background-color: #72461b;
}

/* line 154, ../../app/styles/_design.scss */
#monitor {
  background-color: #c5ac3c;
  -webkit-border-radius: 12px 12px;
  -moz-border-radius: 12px 12px 0px 0px / 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px / 12px 12px 0px 0px;
  padding-top: 2.6%;
  padding-bottom: 2.6%;
}

/* line 162, ../../app/styles/_design.scss */
#screen {
  text-align: center;
  font-family: monospace;
  font-size: 1.2em;
  width: 95%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: relative;
  background-color: #a08e3e;
  /* 	background-color: $colDarker; */
  color: #b4af9a;
}
/* line 176, ../../app/styles/_design.scss */
#screen h2 {
  color: #d7c263;
}

/* line 181, ../../app/styles/_design.scss */
.screenbg {
  width: 100%;
  top: 0;
  z-index: 1;
  margin-bottom: -5px;
}

/* line 189, ../../app/styles/_design.scss */
.warning {
  display: none;
}

/* line 192, ../../app/styles/_design.scss */
.no-js .warning {
  -webkit-animation: fadeIn 1.5s 1s step-end infinite;
  -moz-animation: fadeIn 1.5s 1s step-end infinite;
  -ms-animation: fadeIn 1.5s 1s step-end infinite;
  -o-animation: fadeIn 1.5s 1s step-end infinite;
  animation: fadeIn 1.5s 1s step-end infinite;
  display: inline !important;
  z-index: 100;
  width: 100%;
  background-color: red;
  color: red;
  margin: 0;
  font-family: monospace;
  position: absolute;
  z-index: 11;
}

/* line 206, ../../app/styles/_design.scss */
.fadeIn {
  -webkit-animation: fadeIn 1s 0.5s ease-out both;
  -moz-animation: fadeIn 1s 0.5s ease-out both;
  -ms-animation: fadeIn 1s 0.5s ease-out both;
  -o-animation: fadeIn 1s 0.5s ease-out both;
  animation: fadeIn 1s 0.5s ease-out both;
}

/* line 211, ../../app/styles/_design.scss */
.no-js #screen img {
  position: relative;
  z-index: 1;
}

/*
#glass {
	width:100%;
	height:98.7%;
	position:absolute;
	z-index:11;
	margin:0;
	padding:0;
}
*/
/* line 226, ../../app/styles/_design.scss */
#panel {
  background-color: #d7c263;
  height: 130px;
  -webkit-border-radius: 0px 0px;
  -moz-border-radius: 0px 0px 20px 20px / 0px 0px 20px 20px;
  border-radius: 0px 0px 20px 20px / 0px 0px 20px 20px;
}

/* line 234, ../../app/styles/_design.scss */
.speaker {
  width: 30%;
  height: 70px;
  float: right;
  margin-right: 5%;
  margin-top: 2%;
  	/*
  background-image: linear-gradient(90deg, transparent 50%, $colBlackTransLight 50%);
  	background-image: -webkit-linear-gradient(90deg, transparent 50%, $colBlackTransLight 50%);
  */
  background-image: -webkit-linear-gradient(90deg, transparent 50%, rgba(45, 45, 45, 0.1) 50%);
  background-image: -moz-linear-gradient(90deg, transparent 50%, rgba(45, 45, 45, 0.1) 50%);
  background-image: -o-linear-gradient(90deg, transparent 50%, rgba(45, 45, 45, 0.1) 50%);
  background-image: linear-gradient(90deg, transparent 50%, rgba(45, 45, 45, 0.1) 50%);
  background-size: 15px 15px;
}

/* line 249, ../../app/styles/_design.scss */
#stand {
  background-color: #938c6f;
  height: 30px;
}

/* line 254, ../../app/styles/_design.scss */
#foot {
  background-color: #b4af9a;
  height: 15px;
  -webkit-border-radius: 8px 8px;
  -moz-border-radius: 8px 8px 0px 0px / 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px / 8px 8px 0px 0px;
}

/* line 268, ../../app/styles/_design.scss */
.no-js .logo {
  display: block;
}

/* line 272, ../../app/styles/_design.scss */
.js .logo {
  display: none;
}

/* line 276, ../../app/styles/_design.scss */
.wf-active .logo {
  display: block;
}

/* line 281, ../../app/styles/_design.scss */
#monitor {
  /* 	box-shadow:0 150px 150px rgba(0,0,0,.5); */
}

/* line 286, ../../app/styles/_design.scss */
body, #about, #contact {
  /*
  	background-image: -webkit-linear-gradient(0deg, transparent 50%, $colBlackTransBg 50%);
  	background-image: -moz-linear-gradient(0deg, transparent 50%, rgba(0,0,0,.05) 50%);
  	background-image: linear-gradient(0deg, transparent 50%, rgba(0,0,0,.05) 50%);
  */
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, transparent), color-stop(50%, rgba(90, 90, 90, 0.1)));
  background: -webkit-linear-gradient(left, transparent 50%, rgba(90, 90, 90, 0.1) 50%);
  background: -moz-linear-gradient(left, transparent 50%, rgba(90, 90, 90, 0.1) 50%);
  background: -o-linear-gradient(left, transparent 50%, rgba(90, 90, 90, 0.1) 50%);
  background: linear-gradient(left, transparent 50%, rgba(90, 90, 90, 0.1) 50%);
  background-size: 200px 200px;
}

/* line 300, ../../app/styles/_design.scss */
#contact {
  padding: 40px 0 40px;
  background-color: #b4af9a;
  text-align: center;
  margin: 0;
  color: #4a473d;
}

/* line 308, ../../app/styles/_design.scss */
div.hr, div.hr_small {
  margin: 0;
  background-color: #666254;
  height: 50px;
  display: block !important;
  padding: 0;
  clear: both;
  border: 0 !important;
  width: 100%;
}

/* line 319, ../../app/styles/_design.scss */
div.hr_small {
  background-color: #938c6f;
  height: 25px;
}

/* Swiper Styles */
/* line 327, ../../app/styles/_design.scss */
.slider-container {
  /* 	font-family:'museo-sans-rounded', sans-serif !important; */
  /* 	@include opacity(0); */
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

/* line 346, ../../app/styles/_design.scss */
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
}

/* IE10 Windows Phone 8 Fixes */
/* line 381, ../../app/styles/_design.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 384, ../../app/styles/_design.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* line 390, ../../app/styles/_design.scss */
.slide {
  float: left;
}

/* line 396, ../../app/styles/_design.scss */
.slide pre {
  font-size: 12px;
  line-height: 11px;
}

/* line 400, ../../app/styles/_design.scss */
.slider-container, .slide, #screen .full {
  width: 100%;
}

/* line 405, ../../app/styles/_design.scss */
.gui {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
  padding: 0px;
}

/* line 415, ../../app/styles/_design.scss */
.slide .title {
  font-size: .5em;
  font-weight: bold;
}

/* line 419, ../../app/styles/_design.scss */
.slide .icon {
  font-size: 1.3em;
  position: relative;
  z-index: 1;
  float: right;
  margin-right: 4%;
  margin-top: 4%;
  color: #666254;
  cursor: pointer;
  width: 125px;
  padding-top: 5%;
  text-align: center;
  /* 		@include opacity(0); */
  -webkit-backface-visibility: hidden;
}

/* line 436, ../../app/styles/_design.scss */
.slide .icons {
  width: 38%;
  min-width: 300px;
  max-height: 70%;
  float: right;
  margin-right: 2%;
  position: relative;
  z-index: 100;
  max-height: 200px;
}

/* line 446, ../../app/styles/_design.scss */
.slide .open {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* line 449, ../../app/styles/_design.scss */
.slide .icon.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
}

/* line 459, ../../app/styles/_design.scss */
.guiWindow {
  font-family: monospace;
  font-size: .8em;
  /* 	border-bottom: 3px solid $colGreyLight; */
  float: left;
  position: absolute;
  z-index: 700;
  max-height: 75% !important;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 10px 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  /*
  */
  margin: 0;
}

/* line 477, ../../app/styles/_design.scss */
.bounceIn {
  -webkit-animation: bounceIn 0.3s 0.2s ease both;
  -moz-animation: bounceIn 0.3s 0.2s ease both;
  -ms-animation: bounceIn 0.3s 0.2s ease both;
  -o-animation: bounceIn 0.3s 0.2s ease both;
  animation: bounceIn 0.3s 0.2s ease both;
}

/* line 481, ../../app/styles/_design.scss */
.guiWindow h4 {
  padding: 2px 0;
}

/* line 485, ../../app/styles/_design.scss */
.slider article {
  font-size: .4em;
}

/* line 488, ../../app/styles/_design.scss */
.guiWindow:hover {
  cursor: default;
}

/* line 492, ../../app/styles/_design.scss */
.guiWindow .titleBar {
  height: 25px;
  background-color: #b4af9a;
  display: block;
  -webkit-border-radius: 4px 4px;
  -moz-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
  font-size: 1.5em;
}

/* line 501, ../../app/styles/_design.scss */
.guiWindow .titleBar:hover {
  cursor: move;
}

/* line 505, ../../app/styles/_design.scss */
.guiWindow .btn_close, .guiWindow .btn_minimize {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  width: 15px;
  height: 15px;
  background-color: #f45e13;
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  cursor: pointer;
}

/* line 517, ../../app/styles/_design.scss */
.guiWindow .btn_minimize {
  background-color: #d7c263;
}

/* line 520, ../../app/styles/_design.scss */
.guiWindow .btn_minimize:hover {
  background-color: #e7da9f;
}

/* line 523, ../../app/styles/_design.scss */
.btn_power {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: rgba(45, 45, 45, 0.1);
  z-index: 1;
}

/* line 532, ../../app/styles/_design.scss */
.guiWindow .btn_close:hover {
  background-color: #d7c263;
}

/* line 538, ../../app/styles/_design.scss */
.guiWindow .page {
  color: #61bd30;
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #4a473d;
  padding: 0px;
  word-break: break-word;
  height: 100%;
  width: 100%;
}
/* line 549, ../../app/styles/_design.scss */
.guiWindow .page p {
  /* 		padding-bottom: 10px; */
}

/* line 553, ../../app/styles/_design.scss */
.textWindow {
  /* font-size: .8em; */
  height: auto !important;
}
/* line 556, ../../app/styles/_design.scss */
.textWindow h2 {
  font-size: 1.5em;
  padding-bottom: .45em;
}
/* line 561, ../../app/styles/_design.scss */
.textWindow p {
  padding-bottom: 10px;
}

/* line 568, ../../app/styles/_design.scss */
.guiWindow .body {
  padding: 20px 30px 30px 30px;
}

/* line 572, ../../app/styles/_design.scss */
.gif .page, .gif .body {
  padding: 0 !important;
  overflow: hidden;
}

/* line 577, ../../app/styles/_design.scss */
.slide .bg {
  height: 100%;
  width: 100%;
  background-image: url("../images/pattern/gameboys.png");
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
  z-index: 1;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px 2px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px 2px inset;
  box-shadow: rgba(0, 0, 0, 0.35) 2px 2px 2px 2px inset;
}

/* line 589, ../../app/styles/_design.scss */
.slide .content {
  float: left;
  height: 100%;
  width: 100%;
  padding: 0;
  /* 	background-image: url("../images/loading.png") */
}

/* Pagination V*/
/* line 600, ../../app/styles/_design.scss */
.pager {
  display: inline-block;
  background-color: rgba(45, 45, 45, 0.3);
  padding: 2px 15px 2px 15px;
  -webkit-border-radius: 6px 6px;
  -moz-border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px / 6px 6px 0px 0px;
}

/* line 608, ../../app/styles/_design.scss */
.pager .swiper-pagination-switch {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 3px;
  background: #1fa9e8;
  cursor: pointer;
}

/* line 620, ../../app/styles/_design.scss */
.pager .swiper-pagination-switch:hover {
  background-color: #d7c263;
}

/* line 623, ../../app/styles/_design.scss */
.pager .swiper-active-switch {
  background: #d7c263;
}

/* line 628, ../../app/styles/_design.scss */
.slideTimer .icon-play, .slideTimer .icon-pause {
  cursor: pointer;
  color: #1fa9e8;
  z-index: 666;
  position: absolute;
  top: 13px;
  left: 13px;
}

/* line 643, ../../app/styles/_design.scss */
.imprint {
  text-decoration: none;
  color: #938c6f;
  font-size: .8em;
  padding-top: 2px;
  position: absolute;
  right: 10px;
}
.datenschutz {
  text-decoration: none;
  color: #938c6f;
  font-size: .8em;
  padding-top: 2px;
  position: absolute;
  right: 90px;
}

/* line 651, ../../app/styles/_design.scss */
#imprint {
  background-color: #d4d2c6;
  font-size: .4em;
  line-height: 1.5em;
  width: 100%;
  margin: 0 !important;
  padding: 0 0 20px;
  color: #666254;
  display: none;
}
/* line 660, ../../app/styles/_design.scss */
#imprint h2 {
  margin-top: 20px;
  color: #666254;
  font-size: 2em;
  padding-left: 20px;
}
/* line 666, ../../app/styles/_design.scss */
#imprint p {
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
}
/* line 671, ../../app/styles/_design.scss */
#imprint .btnCloseSection {
  float: right;
  font-size: 2.5em;
  margin-top: 30px;
  margin-right: 30px;
}
/* line 677, ../../app/styles/_design.scss */
#imprint a {
  color: #c42c2a;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
/* line 683, ../../app/styles/_design.scss */
#imprint a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 688, ../../app/styles/_design.scss */
.description small {
  display: block;
}

/* line 692, ../../app/styles/_design.scss */
.slideTimer .icon-play:hover, .slideTimer .icon-pause:hover {
  color: #d7c263;
}

/* Set the sizes of the elements that make up the progress bar */
/* line 696, ../../app/styles/_design.scss */
.circle {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
}

/* line 707, ../../app/styles/_design.scss */
.slideTimer {
  font-size: .9em;
  margin: 0;
  padding: 0px;
  position: absolute;
  right: 25px;
  bottom: 50px;
  /*   opacity: .85; */
}

/* line 719, ../../app/styles/_design.scss */
.widget {
  margin-top: 0;
  text-align: center;
  display: inline;
  float: left;
  width: 33.33333%;
  margin: 0 0%;
}

/* line 724, ../../app/styles/_design.scss */
.chart {
  background-color: rgba(45, 45, 45, 0.3);
  height: 350px;
  margin: 0 2% 4% 2%;
  font-size: .6em;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  	/*

  */
}
/* line 736, ../../app/styles/_design.scss */
.chart h3 {
  font-size: 1.5em;
  color: #b4af9a;
  line-height: 1.2em;
}
/* line 742, ../../app/styles/_design.scss */
.chart canvas {
  margin: 20px 0 20px;
}

/* line 747, ../../app/styles/_design.scss */
footer {
  display: block;
  clear: both;
  background-color: #4a473d;
  color: #b4af9a;
  text-align: center;
  padding: 5px;
  font-size: .5em;
  margin: 0;
}

/* line 761, ../../app/styles/_design.scss */
ol {
  display: inline-block;
  text-align: center;
  width: 100%;
}

/* line 767, ../../app/styles/_design.scss */
li {
  margin-right: 20px;
  display: inline;
  line-height: 1.5em;
  display: inline-block;
}

/* line 773, ../../app/styles/_design.scss */
.legend {
  vertical-align: top;
  padding-left: 15px;
  list-style: none;
  font-size: .8em;
}

/* line 779, ../../app/styles/_design.scss */
.key {
  position: relative;
}

/* line 782, ../../app/styles/_design.scss */
.key:before {
  content: "";
  position: absolute;
  top: 20%;
  left: -13px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

/* line 792, ../../app/styles/_design.scss */
.chart .one:before {
  background: rgba(215, 194, 99, 0.85);
}

/* line 793, ../../app/styles/_design.scss */
.chart .two:before {
  background: rgba(200, 110, 70, 0.85);
}

/* line 794, ../../app/styles/_design.scss */
.chart .three:before {
  background: rgba(160, 60, 70, 0.8);
}

/* line 795, ../../app/styles/_design.scss */
.chart .four:before {
  background: rgba(108, 153, 84, 0.8);
}

/* line 796, ../../app/styles/_design.scss */
.chart .five:before {
  background: rgba(80, 100, 110, 0.7);
}

/* line 797, ../../app/styles/_design.scss */
.chart .six:before {
  background: rgba(112, 110, 80, 0.7);
}

/* line 798, ../../app/styles/_design.scss */
.chart .seven:before {
  background: rgba(130, 90, 80, 0.7);
}

/* line 802, ../../app/styles/_design.scss */
#monitor, #panel {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}

/* line 805, ../../app/styles/_design.scss */
#top {
  padding: 3px 0 3px;
  margin-bottom: 40px;
  font-size: .4em;
  text-align: right;
}
/* line 810, ../../app/styles/_design.scss */
#top header {
  padding-right: 80px;
}

/* line 814, ../../app/styles/_design.scss */
#topss {
  padding: 5px 0 10px;
  margin-bottom: 30px;
  background-color: #4a473d;
  width: 100%;
}
/* line 820, ../../app/styles/_design.scss */
#topss header {
  display: inline;
  float: left;
  width: 50%;
  margin: 0 0%;
}
/* line 822, ../../app/styles/_design.scss */
#topss header .logo {
  padding-left: 40px;
}
/* line 826, ../../app/styles/_design.scss */
#topss .meta {
  display: inline;
  float: left;
  width: 25%;
  margin: 0 0%;
  margin-left: 25%;
  text-align: right;
}

/* line 840, ../../app/styles/_design.scss */
.slide {
  display: none;
}

/* line 845, ../../app/styles/_design.scss */
.caption {
  opacity: 0;
  line-height: 1.1em;
  width: auto;
  max-width: 70%;
  width: 340px;
  height: auto;
  z-index: 777;
  font-size: .6em;
  /*
  	position: absolute !important;
  	top:60%;
  */
  /* 	left:2% !important; */
}
/* line 860, ../../app/styles/_design.scss */
.caption .body {
  padding: 12px 20px 5px 20px;
  color: #61bd30;
}
/* line 865, ../../app/styles/_design.scss */
.caption h2 {
  font-size: 1.3em !important;
}
/* line 869, ../../app/styles/_design.scss */
.caption h4 {
  font-size: .6em !important;
}
/* line 872, ../../app/styles/_design.scss */
.caption small {
  color: #d7c263;
}
/* line 875, ../../app/styles/_design.scss */
.caption p {
  margin-bottom: 8px !important;
}
/* line 878, ../../app/styles/_design.scss */
.caption .projectLink {
  float: right;
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  font-size: 2em;
}
/* line 884, ../../app/styles/_design.scss */
.caption .projectLink:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 887, ../../app/styles/_design.scss */
.caption .description {
  padding-top: 5px;
  font-size: .7em;
}

/* line 893, ../../app/styles/_design.scss */
#portfolio {
  min-width: 640px;
  margin: 0;
  padding: 30px 0 0 0;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  /* 	display: block; */
}

/* line 904, ../../app/styles/_design.scss */
.center {
  margin: 0;
  padding: 0;
  width: 89%;
  max-width: 1200px;
  margin: 0 auto;
}

/* line 911, ../../app/styles/_design.scss */
#wrap {
  padding-top: 30px;
}

/* line 914, ../../app/styles/_design.scss */
.wrap {
  background-color: black;
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
}

/* line 919, ../../app/styles/_design.scss */
#about {
  display: inline;
  float: left;
  width: 100%;
  margin: 0 0%;
  text-align: center;
  width: 100%;
  margin: 0;
  background-color: #4a473d;
  padding-bottom: 50px;
}
/* line 927, ../../app/styles/_design.scss */
#about h1 {
  padding-top: 40px;
  margin-bottom: 10px;
}
/* line 932, ../../app/styles/_design.scss */
#about p {
  font-size: .55em;
  line-height: 1.2em;
  margin-bottom: 20px;
}

/* line 939, ../../app/styles/_design.scss */
#description {
  padding-bottom: 30px;
}

/* line 944, ../../app/styles/_design.scss */
#about small {
  font-size: .8em;
  color: #b4af9a;
  display: block;
  clear: both;
}

/* line 951, ../../app/styles/_design.scss */
#stand {
  display: inline;
  float: left;
  width: 16.66667%;
  margin: 0 0%;
  margin-left: 41.66667%;
}

/* line 957, ../../app/styles/_design.scss */
.cable {
  		/*
  background-image: linear-gradient(90deg, transparent 50%, rgba(0,0,0,.2) 50%);
  	background-image: -webkit-linear-gradient(0deg, transparent 50%, rgba(0,0,0,.2) 50%);
  	background-size: 40px 20px;
  	background-repeat: repeat-y;
  background-position-x: 90%;
  */
  display: inline;
  float: left;
  width: 8.33333%;
  margin: 0 0%;
  margin-left: 25%;
  width: 20px;
  height: 100%;
  background-color: fuchsia;
  height: 30px;
}

/* line 973, ../../app/styles/_design.scss */
.cable2 {
  		/*
  background-image: linear-gradient(90deg, transparent 50%, rgba(0,0,0,.2) 50%);
  	background-image: -webkit-linear-gradient(0deg, transparent 50%, rgba(0,0,0,.2) 50%);
  	background-size: 40px 20px;
  	background-repeat: repeat-y;
  background-position-x: 90%;
  */
  display: inline;
  float: left;
  width: 8.33333%;
  margin: 0 0%;
  margin-left: 16.66667%;
  width: 20px;
  height: 100%;
  position: absolute;
  background-color: fuchsia;
}

/* line 990, ../../app/styles/_design.scss */
#foot {
  display: inline;
  float: left;
  width: 33.33333%;
  margin: 0 0%;
  margin-left: 33.33333%;
}

@media only screen and (max-width: 767px) {
  /* phones */
  /* line 1004, ../../app/styles/_design.scss */
  body {
    background-color: #61bd30 !important;
  }
  /* line 1007, ../../app/styles/_design.scss */
  body .widget {
    display: inline;
    float: left;
    width: 50%;
    margin: 0 0%;
  }
  /* line 1011, ../../app/styles/_design.scss */
  body #panel, body #foot, body #stand {
    display: none;
  }
  /* line 1014, ../../app/styles/_design.scss */
  body #monitor, body #screen, body #portfolio {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
    float: left;
    width: 100%;
    margin: 0 0%;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
}
