@charset "UTF-8";
@keyframes hover-paint-anim {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -204px;
  }
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=75a55ee539328f903bc2)
 * Config saved to config.json and https://gist.github.com/75a55ee539328f903bc2
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 18, ../sass/_base-reset.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 23, ../sass/_base-reset.scss */
body {
  margin: 0;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 29, ../sass/_base-reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 44, ../sass/_base-reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 51, ../sass/_base-reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 55, ../sass/_base-reset.scss */
[hidden],
template {
  display: none;
}

/* line 59, ../sass/_base-reset.scss */
a {
  background-color: transparent;
  outline: #000 none 0;
  border: 0 none;
}

/* line 66, ../sass/_base-reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 69, ../sass/_base-reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 73, ../sass/_base-reset.scss */
dfn {
  font-style: italic;
}

/* line 76, ../sass/_base-reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 80, ../sass/_base-reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 84, ../sass/_base-reset.scss */
small {
  font-size: 80%;
}

/* line 87, ../sass/_base-reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 94, ../sass/_base-reset.scss */
sup {
  top: -0.5em;
}

/* line 97, ../sass/_base-reset.scss */
sub {
  bottom: -0.25em;
}

/* line 100, ../sass/_base-reset.scss */
img {
  border: 0;
}

/* line 103, ../sass/_base-reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 106, ../sass/_base-reset.scss */
figure {
  margin: 1em 40px;
}

/* line 109, ../sass/_base-reset.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 115, ../sass/_base-reset.scss */
pre {
  overflow: auto;
}

/* line 118, ../sass/_base-reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 125, ../sass/_base-reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
/* line 133, ../sass/_base-reset.scss */
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  box-shadow: none;
  outline: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 139, ../sass/_base-reset.scss */
button {
  overflow: visible;
}

/* line 142, ../sass/_base-reset.scss */
button,
select {
  text-transform: none;
}

/* line 146, ../sass/_base-reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 153, ../sass/_base-reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 157, ../sass/_base-reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 162, ../sass/_base-reset.scss */
input {
  line-height: normal;
}

/* line 165, ../sass/_base-reset.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/* line 172, ../sass/_base-reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 176, ../sass/_base-reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 182, ../sass/_base-reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 186, ../sass/_base-reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 191, ../sass/_base-reset.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 195, ../sass/_base-reset.scss */
textarea {
  overflow: auto;
}

/* line 198, ../sass/_base-reset.scss */
optgroup {
  font-weight: bold;
}

/* line 201, ../sass/_base-reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 205, ../sass/_base-reset.scss */
td,
th {
  padding: 0;
}

/* line 209, ../sass/_base-reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 214, ../sass/_base-reset.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 220, ../sass/_base-reset.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 224, ../sass/_base-reset.scss */
body {
  background-color: #ffffff;
}

/* line 227, ../sass/_base-reset.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 235, ../sass/_base-reset.scss */
a {
  text-decoration: none;
}

/* line 238, ../sass/_base-reset.scss */
a:hover {
  text-decoration: none;
}

/* line 243, ../sass/_base-reset.scss */
figure {
  margin: 0;
}

/* line 246, ../sass/_base-reset.scss */
img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 252, ../sass/_base-reset.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 255, ../sass/_base-reset.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 268, ../sass/_base-reset.scss */
.img-circle {
  border-radius: 50%;
}

/* line 271, ../sass/_base-reset.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 277, ../sass/_base-reset.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 287, ../sass/_base-reset.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 296, ../sass/_base-reset.scss */
[role="button"] {
  cursor: pointer;
}

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* line 5, ../sass/_fa-min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 5, ../sass/_fa-min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 5, ../sass/_fa-min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 5, ../sass/_fa-min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 5, ../sass/_fa-min.scss */
.fa-ul > li {
  position: relative;
}

/* line 5, ../sass/_fa-min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 5, ../sass/_fa-min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-pull-left {
  float: left;
}

/* line 5, ../sass/_fa-min.scss */
.fa-pull-right {
  float: right;
}

/* line 5, ../sass/_fa-min.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 5, ../sass/_fa-min.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* line 5, ../sass/_fa-min.scss */
.pull-right {
  float: right;
}

/* line 5, ../sass/_fa-min.scss */
.pull-left {
  float: left;
}

/* line 5, ../sass/_fa-min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 5, ../sass/_fa-min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 5, ../sass/_fa-min.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 5, ../sass/_fa-min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, ../sass/_fa-min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 5, ../sass/_fa-min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 5, ../sass/_fa-min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 5, ../sass/_fa-min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 5, ../sass/_fa-min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}

/* line 5, ../sass/_fa-min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 5, ../sass/_fa-min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 5, ../sass/_fa-min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 5, ../sass/_fa-min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 5, ../sass/_fa-min.scss */
.fa-inverse {
  color: #fff;
}

/* line 5, ../sass/_fa-min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../sass/_fa-min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 5, ../sass/_fa-min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 5, ../sass/_fa-min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 5, ../sass/_fa-min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 5, ../sass/_fa-min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 5, ../sass/_fa-min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 5, ../sass/_fa-min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 5, ../sass/_fa-min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 5, ../sass/_fa-min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 5, ../sass/_fa-min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 5, ../sass/_fa-min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 5, ../sass/_fa-min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 5, ../sass/_fa-min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 5, ../sass/_fa-min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 5, ../sass/_fa-min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 5, ../sass/_fa-min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 5, ../sass/_fa-min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 5, ../sass/_fa-min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 5, ../sass/_fa-min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 5, ../sass/_fa-min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 5, ../sass/_fa-min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 5, ../sass/_fa-min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 5, ../sass/_fa-min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 5, ../sass/_fa-min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 5, ../sass/_fa-min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 5, ../sass/_fa-min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 5, ../sass/_fa-min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 5, ../sass/_fa-min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 5, ../sass/_fa-min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 5, ../sass/_fa-min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 5, ../sass/_fa-min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 5, ../sass/_fa-min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 5, ../sass/_fa-min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 5, ../sass/_fa-min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 5, ../sass/_fa-min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 5, ../sass/_fa-min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 5, ../sass/_fa-min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 5, ../sass/_fa-min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 5, ../sass/_fa-min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 5, ../sass/_fa-min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 5, ../sass/_fa-min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 5, ../sass/_fa-min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 5, ../sass/_fa-min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 5, ../sass/_fa-min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 5, ../sass/_fa-min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 5, ../sass/_fa-min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 5, ../sass/_fa-min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 5, ../sass/_fa-min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 5, ../sass/_fa-min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 5, ../sass/_fa-min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 5, ../sass/_fa-min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 5, ../sass/_fa-min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 5, ../sass/_fa-min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 5, ../sass/_fa-min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 5, ../sass/_fa-min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 5, ../sass/_fa-min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 5, ../sass/_fa-min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 5, ../sass/_fa-min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 5, ../sass/_fa-min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 5, ../sass/_fa-min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 5, ../sass/_fa-min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 5, ../sass/_fa-min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 5, ../sass/_fa-min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 5, ../sass/_fa-min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

/* line 5, ../sass/_fa-min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 5, ../sass/_fa-min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 5, ../sass/_fa-min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 5, ../sass/_fa-min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 5, ../sass/_fa-min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 5, ../sass/_fa-min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 5, ../sass/_fa-min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 5, ../sass/_fa-min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 5, ../sass/_fa-min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 5, ../sass/_fa-min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 5, ../sass/_fa-min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 5, ../sass/_fa-min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 5, ../sass/_fa-min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 5, ../sass/_fa-min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 5, ../sass/_fa-min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 5, ../sass/_fa-min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 5, ../sass/_fa-min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 5, ../sass/_fa-min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 5, ../sass/_fa-min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 5, ../sass/_fa-min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 5, ../sass/_fa-min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 5, ../sass/_fa-min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 5, ../sass/_fa-min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 5, ../sass/_fa-min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 5, ../sass/_fa-min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 5, ../sass/_fa-min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 5, ../sass/_fa-min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 5, ../sass/_fa-min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 5, ../sass/_fa-min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 5, ../sass/_fa-min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 5, ../sass/_fa-min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 5, ../sass/_fa-min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 5, ../sass/_fa-min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 5, ../sass/_fa-min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 5, ../sass/_fa-min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 5, ../sass/_fa-min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 5, ../sass/_fa-min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 5, ../sass/_fa-min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 5, ../sass/_fa-min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 5, ../sass/_fa-min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 5, ../sass/_fa-min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 5, ../sass/_fa-min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 5, ../sass/_fa-min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 5, ../sass/_fa-min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 5, ../sass/_fa-min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 5, ../sass/_fa-min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 5, ../sass/_fa-min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 5, ../sass/_fa-min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 5, ../sass/_fa-min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 5, ../sass/_fa-min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 5, ../sass/_fa-min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 5, ../sass/_fa-min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 5, ../sass/_fa-min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 5, ../sass/_fa-min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 5, ../sass/_fa-min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 5, ../sass/_fa-min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 5, ../sass/_fa-min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 5, ../sass/_fa-min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 5, ../sass/_fa-min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 5, ../sass/_fa-min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 5, ../sass/_fa-min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 5, ../sass/_fa-min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 5, ../sass/_fa-min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 5, ../sass/_fa-min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 5, ../sass/_fa-min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 5, ../sass/_fa-min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 5, ../sass/_fa-min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 5, ../sass/_fa-min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 5, ../sass/_fa-min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 5, ../sass/_fa-min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 5, ../sass/_fa-min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 5, ../sass/_fa-min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 5, ../sass/_fa-min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 5, ../sass/_fa-min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 5, ../sass/_fa-min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 5, ../sass/_fa-min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 5, ../sass/_fa-min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 5, ../sass/_fa-min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 5, ../sass/_fa-min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 5, ../sass/_fa-min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 5, ../sass/_fa-min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 5, ../sass/_fa-min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 5, ../sass/_fa-min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 5, ../sass/_fa-min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 5, ../sass/_fa-min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 5, ../sass/_fa-min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 5, ../sass/_fa-min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 5, ../sass/_fa-min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 5, ../sass/_fa-min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 5, ../sass/_fa-min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 5, ../sass/_fa-min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 5, ../sass/_fa-min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 5, ../sass/_fa-min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 5, ../sass/_fa-min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 5, ../sass/_fa-min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 5, ../sass/_fa-min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 5, ../sass/_fa-min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 5, ../sass/_fa-min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 5, ../sass/_fa-min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 5, ../sass/_fa-min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 5, ../sass/_fa-min.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 5, ../sass/_fa-min.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 5, ../sass/_fa-min.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 5, ../sass/_fa-min.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 5, ../sass/_fa-min.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 5, ../sass/_fa-min.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 5, ../sass/_fa-min.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 5, ../sass/_fa-min.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 5, ../sass/_fa-min.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 5, ../sass/_fa-min.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 5, ../sass/_fa-min.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 5, ../sass/_fa-min.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 5, ../sass/_fa-min.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 5, ../sass/_fa-min.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 5, ../sass/_fa-min.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 5, ../sass/_fa-min.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 5, ../sass/_fa-min.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 5, ../sass/_fa-min.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 5, ../sass/_fa-min.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 5, ../sass/_fa-min.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 5, ../sass/_fa-min.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 5, ../sass/_fa-min.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 5, ../sass/_fa-min.scss */
.fa-diamond:before {
  content: "\f219";
}

/* line 5, ../sass/_fa-min.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 5, ../sass/_fa-min.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

/* line 5, ../sass/_fa-min.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 5, ../sass/_fa-min.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 5, ../sass/_fa-min.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 5, ../sass/_fa-min.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 5, ../sass/_fa-min.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 5, ../sass/_fa-min.scss */
.fa-server:before {
  content: "\f233";
}

/* line 5, ../sass/_fa-min.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 5, ../sass/_fa-min.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

/* line 5, ../sass/_fa-min.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 5, ../sass/_fa-min.scss */
.fa-train:before {
  content: "\f238";
}

/* line 5, ../sass/_fa-min.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 5, ../sass/_fa-min.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240";
}

/* line 5, ../sass/_fa-min.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 5, ../sass/_fa-min.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

/* line 5, ../sass/_fa-min.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

/* line 5, ../sass/_fa-min.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

/* line 5, ../sass/_fa-min.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 5, ../sass/_fa-min.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 5, ../sass/_fa-min.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 5, ../sass/_fa-min.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 5, ../sass/_fa-min.scss */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 5, ../sass/_fa-min.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 5, ../sass/_fa-min.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 5, ../sass/_fa-min.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 5, ../sass/_fa-min.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 5, ../sass/_fa-min.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 5, ../sass/_fa-min.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 5, ../sass/_fa-min.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 5, ../sass/_fa-min.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 5, ../sass/_fa-min.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 5, ../sass/_fa-min.scss */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 5, ../sass/_fa-min.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 5, ../sass/_fa-min.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 5, ../sass/_fa-min.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 5, ../sass/_fa-min.scss */
.fa-map-o:before {
  content: "\f278";
}

/* line 5, ../sass/_fa-min.scss */
.fa-map:before {
  content: "\f279";
}

/* line 5, ../sass/_fa-min.scss */
.fa-commenting:before {
  content: "\f27a";
}

/* line 5, ../sass/_fa-min.scss */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 5, ../sass/_fa-min.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 5, ../sass/_fa-min.scss */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 5, ../sass/_fa-min.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 5, ../sass/_fa-min.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 5, ../sass/_grid-system.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 14, ../sass/_grid-system.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 19, ../sass/_grid-system.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1210px) {
  /* line 24, ../sass/_grid-system.scss */
  .container {
    width: 1180px;
  }
}
/* line 28, ../sass/_grid-system.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 34, ../sass/_grid-system.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 38, ../sass/_grid-system.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 44, ../sass/_grid-system.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 47, ../sass/_grid-system.scss */
.col-xs-12 {
  width: 100%;
}

