@charset "UTF-8";
/* Compass & generic configurations */
/* Boilerplate */
/*
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/* line 18, ../sass/_h5bp.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* line 19, ../sass/_h5bp.scss */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 20, ../sass/_h5bp.scss */
audio:not([controls]) {
  display: none;
}

/* line 21, ../sass/_h5bp.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
/* line 34, ../sass/_h5bp.scss */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 36, ../sass/_h5bp.scss */
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/* line 38, ../sass/_h5bp.scss */
body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
/* line 46, ../sass/_h5bp.scss */
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* line 47, ../sass/_h5bp.scss */
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
/* line 54, ../sass/_h5bp.scss */
a {
  color: #00e;
}

/* line 55, ../sass/_h5bp.scss */
a:visited {
  color: #551a8b;
}

/* line 56, ../sass/_h5bp.scss */
a:hover {
  color: #06e;
}

/* line 57, ../sass/_h5bp.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
/* line 60, ../sass/_h5bp.scss */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 67, ../sass/_h5bp.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 69, ../sass/_h5bp.scss */
b, strong {
  font-weight: bold;
}

/* line 71, ../sass/_h5bp.scss */
blockquote {
  margin: 1em 40px;
}

/* line 73, ../sass/_h5bp.scss */
dfn {
  font-style: italic;
}

/* line 75, ../sass/_h5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 77, ../sass/_h5bp.scss */
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 79, ../sass/_h5bp.scss */
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
/* line 82, ../sass/_h5bp.scss */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
/* line 85, ../sass/_h5bp.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 87, ../sass/_h5bp.scss */
q {
  quotes: none;
}

/* line 88, ../sass/_h5bp.scss */
q:before, q:after {
  content: "";
  content: none;
}

/* line 90, ../sass/_h5bp.scss */
small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
/* line 93, ../sass/_h5bp.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 94, ../sass/_h5bp.scss */
sup {
  top: -0.5em;
}

/* line 95, ../sass/_h5bp.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 102, ../sass/_h5bp.scss */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 103, ../sass/_h5bp.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 104, ../sass/_h5bp.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
/* line 116, ../sass/_h5bp.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */
/* line 122, ../sass/_h5bp.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/* line 129, ../sass/_h5bp.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 136, ../sass/_h5bp.scss */
form {
  margin: 0;
}

/* line 137, ../sass/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
/* line 140, ../sass/_h5bp.scss */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
/* line 147, ../sass/_h5bp.scss */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
/* line 155, ../sass/_h5bp.scss */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
/* line 161, ../sass/_h5bp.scss */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
/* line 169, ../sass/_h5bp.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Consistent box sizing and appearance
 */
/* line 175, ../sass/_h5bp.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 176, ../sass/_h5bp.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 177, ../sass/_h5bp.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
/* line 183, ../sass/_h5bp.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
/* line 190, ../sass/_h5bp.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
/* line 194, ../sass/_h5bp.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 201, ../sass/_h5bp.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 202, ../sass/_h5bp.scss */
td {
  vertical-align: top;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */
}
@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
/* line 228, ../sass/_h5bp.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 229, ../sass/_h5bp.scss */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 232, ../sass/_h5bp.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 235, ../sass/_h5bp.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 238, ../sass/_h5bp.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 241, ../sass/_h5bp.scss */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
/* line 244, ../sass/_h5bp.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 245, ../sass/_h5bp.scss */
.clearfix:after {
  clear: both;
}

/* line 246, ../sass/_h5bp.scss */
.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 256, ../sass/_h5bp.scss */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  /* line 257, ../sass/_h5bp.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 258, ../sass/_h5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 259, ../sass/_h5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 260, ../sass/_h5bp.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  /* line 261, ../sass/_h5bp.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 262, ../sass/_h5bp.scss */
  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  /* line 263, ../sass/_h5bp.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 264, ../sass/_h5bp.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 266, ../sass/_h5bp.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 267, ../sass/_h5bp.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* Custom */