/* line 50, ../sass/_grid-system.scss */
.col-xs-11 {
  width: 91.66666667%;
}

/* line 53, ../sass/_grid-system.scss */
.col-xs-10 {
  width: 83.33333333%;
}

/* line 56, ../sass/_grid-system.scss */
.col-xs-9 {
  width: 75%;
}

/* line 59, ../sass/_grid-system.scss */
.col-xs-8 {
  width: 66.66666667%;
}

/* line 62, ../sass/_grid-system.scss */
.col-xs-7 {
  width: 58.33333333%;
}

/* line 65, ../sass/_grid-system.scss */
.col-xs-6 {
  width: 50%;
}

/* line 68, ../sass/_grid-system.scss */
.col-xs-5 {
  width: 41.66666667%;
}

/* line 71, ../sass/_grid-system.scss */
.col-xs-4 {
  width: 33.33333333%;
}

/* line 74, ../sass/_grid-system.scss */
.col-xs-3 {
  width: 25%;
}

/* line 77, ../sass/_grid-system.scss */
.col-xs-2 {
  width: 16.66666667%;
}

/* line 80, ../sass/_grid-system.scss */
.col-xs-1 {
  width: 8.33333333%;
}

/* line 83, ../sass/_grid-system.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 86, ../sass/_grid-system.scss */
.col-xs-pull-11 {
  right: 91.66666667%;
}

/* line 89, ../sass/_grid-system.scss */
.col-xs-pull-10 {
  right: 83.33333333%;
}

/* line 92, ../sass/_grid-system.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 95, ../sass/_grid-system.scss */
.col-xs-pull-8 {
  right: 66.66666667%;
}

/* line 98, ../sass/_grid-system.scss */
.col-xs-pull-7 {
  right: 58.33333333%;
}

/* line 101, ../sass/_grid-system.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 104, ../sass/_grid-system.scss */
.col-xs-pull-5 {
  right: 41.66666667%;
}

/* line 107, ../sass/_grid-system.scss */
.col-xs-pull-4 {
  right: 33.33333333%;
}

/* line 110, ../sass/_grid-system.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 113, ../sass/_grid-system.scss */
.col-xs-pull-2 {
  right: 16.66666667%;
}

/* line 116, ../sass/_grid-system.scss */
.col-xs-pull-1 {
  right: 8.33333333%;
}

/* line 119, ../sass/_grid-system.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 122, ../sass/_grid-system.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 125, ../sass/_grid-system.scss */
.col-xs-push-11 {
  left: 91.66666667%;
}

/* line 128, ../sass/_grid-system.scss */
.col-xs-push-10 {
  left: 83.33333333%;
}

/* line 131, ../sass/_grid-system.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 134, ../sass/_grid-system.scss */
.col-xs-push-8 {
  left: 66.66666667%;
}

/* line 137, ../sass/_grid-system.scss */
.col-xs-push-7 {
  left: 58.33333333%;
}

/* line 140, ../sass/_grid-system.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 143, ../sass/_grid-system.scss */
.col-xs-push-5 {
  left: 41.66666667%;
}

/* line 146, ../sass/_grid-system.scss */
.col-xs-push-4 {
  left: 33.33333333%;
}

/* line 149, ../sass/_grid-system.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 152, ../sass/_grid-system.scss */
.col-xs-push-2 {
  left: 16.66666667%;
}

/* line 155, ../sass/_grid-system.scss */
.col-xs-push-1 {
  left: 8.33333333%;
}

/* line 158, ../sass/_grid-system.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 161, ../sass/_grid-system.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

/* line 164, ../sass/_grid-system.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 167, ../sass/_grid-system.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 170, ../sass/_grid-system.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 173, ../sass/_grid-system.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 176, ../sass/_grid-system.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 179, ../sass/_grid-system.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 182, ../sass/_grid-system.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 185, ../sass/_grid-system.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 188, ../sass/_grid-system.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 191, ../sass/_grid-system.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 194, ../sass/_grid-system.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 197, ../sass/_grid-system.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  /* line 201, ../sass/_grid-system.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  /* line 204, ../sass/_grid-system.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 207, ../sass/_grid-system.scss */
  .col-sm-11 {
    width: 91.66666667%;
  }

  /* line 210, ../sass/_grid-system.scss */
  .col-sm-10 {
    width: 83.33333333%;
  }

  /* line 213, ../sass/_grid-system.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 216, ../sass/_grid-system.scss */
  .col-sm-8 {
    width: 66.66666667%;
  }

  /* line 219, ../sass/_grid-system.scss */
  .col-sm-7 {
    width: 58.33333333%;
  }

  /* line 222, ../sass/_grid-system.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 225, ../sass/_grid-system.scss */
  .col-sm-5 {
    width: 41.66666667%;
  }

  /* line 228, ../sass/_grid-system.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 231, ../sass/_grid-system.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 234, ../sass/_grid-system.scss */
  .col-sm-2 {
    width: 16.66666667%;
  }

  /* line 237, ../sass/_grid-system.scss */
  .col-sm-1 {
    width: 8.33333333%;
  }

  /* line 240, ../sass/_grid-system.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 243, ../sass/_grid-system.scss */
  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  /* line 246, ../sass/_grid-system.scss */
  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  /* line 249, ../sass/_grid-system.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 252, ../sass/_grid-system.scss */
  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  /* line 255, ../sass/_grid-system.scss */
  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  /* line 258, ../sass/_grid-system.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 261, ../sass/_grid-system.scss */
  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  /* line 264, ../sass/_grid-system.scss */
  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  /* line 267, ../sass/_grid-system.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 270, ../sass/_grid-system.scss */
  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  /* line 273, ../sass/_grid-system.scss */
  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  /* line 276, ../sass/_grid-system.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 279, ../sass/_grid-system.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 282, ../sass/_grid-system.scss */
  .col-sm-push-11 {
    left: 91.66666667%;
  }

  /* line 285, ../sass/_grid-system.scss */
  .col-sm-push-10 {
    left: 83.33333333%;
  }

  /* line 288, ../sass/_grid-system.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 291, ../sass/_grid-system.scss */
  .col-sm-push-8 {
    left: 66.66666667%;
  }

  /* line 294, ../sass/_grid-system.scss */
  .col-sm-push-7 {
    left: 58.33333333%;
  }

  /* line 297, ../sass/_grid-system.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 300, ../sass/_grid-system.scss */
  .col-sm-push-5 {
    left: 41.66666667%;
  }

  /* line 303, ../sass/_grid-system.scss */
  .col-sm-push-4 {
    left: 33.33333333%;
  }

  /* line 306, ../sass/_grid-system.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 309, ../sass/_grid-system.scss */
  .col-sm-push-2 {
    left: 16.66666667%;
  }

  /* line 312, ../sass/_grid-system.scss */
  .col-sm-push-1 {
    left: 8.33333333%;
  }

  /* line 315, ../sass/_grid-system.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 318, ../sass/_grid-system.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }

  /* line 321, ../sass/_grid-system.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 324, ../sass/_grid-system.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 327, ../sass/_grid-system.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 330, ../sass/_grid-system.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 333, ../sass/_grid-system.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 336, ../sass/_grid-system.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 339, ../sass/_grid-system.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 342, ../sass/_grid-system.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 345, ../sass/_grid-system.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 348, ../sass/_grid-system.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 351, ../sass/_grid-system.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 354, ../sass/_grid-system.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  /* line 359, ../sass/_grid-system.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 362, ../sass/_grid-system.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 365, ../sass/_grid-system.scss */
  .col-md-11 {
    width: 91.66666667%;
  }

  /* line 368, ../sass/_grid-system.scss */
  .col-md-10 {
    width: 83.33333333%;
  }

  /* line 371, ../sass/_grid-system.scss */
  .col-md-9 {
    width: 75%;
  }

  /* line 374, ../sass/_grid-system.scss */
  .col-md-8 {
    width: 66.66666667%;
  }

  /* line 377, ../sass/_grid-system.scss */
  .col-md-7 {
    width: 58.33333333%;
  }

  /* line 380, ../sass/_grid-system.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 383, ../sass/_grid-system.scss */
  .col-md-5 {
    width: 41.66666667%;
  }

  /* line 386, ../sass/_grid-system.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 389, ../sass/_grid-system.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 392, ../sass/_grid-system.scss */
  .col-md-2 {
    width: 16.66666667%;
  }

  /* line 395, ../sass/_grid-system.scss */
  .col-md-1 {
    width: 8.33333333%;
  }

  /* line 398, ../sass/_grid-system.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 401, ../sass/_grid-system.scss */
  .col-md-pull-11 {
    right: 91.66666667%;
  }

  /* line 404, ../sass/_grid-system.scss */
  .col-md-pull-10 {
    right: 83.33333333%;
  }

  /* line 407, ../sass/_grid-system.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 410, ../sass/_grid-system.scss */
  .col-md-pull-8 {
    right: 66.66666667%;
  }

  /* line 413, ../sass/_grid-system.scss */
  .col-md-pull-7 {
    right: 58.33333333%;
  }

  /* line 416, ../sass/_grid-system.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 419, ../sass/_grid-system.scss */
  .col-md-pull-5 {
    right: 41.66666667%;
  }

  /* line 422, ../sass/_grid-system.scss */
  .col-md-pull-4 {
    right: 33.33333333%;
  }

  /* line 425, ../sass/_grid-system.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 428, ../sass/_grid-system.scss */
  .col-md-pull-2 {
    right: 16.66666667%;
  }

  /* line 431, ../sass/_grid-system.scss */
  .col-md-pull-1 {
    right: 8.33333333%;
  }

  /* line 434, ../sass/_grid-system.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 437, ../sass/_grid-system.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 440, ../sass/_grid-system.scss */
  .col-md-push-11 {
    left: 91.66666667%;
  }

  /* line 443, ../sass/_grid-system.scss */
  .col-md-push-10 {
    left: 83.33333333%;
  }

  /* line 446, ../sass/_grid-system.scss */
  .col-md-push-9 {
    left: 75%;
  }

  /* line 449, ../sass/_grid-system.scss */
  .col-md-push-8 {
    left: 66.66666667%;
  }

  /* line 452, ../sass/_grid-system.scss */
  .col-md-push-7 {
    left: 58.33333333%;
  }

  /* line 455, ../sass/_grid-system.scss */
  .col-md-push-6 {
    left: 50%;
  }

  /* line 458, ../sass/_grid-system.scss */
  .col-md-push-5 {
    left: 41.66666667%;
  }

  /* line 461, ../sass/_grid-system.scss */
  .col-md-push-4 {
    left: 33.33333333%;
  }

  /* line 464, ../sass/_grid-system.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 467, ../sass/_grid-system.scss */
  .col-md-push-2 {
    left: 16.66666667%;
  }

  /* line 470, ../sass/_grid-system.scss */
  .col-md-push-1 {
    left: 8.33333333%;
  }

  /* line 473, ../sass/_grid-system.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 476, ../sass/_grid-system.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }

  /* line 479, ../sass/_grid-system.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 482, ../sass/_grid-system.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 485, ../sass/_grid-system.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 488, ../sass/_grid-system.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 491, ../sass/_grid-system.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 494, ../sass/_grid-system.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 497, ../sass/_grid-system.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 500, ../sass/_grid-system.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 503, ../sass/_grid-system.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 506, ../sass/_grid-system.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 509, ../sass/_grid-system.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 512, ../sass/_grid-system.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  /* line 517, ../sass/_grid-system.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  /* line 520, ../sass/_grid-system.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 523, ../sass/_grid-system.scss */
  .col-lg-11 {
    width: 91.66666667%;
  }

  /* line 526, ../sass/_grid-system.scss */
  .col-lg-10 {
    width: 83.33333333%;
  }

  /* line 529, ../sass/_grid-system.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 532, ../sass/_grid-system.scss */
  .col-lg-8 {
    width: 66.66666667%;
  }

  /* line 535, ../sass/_grid-system.scss */
  .col-lg-7 {
    width: 58.33333333%;
  }

  /* line 538, ../sass/_grid-system.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 541, ../sass/_grid-system.scss */
  .col-lg-5 {
    width: 41.66666667%;
  }

  /* line 544, ../sass/_grid-system.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 547, ../sass/_grid-system.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 550, ../sass/_grid-system.scss */
  .col-lg-2 {
    width: 16.66666667%;
  }

  /* line 553, ../sass/_grid-system.scss */
  .col-lg-1 {
    width: 8.33333333%;
  }

  /* line 556, ../sass/_grid-system.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 559, ../sass/_grid-system.scss */
  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  /* line 562, ../sass/_grid-system.scss */
  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  /* line 565, ../sass/_grid-system.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 568, ../sass/_grid-system.scss */
  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  /* line 571, ../sass/_grid-system.scss */
  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  /* line 574, ../sass/_grid-system.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 577, ../sass/_grid-system.scss */
  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  /* line 580, ../sass/_grid-system.scss */
  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  /* line 583, ../sass/_grid-system.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 586, ../sass/_grid-system.scss */
  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  /* line 589, ../sass/_grid-system.scss */
  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  /* line 592, ../sass/_grid-system.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 595, ../sass/_grid-system.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 598, ../sass/_grid-system.scss */
  .col-lg-push-11 {
    left: 91.66666667%;
  }

  /* line 601, ../sass/_grid-system.scss */
  .col-lg-push-10 {
    left: 83.33333333%;
  }

  /* line 604, ../sass/_grid-system.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 607, ../sass/_grid-system.scss */
  .col-lg-push-8 {
    left: 66.66666667%;
  }

  /* line 610, ../sass/_grid-system.scss */
  .col-lg-push-7 {
    left: 58.33333333%;
  }

  /* line 613, ../sass/_grid-system.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 616, ../sass/_grid-system.scss */
  .col-lg-push-5 {
    left: 41.66666667%;
  }

  /* line 619, ../sass/_grid-system.scss */
  .col-lg-push-4 {
    left: 33.33333333%;
  }

  /* line 622, ../sass/_grid-system.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 625, ../sass/_grid-system.scss */
  .col-lg-push-2 {
    left: 16.66666667%;
  }

  /* line 628, ../sass/_grid-system.scss */
  .col-lg-push-1 {
    left: 8.33333333%;
  }

  /* line 631, ../sass/_grid-system.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 634, ../sass/_grid-system.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }

  /* line 637, ../sass/_grid-system.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  /* line 640, ../sass/_grid-system.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  /* line 643, ../sass/_grid-system.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 646, ../sass/_grid-system.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  /* line 649, ../sass/_grid-system.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  /* line 652, ../sass/_grid-system.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 655, ../sass/_grid-system.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  /* line 658, ../sass/_grid-system.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  /* line 661, ../sass/_grid-system.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 664, ../sass/_grid-system.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  /* line 667, ../sass/_grid-system.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  /* line 670, ../sass/_grid-system.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* line 674, ../sass/_grid-system.scss */
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

/* line 685, ../sass/_grid-system.scss */
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

/* line 691, ../sass/_grid-system.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 696, ../sass/_grid-system.scss */
.pull-right {
  float: right !important;
}

/* line 699, ../sass/_grid-system.scss */
.pull-left {
  float: left !important;
}

/* line 702, ../sass/_grid-system.scss */
.hide {
  display: none !important;
}

/* line 705, ../sass/_grid-system.scss */
.show {
  display: block !important;
}

/* line 708, ../sass/_grid-system.scss */
.invisible {
  visibility: hidden;
}

/* line 711, ../sass/_grid-system.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 718, ../sass/_grid-system.scss */
.hidden {
  display: none !important;
}

/* line 721, ../sass/_grid-system.scss */
.affix {
  position: fixed;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 10, ../sass/_fonts.scss */
body {
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.42857143;
  color: #000000;
  font-size: 18px;
}

/* line 17, ../sass/_fonts.scss */
a {
  color: #ee6648;
}
/* line 19, ../sass/_fonts.scss */
a:hover {
  text-decoration: none;
  color: #F4826B;
}

/* line 25, ../sass/_fonts.scss */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #000;
}
/* line 27, ../sass/_fonts.scss */
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
  opacity: 0.95;
}

/* line 35, ../sass/_fonts.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "brandon-grotesque", sans-serif, Helvetica, Arial, sans-serif;
  margin: 0.5em 0;
  padding: 0;
  text-transform: uppercase;
}

/* line 41, ../sass/_fonts.scss */
h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 42, ../sass/_fonts.scss */
h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 43, ../sass/_fonts.scss */
h3 {
  font-size: 26px;
  font-weight: 800;
  line-height: 1.1;
}

/* line 44, ../sass/_fonts.scss */
h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

/* line 45, ../sass/_fonts.scss */
h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 1.4em 0 0.4em;
}

/* line 46, ../sass/_fonts.scss */
h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

/* line 50, ../sass/_fonts.scss */
.atnm-caption, .wp-caption-text {
  color: #626262;
  font-size: 16px;
  margin: 5px 0;
}

/* line 55, ../sass/_fonts.scss */
.atnm-meta-title {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 0 7px;
  margin-bottom: 6px;
  font-weight: 700;
  border-bottom: 1px solid #000000;
  letter-spacing: 1px;
}

/* line 65, ../sass/_fonts.scss */
.post-meta {
  font-size: 13px;
}
/* line 67, ../sass/_fonts.scss */
.post-meta .category {
  color: #000;
  text-transform: uppercase;
}

/* line 73, ../sass/_fonts.scss */
.atnm-nosto-opastukset h5 {
  margin-top: 0 !important;
}

/* line 81, ../sass/_fonts.scss */
.atnm-section h3, .atnm-section h4, .atnm-section h5, .atnm-section h6 {
  margin: 1em 0 0.4em;
}
/* line 84, ../sass/_fonts.scss */
.atnm-section p {
  margin: 0.1em 0 1.5em;
  line-height: 1.4;
}

/* line 90, ../sass/_fonts.scss */
.atnm-body-text h1, .atnm-body-text h2, .atnm-body-text h3, .atnm-body-text h4, .atnm-body-text h5, .atnm-body-text h6 {
  padding: 0.2em 0;
  margin: 1.4em 0 0.4em;
}
/* line 94, ../sass/_fonts.scss */
.atnm-body-text p {
  font-size: 20px;
}

/* line 99, ../sass/_fonts.scss */
.col-ingressi p {
  font-size: 24px;
}

/*!
 * FullCalendar v2.4.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2015 Adam Shaw
 */
/* line 9, ../sass/_fullcalendar.scss */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 14, ../sass/_fullcalendar.scss */
.fc-rtl {
  text-align: right;
}

/* line 18, ../sass/_fullcalendar.scss */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* line 24, ../sass/_fullcalendar.scss */
.fc-widget-header.fc-mon:after {
  text-transform: none;
  color: #888;
  font-weight: 400;
}

/* line 32, ../sass/_fullcalendar.scss */
.calendar-lang-fi .fc-widget-header.fc-mon:after {
  content: ' (Suljettu)';
}

/* line 39, ../sass/_fullcalendar.scss */
.calendar-lang-sv .fc-widget-header.fc-mon:after {
  content: ' (Stängt)';
}

/* line 46, ../sass/_fullcalendar.scss */
.calendar-lang-en .fc-widget-header.fc-mon:after {
  content: ' (Closed)';
}

/* line 53, ../sass/_fullcalendar.scss */
.calendar-lang-ru .fc-widget-header.fc-mon:after {
  content: ' (Closed)';
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 61, ../sass/_fullcalendar.scss */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-popover {
  border-color: #ddd;
}

/* line 71, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 75, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 80, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 84, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-today {
  background: #fcf8e3;
}

/* line 88, ../sass/_fullcalendar.scss */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 94, ../sass/_fullcalendar.scss */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* line 100, ../sass/_fullcalendar.scss */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 109, ../sass/_fullcalendar.scss */
.fc-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
	"Arial", sans-serif
	"Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 136, ../sass/_fullcalendar.scss */
.fc-icon:after {
  position: relative;
  margin: 0 -1em;
  /* ensures character will be centered, regardless of width */
}

/* line 141, ../sass/_fullcalendar.scss */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: 3%;
}

/* line 149, ../sass/_fullcalendar.scss */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
  left: -3%;
}

/* line 157, ../sass/_fullcalendar.scss */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
  font-size: 160%;
  top: -7%;
}

/* line 163, ../sass/_fullcalendar.scss */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
  font-size: 160%;
  top: -7%;
}

/* line 169, ../sass/_fullcalendar.scss */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
  left: -2%;
}

/* line 176, ../sass/_fullcalendar.scss */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
  left: 2%;
}

/* line 183, ../sass/_fullcalendar.scss */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 189, ../sass/_fullcalendar.scss */
.fc-icon-x:after {
  content: "\000D7";
  font-size: 200%;
  top: 6%;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 199, ../sass/_fullcalendar.scss */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 217, ../sass/_fullcalendar.scss */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 219, ../sass/_fullcalendar.scss */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 223, ../sass/_fullcalendar.scss */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 228, ../sass/_fullcalendar.scss */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 235, ../sass/_fullcalendar.scss */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 247, ../sass/_fullcalendar.scss */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 262, ../sass/_fullcalendar.scss */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 270, ../sass/_fullcalendar.scss */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 280, ../sass/_fullcalendar.scss */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 287, ../sass/_fullcalendar.scss */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 299, ../sass/_fullcalendar.scss */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 308, ../sass/_fullcalendar.scss */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 313, ../sass/_fullcalendar.scss */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 321, ../sass/_fullcalendar.scss */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 326, ../sass/_fullcalendar.scss */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 330, ../sass/_fullcalendar.scss */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 334, ../sass/_fullcalendar.scss */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 338, ../sass/_fullcalendar.scss */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 343, ../sass/_fullcalendar.scss */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* unthemed */
/* line 350, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 355, ../sass/_fullcalendar.scss */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* jqui themed */
/* line 362, ../sass/_fullcalendar.scss */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 370, ../sass/_fullcalendar.scss */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 375, ../sass/_fullcalendar.scss */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 382, ../sass/_fullcalendar.scss */
.fc-clear {
  clear: both;
}

/* line 386, ../sass/_fullcalendar.scss */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 397, ../sass/_fullcalendar.scss */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 401, ../sass/_fullcalendar.scss */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 409, ../sass/_fullcalendar.scss */
.fc table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 417, ../sass/_fullcalendar.scss */
.fc th {
  text-align: center;
}

/* line 421, ../sass/_fullcalendar.scss */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 429, ../sass/_fullcalendar.scss */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 437, ../sass/_fullcalendar.scss */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 443, ../sass/_fullcalendar.scss */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 453, ../sass/_fullcalendar.scss */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 461, ../sass/_fullcalendar.scss */
.fc-row {
  position: relative;
}

/* line 465, ../sass/_fullcalendar.scss */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 471, ../sass/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 476, ../sass/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 481, ../sass/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 486, ../sass/_fullcalendar.scss */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 491, ../sass/_fullcalendar.scss */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 500, ../sass/_fullcalendar.scss */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 506, ../sass/_fullcalendar.scss */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 510, ../sass/_fullcalendar.scss */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 520, ../sass/_fullcalendar.scss */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 530, ../sass/_fullcalendar.scss */
.fc-scroller {
  /* this class goes on elements for guaranteed vertical scrollbars */
  overflow-y: scroll;
  overflow-x: hidden;
}

/* line 535, ../sass/_fullcalendar.scss */
.fc-scroller > * {
  /* we expect an immediate inner element */
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
  overflow: hidden;
  /* don't let negative margins or absolute positioning create further scroll */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 545, ../sass/_fullcalendar.scss */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

/* overpower some of bootstrap's and jqui's styles on <a> tags */
/* line 557, ../sass/_fullcalendar.scss */
.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 564, ../sass/_fullcalendar.scss */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 569, ../sass/_fullcalendar.scss */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 574, ../sass/_fullcalendar.scss */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
  /* for IE */
}

/* line 581, ../sass/_fullcalendar.scss */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 586, ../sass/_fullcalendar.scss */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 3;
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 597, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 606, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer */
/* line 617, ../sass/_fullcalendar.scss */
.fc-h-event .fc-resizer {
  /* positioned it to overcome the event's borders */
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  width: 5px;
}

/* left resizer  */
/* line 626, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:before,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:before,
.fc-rtl .fc-h-event .fc-end-resizer:after {
  right: auto;
  /* ignore the right and only use the left */
  cursor: w-resize;
}