@font-face {
  font-family: "allerregular";
  src: url(../fonts/aller_rg.eot);
  src: url(../fonts/aller_rg.eot?#iefix) format("embedded-opentype"), url(../fonts/aller_rg.woff) format("woff"), url(../fonts/aller_rg.ttf) format("truetype"), url(../fonts/aller_rg.svg#allerregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 13, ../sass/_general.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../sass/_general.scss */
html {
  height: 100%;
}

/* line 21, ../sass/_general.scss */
body {
  background: #000;
  height: 100%;
  width: 100%;
  color: #fff;
  font: normal 100%/20px Arial, sans-serif;
  overflow-x: hidden;
}

/* line 35, ../sass/_general.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "allerregular";
}

/* line 39, ../sass/_general.scss */
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* line 45, ../sass/_general.scss */
a {
  color: #fff;
  text-decoration: none;
}
/* line 49, ../sass/_general.scss */
a:hover, a:visited {
  color: #fff;
}

/* line 56, ../sass/_general.scss */
iframe,
object,
embed {
  width: 100%;
  height: 100%;
}

/* line 61, ../sass/_general.scss */
video {
  width: 100%;
  height: 100%;
}

/* line 66, ../sass/_general.scss */
::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
  text-shadow: none;
}

/* line 70, ../sass/_general.scss */
::selection {
  background: rgba(0, 0, 0, 0.15);
  text-shadow: none;
}

/* line 74, ../sass/_general.scss */
img::selection {
  background: transparent;
}

/* line 77, ../sass/_general.scss */
img::-moz-selection {
  background: transparent;
}

/* line 80, ../sass/_general.scss */
::selection:window-inactive {
  background: rgba(0, 0, 0, 0.15);
  color: #222222;
}

@media (min-width: 20em) {
  @-webkit-keyframes slidebox {
    /* line 3, ../sass/_animations.scss */
    0% {
      opacity: 0;
      margin-left: 120px;
    }

    /* line 5, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @-moz-keyframes slidebox {
    /* line 3, ../sass/_animations.scss */
    0% {
      opacity: 0;
      margin-left: 120px;
    }

    /* line 5, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @-ms-keyframes slidebox {
    /* line 3, ../sass/_animations.scss */
    0% {
      opacity: 0;
      margin-left: 120px;
    }

    /* line 5, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @keyframes slidebox {
    /* line 3, ../sass/_animations.scss */
    0% {
      opacity: 0;
      margin-left: 120px;
    }

    /* line 5, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @-webkit-keyframes delayfade {
    /* line 9, ../sass/_animations.scss */
    0% {
      opacity: 0;
    }

    /* line 12, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @-moz-keyframes delayfade {
    /* line 9, ../sass/_animations.scss */
    0% {
      opacity: 0;
    }

    /* line 12, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @-ms-keyframes delayfade {
    /* line 9, ../sass/_animations.scss */
    0% {
      opacity: 0;
    }

    /* line 12, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @keyframes delayfade {
    /* line 9, ../sass/_animations.scss */
    0% {
      opacity: 0;
    }

    /* line 12, ../sass/_animations.scss */
    100% {
      opacity: 1;
    }
}

  @-webkit-keyframes wrapperslide {
    /* line 18, ../sass/_animations.scss */
    0% {
      padding-top: 20px;
      opacity: 0;
    }

    /* line 22, ../sass/_animations.scss */
    100% {
      padding-top: 0;
      opacity: 1;
    }
}

  @-moz-keyframes wrapperslide {
    /* line 18, ../sass/_animations.scss */
    0% {
      padding-top: 20px;
      opacity: 0;
    }

    /* line 22, ../sass/_animations.scss */
    100% {
      padding-top: 0;
      opacity: 1;
    }
}

  @-ms-keyframes wrapperslide {
    /* line 18, ../sass/_animations.scss */
    0% {
      padding-top: 20px;
      opacity: 0;
    }

    /* line 22, ../sass/_animations.scss */
    100% {
      padding-top: 0;
      opacity: 1;
    }
}

  @keyframes wrapperslide {
    /* line 18, ../sass/_animations.scss */
    0% {
      padding-top: 20px;
      opacity: 0;
    }

    /* line 22, ../sass/_animations.scss */
    100% {
      padding-top: 0;
      opacity: 1;
    }
}

  /* Loading */
  @-moz-keyframes bounce_loader {
    /* line 30, ../sass/_animations.scss */
    0% {
      -moz-transform: scale(1);
      background-color: #000;
    }

    /* line 35, ../sass/_animations.scss */
    100% {
      -moz-transform: scale(0.3);
      background-color: #fff;
    }
}

  @-webkit-keyframes bounce_loader {
    /* line 43, ../sass/_animations.scss */
    0% {
      -webkit-transform: scale(1);
      background-color: #000;
    }

    /* line 48, ../sass/_animations.scss */
    100% {
      -webkit-transform: scale(0.3);
      background-color: #fff;
    }
}

  @-ms-keyframes bounce_loader {
    /* line 55, ../sass/_animations.scss */
    0% {
      -ms-transform: scale(1);
      background-color: #000;
    }

    /* line 60, ../sass/_animations.scss */
    100% {
      -ms-transform: scale(0.3);
      background-color: #fff;
    }
}

  @-o-keyframes bounce_loader {
    /* line 67, ../sass/_animations.scss */
    0% {
      -o-transform: scale(1);
      background-color: #000;
    }

    /* line 72, ../sass/_animations.scss */
    100% {
      -o-transform: scale(0.3);
      background-color: #fff;
    }
}

  @keyframes bounce_loader {
    /* line 79, ../sass/_animations.scss */
    0% {
      transform: scale(1);
      background-color: #000;
    }

    /* line 84, ../sass/_animations.scss */
    100% {
      transform: scale(0.3);
      background-color: #fff;
    }
}

  @-webkit-keyframes tada {
    /* line 91, ../sass/_animations.scss */
    0% {
      -webkit-transform: rotate(-5deg);
    }

    /* line 92, ../sass/_animations.scss */
    10% {
      -webkit-transform: rotate(5deg);
    }

    /* line 93, ../sass/_animations.scss */
    20% {
      -webkit-transform: rotate(-4deg);
    }

    /* line 94, ../sass/_animations.scss */
    30% {
      -webkit-transform: rotate(4deg);
    }

    /* line 95, ../sass/_animations.scss */
    40% {
      -webkit-transform: rotate(-3deg);
    }

    /* line 96, ../sass/_animations.scss */
    50% {
      -webkit-transform: rotate(3deg);
    }

    /* line 97, ../sass/_animations.scss */
    60% {
      -webkit-transform: rotate(-2deg);
    }

    /* line 98, ../sass/_animations.scss */
    70% {
      -webkit-transform: rotate(2deg);
    }

    /* line 99, ../sass/_animations.scss */
    80% {
      -webkit-transform: rotate(-1deg);
    }

    /* line 100, ../sass/_animations.scss */
    90% {
      -webkit-transform: rotate(1deg);
    }

    /* line 101, ../sass/_animations.scss */
    100% {
      -webkit-transform: rotate(0);
    }
}

  @-moz-keyframes tada {
    /* line 105, ../sass/_animations.scss */
    0% {
      -moz-transform: rotate(-5deg);
    }

    /* line 106, ../sass/_animations.scss */
    10% {
      -moz-transform: rotate(5deg);
    }

    /* line 107, ../sass/_animations.scss */
    20% {
      -moz-transform: rotate(-4deg);
    }

    /* line 108, ../sass/_animations.scss */
    30% {
      -moz-transform: rotate(4deg);
    }

    /* line 109, ../sass/_animations.scss */
    40% {
      -moz-transform: rotate(-3deg);
    }

    /* line 110, ../sass/_animations.scss */
    50% {
      -moz-transform: rotate(3deg);
    }

    /* line 111, ../sass/_animations.scss */
    60% {
      -moz-transform: rotate(-2deg);
    }

    /* line 112, ../sass/_animations.scss */
    70% {
      -moz-transform: rotate(2deg);
    }

    /* line 113, ../sass/_animations.scss */
    80% {
      -moz-transform: rotate(-1deg);
    }

    /* line 114, ../sass/_animations.scss */
    90% {
      -moz-transform: rotate(1deg);
    }

    /* line 115, ../sass/_animations.scss */
    100% {
      -moz-transform: rotate(0);
    }
}

  @-o-keyframes tada {
    /* line 119, ../sass/_animations.scss */
    0% {
      -o-transform: rotate(-5deg);
    }

    /* line 120, ../sass/_animations.scss */
    10% {
      -o-transform: rotate(5deg);
    }

    /* line 121, ../sass/_animations.scss */
    20% {
      -o-transform: rotate(-4deg);
    }

    /* line 122, ../sass/_animations.scss */
    30% {
      -o-transform: rotate(4deg);
    }

    /* line 123, ../sass/_animations.scss */
    40% {
      -o-transform: rotate(-3deg);
    }

    /* line 124, ../sass/_animations.scss */
    50% {
      -o-transform: rotate(3deg);
    }

    /* line 125, ../sass/_animations.scss */
    60% {
      -o-transform: rotate(-2deg);
    }

    /* line 126, ../sass/_animations.scss */
    70% {
      -o-transform: rotate(2deg);
    }

    /* line 127, ../sass/_animations.scss */
    80% {
      -o-transform: rotate(-1deg);
    }

    /* line 128, ../sass/_animations.scss */
    90% {
      -o-transform: rotate(1deg);
    }

    /* line 129, ../sass/_animations.scss */
    100% {
      -o-transform: rotate(0);
    }
}

  @keyframes tada {
    /* line 133, ../sass/_animations.scss */
    0% {
      transform: rotate(-5deg);
    }

    /* line 134, ../sass/_animations.scss */
    10% {
      transform: rotate(5deg);
    }

    /* line 135, ../sass/_animations.scss */
    20% {
      transform: rotate(-4deg);
    }

    /* line 136, ../sass/_animations.scss */
    30% {
      transform: rotate(4deg);
    }

    /* line 137, ../sass/_animations.scss */
    40% {
      transform: rotate(-3deg);
    }

    /* line 138, ../sass/_animations.scss */
    50% {
      transform: rotate(3deg);
    }

    /* line 139, ../sass/_animations.scss */
    60% {
      transform: rotate(-2deg);
    }

    /* line 140, ../sass/_animations.scss */
    70% {
      transform: rotate(2deg);
    }

    /* line 141, ../sass/_animations.scss */
    80% {
      transform: rotate(-1deg);
    }

    /* line 142, ../sass/_animations.scss */
    90% {
      transform: rotate(1deg);
    }

    /* line 143, ../sass/_animations.scss */
    100% {
      transform: rotate(0);
    }
}

  /* line 146, ../sass/_animations.scss */
  .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -ms-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
  }

  /* line 159, ../sass/_animations.scss */
  .tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
  }

  /* line 2, ../sass/_layout.scss */
  #wrapper {
    position: relative;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.3);
    -webkit-animation: wrapperslide 2s ease;
    -moz-animation: wrapperslide 2s ease;
    -o-animation: wrapperslide 2s ease;
    animation: wrapperslide 2s ease;
  }

  /* line 15, ../sass/_layout.scss */
  #header {
    position: fixed;
    z-index: 9000;
    width: 100%;
  }

  /* line 21, ../sass/_layout.scss */
  #main {
    position: relative;
    height: 100%;
  }

  /* line 26, ../sass/_layout.scss */
  #footer {
    position: fixed;
    z-index: 7000;
    bottom: 0;
    clear: both;
    width: 100%;
    height: 30px;
  }

  /* line 2, ../sass/_elements.scss */
  #special-overlay {
    position: fixed;
    z-index: 7000;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background: black;
    background: rgba(0, 0, 0, 0.6);
  }

  /* line 14, ../sass/_elements.scss */
  .error {
    margin-top: 20%;
    font: bold 100px "allerregular";
    text-align: center;
  }

  /* line 20, ../sass/_elements.scss */
  .close-button {
    position: absolute;
    top: 16%;
    right: 20%;
    z-index: 8200;
    height: 20px;
    width: 20px;
    background: #363636 url(/public/img/close.png) 2px 2px no-repeat;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
  }
  /* line 41, ../sass/_elements.scss */
  .close-button:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* line 50, ../sass/_elements.scss */
  #loading {
    position: absolute;
    text-indent: -9999px;
    top: 48.5%;
    left: 48.5%;
    width: 40px;
    height: 40px;
    font-size: 0.7em;
  }

  /* line 60, ../sass/_elements.scss */
  #loader {
    position: relative;
    width: 73px;
    height: 9px;
  }

  /* line 66, ../sass/_elements.scss */
  .loader {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 9px;
    height: 9px;
    -moz-animation-name: bounce_loader;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.3);
    -moz-border-radius: 6px;
    -webkit-animation-name: bounce_loader;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.3);
    -webkit-border-radius: 6px;
    -ms-animation-name: bounce_loader;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.3);
    -ms-border-radius: 6px;
    -o-animation-name: bounce_loader;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.3);
    -o-border-radius: 6px;
    animation-name: bounce_loader;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.3);
    border-radius: 6px;
  }

  /* line 104, ../sass/_elements.scss */
  #loader-1 {
    left: 0;
    -moz-animation-delay: 0.52s;
    -webkit-animation-delay: 0.52s;
    -ms-animation-delay: 0.52s;
    -o-animation-delay: 0.52s;
    animation-delay: 0.52s;
  }

  /* line 113, ../sass/_elements.scss */
  #loader-2 {
    left: 9px;
    -moz-animation-delay: 0.65s;
    -webkit-animation-delay: 0.65s;
    -ms-animation-delay: 0.65s;
    -o-animation-delay: 0.65s;
    animation-delay: 0.65s;
  }

  /* line 122, ../sass/_elements.scss */
  #loader-3 {
    left: 18px;
    -moz-animation-delay: 0.78s;
    -webkit-animation-delay: 0.78s;
    -ms-animation-delay: 0.78s;
    -o-animation-delay: 0.78s;
    animation-delay: 0.78s;
  }

  /* line 131, ../sass/_elements.scss */
  #loader-4 {
    left: 27px;
    -moz-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    animation-delay: 0.91s;
  }

  /* line 140, ../sass/_elements.scss */
  #loader-5 {
    left: 37px;
    -moz-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    animation-delay: 1.04s;
  }

  /* line 149, ../sass/_elements.scss */
  #loader-6 {
    left: 46px;
    -moz-animation-delay: 1.17s;
    -webkit-animation-delay: 1.17s;
    -ms-animation-delay: 1.17s;
    -o-animation-delay: 1.17s;
    animation-delay: 1.17s;
  }

  /* line 158, ../sass/_elements.scss */
  #loader-7 {
    left: 55px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }

  /* line 167, ../sass/_elements.scss */
  #loader-8 {
    left: 64px;
    -moz-animation-delay: 1.43s;
    -webkit-animation-delay: 1.43s;
    -ms-animation-delay: 1.43s;
    -o-animation-delay: 1.43s;
    animation-delay: 1.43s;
  }

  /* line 2, ../sass/_header.scss */
  .logo {
    position: absolute;
    top: 10px;
    left: 46%;
    z-index: 6000;
    display: block;
    height: 100px;
    width: 100px;
    margin: 0;
    background: url(/public/img/logo_trema_2.png) no-repeat;
    outline: 0;
  }

  /* line 15, ../sass/_header.scss */
  .keywords {
    position: fixed;
    top: 35px;
    right: 3.5%;
    z-index: 9000;
    height: 39px;
    width: 39px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(/public/img/btn-menu-mobile.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    box-shadow: 0 0 5px 0 black;
    cursor: pointer;
    -webkit-transition: background-color 0.25s ease-in-out;
    -moz-transition: background-color 0.25s ease-in-out;
    -o-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out;
  }
  /* line 32, ../sass/_header.scss */
  .keywords:hover {
    background-color: black;
    box-shadow: 0 0 5px 0 #646464;
  }

  /* line 38, ../sass/_header.scss */
  #main-nav {
    width: 200px;
  }

  /* line 42, ../sass/_header.scss */
  .keywords-list {
    position: fixed;
    top: 35px;
    right: 7%;
    padding: 10px 15px;
    width: 130px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    opacity: 0;
  }
  /* line 53, ../sass/_header.scss */
  .keywords-list li a {
    font: bold 12px "allerregular";
    padding: 2px 0;
    color: #ccc;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    -webkit-transition: font-size 0.25s ease-in-out;
    -moz-transition: font-size 0.25s ease-in-out;
    -o-transition: font-size 0.25s ease-in-out;
    transition: font-size 0.25s ease-in-out;
  }
  /* line 61, ../sass/_header.scss */
  .keywords-list li a:hover, .keywords-list li a.current {
    color: #fff;
  }

  /* line 2, ../sass/_footer.scss */
  #footer {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
  }

  /* line 12, ../sass/_footer.scss */
  .contact a {
    float: left;
    margin: 0 0 0 46.5%;
    padding: 12px 0 10px 30px;
    display: block;
    font: bold 10px "allerregular";
    background-image: url(/public/img/trema_mini.png);
    background-position: 10px 4px;
    background-repeat: no-repeat;
    color: #999999;
  }
  /* line 22, ../sass/_footer.scss */
  .contact a:hover {
    color: #fff;
  }

  /* line 27, ../sass/_footer.scss */
  .indaplace {
    float: right;
    text-indent: -9999px;
    background: url(/public/img/separator.png) 0 -2px no-repeat;
    margin-right: 10px;
  }
  /* line 32, ../sass/_footer.scss */
  .indaplace a {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 15px;
    background-image: url(/public/img/sprite.png);
    background-position: 0 -147px;
    background-repeat: no-repeat;
    opacity: 0.4;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  /* line 42, ../sass/_footer.scss */
  .indaplace a:hover {
    opacity: 1;
    background-position: 0 -185px;
  }

  /* line 49, ../sass/_footer.scss */
  .social-links {
    float: right;
    margin: 0;
    padding: 0;
  }
  /* line 53, ../sass/_footer.scss */
  .social-links a {
    height: 30px;
    width: 30px;
    display: block;
    background-position: 0 -30px;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  /* line 61, ../sass/_footer.scss */
  .social-links li {
    float: left;
    list-style: none;
    text-indent: -9999em;
    background: url(/public/img/sprite.png) no-repeat;
  }
  /* line 66, ../sass/_footer.scss */
  .social-links li.facebook {
    background-position: 0 0;
  }
  /* line 68, ../sass/_footer.scss */
  .social-links li.facebook a {
    background-position: 0 -30px;
  }
  /* line 72, ../sass/_footer.scss */
  .social-links li.twitter {
    background-position: -30px 0;
  }
  /* line 74, ../sass/_footer.scss */
  .social-links li.twitter a {
    background-position: -30px -30px;
  }
  /* line 78, ../sass/_footer.scss */
  .social-links li.vimeo {
    background-position: -60px 0;
  }
  /* line 80, ../sass/_footer.scss */
  .social-links li.vimeo a {
    background-position: -60px -30px;
  }
  /* line 84, ../sass/_footer.scss */
  .social-links li.youtube {
    background-position: -90px 0;
    margin-right: 10px;
  }
  /* line 87, ../sass/_footer.scss */
  .social-links li.youtube a {
    background-position: -90px -30px;
  }
  /* line 95, ../sass/_footer.scss */
  .social-links li.facebook a,
  .social-links li.twitter a,
  .social-links li.vimeo a,
  .social-links li.youtube a {
    background-image: url(/public/img/sprite.png);
    background-repeat: no-repeat;
  }
  /* line 98, ../sass/_footer.scss */
  .social-links li.facebook a:hover,
  .social-links li.twitter a:hover,
  .social-links li.vimeo a:hover,
  .social-links li.youtube a:hover {
    opacity: 1;
  }

  /* line 2, ../sass/_slides.scss */
  #slider {
    position: relative;
    height: 100%;
    margin: 0;
    /* Override default flexslider navigation */
  }
  /* line 8, ../sass/_slides.scss */
  #slider .slides,
  #slider .slides > li {
    height: 100%;
  }
  /* line 13, ../sass/_slides.scss */
  #slider .flex-direction-nav a {
    width: 80px;
    height: 100px;
    background-image: url(/public/img/arrows2.png);
    background-repeat: no-repeat;
    -webkit-transition: none;
    opacity: 0.6;
    top: 45%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  }
  /* line 23, ../sass/_slides.scss */
  #slider .flex-direction-nav a:hover {
    opacity: 1;
  }
  /* line 28, ../sass/_slides.scss */
  #slider .flex-direction-nav .flex-prev {
    left: 0;
    background-position: -20% -10% !important;
  }
  /* line 32, ../sass/_slides.scss */
  #slider .flex-direction-nav .flex-prev:hover {
    background-position: -20% 106% !important;
  }
  /* line 37, ../sass/_slides.scss */
  #slider .flex-direction-nav .flex-next {
    right: 0;
    background-position: 125% -10% !important;
  }
  /* line 41, ../sass/_slides.scss */
  #slider .flex-direction-nav .flex-next:hover {
    background-position: 122% 107% !important;
  }

  /* line 48, ../sass/_slides.scss */
  .box-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
  }

  /* line 55, ../sass/_slides.scss */
  .slide .caption {
    margin-left: 60px;
  }

  /* line 59, ../sass/_slides.scss */
  .caption {
    position: absolute;
    bottom: 0;
    z-index: 8100;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(/public/img/trema_mini.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    font: bold 18px/20px "allerregular";
    color: #fff;
  }
  /* line 75, ../sass/_slides.scss */
  .caption h2 {
    margin: 0;
    font: normal 13px "allerregular";
    letter-spacing: 1px;
    text-align: left;
  }
  /* line 82, ../sass/_slides.scss */
  .caption .description {
    font: normal 10px "allerregular";
    color: #999999;
  }

  /* line 2, ../sass/_gallery.scss */
  #gallery {
    width: 100%;
  }
  /* line 5, ../sass/_gallery.scss */
  #gallery .video {
    position: relative;
    top: 150px;
  }
  /* line 10, ../sass/_gallery.scss */
  #gallery .media {
    display: block;
    position: relative;
  }
  /* line 15, ../sass/_gallery.scss */
  #gallery .video-item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7000;
    width: 100%;
  }
  /* line 23, ../sass/_gallery.scss */
  #gallery img {
    position: relative;
  }

  /* line 2, ../sass/_contact.scss */
  .contact-panel {
    background: black;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 40px;
    text-align: center;
    font: bold 12px "allerregular";
    letter-spacing: 1px;
  }
  /* line 10, ../sass/_contact.scss */
  .contact-panel h2 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
  }
  /* line 15, ../sass/_contact.scss */
  .contact-panel a {
    color: #999999;
    font-size: 11px;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }
  /* line 19, ../sass/_contact.scss */
  .contact-panel a:hover {
    color: #fff;
  }
  /* line 23, ../sass/_contact.scss */
  .contact-panel p {
    margin: 0;
    color: #999999;
  }
  /* line 27, ../sass/_contact.scss */
  .contact-panel .address {
    color: #fff;
    margin-top: 20px;
  }
  /* line 31, ../sass/_contact.scss */
  .contact-panel .tel {
    margin-top: 5px;
  }
  /* line 34, ../sass/_contact.scss */
  .contact-panel .contact-logo {
    background: url(/public/img/sprite.png) -160px -245px no-repeat;
    width: 69px;
    height: 90px;
    margin: 0 auto;
  }

  /* line 3, ../sass/_player.scss */
  .video-current,
  .video-player {
    position: relative;
    z-index: 100;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
  }
  /* line 10, ../sass/_player.scss */
  .video-current iframe,
  .video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
  }

  /* line 17, ../sass/_player.scss */
  .video-unit {
    width: 60%;
    margin: 150px auto;
  }

  /* line 23, ../sass/_player.scss */
  .video-description h1 {
    font-size: 18px;
  }
  /* line 26, ../sass/_player.scss */
  .video-description p {
    font: normal 11px "allerregular";
    color: #999999;
  }

  /* line 2, ../sass/_admin.scss */
  #admin #main {
    margin: 100px 15px 0 15px;
    padding: 30px 15px;
    background: black;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 3px;
  }
}
@media (min-width: 37.5em) {
  /* line 1, ../sass/_600-up.scss */
  #gallery {
    width: 100%;
  }
  /* line 4, ../sass/_600-up.scss */
  #gallery .video {
    position: relative;
    top: 0;
    z-index: 6000;
    float: left;
    display: inline-block;
    width: 50%;
  }

  /* line 15, ../sass/_600-up.scss */
  .box-overlay.effect-fade {
    opacity: 0;
  }
  /* line 18, ../sass/_600-up.scss */
  .media:hover .box-overlay.effect-fade {
    opacity: 1;
    -webkit-animation: delayfade 1s ease;
    -moz-animation: delayfade 1s ease;
    -o-animation: delayfade 1s ease;
    animation: delayfade 1s ease;
  }

  /* line 28, ../sass/_600-up.scss */
  .caption {
    width: auto;
    bottom: 20%;
    opacity: 1;
    -webkit-animation: slidebox 1s ease;
    -moz-animation: slidebox 1s ease;
    -o-animation: slidebox 1s ease;
    animation: slidebox 1s ease;
  }
}
@media (min-width: 60em) {
  /*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
  /* line 12, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-wrap,
  .fancybox-skin,
  .fancybox-outer,
  .fancybox-inner,
  .fancybox-image,
  .fancybox-wrap iframe,
  .fancybox-wrap object,
  .fancybox-nav,
  .fancybox-nav span,
  .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
  }

  /* line 20, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
  }

  /* line 27, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-skin {
    position: relative;
    color: #fff;
    text-shadow: none;
  }

  /* line 33, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-opened {
    z-index: 8030;
  }

  /* line 37, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-outer, .fancybox-inner {
    position: relative;
  }

  /* line 41, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-inner {
    overflow: hidden;
  }

  /* line 45, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
  }

  /* line 49, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
  }

  /* line 57, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
  }

  /* line 63, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-image {
    max-width: 100%;
    max-height: 100%;
  }

  /* line 68, ../sass/libs/_jquery.fancybox.scss */
  #fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url(/public/img/fancybox/fancybox_sprite.png);
  }

  /* line 71, ../sass/libs/_jquery.fancybox.scss */
  #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
  }

  /* line 83, ../sass/libs/_jquery.fancybox.scss */
  #fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/public/img/loading.gif) center center no-repeat;
  }

  /* line 89, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-close {
    background: url(/public/img/close.png) no-repeat;
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
  }

  /* line 100, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/public/img/fancybox/blank.gif);
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
  }

  /* line 112, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-prev {
    left: 0;
  }

  /* line 116, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-next {
    right: 0;
  }

  /* line 120, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
  }

  /* line 131, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
  }

  /* line 136, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
  }

  /* line 141, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-nav:hover span {
    visibility: visible;
  }

  /* line 145, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
  }

  /* Overlay helper */
  /* line 157, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-lock {
    overflow: hidden;
  }

  /* line 161, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9010;
    background: url(/public/img/overlay.png);
  }

  /* line 171, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
  }

  /* line 177, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
  }

  /* Title helper */
  /* line 184, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
  }

  /* line 192, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-opened .fancybox-title {
    visibility: visible;
  }

  /* line 196, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
  }

  /* line 205, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
  }

  /* line 221, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
  }

  /* line 227, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-title-inside-wrap {
    padding-top: 10px;
  }

  /* line 231, ../sass/libs/_jquery.fancybox.scss */
  .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
  }

  /*
   * jQuery FlexSlider v2.0
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes
   * Free to use under the GPLv2 license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Tyler Smith (@mbmufffin)
   */
  /* Browser Resets */
  /* line 17, ../sass/libs/_flexslider.scss */
  .flex-container a:active,
  .flexslider a:active,
  .flex-container a:focus,
  .flexslider a:focus {
    outline: none;
  }

  /* line 20, ../sass/libs/_flexslider.scss */
  .slides,
  .flex-control-nav,
  .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* FlexSlider Necessary Styles
  *********************************/
  /* line 24, ../sass/libs/_flexslider.scss */
  .flexslider {
    margin: 0;
    padding: 0;
  }

  /* line 25, ../sass/libs/_flexslider.scss */
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
  }

  /* Hide the slides before the JS is loaded. Avoids image jumping */
  /* line 26, ../sass/libs/_flexslider.scss */
  .flexslider .slides img {
    width: 100%;
    display: block;
  }

  /* line 27, ../sass/libs/_flexslider.scss */
  .flex-pauseplay span {
    text-transform: capitalize;
  }

  /* Clearfix for the .slides element */
  /* line 30, ../sass/libs/_flexslider.scss */
  .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }

  /* line 31, ../sass/libs/_flexslider.scss */
  html[xmlns] .slides {
    display: block;
  }

  /* line 32, ../sass/libs/_flexslider.scss */
  * html .slides {
    height: 1%;
  }

  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
   * include js that eliminates this class on page load */
  /* line 37, ../sass/libs/_flexslider.scss */
  .no-js .slides > li:first-child {
    display: block;
  }

  /* FlexSlider Default Theme
  *********************************/
  /* line 42, ../sass/libs/_flexslider.scss */
  .flexslider {
    background: black url(/public/img/loading.gif) no-repeat center 50px;
    position: relative;
    zoom: 1;
  }

  /* line 43, ../sass/libs/_flexslider.scss */
  .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
  }

  /* line 44, ../sass/libs/_flexslider.scss */
  .loading .flex-viewport {
    max-height: 300px;
  }

  /* line 45, ../sass/libs/_flexslider.scss */
  .flexslider .slides {
    zoom: 1;
  }

  /* line 47, ../sass/libs/_flexslider.scss */
  .carousel li {
    margin-right: 5px;
  }

  /* Direction Nav */
  /* line 51, ../sass/libs/_flexslider.scss */
  .flex-direction-nav {
    *height: 0;
  }

  /* line 52, ../sass/libs/_flexslider.scss */
  .flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(/public/img/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
  }

  /* line 53, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
  }

  /* line 54, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    left: -36px;
  }

  /* line 55, ../sass/libs/_flexslider.scss */
  .flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
  }

  /* line 56, ../sass/libs/_flexslider.scss */
  .flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
  }

  /* line 57, ../sass/libs/_flexslider.scss */
  .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
  }

  /* line 58, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default;
  }

  /* Control Nav */
  /* line 61, ../sass/libs/_flexslider.scss */
  .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
  }

  /* line 62, ../sass/libs/_flexslider.scss */
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }

  /* line 63, ../sass/libs/_flexslider.scss */
  .flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: url(/public/img/sprite.png) -5px -348px no-repeat;
    cursor: pointer;
    text-indent: -9999px;
  }

  /* line 65, ../sass/libs/_flexslider.scss */
  .flex-control-paging li a.flex-active {
    background-position: -5px -360px;
    cursor: default;
  }

  /* line 66, ../sass/libs/_flexslider.scss */
  #indaround .flex-control-paging li a.flex-active {
    background-position: -63px -360px;
  }

  /* line 68, ../sass/libs/_flexslider.scss */
  .flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
  }

  /* line 69, ../sass/libs/_flexslider.scss */
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
  }

  /* line 70, ../sass/libs/_flexslider.scss */
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
  }

  /* line 71, ../sass/libs/_flexslider.scss */
  .flex-control-thumbs img:hover {
    opacity: 1;
  }

  /* line 72, ../sass/libs/_flexslider.scss */
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
  }

  /* Make clicks pass-through */
  /* line 2, ../sass/libs/_nprogress.scss */
  #nprogress {
    pointer-events: none;
  }

  /* line 6, ../sass/libs/_nprogress.scss */
  #nprogress .bar {
    background: #cc0000;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }

  /* Fancy blur effect */
  /* line 19, ../sass/libs/_nprogress.scss */
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #cc0000, 0 0 5px #cc0000;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
  }

  /* Remove these to get rid of the spinner */
  /* line 34, ../sass/libs/_nprogress.scss */
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 100;
    top: 15px;
    right: 15px;
  }

  /* line 42, ../sass/libs/_nprogress.scss */
  #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #cc0000;
    border-left-color: #cc0000;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
  }

  @-webkit-keyframes nprogress-spinner {
    /* line 57, ../sass/libs/_nprogress.scss */
    0% {
      -webkit-transform: rotate(0deg);
    }

    /* line 58, ../sass/libs/_nprogress.scss */
    100% {
      -webkit-transform: rotate(360deg);
    }
}

  @keyframes nprogress-spinner {
    /* line 61, ../sass/libs/_nprogress.scss */
    0% {
      transform: rotate(0deg);
    }

    /* line 62, ../sass/libs/_nprogress.scss */
    100% {
      transform: rotate(360deg);
    }
}
}
@media screen and (min-width: 60em) and (max-width: 860px) {
  /* line 75, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }

  /* line 76, ../sass/libs/_flexslider.scss */
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