/* right resizer */
/* line 637, ../sass/_fullcalendar.scss */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:before,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:before,
.fc-rtl .fc-h-event .fc-start-resizer:after {
  left: auto;
  /* ignore the left and only use the right */
  cursor: e-resize;
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 654, ../sass/_fullcalendar.scss */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 660, ../sass/_fullcalendar.scss */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 665, ../sass/_fullcalendar.scss */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* line 669, ../sass/_fullcalendar.scss */
.fc-day-grid-event .fc-resizer {
  /* enlarge the default hit area */
  left: -3px;
  right: -3px;
  width: 7px;
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 681, ../sass/_fullcalendar.scss */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 688, ../sass/_fullcalendar.scss */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 692, ../sass/_fullcalendar.scss */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 698, ../sass/_fullcalendar.scss */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 702, ../sass/_fullcalendar.scss */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 707, ../sass/_fullcalendar.scss */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 714, ../sass/_fullcalendar.scss */
.fc-toolbar {
  text-align: center;
  margin-bottom: 1em;
}

/* line 719, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-left {
  float: left;
}

/* line 723, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-right {
  float: right;
}

/* line 727, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 732, ../sass/_fullcalendar.scss */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 738, ../sass/_fullcalendar.scss */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 744, ../sass/_fullcalendar.scss */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 750, ../sass/_fullcalendar.scss */
.fc-toolbar button {
  position: relative;
}

/* line 754, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 759, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 763, ../sass/_fullcalendar.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 768, ../sass/_fullcalendar.scss */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 778, ../sass/_fullcalendar.scss */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 786, ../sass/_fullcalendar.scss */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 797, ../sass/_fullcalendar.scss */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* we are sure there are no day numbers in these views, so... */
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 804, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 810, ../sass/_fullcalendar.scss */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 814, ../sass/_fullcalendar.scss */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 823, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 0 2px;
}

/* line 828, ../sass/_fullcalendar.scss */
.fc-basic-view td.fc-week-number span,
.fc-basic-view td.fc-day-number {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 834, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-week-number {
  text-align: center;
}

/* line 838, ../sass/_fullcalendar.scss */
.fc-basic-view .fc-week-number span {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* line 844, ../sass/_fullcalendar.scss */
.fc-ltr .fc-basic-view .fc-day-number {
  text-align: right;
}

/* line 848, ../sass/_fullcalendar.scss */
.fc-rtl .fc-basic-view .fc-day-number {
  text-align: left;
}

/* line 852, ../sass/_fullcalendar.scss */
.fc-day-number.fc-other-month {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
     might want to set the 'color' property instead
     making day-numbers bold also fixes the problem */
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 863, ../sass/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 868, ../sass/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 872, ../sass/_fullcalendar.scss */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-top: 1px;
  /* add a pixel to make sure there are 2px padding above events */
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 881, ../sass/_fullcalendar.scss */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 887, ../sass/_fullcalendar.scss */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 891, ../sass/_fullcalendar.scss */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 895, ../sass/_fullcalendar.scss */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome jqui theme making it bold */
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 903, ../sass/_fullcalendar.scss */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 909, ../sass/_fullcalendar.scss */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 913, ../sass/_fullcalendar.scss */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 917, ../sass/_fullcalendar.scss */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 921, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 927, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 935, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-bgevent-skeleton {
  z-index: 3;
}

/* line 939, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-highlight-skeleton {
  z-index: 4;
}

/* line 943, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-content-skeleton {
  z-index: 5;
}

/* line 947, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-helper-skeleton {
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 955, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 960, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 964, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-slats .ui-widget-content {
  /* for jqui theme */
  background: none;
  /* see through to fc-bg */
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 972, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 976, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 987, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-event-container,
.fc-time-grid .fc-bgevent-container {
  /* a div within a cell within the fc-bgevent-skeleton */
  position: relative;
}

/* line 992, ../sass/_fullcalendar.scss */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 996, ../sass/_fullcalendar.scss */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 1000, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 1006, ../sass/_fullcalendar.scss */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1016, ../sass/_fullcalendar.scss */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1026, ../sass/_fullcalendar.scss */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1043, ../sass/_fullcalendar.scss */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1047, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1052, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1059, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1064, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1071, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1075, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1079, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\000A0-\000A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1083, ../sass/_fullcalendar.scss */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer */
/* line 1090, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1103, ../sass/_fullcalendar.scss */
.fc-time-grid-event .fc-resizer:after {
  content: "=";
}

/* line 3, ../sass/_calendar.scss */
#atnm-calendar .fc-event {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 6, ../sass/_calendar.scss */
#atnm-calendar .fc-event .fc-content {
  padding: 10px;
  white-space: normal;
}
/* line 10, ../sass/_calendar.scss */
#atnm-calendar .fc-event .fc-content .fc-title .datetime {
  display: block;
  font-size: 12px;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0.050em;
}
/* line 18, ../sass/_calendar.scss */
#atnm-calendar .fc-event .fc-content .fc-title .datetime:before {
  margin-right: 5px;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
/* line 27, ../sass/_calendar.scss */
#atnm-calendar .fc-event .fc-content .fc-title .title {
  margin-top: 5px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.1em;
  color: #000;
}
/* line 35, ../sass/_calendar.scss */
#atnm-calendar .fc-event .fc-content .fc-title .title a {
  color: #000;
}
/* line 44, ../sass/_calendar.scss */
#atnm-calendar .fc-view-container table {
  border-spacing: 10px;
  border-collapse: separate;
}
/* line 47, ../sass/_calendar.scss */
#atnm-calendar .fc-view-container table .fc-day-header {
  text-transform: uppercase;
  text-align: left;
}
/* line 51, ../sass/_calendar.scss */
#atnm-calendar .fc-view-container table .fc-day-number {
  border-bottom: 1px solid #000 !important;
  padding: 0 !important;
}
/* line 55, ../sass/_calendar.scss */
#atnm-calendar .fc-view-container table .fc-day-number.fc-today {
  border-bottom: 8px solid #f35e81 !important;
}
/* line 61, ../sass/_calendar.scss */
#atnm-calendar .fc-view-container.loading {
  background-image: url("../img/preloader.gif");
  background-repeat: no-repeat;
  background-position: center 100px;
}
/* line 70, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button {
  padding: 0 5px;
  background-color: #FFF;
  border: 1px solid #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}
/* line 77, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button:hover {
  background-image: none;
  background-position: center center;
}
/* line 81, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button.fc-prev-button {
  padding-left: 3px;
}
/* line 84, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button.fc-next-button {
  padding-right: 3px;
}
/* line 87, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button .fc-icon:after {
  font-size: 18px;
  font-weight: 400;
  font-family: "FontAwesome";
}
/* line 92, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button .fc-icon-left-single-arrow:after {
  content: "\f104";
}
/* line 95, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button .fc-icon-right-single-arrow:after {
  content: "\f105";
}
/* line 99, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-button-group button:hover span {
  color: #959595;
}
/* line 106, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-today-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  filter: alpha(opacity=100);
  background-image: none;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  margin-left: -1px;
  padding: 5px 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 122, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-today-button:hover {
  color: #959595;
  background-image: none;
  background-position: center center;
}
/* line 127, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-today-button.fc-state-disabled {
  color: #959595;
}
/* line 132, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-left, #atnm-calendar .fc-toolbar .fc-right {
  width: 20%;
}
/* line 135, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-left {
  margin-top: 10px;
}
/* line 138, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-right {
  min-height: 1px;
}
/* line 141, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center {
  text-align: center;
}
/* line 143, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center h4 {
  margin: 0;
  width: 100%;
}
/* line 147, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder {
  clear: both;
}
/* line 149, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 153, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list li {
  font-size: 13px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  color: #535353;
}
/* line 160, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list li:first-child span {
  color: #000;
  position: relative;
  top: 1px;
}
/* line 165, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list li .separator {
  font-size: 12px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
/* line 170, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list li a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 1px;
  color: #535353;
}
/* line 180, ../sass/_calendar.scss */
#atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list li a:hover, #atnm-calendar .fc-toolbar .fc-center .category-list-holder ul.category-list li a.active {
  color: #959595;
}
/* line 190, ../sass/_calendar.scss */
#atnm-calendar.fc td, #atnm-calendar.fc th, #atnm-calendar.fc td.fc-today, #atnm-calendar.fc-time-grid .fc-slats .fc-minor td {
  border: none;
}
/* line 197, ../sass/_calendar.scss */
#atnm-calendar .fc-day-grid-event {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0;
}
/* line 204, ../sass/_calendar.scss */
#atnm-calendar .fc-day-grid-event.museum-closed .fc-content {
  padding: 10px 0;
}
/* line 206, ../sass/_calendar.scss */
#atnm-calendar .fc-day-grid-event.museum-closed .fc-content .title {
  color: #666;
}
/* line 212, ../sass/_calendar.scss */
#atnm-calendar.fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  padding: 7px;
}

/* line 218, ../sass/_calendar.scss */
.fc-unthemed .fc-today.fc-today.fc-state-highlight {
  background-color: #FFFFFF !important;
}

/* line 223, ../sass/_calendar.scss */
#atnm-mobile-calendar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 229, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li .date-row {
  margin: 20px 0;
  border-bottom: 1px solid #000;
}
/* line 232, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li .date-row span {
  font-size: 16px;
  font-weight: 500;
}
/* line 236, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li .date-row .this-day-time {
  float: right;
}
/* line 240, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event {
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
}
/* line 244, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event.museum-closed {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 249, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event.museum-closed .title {
  color: #666;
}
/* line 253, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event:last-child {
  margin-bottom: 0;
}
/* line 256, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event .datetime {
  display: block;
  font-size: 12px;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  letter-spacing: 0.050em;
}
/* line 264, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event .datetime:before {
  margin-right: 5px;
  content: "\f017";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #000;
  font-weight: 300;
}
/* line 273, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event .title {
  margin-top: 5px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-family: "brandon-grotesque", sans-serif;
  line-height: 1.1em;
  color: #000;
}
/* line 281, ../sass/_calendar.scss */
#atnm-mobile-calendar ul li p.event .title a {
  color: #000;
}
/* line 291, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 42px;
  padding: 12px 15px 0;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.05em;
}
/* line 292, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a.prev-month {
  float: left;
}
/* line 295, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a.next-month {
  float: right;
}
/* line 310, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a:hover {
  color: #959595;
}
/* line 313, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a > i {
  font-size: 14px;
  font-family: "FontAwesome";
}
/* line 314, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a > i.fa-angle-right {
  margin-left: 5px;
}
/* line 317, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p a > i.fa-angle-left {
  margin-right: 5px;
}
/* line 325, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p .placeholder {
  height: 42px;
  width: 110px;
  display: block;
  float: left;
}
/* line 331, ../sass/_calendar.scss */
#atnm-mobile-calendar .button-group p .current-month {
  padding-top: 8px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  display: block;
}

@media (min-width: 990px) {
  /* line 347, ../sass/_calendar.scss */
  #atnm-mobile-calendar {
    display: none;
  }
}
@media (max-width: 991px) {
  /* line 351, ../sass/_calendar.scss */
  #atnm-mobile-calendar {
    display: block;
    padding: 0 15px;
  }

  /* line 352, ../sass/_calendar.scss */
  #atnm-calendar {
    display: none;
  }
}
/* line 5, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gform_heading {
  width: 50%;
  margin: 0 auto 45px;
}
/* line 8, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gform_heading .gform_title {
  font-size: 44px;
  font-family: "brandon-grotesque", sans-serif;
  text-align: center;
  margin-bottom: 45px;
}
/* line 16, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form input, .opastiedustelu-form_wrapper .opastiedustelu-form select, .opastiedustelu-form_wrapper .opastiedustelu-form textarea {
  border: none;
  border-bottom: 1px solid #000;
  @inlucde border-radius(0px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  margin: 0 !important;
  background-color: transparent;
}
/* line 26, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  cursor: pointer;
}
/* line 30, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 18px;
  padding: 2px 5px;
  font-family: "brandon-grotesque", sans-serif;
}
/* line 39, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form textarea {
  border: 1px solid #000 !important;
}
/* line 44, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .ginput_container_select:after {
  content: "\f0d7";
  font-family: "fontAwesome";
  margin-left: -20px;
  padding-top: 10px;
  position: absolute;
  color: #ee6648;
}
/* line 54, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul {
  width: 100%;
  margin: 0 auto !important;
  text-align: center;
}
/* line 58, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield {
  background-color: transparent !important;
  max-width: 100% !important;
  margin-bottom: 45px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  width: 50%;
}
/* line 66, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield .gfield_label {
  width: 100%;
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
  text-align: left !important;
  margin: 0 !important;
}
/* line 74, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield .ginput_container {
  max-width: 100% !important;
  margin: 0 !important;
}
/* line 79, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.gfield_error {
  background-color: #FFF;
  border: none;
}
/* line 82, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.gfield_error .gfield_label {
  color: #000;
}
/* line 85, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.gfield_error input, .opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.gfield_error textarea, .opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.gfield_error select {
  border: none;
  border-bottom: 1px solid #000;
}
/* line 89, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.gfield_error .gfield_description.validation_message {
  color: #FF0000;
  font-size: 14px;
  text-align: left;
  margin: 0;
}
/* line 98, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield.field_description_below label {
  margin-bottom: 10px !important;
}
/* line 105, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_hour,
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_minute {
  width: 50px !important;
}
/* line 108, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_hour label,
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_minute label {
  display: none !important;
}
/* line 111, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_hour input,
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_minute input {
  padding-bottom: 2px;
}
/* line 114, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_hour > i,
.opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_minute > i {
  margin: 0 !important;
  padding-left: 6px;
}
/* line 120, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker {
  margin-bottom: 0;
  display: inline-block;
  margin-right: 30px;
  width: 25% !important;
}
/* line 125, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker input {
  padding: 0 !important;
}
/* line 128, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker .ginput_container_date {
  float: left;
  clear: both;
  width: 270px !important;
  border-bottom: 1px solid #000;
}
/* line 133, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker .ginput_container_date:after {
  content: "\f073";
  font-family: "fontAwesome";
  color: #ee6648;
}
/* line 138, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker .ginput_container_date .gfield_label {
  float: left;
}
/* line 141, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker .ginput_container_date .datepicker {
  width: 240px !important;
  border-bottom: 0;
}
/* line 148, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-timepicker {
  display: inline-block;
  margin-bottom: 45px;
  width: 25% !important;
}
/* line 152, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-timepicker input {
  padding: 0 !important;
}
/* line 156, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-timepicker .clear-multi .ginput_container {
  float: left;
}
/* line 163, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .gfield_label {
  width: 95% !important;
  float: right;
}
/* line 166, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .gfield_label a {
  color: #000;
}
/* line 170, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox {
  float: left;
  width: 5% !important;
}
/* line 173, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li {
  margin: 0 !important;
  width: 20px;
  height: 20px;
  position: relative;
}
/* line 178, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li label {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  margin: 0 !important;
  top: 0;
  left: 0;
  background: linear-gradient(top, #ee6648 0%, #ee6648 100%);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #ee6648;
}
/* line 189, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 5px;
  left: 4px;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 206, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li label:hover::after {
  opacity: 0.3;
}
/* line 210, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li input[type=checkbox] {
  visibility: hidden;
}
/* line 212, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li input[type=checkbox]:checked + label:after {
  opacity: 1;
  color: #FFF;
}
/* line 216, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li input[type=checkbox]:checked + label {
  background-color: #ee6648;
}
/* line 220, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .ginput_container_checkbox ul li label {
  font-size: 16px;
  font-family: "brandon-grotesque", sans-serif;
  font-weight: 500;
}
/* line 229, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form button:focus,
.opastiedustelu-form_wrapper .opastiedustelu-form input:focus,
.opastiedustelu-form_wrapper .opastiedustelu-form optgroup:focus,
.opastiedustelu-form_wrapper .opastiedustelu-form select:focus,
.opastiedustelu-form_wrapper .opastiedustelu-form textarea:focus {
  box-shadow: none;
  outline: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* line 239, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gform_footer {
  width: 50%;
  margin: 0 auto;
  padding-top: 45px;
}
/* line 243, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gform_footer .gform_button {
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 13px;
  border: 1px solid #000;
  width: auto !important;
  padding-top: 16px;
  padding-bottom: 14px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
  display: inline-block;
}
/* line 258, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .validation_error {
  display: none;
}
/* line 262, ../sass/_forms.scss */
.opastiedustelu-form_wrapper .opastiedustelu-form .gform_ajax_spinner {
  display: inline-block;
}

/* line 274, ../sass/_forms.scss */
body.chrome .opastiedustelu-form_wrapper .opastiedustelu-form .ginput_container_select:after, body.safari .opastiedustelu-form_wrapper .opastiedustelu-form .ginput_container_select:after {
  padding-top: 0px;
}

/* line 283, ../sass/_forms.scss */
#varaa-opastus {
  background-color: #dcdcdc;
  z-index: 999999;
}
/* line 286, ../sass/_forms.scss */
#varaa-opastus .modal-dialog {
  width: 100%;
  top: 0;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 291, ../sass/_forms.scss */
#varaa-opastus .modal-dialog .modal-content {
  background-color: #dcdcdc;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
/* line 295, ../sass/_forms.scss */
#varaa-opastus .modal-dialog .modal-content .modal-header {
  min-height: 0;
  border: none;
}
/* line 298, ../sass/_forms.scss */
#varaa-opastus .modal-dialog .modal-content .modal-header a {
  z-index: 9999;
}

/* line 306, ../sass/_forms.scss */
body div#ui-datepicker-div[style].ui-widget {
  z-index: 999999 !important;
}

@media (max-width: 991px) {
  /* line 313, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .gform_heading {
    width: 100%;
  }
  /* line 314, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .gform_footer {
    width: 100%;
  }
  /* line 315, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form ul {
    text-align: left !important;
  }
  /* line 317, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form ul li.gfield {
    width: 100%;
  }
  /* line 321, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .atnm-varausehdot .gfield_label {
    padding-left: 15px;
  }
  /* line 324, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker {
    width: auto !important;
    margin-right: 0 !important;
  }
  /* line 328, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker .ginput_container_date .datepicker,
  .opastiedustelu-form_wrapper .opastiedustelu-form .atnm-datepicker .ginput_container_date {
    width: auto !important;
  }
  /* line 332, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .atnm-timepicker {
    width: 100% !important;
  }
  /* line 334, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .atnm-timepicker input {
    text-align: center;
  }
  /* line 338, ../sass/_forms.scss */
  .opastiedustelu-form_wrapper .opastiedustelu-form .gfield_time_hour > i {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  /* line 346, ../sass/_forms.scss */
  .gform_title {
    font-size: 22px !important;
  }

  /* line 349, ../sass/_forms.scss */
  .gform_description {
    font-size: 16px !important;
  }
}
/* line 2, ../sass/_bootstrap-modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 5, ../sass/_bootstrap-modal.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 17, ../sass/_bootstrap-modal.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 26, ../sass/_bootstrap-modal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 32, ../sass/_bootstrap-modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 36, ../sass/_bootstrap-modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 41, ../sass/_bootstrap-modal.scss */
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

/* line 53, ../sass/_bootstrap-modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

/* line 62, ../sass/_bootstrap-modal.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 66, ../sass/_bootstrap-modal.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 70, ../sass/_bootstrap-modal.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

/* line 75, ../sass/_bootstrap-modal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 78, ../sass/_bootstrap-modal.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 82, ../sass/_bootstrap-modal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 86, ../sass/_bootstrap-modal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 91, ../sass/_bootstrap-modal.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 95, ../sass/_bootstrap-modal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 98, ../sass/_bootstrap-modal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 101, ../sass/_bootstrap-modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 109, ../sass/_bootstrap-modal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 113, ../sass/_bootstrap-modal.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 117, ../sass/_bootstrap-modal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 122, ../sass/_bootstrap-modal.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 127, ../sass/_bootstrap-modal.scss */
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

/* line 133, ../sass/_bootstrap-modal.scss */
.modal-footer:after {
  clear: both;
}

/* line 2, ../sass/_header.scss */
#main-header {
  position: relative;
  z-index: 9999;
}

/* line 6, ../sass/_header.scss */
.atnm-top-nav-container {
  height: 45px;
  background-color: #dcdcdc;
}
/* line 9, ../sass/_header.scss */
.atnm-top-nav-container .container {
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
}

/* line 15, ../sass/_header.scss */
.atnm-current-hours {
  display: inline-block;
  padding: 4px 0 0;
  font-size: 16px;
}

/* line 20, ../sass/_header.scss */
.top-nav-list {
  margin: 0;
  padding: 0;
  float: right;
}
/* line 24, ../sass/_header.scss */
.top-nav-list li {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
}
/* line 29, ../sass/_header.scss */
.top-nav-list li a {
  padding: 5px 0;
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 37, ../sass/_header.scss */
.top-nav-list li a:hover {
  color: #525252;
}

/* line 44, ../sass/_header.scss */
.atnm-main-nav-container .container {
  height: 125px;
  position: relative;
}
/* line 48, ../sass/_header.scss */
.atnm-main-nav-container #ateneum-logo {
  position: absolute;
  left: 0;
  bottom: 14px;
}

/* line 54, ../sass/_header.scss */
#main-menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #dcdcdc;
  top: -100vh;
  opacity: 0.95;
  -webkit-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -moz-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -o-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -ms-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari */
  transform: translate3d(0, 0, 0);
}

/* line 70, ../sass/_header.scss */
.main-nav-list {
  position: absolute;
  right: 45px;
  bottom: 5px;
  padding: 0;
  margin: 0 auto;
}
/* line 76, ../sass/_header.scss */
.main-nav-list li {
  display: inline-block;
  list-style-type: none;
}
/* line 79, ../sass/_header.scss */
.main-nav-list li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 7px 10px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 0;
  /*&:hover {
  	&:before {
  		opacity: 1;
  		animation: hover-paint-anim 160ms steps(6) forwards;
  		background-image: url("../img/menu_hover_seq_white.png");
  		background-repeat: no-repeat;
  	}
  }*/
}
/* line 89, ../sass/_header.scss */
.main-nav-list li a:before {
  opacity: 0.2;
  display: block;
  width: 130px;
  height: 34px;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: opacity 600ms cubic-bezier(0, 0, 0, 0.1);
  -moz-transition: opacity 600ms cubic-bezier(0, 0, 0, 0.1);
  -o-transition: opacity 600ms cubic-bezier(0, 0, 0, 0.1);
  -ms-transition: opacity 600ms cubic-bezier(0, 0, 0, 0.1);
  transition: opacity 600ms cubic-bezier(0, 0, 0, 0.1);
}
/* line 111, ../sass/_header.scss */
.main-nav-list li a:hover {
  color: #525252;
}
/* line 116, ../sass/_header.scss */
.main-nav-list li:last-child a {
  padding-right: 0;
}
/* line 121, ../sass/_header.scss */
.main-nav-list .third_lvl_item {
  letter-spacing: 0;
  font-size: 40px;
  margin: 10px 0;
  font-weight: 800;
}
/* line 127, ../sass/_header.scss */
.main-nav-list .search-button {
  font-family: "FontAwesome";
  font-size: 24px;
  font-weight: normal;
}
/* line 132, ../sass/_header.scss */
.main-nav-list .menu-submenu-container {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 0;
  top: -800px;
  width: 786px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}
/* line 144, ../sass/_header.scss */
.main-nav-list .menu-submenu-container .menu-submenu-inner {
  position: relative;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}

/* line 152, ../sass/_header.scss */
.info-button {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  font-weight: 800;
  position: absolute;
  right: 0;
  bottom: 60px;
  overflow: hidden;
  width: 80px;
  height: 40px;
  padding-left: 47px;
  padding-top: 11px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-transform: scale(1);
  /* Safari */
  transform: scale(1);
}
/* line 168, ../sass/_header.scss */
.info-button:before {
  position: absolute;
  text-align: center;
  background: #ee6648;
  text-transform: none;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 31px;
  padding-top: 2px;
  padding-left: 2px;
  font-weight: 800;
  line-height: 1;
  border: 0px solid #ee6648;
  outline-offset: -1px;
  left: 2px;
  top: 2px;
  height: 36px;
  width: 36px;
  content: "i";
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
/* line 189, ../sass/_header.scss */
.info-button:hover {
  color: #666;
}
/* line 191, ../sass/_header.scss */
.info-button:hover:before {
  color: #000;
}

/* line 196, ../sass/_header.scss */
.info-container {
  overflow: scroll;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: -100vh;
  left: 0;
  background-color: #dcdcdc;
  z-index: 9999;
  font-size: 18px;
  display: -webkit-box;
                        /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  
display: -moz-box;      /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  /* OLD… */
  -ms-flex-align: center;
  /* You know the drill now… */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -moz-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -o-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -ms-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari */
  transform: translate3d(0, 0, 0);
}
/* line 210, ../sass/_header.scss */
.info-container h2 {
  text-align: center;
}
/* line 213, ../sass/_header.scss */
.info-container .container {
  opacity: 0.1;
  -webkit-transition: all 400ms cubic-bezier(0.65, 0, 0.38, 1);
  -moz-transition: all 400ms cubic-bezier(0.65, 0, 0.38, 1);
  -o-transition: all 400ms cubic-bezier(0.65, 0, 0.38, 1);
  -ms-transition: all 400ms cubic-bezier(0.65, 0, 0.38, 1);
  transition: all 400ms cubic-bezier(0.65, 0, 0.38, 1);
}
/* line 217, ../sass/_header.scss */
.info-container .atnm-button {
  width: 100%;
  max-width: 275px;
}
/* line 221, ../sass/_header.scss */
.info-container .info-col-box {
  padding: 0;
  margin-bottom: 30px;
}

/* line 227, ../sass/_header.scss */
.info-open .info-container {
  -webkit-transform: translate3d(0, 100vh, 0);
  /* Safari */
  transform: translate3d(0, 100vh, 0);
}
/* line 229, ../sass/_header.scss */
.info-open .info-container .container {
  opacity: 1;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

/* line 236, ../sass/_header.scss */
.info-icons span {
  margin-left: 0;
  margin-right: 10px;
}

/* line 241, ../sass/_header.scss */
.atnm-map-container {
  border: 1px solid #000000;
  height: 355px;
}

/* line 248, ../sass/_header.scss */
.main-menu-open .atnm-lang-container {
  z-index: auto;
  position: static;
  left: 0;
  top: 0;
  padding: 0 0 0 30px;
}
/* line 255, ../sass/_header.scss */
.main-menu-open .info-button {
  opacity: 0;
  z-index: -99;
}
/* line 259, ../sass/_header.scss */
.main-menu-open #main-menu-overlay {
  -webkit-transform: translate3d(0, 100vh, 0);
  /* Safari */
  transform: translate3d(0, 100vh, 0);
}
/* line 262, ../sass/_header.scss */
.main-menu-open .menu-submenu-container {
  opacity: 1;
}
/* line 265, ../sass/_header.scss */
.main-menu-open .submenu-active {
  display: block;
  top: 200px;
}
/* line 268, ../sass/_header.scss */
.main-menu-open .submenu-active .menu-submenu-inner {
  opacity: 1;
}
/* line 272, ../sass/_header.scss */
.main-menu-open .quick-search-container {
  background-color: #dcdcdc;
}

/* line 278, ../sass/_header.scss */
.quicksearch-button {
  position: absolute;
  right: 0;
  top: 85px;
  font-size: 24px;
  color: #000000;
}

/* line 285, ../sass/_header.scss */
.quick-search-container {
  position: absolute;
  background-color: #ffffff;
  overflow: hidden;
  height: 40px;
  width: 0;
  -webkit-transition: all 100ms cubic-bezier(0, 0, 0, 1);
  -moz-transition: all 100ms cubic-bezier(0, 0, 0, 1);
  -o-transition: all 100ms cubic-bezier(0, 0, 0, 1);
  -ms-transition: all 100ms cubic-bezier(0, 0, 0, 1);
  transition: all 100ms cubic-bezier(0, 0, 0, 1);
  top: 80px;
  right: 23px;
}

/* line 295, ../sass/_header.scss */
.quick-search-inner {
  width: 100%;
  display: inline-block;
}

/* line 299, ../sass/_header.scss */
.quick-search-form {
  display: inline-block;
  width: 100%;
}
/* line 302, ../sass/_header.scss */
.quick-search-form #quick-search-input {
  width: 100%;
  background: none;
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #000000;
  border-left: 0 none;
  font-size: 18px;
  color: #000000;
}
/* line 313, ../sass/_header.scss */
.quick-search-form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #cccccc;
  font-style: italic;
}
/* line 317, ../sass/_header.scss */
.quick-search-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  font-style: italic;
  opacity: 1;
}
/* line 322, ../sass/_header.scss */
.quick-search-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  font-style: italic;
  opacity: 1;
}
/* line 327, ../sass/_header.scss */
.quick-search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #cccccc;
  font-style: italic;
}

/* line 333, ../sass/_header.scss */
.search-active .quick-search-container {
  width: 790px;
}

/* line 337, ../sass/_header.scss */
.atnm-lang-container {
  padding: 5px 15px 10px;
  top: -5px;
  right: -15px;
  float: right;
  position: relative;
  background-color: #DCDCDC;
  z-index: 99;
  letter-spacing: 1px;
  -webkit-transition: background-color 200ms ease;
  -moz-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  -ms-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}
/* line 347, ../sass/_header.scss */
.atnm-lang-container .atnm-lang-button, .atnm-lang-container a {
  color: #000000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 354, ../sass/_header.scss */
.atnm-lang-container a:hover {
  color: #525252;
}
/* line 358, ../sass/_header.scss */
.atnm-lang-container .atnm-lang-dropdown {
  padding: 0;
  margin: 0;
  display: none;
}
/* line 362, ../sass/_header.scss */
.atnm-lang-container .atnm-lang-dropdown li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 368, ../sass/_header.scss */
.atnm-lang-container.active {
  background-color: #CDCDCD;
}

/* line 374, ../sass/_header.scss */
.mobile-nav-bar {
  height: 45px;
  background-color: #dcdcdc;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
/* line 381, ../sass/_header.scss */
.mobile-nav-bar .info-button {
  bottom: inherit;
  top: 2px;
  right: 59px;
  left: inherit;
  padding: 0;
  width: 38px;
}

/* line 390, ../sass/_header.scss */
.mobile-openhours {
  display: inline-block;
  top: 10px;
  left: 10px;
  position: relative;
}

/* line 398, ../sass/_header.scss */
.menu-burger-container {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* line 405, ../sass/_header.scss */
#menu-burger {
  display: block;
  width: 28px;
  height: 16px;
  position: relative;
  margin: 2px 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
  cursor: pointer;
}

/* line 419, ../sass/_header.scss */
#menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333333;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
/* line 431, ../sass/_header.scss */
#menu-burger span:nth-child(1) {
  top: 0px;
}
/* line 435, ../sass/_header.scss */
#menu-burger span:nth-child(2), #menu-burger span:nth-child(3) {
  top: 9px;
}
/* line 439, ../sass/_header.scss */
#menu-burger span:nth-child(4) {
  top: 18px;
}

/* line 445, ../sass/_header.scss */
.menu-opened #menu-burger span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
/* line 450, ../sass/_header.scss */
.menu-opened #menu-burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 454, ../sass/_header.scss */
.menu-opened #menu-burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 458, ../sass/_header.scss */
.menu-opened #menu-burger span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

/* line 468, ../sass/_header.scss */
.mobile-nav-container {
  overflow: scroll;
  padding-top: 70px;
  background-color: #dcdcdc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: translate3d(100vw, 0, 0);
  /* Safari */
  transform: translate3d(100vw, 0, 0);
}
/* line 480, ../sass/_header.scss */
.mobile-nav-container.mobile-menu-open {
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari */
  transform: translate3d(0, 0, 0);
}
/* line 484, ../sass/_header.scss */
.mobile-nav-container.mobile-submenu-open .mobile-nav-list {
  -webkit-transform: translate3d(-100vw, 0, 0);
  /* Safari */
  transform: translate3d(-100vw, 0, 0);
}
/* line 488, ../sass/_header.scss */
.mobile-nav-container ul {
  margin: 0;
  padding: 0;
}
/* line 493, ../sass/_header.scss */
.mobile-nav-container li, .mobile-nav-container .third_lvl_nav {
  list-style-type: none;
  padding: 0 30px 0 45px;
  margin-bottom: 15px;
}
/* line 497, ../sass/_header.scss */
.mobile-nav-container li a, .mobile-nav-container .third_lvl_nav a {
  text-transform: uppercase;
  color: #000;
  font-size: 24px;
  font-weight: 700;
}
/* line 504, ../sass/_header.scss */
.mobile-nav-container .third_lvl_nav {
  padding-left: 0;
}
/* line 507, ../sass/_header.scss */
.mobile-nav-container .mobile-subnav-close {
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
  height: 100vh;
  width: 30px;
  padding-top: 45vh;
  text-align: center;
  background-color: #ee6648;
  color: #fff;
  z-index: 9999999;
}
/* line 520, ../sass/_header.scss */
.mobile-nav-container .atnm-lang-mobile {
  width: 160px;
  position: absolute;
  top: 10px;
  left: 29px;
  z-index: 9;
  background: none;
}
/* line 527, ../sass/_header.scss */
.mobile-nav-container .atnm-lang-mobile ul li {
  display: inline-block;
}
/* line 529, ../sass/_header.scss */
.mobile-nav-container .atnm-lang-mobile ul li a {
  font-size: 13px;
  padding-right: 20px;
}
/* line 537, ../sass/_header.scss */
.mobile-nav-container .quicksearch-button {
  right: 62px;
  top: 14px;
  z-index: 999;
}
/* line 542, ../sass/_header.scss */
.mobile-nav-container .quick-search-container {
  z-index: 99;
  background-color: #dcdcdc;
  top: 13px;
  right: 84px;
}
/* line 549, ../sass/_header.scss */
.mobile-nav-container.search-active .quick-search-container {
  width: auto;
  left: 40px;
}
/* line 555, ../sass/_header.scss */
.mobile-nav-container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #333;
  font-style: italic;
}
/* line 559, ../sass/_header.scss */
.mobile-nav-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333;
  font-style: italic;
  opacity: 1;
}
/* line 564, ../sass/_header.scss */
.mobile-nav-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333;
  font-style: italic;
  opacity: 1;
}
/* line 569, ../sass/_header.scss */
.mobile-nav-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333;
  font-style: italic;
}

/* line 574, ../sass/_header.scss */
.mobile-nav-list {
  -webkit-transform: translate3d(0, 0, 0);
  /* Safari */
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  transition: all 150ms ease;
}
/* line 577, ../sass/_header.scss */
.mobile-nav-list .menu-submenu-container {
  -webkit-transform: translate3d(100vw, 0, 0);
  /* Safari */
  transform: translate3d(100vw, 0, 0);
  padding-top: 45px;
  padding-left: 40px;
  background-color: #dcdcdc;
  height: 100vw;
  width: 100%;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  display: none;
}
/* line 589, ../sass/_header.scss */
.mobile-nav-list .menu-submenu-container.mobile-submenu-active {
  display: block;
}

/* line 596, ../sass/_header.scss */
.admin-bar .mobile-nav-bar {
  top: 46px;
}
/* line 599, ../sass/_header.scss */
.admin-bar .mobile-nav-container {
  top: 46px;
}

/* line 3, ../sass/_ui-kit.scss */
blockquote {
  margin: 0;
  padding: 20px 30px;
  background-color: #efefef;
}
/* line 7, ../sass/_ui-kit.scss */
blockquote p {
  margin: 0;
}

/* line 11, ../sass/_ui-kit.scss */
.atnm-button {
  display: inline-block;
  padding: 12px 20px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: center;
  font-size: 13px;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  max-width: 270px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 25, ../sass/_ui-kit.scss */
.atnm-button:after, .atnm-button:before {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 28, ../sass/_ui-kit.scss */
.atnm-button.atnm-button-back {
  margin: 0 0 50px;
}
/* line 30, ../sass/_ui-kit.scss */
.atnm-button.atnm-button-back:before {
  content: ' ';
  font-family: 'FontAwesome';
  font-weight: normal;
}

/* line 37, ../sass/_ui-kit.scss */
.atnm-button-light {
  border-color: #ffffff;
  color: #ffffff;
  position: relative;
}
/* line 41, ../sass/_ui-kit.scss */
.atnm-button-light:hover {
  background-color: #C0E3F7;
}

/* line 45, ../sass/_ui-kit.scss */
.atnm-button-dark {
  border-color: #000000;
  color: #000;
  position: relative;
}
/* line 49, ../sass/_ui-kit.scss */
.atnm-button-dark:hover {
  color: #000;
}

/* line 53, ../sass/_ui-kit.scss */
.atnm-button-dark-noarrow {
  text-transform: uppercase;
  color: #fff;
  position: relative;
}
/* line 57, ../sass/_ui-kit.scss */
.atnm-button-dark-noarrow:hover {
  color: #fff;
}

/* line 61, ../sass/_ui-kit.scss */
.atnm-button-custom {
  display: inline-block;
  padding: 8px 20px 6px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 700;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}

/* line 70, ../sass/_ui-kit.scss */
.atnm-button-some {
  display: inline-block;
  padding: 8px 20px 6px 42px;
  margin-right: 10px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-weight: 700;
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
/* line 81, ../sass/_ui-kit.scss */
.atnm-button-some:after {
  position: absolute;
  top: 0;
  left: 13px;
  font-family: "ateneumIcons";
  font-size: 24px;
  font-weight: normal;
}

/* line 90, ../sass/_ui-kit.scss */
.atnm-button-facebook {
  background-color: #3a5795;
}
/* line 92, ../sass/_ui-kit.scss */
.atnm-button-facebook:after {
  content: "\e601";
}
/* line 95, ../sass/_ui-kit.scss */
.atnm-button-facebook:hover {
  color: #fff;
  background-color: #274277;
}

/* line 100, ../sass/_ui-kit.scss */
.atnm-button-twitter {
  background-color: #00baff;
}
/* line 102, ../sass/_ui-kit.scss */
.atnm-button-twitter:after {
  content: "\e606";
}
/* line 105, ../sass/_ui-kit.scss */
.atnm-button-twitter:hover {
  color: #fff;
  background-color: #029FD8;
}

/* line 110, ../sass/_ui-kit.scss */
.atnm-button-linkedin {
  background-color: #0177b5;
}
/* line 112, ../sass/_ui-kit.scss */
.atnm-button-linkedin:after {
  content: "\e602";
}
/* line 115, ../sass/_ui-kit.scss */
.atnm-button-linkedin:hover {
  color: #fff;
  background-color: #005F8E;
}

/* line 123, ../sass/_ui-kit.scss */
.d-link {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-right: 35px;
}
/* line 128, ../sass/_ui-kit.scss */
.d-link:after {
  font-family: "ateneumIcons";
  font-weight: normal;
  content: "\e609";
  position: absolute;
  top: -1px;
  right: 18px;
  font-size: 18px;
}

/* line 140, ../sass/_ui-kit.scss */
.d-link-light {
  color: #fff;
}

/* line 144, ../sass/_ui-kit.scss */
.web-shop-button {
  background-color: #ffffff;
  position: relative;
  padding-left: 47px;
}
/* line 148, ../sass/_ui-kit.scss */
.web-shop-button:before {
  color: #fff;
  background-color: #dc5034;
  content: "";
  font-family: "ateneumIcons";
  font-size: 17px;
  padding-left: 2px;
  padding-top: 1px;
  display: block;
  font-weight: 300;
  height: 24px;
  width: 24px;
  -webkit-border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  border-radius: 0 12px 12px 0;
  left: 16px;
  position: absolute;
  top: 5px;
}

/* line 166, ../sass/_ui-kit.scss */
.oma-ateneum {
  color: #ffffff;
  position: relative;
  padding-left: 42px;
}
/* line 170, ../sass/_ui-kit.scss */
.oma-ateneum:before {
  content: "";
  font-family: "ateneumIcons";
  font-size: 26px;
  font-weight: normal;
  left: 12px;
  position: absolute;
  top: -2px;
}
/* line 179, ../sass/_ui-kit.scss */
.oma-ateneum:hover {
  color: #fff;
  background-color: #015A8E;
}

/* line 185, ../sass/_ui-kit.scss */
.post-counter {
  position: relative;
  top: -1px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-left: 7px;
  padding: 1px 10px 2px;
}

/* line 197, ../sass/_ui-kit.scss */
.pagination {
  border-top: 1px solid #e6e6e6;
}
/* line 199, ../sass/_ui-kit.scss */
.pagination .nav-links {
  text-align: center;
  position: relative;
}
/* line 203, ../sass/_ui-kit.scss */
.pagination .page-numbers {
  padding: 7px 14px 7px;
  background-color: #ffffff;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-right: 8px;
  font-size: 15px;
  text-transform: uppercase;
  position: relative;
}
/* line 215, ../sass/_ui-kit.scss */
.pagination .next, .pagination .prev {
  position: absolute;
  padding: 7px 35px 7px;
  color: #fff;
}
/* line 219, ../sass/_ui-kit.scss */
.pagination .next:after, .pagination .prev:after {
  font-family: "ateneumIcons";
  position: absolute;
  font-size: 15px;
}
/* line 225, ../sass/_ui-kit.scss */
.pagination .next {
  right: 0;
  padding-right: 43px;
}
/* line 228, ../sass/_ui-kit.scss */
.pagination .next:after {
  content: "\e609";
  top: 8px;
  right: 28px;
}
/* line 234, ../sass/_ui-kit.scss */
.pagination .prev {
  left: 0;
  padding-left: 43px;
}
/* line 237, ../sass/_ui-kit.scss */
.pagination .prev:after {
  content: "\e60b";
  top: 8px;
  left: 28px;
}

/* line 247, ../sass/_ui-kit.scss */
.atnm-close-button {
  position: absolute;
  text-align: center;
  text-transform: none;
  display: block;
  font-family: "brandon-grotesque", sans-serif;
  padding-top: 2px;
  padding-left: 2px;
  border: 2px solid #ee6648;
  right: 120px;
  top: 80px;
  height: 46px;
  width: 46px;
  content: "i";
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  transition: all 150ms ease;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
}
/* line 263, ../sass/_ui-kit.scss */
.atnm-close-button span {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  width: 32px;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  transition: all 150ms ease;
  background-color: #ee6648;
}
/* line 273, ../sass/_ui-kit.scss */
.atnm-close-button span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 276, ../sass/_ui-kit.scss */
.atnm-close-button span:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 280, ../sass/_ui-kit.scss */
.atnm-close-button:hover {
  border-color: #000;
}
/* line 282, ../sass/_ui-kit.scss */
.atnm-close-button:hover span {
  background-color: #000;
  width: 28px;
}

/**
 * fullPage 2.7.2
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
/* line 10, ../sass/_fullPage.scss */
html.disable-scroll,
body.disable-scroll {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}
/* line 19, ../sass/_fullPage.scss */
html.disable-scroll #page-container,
body.disable-scroll #page-container {
  position: absolute;
  top: 180px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 28, ../sass/_fullPage.scss */
html.disable-scroll.admin-bar #page-container,
body.disable-scroll.admin-bar #page-container {
  top: 227px;
}

/* line 33, ../sass/_fullPage.scss */
#atnm-slides-container {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

/* line 43, ../sass/_fullPage.scss */
.atnm-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

/* line 49, ../sass/_fullPage.scss */
.atnm-slide {
  height: 100%;
  display: block;
}

/* line 53, ../sass/_fullPage.scss */
.atnm-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -moz-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -o-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  -ms-transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
  transition: all 500ms cubic-bezier(0.65, 0, 0.38, 1);
}

/* line 60, ../sass/_fullPage.scss */
.atnm-slide-inner {
  width: 80%;
  height: 80%;
  /* whatever width you want */
  margin: 0 auto;
  bottom: 40px;
  display: block;
  position: relative;
}
/* line 68, ../sass/_fullPage.scss */
.atnm-slide-inner:after {
  /* 16:9 ratio */
  display: block;
  content: '';
}

/* line 74, ../sass/_fullPage.scss */
.atnm-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 70px;
  display: -webkit-box;
                        /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  
display: -moz-box;      /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  /* OLD… */
  -ms-flex-align: center;
  /* You know the drill now… */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 87, ../sass/_fullPage.scss */
.atnm-slide-text {
  position: relative;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
/* line 91, ../sass/_fullPage.scss */
.atnm-slide-text h2 {
  font-size: 76px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
}
/* line 97, ../sass/_fullPage.scss */
.atnm-slide-text a {
  color: #000000;
}
/* line 99, ../sass/_fullPage.scss */
.atnm-slide-text a:hover {
  color: #333;
}
/* line 103, ../sass/_fullPage.scss */
.atnm-slide-text p {
  margin: 0;
  padding-left: 3px;
  line-height: 1.9;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60%;
  min-width: 768px;
}

/* line 114, ../sass/_fullPage.scss */
.atnm-slide-text-white a {
  color: #fff;
}
/* line 116, ../sass/_fullPage.scss */
.atnm-slide-text-white a:hover {
  color: #f9f9f9;
}
/* line 119, ../sass/_fullPage.scss */
.atnm-slide-text-white a h1, .atnm-slide-text-white a h2, .atnm-slide-text-white a h3, .atnm-slide-text-white a h4, .atnm-slide-text-white a h5, .atnm-slide-text-white a p, .atnm-slide-text-white a a {
  color: #fff;
}

/* line 126, ../sass/_fullPage.scss */
.atnm-slide.active .atnm-slide-text {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  opacity: 1;
}

/* line 131, ../sass/_fullPage.scss */
.atnm-scroll-down-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  padding-top: 15px;
  text-align: center;
  opacity: 1;
}

/* line 143, ../sass/_fullPage.scss */
.fp-viewing-0 .atnm-scroll-down {
  bottom: 0;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 149, ../sass/_fullPage.scss */
.atnm-scroll-down {
  color: #000;
  display: inline-block;
  position: relative;
  width: 150px;
  margin: 0 auto;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  bottom: -15px;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 163, ../sass/_fullPage.scss */
.atnm-scroll-down:after {
  font-family: "FontAwesome";
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* line 177, ../sass/_fullPage.scss */
.atnm-slidenav {
  display: -webkit-box;
                        /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  
display: -moz-box;      /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  -webkit-box-align: center;
  -moz-box-align: center;
  /* OLD… */
  -ms-flex-align: center;
  /* You know the drill now… */
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100vh;
  width: 10%;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}

/* line 186, ../sass/_fullPage.scss */
#atnm-slidenav-list {
  padding: 0;
  margin: 0;
}
/* line 189, ../sass/_fullPage.scss */
#atnm-slidenav-list .atnm-slidenav-item {
  padding: 10px 0;
  margin: 0;
  list-style-type: none;
  width: 40px;
}
/* line 194, ../sass/_fullPage.scss */
#atnm-slidenav-list .atnm-slidenav-item a {
  background-color: #cccccc;
  height: 3px;
  width: 20px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  transition: all 150ms ease;
}
/* line 204, ../sass/_fullPage.scss */
#atnm-slidenav-list .active a {
  width: 30px;
  background-color: #000000;
}

/* line 215, ../sass/_fullPage.scss */
.atnm-fs-title {
  font-size: 76px;
  text-transform: uppercase;
  font-weight: 800;
  fill: transparent;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  transition: all 600ms ease;
}

/* line 222, ../sass/_fullPage.scss */
.text-copy {
  fill: none;
  stroke: white;
  stroke-dasharray: 50% 50%;
  stroke-width: 1px;
}
/* line 231, ../sass/_fullPage.scss */
.text-copy:nth-child(1) {
  stroke: #000000;
  stroke-dashoffset: 50%;
}
/* line 231, ../sass/_fullPage.scss */
.text-copy:nth-child(2) {
  stroke: #000000;
  stroke-dashoffset: 100%;
}

/* line 238, ../sass/_fullPage.scss */
.atnm-slide-text-white .text-copy {
  stroke: #fff;
}
/* line 241, ../sass/_fullPage.scss */
.atnm-slide-text-white .atnm-fs-title {
  fill: rgba(255, 255, 255, 0);
}

/* line 246, ../sass/_fullPage.scss */
.active .atnm-fs-title {
  -webkit-transition-delay: 1600ms;
  transition-delay: 1600ms;
  fill: black;
}
/* line 250, ../sass/_fullPage.scss */
.active .text-copy {
  animation: stroke-offset 800ms forwards ease;
  animation-delay: 800ms;
}
/* line 255, ../sass/_fullPage.scss */
.active .atnm-slide-text-white .text-copy {
  stroke: #fff;
}
/* line 258, ../sass/_fullPage.scss */
.active .atnm-slide-text-white .atnm-fs-title {
  fill: white;
}

@keyframes stroke-offset {
  100% {
    stroke-dashoffset: 100%;
    stroke-dasharray: 0 250%;
  }
}
/* line 2, ../sass/_layout.scss */
#page-container {
  width: 100%;
}

/* line 5, ../sass/_layout.scss */
.row-center {
  text-align: center;
}

/* line 9, ../sass/_layout.scss */
.disable-scroll #page-container {
  width: 100%;
}

/* line 14, ../sass/_layout.scss */
.atnm-section-white {
  padding: 70px 0;
  background-color: #FFF;
}

/* line 18, ../sass/_layout.scss */
.atnm-section-turquoise {
  padding: 70px 0;
  background-color: #78c4c0;
}

/* line 22, ../sass/_layout.scss */
.atnm-section-orange {
  padding: 70px 0;
  background-color: #ee6648;
}

/* line 26, ../sass/_layout.scss */
.atnm-section-lilac {
  padding: 70px 0;
  background-color: #ae6daa;
}

/* line 30, ../sass/_layout.scss */
.atnm-section-lightgrey {
  padding: 70px 0;
  background-color: #dcdcdc;
}

/* line 35, ../sass/_layout.scss */
.atnm-section-title {
  margin: 45px 0;
}
/* line 37, ../sass/_layout.scss */
.atnm-section-title h1 {
  margin: 10px 0;
}

/* line 41, ../sass/_layout.scss */
.atnm-section-turquoise p a {
  color: #007068;
}

/* line 42, ../sass/_layout.scss */
.atnm-section-orange p a {
  color: #991900;
}

/* line 43, ../sass/_layout.scss */
.atnm-section-lilac p a {
  color: #54004E;
}

/* line 44, ../sass/_layout.scss */
.atnm-section-lightgrey p a {
  color: #ee6648;
}

/* line 47, ../sass/_layout.scss */
.breadcrumbs {
  font-size: 16px;
  color: #7e7e7e;
}
/* line 50, ../sass/_layout.scss */
.breadcrumbs a {
  color: #7e7e7e;
  font-weight: 700;
}
/* line 54, ../sass/_layout.scss */
.breadcrumbs .post.post-post.current-item {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 64, ../sass/_layout.scss */
.atnm-post-date, .atnm-meta {
  display: inline-block;
}

/* line 67, ../sass/_layout.scss */
.atnm-post-date {
  margin-right: 30px;
}
/* line 69, ../sass/_layout.scss */
.atnm-post-date .post-meta {
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
}

/* line 76, ../sass/_layout.scss */
.atnm-meta ul {
  margin: 0;
  padding: 0;
}
/* line 79, ../sass/_layout.scss */
.atnm-meta ul li {
  padding: 0 15px 0 0;
  margin: 0;
  display: inline-block;
  list-style-type: none;
}

/* line 87, ../sass/_layout.scss */
.atnm-social {
  display: inline-block;
}
/* line 89, ../sass/_layout.scss */
.atnm-social .share-buttons {
  margin: 0;
  padding: 0;
}
/* line 92, ../sass/_layout.scss */
.atnm-social .share-buttons li {
  list-style-type: none;
  padding: 0 15px 0 0;
  margin: 0;
  display: inline-block;
}

/* line 102, ../sass/_layout.scss */
.atnm-page-header {
  margin-bottom: 60px;
  font-size: 24px;
}
/* line 106, ../sass/_layout.scss */
.atnm-page-header p {
  color: #434343;
}
/* line 109, ../sass/_layout.scss */
.atnm-page-header h2 {
  line-height: 1.4;
}
/* line 112, ../sass/_layout.scss */
.atnm-page-header .featured-image {
  height: 510px;
  background-position: center center;
  background-size: cover;
}
/* line 117, ../sass/_layout.scss */
.atnm-page-header .col-content {
  margin-bottom: 0;
}

/* line 122, ../sass/_layout.scss */
.col-content {
  margin-bottom: 50px;
}

/* line 125, ../sass/_layout.scss */
.atnm-page-content {
  margin-bottom: 80px;
}
/* line 129, ../sass/_layout.scss */
.atnm-page-content .col-small-image > *:first-child, .atnm-page-content .col-content > *:first-child {
  margin-top: 0;
  padding-top: 0;
}

/* line 139, ../sass/_layout.scss */
#atnm-gallery-grid .atnm-grid-item {
  margin-bottom: 80px;
}

/* line 144, ../sass/_layout.scss */
.atnm-webshop-products {
  margin: 50px 0;
}
/* line 146, ../sass/_layout.scss */
.atnm-webshop-products a {
  color: #000;
}

/* line 150, ../sass/_layout.scss */
.atnm-nosto-opastukset {
  font-size: 16px;
}
/* line 152, ../sass/_layout.scss */
.atnm-nosto-opastukset a {
  font-weight: 700;
  color: #000;
}
/* line 155, ../sass/_layout.scss */
.atnm-nosto-opastukset a:hover {
  color: #000;
  text-decoration: underline;
}

/* line 161, ../sass/_layout.scss */
.atnm-banner-turquoise {
  background-image: url("../img/nosto_taustakuva.jpg");
}

/* line 164, ../sass/_layout.scss */
.atnm-banner-orange {
  background-image: url("../img/nosto_taustakuva_orange.jpg");
}

/* line 167, ../sass/_layout.scss */
.atnm-big-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 110px 0;
  text-align: center;
  outline: 2px solid #fff;
  outline-offset: -30px;
}
/* line 176, ../sass/_layout.scss */
.atnm-big-banner .banner-text-1, .atnm-big-banner .banner-text-2 {
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 181, ../sass/_layout.scss */
.atnm-big-banner .banner-text-1 a, .atnm-big-banner .banner-text-2 a {
  color: #FFF;
}
/* line 183, ../sass/_layout.scss */
.atnm-big-banner .banner-text-1 a:hover, .atnm-big-banner .banner-text-2 a:hover {
  color: #FFF;
  opacity: 0.9;
}
/* line 189, ../sass/_layout.scss */
.atnm-big-banner .banner-text-1 {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 18px;
}
/* line 197, ../sass/_layout.scss */
.atnm-big-banner .banner-text-2 {
  font-weight: 800;
  font-size: 4vw;
}

/* line 204, ../sass/_layout.scss */
.atnm-instagram-feed {
  padding: 30px 0;
}
/* line 206, ../sass/_layout.scss */
.atnm-instagram-feed .atnm-instagram-item {
  display: inline-block;
  max-width: 180px;
  margin-right: 30px;
}
/* line 210, ../sass/_layout.scss */
.atnm-instagram-feed .atnm-instagram-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 214, ../sass/_layout.scss */
.atnm-instagram-feed .atnm-instagram-item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/* line 224, ../sass/_layout.scss */
.atnm-section-two-cols {
  padding: 30px 0;
}
/* line 226, ../sass/_layout.scss */
.atnm-section-two-cols .row {
  margin-bottom: 40px;
}

/* line 232, ../sass/_layout.scss */
.post-box {
  margin-bottom: 80px;
}

/* line 235, ../sass/_layout.scss */
.alignleft {
  float: left;
  position: relative;
  left: -5%;
}

/* line 240, ../sass/_layout.scss */
.alignright {
  float: right;
}

/* line 243, ../sass/_layout.scss */
.atnm-sidebar-box {
  margin-bottom: 40px;
}

/* line 248, ../sass/_layout.scss */
.page-template-template-tule-meille .atnm-section .atnm-map-container {
  height: 303px;
}

/* line 255, ../sass/_layout.scss */
.search-results article {
  margin-bottom: 90px;
}

/* line 259, ../sass/_layout.scss */
.event_list_item {
  margin-bottom: 6px;
  line-height: 1.2;
}

/* line 263, ../sass/_layout.scss */
.attachment-atnm-gallery-images {
  margin-bottom: 30px;
}

/* line 2, ../sass/_footer.scss */
.main-footer {
  background-color: #eeeeee;
  padding: 50px 0 0;
  font-size: 16px;
  height: auto !important;
  line-height: 1.6em;
}
/* line 8, ../sass/_footer.scss */
.main-footer h6 {
  text-transform: uppercase;
}
/* line 12, ../sass/_footer.scss */
.main-footer .atnm-social .fa {
  font-size: 30px;
  margin-right: 30px;
}
/* line 17, ../sass/_footer.scss */
.main-footer .info-box-avoinna {
  position: relative;
  padding-left: 80px;
}
/* line 21, ../sass/_footer.scss */
.main-footer .info-button {
  top: 0;
  left: 0;
  padding-top: 45px;
  height: 61px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 42px;
  z-index: inherit;
}

/* line 40, ../sass/_footer.scss */
.atnm-partner-link {
  padding: 0 20px 0 0;
  margin-bottom: 10px;
  display: block;
}
/* line 44, ../sass/_footer.scss */
.atnm-partner-link img {
  display: inline-block;
}

/* line 48, ../sass/_footer.scss */
.footer-bottom {
  background-color: #c9c9c9;
  margin-top: 50px;
  padding: 35px 0;
}

/* line 53, ../sass/_footer.scss */
.footer-nav-list {
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
/* line 58, ../sass/_footer.scss */
.footer-nav-list li {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 15px;
}
/* line 63, ../sass/_footer.scss */
.footer-nav-list li a {
  padding: 0 0 8px;
  color: #000;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 71, ../sass/_footer.scss */
.footer-nav-list li a:hover {
  color: #525252;
}

/* line 2, ../sass/_shortcodes.scss */
#atnm-maptabs {
  background-color: #ededed;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
}

/* line 8, ../sass/_shortcodes.scss */
.atnm-maptabs-nav {
  margin: 0;
  padding: 0;
}
/* line 11, ../sass/_shortcodes.scss */
.atnm-maptabs-nav li {
  display: inline-block;
  list-style-type: none;
}
/* line 14, ../sass/_shortcodes.scss */
.atnm-maptabs-nav li a {
  max-width: auto;
  width: auto;
}

@media (min-width: 1210px) {
  /* line 4, ../sass/_media-query.scss */
  .atnm-slide-inner {
    min-width: 1180px;
  }
}
@media (max-width: 1601px) {
  /* line 13, ../sass/_media-query.scss */
  .atnm-close-button {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 1209px) {
  /* line 22, ../sass/_media-query.scss */
  body {
    font-size: 18px;
  }

  /* line 25, ../sass/_media-query.scss */
  .atnm-button {
    font-size: 11px;
  }

  /* line 28, ../sass/_media-query.scss */
  h1 {
    font-size: 46px;
  }

  /* line 29, ../sass/_media-query.scss */
  h2 {
    font-size: 36px;
  }

  /* line 30, ../sass/_media-query.scss */
  h3 {
    font-size: 28px;
  }

  /* line 31, ../sass/_media-query.scss */
  h4 {
    font-size: 18px;
  }

  /* line 32, ../sass/_media-query.scss */
  h5 {
    font-size: 16px;
  }

  /* line 33, ../sass/_media-query.scss */
  h6 {
    font-size: 16px;
  }

  /* line 36, ../sass/_media-query.scss */
  #main-header #ateneum-logo {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    width: 280px;
  }

  /* line 47, ../sass/_media-query.scss */
  .atnm-main-nav-container .container {
    height: 132px;
  }

  /* line 52, ../sass/_media-query.scss */
  .main-nav-list {
    left: 0;
    right: 0;
    text-align: center;
  }

  /* line 57, ../sass/_media-query.scss */
  .atnm-slide-inner {
    min-width: 970px;
  }

  /* line 62, ../sass/_media-query.scss */
  .atnm-slide-text p {
    min-width: inherit;
    width: 100%;
  }

  /* line 67, ../sass/_media-query.scss */
  .info-container {
    overflow: scroll;
    display: block;
    font-size: 16px;
  }

  /* line 75, ../sass/_media-query.scss */
  .atnm-close-button {
    right: 10px;
    top: 10px;
  }

  /* line 79, ../sass/_media-query.scss */
  .atnm-scroll-down-container {
    height: 50px;
    padding-top: 10px;
  }

  /* line 83, ../sass/_media-query.scss */
  .atnm-slidenav {
    width: 30px;
    left: -15px;
  }
}
@media (min-width: 990px) {
  /* line 92, ../sass/_media-query.scss */
  .mobile-nav-bar, .mobile-nav-container, .mobile-subnav-close {
    display: none !important;
  }

  /* line 95, ../sass/_media-query.scss */
  .atnm-nayttely-list {
    margin-bottom: 90px;
    display: -webkit-box;
                        /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  
display: -moz-box;      /* OLD: Firefox (buggy) */
    display: -ms-flexbox;
    /* MID: IE 10 */
    display: -webkit-flex;
    /* NEW, Chrome 21–28, Safari 6.1+ */
    display: flex;
    /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
    -webkit-box-align: center;
    -moz-box-align: center;
    /* OLD… */
    -ms-flex-align: center;
    /* You know the drill now… */
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 98, ../sass/_media-query.scss */
  .atnm-nayttely-list .col-content {
    padding: 0 80px 0 30px;
  }
  /* line 101, ../sass/_media-query.scss */
  .atnm-nayttely-list:nth-child(2n+0) {
    direction: rtl;
  }
  /* line 103, ../sass/_media-query.scss */
  .atnm-nayttely-list:nth-child(2n+0) .col-md-6 {
    direction: ltr;
  }
  /* line 106, ../sass/_media-query.scss */
  .atnm-nayttely-list:nth-child(2n+0) .col-content {
    padding: 0 30px 0 80px;
  }
}
@media (max-width: 991px) {
  /* line 116, ../sass/_media-query.scss */
  #main-header .main-nav-list, #main-header .atnm-top-nav-container, #main-header .main-menu-overlay, #main-header .quick-search-container, #main-header .quicksearch-button, #main-header .info-button, #main-header #main-menu-overlay {
    display: none !important;
  }

  /* line 121, ../sass/_media-query.scss */
  .page-template-template-etusivu .hide-on-xs {
    display: none;
  }

  /* line 125, ../sass/_media-query.scss */
  .atnm-slidenav {
    display: none;
  }

  /* line 129, ../sass/_media-query.scss */
  .atnm-lang-container.atnm-lang-mobile .atnm-lang-dropdown {
    display: block;
  }

  /* line 133, ../sass/_media-query.scss */
  .row {
    margin-bottom: 30px;
  }

  /* line 136, ../sass/_media-query.scss */
  #main-header {
    position: relative;
    z-index: 0;
  }
  /* line 139, ../sass/_media-query.scss */
  #main-header #ateneum-logo {
    top: 64px;
    width: 280px;
  }

  /* line 145, ../sass/_media-query.scss */
  .atnm-main-nav-container .container {
    height: 152px;
  }

  /* line 151, ../sass/_media-query.scss */
  html.disable-scroll,
  body.disable-scroll {
    overflow: scroll;
    height: auto;
  }
  /* line 155, ../sass/_media-query.scss */
  html.disable-scroll #page-container,
  body.disable-scroll #page-container {
    position: static;
  }
  /* line 159, ../sass/_media-query.scss */
  html.disable-scroll.admin-bar #page-container,
  body.disable-scroll.admin-bar #page-container {
    top: 27px;
  }

  /* line 164, ../sass/_media-query.scss */
  #atnm-slides-container {
    display: block;
    height: visible;
    position: static;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
  }

  /* line 171, ../sass/_media-query.scss */
  #page-container {
    overflow: scroll;
  }

  /* line 174, ../sass/_media-query.scss */
  .atnm-slide {
    display: block;
    height: auto;
    position: static;
  }

  /* line 179, ../sass/_media-query.scss */
  .atnm-slide-text {
    display: block;
    height: auto;
    position: static;
    opacity: 1;
  }
  /* line 184, ../sass/_media-query.scss */
  .atnm-slide-text h2 {
    font-size: 52px;
    margin: 0 0 15px;
  }

  /* line 189, ../sass/_media-query.scss */
  .atnm-image {
    display: block;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    position: static;
    height: 300px;
    padding: 100px 10px 0;
    margin-bottom: 10px;
    top: inherit;
    bottom: inherit;
  }

  /* line 200, ../sass/_media-query.scss */
  .atnm-slide-inner {
    display: block;
    height: auto;
    position: static;
    min-width: 0;
    width: 90%;
  }

  /* line 207, ../sass/_media-query.scss */
  .atnm-close-button {
    border: 2px solid #ee6648;
    border-radius: 23px;
    content: "i";
    height: 32px;
    width: 32px;
    padding-left: 2px;
    padding-top: 2px;
  }
  /* line 215, ../sass/_media-query.scss */
  .atnm-close-button span {
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    height: 1px;
    width: 20px;
  }
  /* line 224, ../sass/_media-query.scss */
  .atnm-close-button:hover span {
    background-color: #000;
    width: 16px;
  }

  /* line 231, ../sass/_media-query.scss */
  .info-container .atnm-map-container {
    height: 200px;
  }

  /* line 236, ../sass/_media-query.scss */
  html.disable-scroll #page-container, body.disable-scroll #page-container {
    top: 152px;
  }

  /* line 240, ../sass/_media-query.scss */
  .disable-scroll.admin-bar #page-container {
    top: 198px !important;
  }

  /* line 246, ../sass/_media-query.scss */
  .main-footer .info-col-box {
    margin-bottom: 30px;
  }
  /* line 249, ../sass/_media-query.scss */
  .main-footer .col-md-3 {
    padding: 0;
  }
  /* line 251, ../sass/_media-query.scss */
  .main-footer .col-md-3:last-child {
    clear: both;
  }
  /* line 255, ../sass/_media-query.scss */
  .main-footer .info-button {
    left: 30px;
  }

  /* line 259, ../sass/_media-query.scss */
  .footer-nav-list {
    float: left;
    margin: 30px 0;
    text-align: left;
  }
  /* line 263, ../sass/_media-query.scss */
  .footer-nav-list li {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  /* line 272, ../sass/_media-query.scss */
  h1 {
    font-size: 26px;
  }

  /* line 273, ../sass/_media-query.scss */
  h2 {
    font-size: 22px;
  }

  /* line 274, ../sass/_media-query.scss */
  h3 {
    font-size: 20px;
  }

  /* line 275, ../sass/_media-query.scss */
  h4 {
    font-size: 18px;
  }

  /* line 276, ../sass/_media-query.scss */
  h5 {
    font-size: 16px;
  }

  /* line 277, ../sass/_media-query.scss */
  h6 {
    font-size: 16px;
  }

  /* line 279, ../sass/_media-query.scss */
  .atnm-slide-text h2 {
    font-size: 36px;
    margin: 0;
  }
  /* line 283, ../sass/_media-query.scss */
  .atnm-slide-text p {
    font-size: 16px;
  }

  /* line 287, ../sass/_media-query.scss */
  .atnm-slide-inner {
    height: 75%;
  }

  /* line 291, ../sass/_media-query.scss */
  #main-header #ateneum-logo {
    top: 64px;
    width: 220px;
  }

  /* line 296, ../sass/_media-query.scss */
  .atnm-page-header .featured-image {
    height: 300px;
  }

  /* line 299, ../sass/_media-query.scss */
  .atnm-button, .info-container .atnm-button {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px 0;
  }

  /* line 304, ../sass/_media-query.scss */
  .atnm-section-title {
    margin: 15px 0 30px;
  }
  /* line 306, ../sass/_media-query.scss */
  .atnm-section-title h1 {
    font-size: 26px;
  }

  /* line 311, ../sass/_media-query.scss */
  .main-footer .col-md-3:first-child {
    text-align: right;
  }
  /* line 314, ../sass/_media-query.scss */
  .main-footer .info-box-avoinna {
    display: inline-block;
    padding-right: 60px;
  }
}
@media (max-width: 479px) {
  /* line 324, ../sass/_media-query.scss */
  .atnm-slide-text h2 {
    font-size: 28px;
    margin: 0;
  }
  /* line 328, ../sass/_media-query.scss */
  .atnm-slide-text p {
    font-size: 13px;
  }

  /* line 332, ../sass/_media-query.scss */
  .main-footer {
    font-size: 13px;
  }
  /* line 334, ../sass/_media-query.scss */
  .main-footer .container {
    padding: 0 30px;
  }

  /* line 338, ../sass/_media-query.scss */
  .info-container {
    -moz-box-align: inherit !important;
    align-items: inherit !important;
    display: block !important;
    overflow: scroll !important;
    height: 100%;
    height: 100vh;
  }
}
@media (max-width: 359px) {
  /* line 349, ../sass/_media-query.scss */
  #main-header #ateneum-logo {
    top: 52px;
    width: 190px;
  }

  /* line 353, ../sass/_media-query.scss */
  .atnm-main-nav-container .container {
    height: 115px;
  }
}
@media (max-height: 950px) {
  /* line 361, ../sass/_media-query.scss */
  .info-container {
    overflow: scroll;
    display: block;
    font-size: 16px;
  }
}
