/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@font-face {
  font-family: 'WalbaumRoman';
  src: url("../fonts/WalbaumRoman.eot");
  src: url("../fonts/WalbaumRoman.eot") format("embedded-opentype"), url("../fonts/WalbaumRoman.woff2") format("woff2"), url("../fonts/WalbaumRoman.woff") format("woff"), url("../fonts/WalbaumRoman.ttf") format("truetype"), url("../fonts/WalbaumRoman.svg#WalbaumRoman") format("svg");
}

@font-face {
  font-family: 'WalbaumItalic';
  src: url("../fonts/WalbaumItalic.eot");
  src: url("../fonts/WalbaumItalic.eot") format("embedded-opentype"), url("../fonts/WalbaumItalic.woff2") format("woff2"), url("../fonts/WalbaumItalic.woff") format("woff"), url("../fonts/WalbaumItalic.ttf") format("truetype"), url("../fonts/WalbaumItalic.svg#WalbaumItalic") format("svg");
}

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, ../sass/thirdparty/fontawesome/_core.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;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, ../sass/thirdparty/fontawesome/_larger.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, ../sass/thirdparty/fontawesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../sass/thirdparty/fontawesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../sass/thirdparty/fontawesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../sass/thirdparty/fontawesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../sass/thirdparty/fontawesome/_fixed-width.scss */
.fa-fw {
  width: 1.28571em;
  text-align: center;
}

/* line 4, ../sass/thirdparty/fontawesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
/* line 8, ../sass/thirdparty/fontawesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../sass/thirdparty/fontawesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
/* line 16, ../sass/thirdparty/fontawesome/_list.scss */
.fa-li.fa-lg {
  left: -1.85714em;
}

/* line 4, ../sass/thirdparty/fontawesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 10, ../sass/thirdparty/fontawesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 11, ../sass/thirdparty/fontawesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 14, ../sass/thirdparty/fontawesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}
/* line 15, ../sass/thirdparty/fontawesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/thirdparty/fontawesome/_spinning.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  /* line 10, ../sass/thirdparty/fontawesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 14, ../sass/thirdparty/fontawesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  /* line 21, ../sass/thirdparty/fontawesome/_spinning.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  /* line 25, ../sass/thirdparty/fontawesome/_spinning.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, ../sass/thirdparty/fontawesome/_rotated-flipped.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/thirdparty/fontawesome/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, ../sass/thirdparty/fontawesome/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, ../sass/thirdparty/fontawesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../sass/thirdparty/fontawesome/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 18, ../sass/thirdparty/fontawesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, ../sass/thirdparty/fontawesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../sass/thirdparty/fontawesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../sass/thirdparty/fontawesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../sass/thirdparty/fontawesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../sass/thirdparty/fontawesome/_stacked.scss */
.fa-inverse {
  color: white;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 5, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 6, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 7, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 8, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 9, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 10, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 11, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 12, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 13, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 14, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 15, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 16, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 19, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 20, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 21, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 22, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 23, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 25, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 26, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 27, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 28, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 29, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 30, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 31, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 32, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 33, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 34, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 35, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 37, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 38, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 39, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 40, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 41, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 42, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 43, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 44, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 45, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 46, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 47, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 48, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 49, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 50, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 51, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 52, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 53, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 54, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 55, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 56, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 57, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 58, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 59, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 60, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 61, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 62, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 63, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 65, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 66, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 67, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 70, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 71, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 72, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 73, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 74, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 76, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 77, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 78, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 79, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 80, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 81, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 82, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 83, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 84, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 85, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 86, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 87, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 88, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 89, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 90, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 91, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 92, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 93, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 94, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 95, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 96, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 97, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 98, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 99, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 100, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 101, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 102, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 103, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 104, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 105, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 107, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 108, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 109, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 110, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 111, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 112, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 113, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 114, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 115, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 116, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 117, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 118, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 120, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 121, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 122, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 123, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 124, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 125, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 126, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 127, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 128, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 129, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 130, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 131, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 132, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 133, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 135, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 136, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 137, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 138, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 139, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 141, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 142, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 143, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 144, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 145, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 146, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 147, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 148, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 149, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 150, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 151, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 152, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 153, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 154, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 155, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 156, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 157, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 158, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 159, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 160, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 161, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 162, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 163, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 164, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 165, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 166, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 167, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 168, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 169, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 170, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 171, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 172, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 173, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 174, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 175, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 176, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 177, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 178, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 179, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 180, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 181, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 182, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 183, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 185, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 187, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 188, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 189, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 191, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 193, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 194, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 196, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 197, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 200, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 201, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 202, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 203, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 204, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 205, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 206, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 207, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 208, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 209, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 210, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 211, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 212, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 213, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 214, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 215, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 216, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 217, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 219, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 221, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 223, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 224, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 225, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 227, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 229, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 231, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 232, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 233, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 235, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 236, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 237, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 239, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 240, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 241, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 242, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 243, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 244, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 245, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 246, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 247, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 248, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 249, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 250, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 251, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 252, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 253, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 254, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 255, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 256, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 257, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 258, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 259, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 260, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 261, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 262, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 263, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 264, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 265, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 266, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 267, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 268, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 269, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 271, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 272, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 273, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 274, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 275, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 276, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 278, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 279, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 280, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 281, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 282, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 283, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 284, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 285, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 286, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 287, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 288, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 289, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 290, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 292, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 295, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 296, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 297, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 298, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 300, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 301, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 302, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 303, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 304, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 305, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 306, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 307, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 308, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 309, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 310, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 311, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 312, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 313, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 314, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 315, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 316, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 317, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 318, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 319, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 320, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 321, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 322, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 323, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 324, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 325, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 326, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 327, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 328, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 329, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 330, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 331, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 332, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 333, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 334, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 335, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 336, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 337, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 339, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 341, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 343, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 345, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 346, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 348, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 350, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 354, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 357, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 359, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 361, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 362, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 363, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 364, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 365, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 366, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 367, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 368, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 369, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 370, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 371, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 372, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 373, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 374, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 375, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 376, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 377, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 378, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 379, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 380, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 381, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 382, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 383, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 384, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 385, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 386, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 387, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 388, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 389, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 390, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 391, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 392, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 393, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 394, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 395, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 396, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 397, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 398, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 399, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 400, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 401, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 402, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 403, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 404, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 405, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 406, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 407, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 408, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 409, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 410, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 411, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 413, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 414, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 415, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 416, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 418, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 419, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 420, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 421, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 422, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 423, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 424, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 427, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 429, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 430, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 431, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 432, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 433, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 434, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 435, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 436, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 437, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 438, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7";
}

/* line 439, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 440, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 441, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 442, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 443, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 444, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 445, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 446, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 447, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 448, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 449, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 450, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 451, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 452, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 453, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 454, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 456, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 458, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 459, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 460, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 461, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 462, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 463, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 464, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 465, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 466, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 467, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 470, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 472, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 474, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 476, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 477, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 478, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 479, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 480, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 485, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 486, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 488, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 490, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 491, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 492, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 493, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 494, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 495, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 497, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 499, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 501, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 502, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 503, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 504, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 505, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 506, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 507, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 508, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 509, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 511, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 512, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 513, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 514, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 515, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 516, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 517, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 518, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 519, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 520, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 521, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 522, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 523, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 524, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 525, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 526, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 527, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 528, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 529, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 530, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 531, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 532, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 533, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 534, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 535, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 536, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 537, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 538, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 539, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-line-chart:before {
  content: "\f201";
}

/* line 540, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 541, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 542, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 543, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 544, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 545, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 546, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 547, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 548, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-cc:before {
  content: "\f20a";
}

/* line 551, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 552, ../sass/thirdparty/fontawesome/_icons.scss */
.fa-meanpath:before {
  content: "\f20c";
}

/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 33, ../sass/base/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 40, ../sass/base/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/base/_normalize.scss */
html {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  /* 1 */
  font-size: 93.33333%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.71429em;
}

/* Remove default margin. */
/* line 126, ../sass/base/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  /* line 126, ../sass/base/_normalize.scss */
  body {
    padding-bottom: 220px;
    position: relative;
  }
}

/* line 135, ../sass/base/_normalize.scss */
html, body {
  min-height: 100%;
  height: auto;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 156, ../sass/base/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 162, ../sass/base/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 178, ../sass/base/_normalize.scss */
p,
pre {
  margin: 1.71429em 0;
}

/* line 181, ../sass/base/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.71429em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 190, ../sass/base/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.71429em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.85714em;
  margin-bottom: 0.85714em;
}

/* line 198, ../sass/base/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2.28571em;
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

/* line 203, ../sass/base/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.4652em;
  margin-top: 1.4652em;
  margin-bottom: 1.4652em;
}

/* line 208, ../sass/base/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/* line 213, ../sass/base/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 2.0654em;
  margin-top: 2.0654em;
  margin-bottom: 2.0654em;
}

/* line 218, ../sass/base/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.55864em;
  margin-top: 2.55864em;
  margin-bottom: 2.55864em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 225, ../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 231, ../sass/base/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 236, ../sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 241, ../sass/base/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666666;
  padding-bottom: -1px;
  margin: 1.71429em 0;
}

/* Address styling not present in IE 8/9. */
/* line 250, ../sass/base/_normalize.scss */
mark {
  background: #ff0;
  color: black;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 261, ../sass/base/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.71429em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 270, ../sass/base/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 282, ../sass/base/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 287, ../sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 293, ../sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 299, ../sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 302, ../sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 312, ../sass/base/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.71429em 0;
}

/* line 319, ../sass/base/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 324, ../sass/base/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 331, ../sass/base/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 349, ../sass/base/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

/* Correct overflow displayed oddly in IE 9. */
/* line 370, ../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 375, ../sass/base/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 391, ../sass/base/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.07143em;
  padding-top: 0.52857em;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  padding-bottom: 1.04286em;
  border-left-style: solid;
  border-left-width: 0.07143em;
  padding-left: 1.04286em;
  border-right-style: solid;
  border-right-width: 0.07143em;
  padding-right: 1.04286em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 406, ../sass/base/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 424, ../sass/base/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 441, ../sass/base/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 452, ../sass/base/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 468, ../sass/base/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 480, ../sass/base/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 491, ../sass/base/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 505, ../sass/base/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 515, ../sass/base/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 521, ../sass/base/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 530, ../sass/base/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 536, ../sass/base/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 544, ../sass/base/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 22, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #cccccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 66, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666666;
  color: white;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.header__logo {
  margin-bottom: 0;
  margin-left: -1px !important;
  margin-right: auto;
  margin-top: 0;
  max-width: 117px;
  padding: 0 1px 0 0;
}

/* Logo image. */
/* line 91, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 96, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 101, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.71429em;
}

/* The link around the name of the website. */
/* line 109, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: black;
  text-decoration: none;
}
/* line 115, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 121, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 126, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 131, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 139, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 143, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 154, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 159, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 173, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 177, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 193, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 200, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.71429em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 215, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 224, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 234, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 237, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 242, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333333;
}

/* System status report. */
/* line 248, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 253, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffece5;
  color: #840;
}

/* line 258, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 268, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbbbbb \0/ie;
  margin: 1.71429em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 278, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 282, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.71429em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 295, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 304, ../sass/components/_misc.scss */
.is-active.tabs-primary__tab {
  border-bottom-color: white;
}

/* line 310, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 320, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 324, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: white;
}

/* Secondary tabs. */
/* line 348, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.71429em;
}

/* line 355, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.85714em 3px;
}

/* line 361, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666666;
  padding: 0 .5em;
}

/* line 370, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999999;
  color: #333333;
}

/* line 375, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666666;
  border-color: black;
  color: white;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 403, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 407, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 415, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 422, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 428, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 443, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 448, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 460, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 465, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 475, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.71429em;
}

/**
 * Menus.
 */
/* line 482, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 489, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 496, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 505, ../sass/components/_misc.scss */
.menu a.active {
  color: black;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 515, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 526, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 554, ../sass/components/_misc.scss */
.comments {
  margin: 1.71429em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 559, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 565, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 568, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 575, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 585, ../sass/components/_misc.scss */
.form-item {
  margin: 1.71429em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 590, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 597, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 604, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 609, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 616, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 622, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 627, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 633, ../sass/components/_misc.scss */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/* Password confirmation. */
/* line 639, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 644, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 656, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 663, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.71429em;
}

/* line 667, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 671, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.71429em 0;
}

/**
 * Drupal admin tables.
 */
/* line 679, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #cccccc;
}
/* line 684, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #cccccc;
}
/* line 687, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 692, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #cccccc;
  padding: 0.1em 0.6em;
}

/* line 697, ../sass/components/_misc.scss */
tr.even {
  background-color: white;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 712, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 718, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 723, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #cccccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 734, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: white;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 745, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 754, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 761, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 773, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 776, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 779, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 788, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 797, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 800, ../sass/components/_misc.scss */
.progress .bar {
  background: #cccccc;
  border-color: #666666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 806, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1450315500');
}

/* line 4, ../sass/components/_elements.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, ../sass/components/_elements.scss */
html, body {
  font-size: 14px;
}

/* line 10, ../sass/components/_elements.scss */
html {
  height: 100%;
}

/* line 13, ../sass/components/_elements.scss */
body {
  line-height: 21px;
  line-height: 1.5rem;
  font-size: 14px;
  font-size: 1rem;
  color: #666666;
  cursor: inherit;
  background-color: #f7f6f4;
}

/* line 22, ../sass/components/_elements.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 1.1em;
  color: black;
  margin: 0px;
  font-weight: normal;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
}

/* line 29, ../sass/components/_elements.scss */
h3, h4, h5, h6 {
  font-size: 1.1em;
  color: black;
  margin: 0px;
  font-weight: normal;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  line-height: 130%;
}

/* line 38, ../sass/components/_elements.scss */
h1 {
  font-size: 28px;
  font-size: 2rem;
  line-height: 130%;
}

/* line 43, ../sass/components/_elements.scss */
h2 {
  font-size: 21px;
  font-size: 1.5rem;
}

/* line 47, ../sass/components/_elements.scss */
h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 140%;
}

/* line 54, ../sass/components/_elements.scss */
h4 {
  font-size: 14px;
  font-size: 1rem;
}

/* line 58, ../sass/components/_elements.scss */
h5 {
  font-size: 11.62px;
  font-size: 0.83rem;
}

/* line 61, ../sass/components/_elements.scss */
h6 {
  font-size: 9.38px;
  font-size: 0.67rem;
}

/* line 65, ../sass/components/_elements.scss */
h4 {
  color: #666;
  font-weight: 700;
  font-size: 15px;
}

/* line 71, ../sass/components/_elements.scss */
a {
  color: #9f8759;
  text-decoration: none;
  outline: none !important;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 76, ../sass/components/_elements.scss */
a:hover {
  text-decoration: none;
  color: #990000;
}
/* line 80, ../sass/components/_elements.scss */
a.feed-icon {
  display: block;
  clear: both;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
}
/* line 86, ../sass/components/_elements.scss */
a.feed-icon:before {
  content: 'RSS';
}
/* line 89, ../sass/components/_elements.scss */
a.feed-icon > img {
  display: none;
}

/* line 95, ../sass/components/_elements.scss */
img {
  width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
}

/* line 101, ../sass/components/_elements.scss */
p {
  margin: 0 0 20px;
  margin: 0 0 1.42857rem;
  padding: 0;
}

/* line 106, ../sass/components/_elements.scss */
iframe:not(.twitter-timeline) {
  max-width: 100%;
  margin-bottom: 10px;
}

/* line 110, ../sass/components/_elements.scss */
ul, ol, dl {
  font-family: inherit;
  font-size: 1em;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.25em;
  margin-top: 0;
}

/* line 118, ../sass/components/_elements.scss */
.menu, ol, ul, .item-list ul {
  margin-left: 1em;
  margin-top: 0;
  padding: 0;
}

/* line 128, ../sass/components/_elements.scss */
.menu,
ol,
ul,
.item-list ul {
  padding: 0;
  margin-left: 1em;
}

/* line 136, ../sass/components/_elements.scss */
ul ul, ul ol, ol ul, ol ol,
.item-list ul ul,
.item-list ul ol,
.item-list ol ul,
.item-list ol ol {
  margin-left: 2em;
}

/* line 139, ../sass/components/_elements.scss */
ul.links {
  margin-left: 1em;
}

/* line 142, ../sass/components/_elements.scss */
ul.tabs {
  margin-left: 0;
}

/* line 145, ../sass/components/_elements.scss */
dl {
  padding: 0;
}

/* line 151, ../sass/components/_elements.scss */
strong,
dfn,
caption,
th {
  font-weight: 700;
}

/* line 154, ../sass/components/_elements.scss */
strong {
  color: #333333;
}

/* line 157, ../sass/components/_elements.scss */
em {
  font-family: "WalbaumItalic", serif;
  font-style: normal;
}

/* line 162, ../sass/components/_elements.scss */
iframe:not(.twitter-timeline), object, embed {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  /* line 162, ../sass/components/_elements.scss */
  iframe:not(.twitter-timeline), object, embed {
    height: auto;
    width: auto;
  }
}

/**
 * @file
 * Form Styling
 */
/* line 181, ../sass/components/_elements.scss */
table,
tr,
td,
td.block {
  border-color: #cccccc;
}

/* line 185, ../sass/components/_elements.scss */
td {
  border-right: 2px solid white;
}
/* line 188, ../sass/components/_elements.scss */
td:first-child, td.block:first-child {
  border-left: none;
  border-right: 2px solid white;
}
/* line 195, ../sass/components/_elements.scss */
td.region, td.module, td.container td.category {
  border-top: none;
  border-bottom: none;
}
/* line 201, ../sass/components/_elements.scss */
td:last-child {
  border-right: none;
}

/* line 207, ../sass/components/_elements.scss */
table {
  border-spacing: 0;
  font: 100%;
  margin: 10px 0 1.5em;
  padding: 0;
  width: 100%;
  border-style: none;
  border-width: 0;
}
/* line 215, ../sass/components/_elements.scss */
table a.ext {
  word-break: break-all;
}
/* line 218, ../sass/components/_elements.scss */
table.sticky-header {
  background-color: #333333;
  border: medium none;
  z-index: 9;
}
/* line 223, ../sass/components/_elements.scss */
table.sticky-header tr {
  border: medium none;
}
/* line 226, ../sass/components/_elements.scss */
table.sticky-header th {
  border-left: 1px solid #555555;
  border-right: medium none;
}
/* line 230, ../sass/components/_elements.scss */
table.sticky-header select {
  max-width: 100px;
}
/* line 234, ../sass/components/_elements.scss */
table.sticky-header .title-author .node-title {
  font-size: 14px;
}
/* line 239, ../sass/components/_elements.scss */
table caption {
  padding: 0px 0 8px;
  caption-side: top;
  font-weight: bold;
  color: #7b9d9a;
  font-size: 1.17rem;
}
/* line 246, ../sass/components/_elements.scss */
table tr.odd .form-item, table tr.even .form-item {
  white-space: normal;
  margin: 3px 0;
}

/* line 255, ../sass/components/_elements.scss */
table,
td,
th {
  vertical-align: text-top;
}

/* line 260, ../sass/components/_elements.scss */
caption,
th,
td {
  text-align: left;
}

/* line 263, ../sass/components/_elements.scss */
thead th {
  background-color: #333333;
  border-width: 0px 2px 0;
  border-style: solid;
  border-color: white white white white;
  color: white;
  font-weight: 700;
  font-size: 85%;
  text-transform: uppercase;
  padding: 10px 8px;
}
/* line 273, ../sass/components/_elements.scss */
thead th a {
  color: white;
}
/* line 275, ../sass/components/_elements.scss */
thead th a.active {
  color: white;
}
/* line 278, ../sass/components/_elements.scss */
thead th a:hover {
  color: white;
  text-decoration: underline;
}

/* line 286, ../sass/components/_elements.scss */
th a.active {
  color: #eee;
}
/* line 289, ../sass/components/_elements.scss */
th a:hover {
  color: #eee;
  text-decoration: underline;
}
/* line 294, ../sass/components/_elements.scss */
th.active img {
  background: none;
  box-shadow: none;
  margin-left: 8px;
  padding: 0;
  border: none;
}
/* line 300, ../sass/components/_elements.scss */
th.active img:hover {
  opacity: 1;
}

/* line 306, ../sass/components/_elements.scss */
td,
td.block {
  border-width: 0;
  border-style: solid;
  padding: 10px 10px 12px;
  position: static;
  border-right: 2px solid white;
}

/* line 314, ../sass/components/_elements.scss */
tr {
  border-width: 1px 0 1px 0;
  border-style: solid;
}
/* line 318, ../sass/components/_elements.scss */
tr.even, tr.odd {
  border: none;
}
/* line 322, ../sass/components/_elements.scss */
tr.odd td.active {
  background-color: #eee;
}
/* line 326, ../sass/components/_elements.scss */
tr.even td.active {
  background-color: #f7f7f7;
}
/* line 330, ../sass/components/_elements.scss */
tr.even:hover, tr.odd:hover {
  background-color: #e3e9e9;
}
/* line 335, ../sass/components/_elements.scss */
tr.odd, tr.info {
  background-color: #f1f4f4;
}
/* line 338, ../sass/components/_elements.scss */
tr.even {
  background-color: white;
}
/* line 341, ../sass/components/_elements.scss */
tr.drag {
  background-color: #fffff0;
}
/* line 344, ../sass/components/_elements.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 352, ../sass/components/_elements.scss */
td.region, td.module, td.container td.category {
  background-color: #eee;
  color: #222;
  font-weight: 700;
}

/* line 361, ../sass/components/_elements.scss */
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

/* line 366, ../sass/components/_elements.scss */
table.views-view-grid tr, table.no-border tr {
  border: none;
}
/* line 371, ../sass/components/_elements.scss */
table.views-view-grid td:first-child, table.views-view-grid td.block:first-child, table.no-border td:first-child, table.no-border td.block:first-child {
  border-left: none;
  border-right: none;
}
/* line 378, ../sass/components/_elements.scss */
table.views-view-grid td,
table.views-view-grid td.block, table.no-border td,
table.no-border td.block {
  border-right: none;
}

/* line 383, ../sass/components/_elements.scss */
table.no-background tr.odd, table.no-background tr.info {
  background-color: white;
}
/* line 386, ../sass/components/_elements.scss */
table.no-background tr.even:hover, table.no-background tr.odd:hover {
  background-color: white;
}

/* line 390, ../sass/components/_elements.scss */
thead[style*="position: fixed;"] {
  display: table;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  /* line 396, ../sass/components/_elements.scss */
  thead[style*="position: static;"], thead.tableFloatingHeaderOriginal {
    display: none;
  }

  /* line 399, ../sass/components/_elements.scss */
  thead[style*="position: fixed;"] {
    display: table-header-group !important;
  }

  /* line 402, ../sass/components/_elements.scss */
  thead.tableFloatingHeader {
    display: table-header-group !important;
  }

  /* Safari 5+ ONLY */
  /* line 407, ../sass/components/_elements.scss */
  ::i-block-chrome, .someClass {
    color: black;
  }
}
/* line 412, ../sass/components/_elements.scss */
.logged-in thead[style*="position: fixed;"] {
  margin-top: 79px !important;
}

/* Forum */
/* line 417, ../sass/components/_elements.scss */
#forum td.container .icon {
  background: url(../../../themeski/images/main-topic-icon.png) no-repeat left top transparent;
  margin-right: 5px;
  float: left;
  height: 18px;
  width: 20px;
}

/* line 425, ../sass/components/_elements.scss */
#forum th {
  border-bottom: none;
  white-space: nowrap;
}
/* line 430, ../sass/components/_elements.scss */
#forum tr td.forum {
  background-image: url(../../../themeski/images/forum-default.png) no-repeat 0 50% transparent;
  background-position: 5px 5px;
  padding-left: 30px;
  padding-left: 10px;
}
/* line 435, ../sass/components/_elements.scss */
#forum tr td.forum .name {
  padding-left: 5px;
}
/* line 439, ../sass/components/_elements.scss */
#forum div.indent {
  margin-left: 7px;
}
/* line 444, ../sass/components/_elements.scss */
#forum td.container .name a {
  font-size: 1.167em;
}

/* line 456, ../sass/components/_elements.scss */
#forum th.active a.active img {
  padding: 0;
  margin-left: 10px;
}

/* line 463, ../sass/components/_elements.scss */
table th {
  font-weight: bold;
}

/* line 464, ../sass/components/_elements.scss */
table td, table th {
  padding: 6px 9px;
  text-align: left;
  vertical-align: middle;
}

/* Mobile */
@media only screen and (max-width: 767px) {
  /* line 467, ../sass/components/_elements.scss */
  table.responsive {
    margin-bottom: 0;
    margin-top: 0;
  }

  /* line 468, ../sass/components/_elements.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: white;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
  }

  /* line 469, ../sass/components/_elements.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
    margin-top: 0;
  }

  /* line 470, ../sass/components/_elements.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  /* line 471, ../sass/components/_elements.scss */
  .pinned td:last-child {
    border-bottom: 0;
  }

  /* line 472, ../sass/components/_elements.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #cccccc;
  }

  /* line 473, ../sass/components/_elements.scss */
  div.table-wrapper div.scrollable {
    margin-left: 35%;
  }

  /* line 474, ../sass/components/_elements.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  /* line 475, ../sass/components/_elements.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 476, ../sass/components/_elements.scss */
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child {
    display: none;
  }

  /* line 477, ../sass/components/_elements.scss */
  .pinned table.responsive th:first-child, .pinned table.responsive td:first-child, .pinned table.responsive td:first-child {
    display: block;
  }
}
@media screen and (max-width: 989px) {
  /* line 481, ../sass/components/_elements.scss */
  table {
    overflow-x: auto;
    display: block;
    width: auto !important;
  }
  /* line 485, ../sass/components/_elements.scss */
  table tr td {
    width: auto !important;
  }
}
/*
 * Styles for Tabs
 */
/*
 * Primary tabs
 */
/* line 501, ../sass/components/_elements.scss */
ul.primary {
  white-space: inherit;
  margin-left: 0px;
}
/* line 505, ../sass/components/_elements.scss */
ul.primary li {
  display: inline-block;
  list-style: none;
  margin-left: 6px;
  margin-top: 5px;
}
/* line 510, ../sass/components/_elements.scss */
ul.primary li a {
  display: inline-block;
  padding: 4px 18px;
  margin: 0;
  position: relative;
  white-space: nowrap;
  top: 1px;
  text-decoration: none;
}
/* line 518, ../sass/components/_elements.scss */
ul.primary li a:hover {
  text-decoration: none;
  background: white;
}
/* line 523, ../sass/components/_elements.scss */
ul.primary li.is-active.tabs-primary__tab {
  margin: 5px 3px 0;
}
/* line 527, ../sass/components/_elements.scss */
ul.primary .ui-state-active a, ul.primary .ui-state-active a:link, ul.primary .ui-state-active a:visited {
  color: white !important;
}
/* line 532, ../sass/components/_elements.scss */
ul.primary li.active:hover {
  background: none;
}
/* line 537, ../sass/components/_elements.scss */
ul.primary a:link,
ul.primary a:visited {
  letter-spacing: 1px;
  text-align: center;
}
/* line 543, ../sass/components/_elements.scss */
ul.primary a.active {
  background: white;
  border-with: 1px;
  border-style: solid;
  color: #2f2f2f;
  text-decoration: none;
  border: none;
  padding: 4px 18px;
}
/* line 551, ../sass/components/_elements.scss */
ul.primary a.active:hover {
  text-decoration: none;
}

/*
 * Secondary tabs
 */
/* line 560, ../sass/components/_elements.scss */
ul.secondary {
  margin-top: 1.5em;
  /* Collapse bottom margin of ul.primary. */
  margin-left: 10px;
}
/* line 563, ../sass/components/_elements.scss */
ul.secondary li {
  list-style: none;
  display: inline;
  margin-right: 15px;
  line-height: 2.5em;
}
/* line 570, ../sass/components/_elements.scss */
ul.secondary a:link,
ul.secondary a:visited {
  outline: 0;
}
/* line 574, ../sass/components/_elements.scss */
ul.secondary a:hover,
ul.secondary a:focus {
  outline: none;
}
/* line 577, ../sass/components/_elements.scss */
ul.secondary a.active {
  color: #2f2f2f;
  border-bottom: 4px solid #2f2f2f;
}
/* line 580, ../sass/components/_elements.scss */
ul.secondary a.active:hover {
  text-decoration: none;
}
/* line 584, ../sass/components/_elements.scss */
ul.secondary a:active {
  outline: 0;
}

/******************************
* Overlay *
******************************/
/* line 591, ../sass/components/_elements.scss */
#overlay {
  margin-top: 30px;
}
/* line 612, ../sass/components/_elements.scss */
#overlay .l-header-top,
#overlay .header,
#overlay .footer,
#overlay .sticky,
#overlay #header-wrapper,
#overlay #menu-bar-wrapper,
#overlay .page-title-wrapper,
#overlay #featured-wrapper,
#overlay #sidebar-first,
#overlay #top-panel-wrapper,
#overlay #footer-wrapper,
#overlay #page-title,
#overlay #bottom-panels-wrapper,
#overlay #page-footer,
#overlay #footer-panel-wrapper,
#overlay .title-replacement,
#overlay .l-footer-columns,
#overlay .font-resize,
#overlay #secondary-menu {
  display: none;
}
/* line 616, ../sass/components/_elements.scss */
#overlay .container {
  max-width: 100%;
}
/* line 620, ../sass/components/_elements.scss */
#overlay #content-wrapper {
  margin-bottom: 0;
}
/* line 624, ../sass/components/_elements.scss */
#overlay #columns {
  margin-top: 0;
}
/* line 628, ../sass/components/_elements.scss */
#overlay #page {
  background-color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 635, ../sass/components/_elements.scss */
.hidden-page-title #page-title {
  display: none;
}

/* line 640, ../sass/components/_elements.scss */
.column, .columns {
  padding-left: 10px;
  padding-right: 10px;
}

/* line 647, ../sass/components/_elements.scss */
.node-detail__date p {
  color: #bbb;
  font-size: 13px;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  line-height: 140%;
  margin: 0 0 20px;
}

/* line 656, ../sass/components/_elements.scss */
.panel-pane.pane-page-title {
  margin-bottom: 25px;
  margin-top: 19px;
}

/*contextual  */
/* line 664, ../sass/components/_elements.scss */
.contextual-links-wrapper a.contextual-links-trigger {
  background-color: #9f8759;
  background-image: url("../images/icon-options.png");
  background-position: center 3px;
  content: "";
  height: 23px !important;
  padding: 0;
  width: 23px !important;
}

/* line 676, ../sass/components/_elements.scss */
.contextual-links-wrapper a.contextual-links-trigger:hover,
.contextual-links-wrapper div.contextual-links-active a.contextual-links-trigger {
  background-position: center -32px;
}

/* line 682, ../sass/components/_elements.scss */
a.contextual-links-trigger:hover,
div.contextual-links-active a.contextual-links-trigger {
  background-position: center -32px;
}

/* line 687, ../sass/components/_elements.scss */
ul.action-links li a::before {
  border-width: 11px 0 0 3px;
  left: 0;
  top: 8px;
}

/* line 693, ../sass/components/_elements.scss */
ul.action-links li a::after, ul.action-links li a::before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

/* line 701, ../sass/components/_elements.scss */
ul.action-links li a::after {
  border-width: 3px 0 0 11px;
  left: -4px;
  top: 12px;
}

/* line 707, ../sass/components/_elements.scss */
ul.action-links li a::after, ul.action-links li a::before {
  border-style: solid;
  content: "";
  height: 0;
  position: absolute;
  width: 0;
}

/* line 715, ../sass/components/_elements.scss */
ul.action-links li a {
  color: #9f8759;
  padding: 5px 0 4px 15px;
  position: relative;
}

/* line 721, ../sass/components/_elements.scss */
ul.action-links {
  margin-left: 5px;
  margin-top: 5px;
  float: left;
  margin-right: 15px;
}
/* line 727, ../sass/components/_elements.scss */
ul.action-links li {
  list-style: none;
}

/* line 732, ../sass/components/_elements.scss */
.action-links-wrapper {
  width: 100%;
  clear: both;
}
/* line 736, ../sass/components/_elements.scss */
.action-links-wrapper .action-links {
  float: left;
  margin-right: 15px;
}
/* line 740, ../sass/components/_elements.scss */
.action-links-wrapper .action-links li {
  list-style: none;
}

/* line 747, ../sass/components/_elements.scss */
.panel-col-first ul,
.panel-col-second ul {
  list-style-type: none;
  margin-bottom: 15px !important;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
}
/* line 757, ../sass/components/_elements.scss */
.panel-col-first ul li,
.panel-col-second ul li {
  background: rgba(0, 0, 0, 0) url("../images/ul-li.png") no-repeat scroll 0 8px;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  line-height: 22px;
}

/* line 768, ../sass/components/_elements.scss */
a:focus,
a:hover,
a:active {
  outline: none;
}

/* line 773, ../sass/components/_elements.scss */
.button,
.form-submit {
  background-color: #9f8759;
  border: medium none;
  border-radius: 4px;
  box-shadow: none;
  color: white;
  font-weight: normal;
  padding: 5px 7px;
  text-shadow: 0 0 0;
  margin-right: 10px;
}
/* line 784, ../sass/components/_elements.scss */
.button:hover,
.form-submit:hover {
  background-color: #8e7059;
}

/* line 789, ../sass/components/_elements.scss */
.form-text {
  padding: 5px 7px;
}

/* table custom */
/* line 794, ../sass/components/_elements.scss */
table, td {
  color: #666;
  font-size: 1em;
}

/* line 799, ../sass/components/_elements.scss */
th {
  font-size: 1em;
  font-weight: bold;
  text-align: left;
}

/* line 806, ../sass/components/_elements.scss */
div.contextual-links-wrapper {
  z-index: 1000;
}

/* line 810, ../sass/components/_elements.scss */
ul.pager li {
  background: none;
}

/* line 816, ../sass/components/_elements.scss */
.panel-col-first .file-icon,
.panel-col-second .file-icon {
  display: none;
}

/*************************
* Add Medium block grid
************************/
/* line 7, ../sass/helpers/_grid-classes.scss */
.clearfix:before, .clearfix:after,
.row:before,
.row:after {
  content: '';
  display: table;
}
/* line 12, ../sass/helpers/_grid-classes.scss */
.clearfix:after,
.row:after {
  clear: both;
}

/* line 16, ../sass/helpers/_grid-classes.scss */
.row {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 15px;
}
@media (min-width: 1020px) {
  /* line 16, ../sass/helpers/_grid-classes.scss */
  .row {
    padding: 0 10px;
  }
}

/* line 28, ../sass/helpers/_grid-classes.scss */
.column,
.columns {
  float: left;
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media only screen {
  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-1 {
    width: 8.33333%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-2 {
    width: 16.66667%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-3 {
    width: 25%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-4 {
    width: 33.33333%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-5 {
    width: 41.66667%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-6 {
    width: 50%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-7 {
    width: 58.33333%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-8 {
    width: 66.66667%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-9 {
    width: 75%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-10 {
    width: 83.33333%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-11 {
    width: 91.66667%;
  }

  /* line 50, ../sass/helpers/_grid-classes.scss */
  .small-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-1 {
    width: 8.33333%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-2 {
    width: 16.66667%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-3 {
    width: 25%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-4 {
    width: 33.33333%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-5 {
    width: 41.66667%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-6 {
    width: 50%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-7 {
    width: 58.33333%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-8 {
    width: 66.66667%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-9 {
    width: 75%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-10 {
    width: 83.33333%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-11 {
    width: 91.66667%;
  }

  /* line 56, ../sass/helpers/_grid-classes.scss */
  .medium-12 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-1 {
    width: 8.33333%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-2 {
    width: 16.66667%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-3 {
    width: 25%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-4 {
    width: 33.33333%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-5 {
    width: 41.66667%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-6 {
    width: 50%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-7 {
    width: 58.33333%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-8 {
    width: 66.66667%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-9 {
    width: 75%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-10 {
    width: 83.33333%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-11 {
    width: 91.66667%;
  }

  /* line 62, ../sass/helpers/_grid-classes.scss */
  .large-12 {
    width: 100%;
  }
}
/* line 67, ../sass/helpers/_grid-classes.scss */
[class*="block-grid-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: block;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}
/* line 75, ../sass/helpers/_grid-classes.scss */
[class*="block-grid-"] > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0 10px 10px;
}

@media only screen and (max-width: 767px) {
  /* line 96, ../sass/helpers/_grid-classes.scss */
  [class*="block-grid-"] > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    padding: 0 10px 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-1 > li {
    width: 100%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-1 > li:nth-child(1n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-2 > li {
    width: 50%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-2 > li:nth-child(2n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-3 > li:nth-child(3n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-4 > li {
    width: 25%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-4 > li:nth-child(4n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-5 > li {
    width: 20%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-5 > li:nth-child(5n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-6 > li:nth-child(6n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-7 > li:nth-child(7n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-8 > li:nth-child(8n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-9 > li:nth-child(9n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-10 > li {
    width: 10%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-10 > li:nth-child(10n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-11 > li:nth-child(11n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .small-block-grid-12 > li:nth-child(12n + 1) {
    clear: both;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-1 > li {
    width: 100%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-1 > li:nth-child(1n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-2 > li {
    width: 50%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-2 > li:nth-child(2n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-3 > li:nth-child(3n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-4 > li {
    width: 25%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-4 > li:nth-child(4n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-5 > li {
    width: 20%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-5 > li:nth-child(5n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-6 > li:nth-child(6n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-7 > li:nth-child(7n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-8 > li:nth-child(8n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-9 > li:nth-child(9n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-10 > li {
    width: 10%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-10 > li:nth-child(10n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-11 > li:nth-child(11n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .medium-block-grid-12 > li:nth-child(12n + 1) {
    clear: both;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-1 > li {
    width: 100%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-1 > li:nth-child(1n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-2 > li {
    width: 50%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-2 > li:nth-child(2n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-3 > li:nth-child(3n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-4 > li {
    width: 25%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-4 > li:nth-child(4n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-5 > li {
    width: 20%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-5 > li:nth-child(5n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-6 > li:nth-child(6n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-7 > li:nth-child(7n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-8 > li:nth-child(8n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-9 > li:nth-child(9n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-10 > li {
    width: 10%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-10 > li:nth-child(10n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-11 > li:nth-child(11n + 1) {
    clear: both;
  }

  /* line 84, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
  }
  /* line 87, ../sass/helpers/_grid-classes.scss */
  .large-block-grid-12 > li:nth-child(12n + 1) {
    clear: both;
  }
}
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: auto;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* line 46, ../sass/layouts/_responsive.scss */
#header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/* Containers for grid items and flow items. */
/* line 46, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 60, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding-top: 1.5em;
    position: relative;
  }

  /* line 65, ../sass/layouts/_responsive.scss */
  #navigation {
    /* Move the navbar up inside #main's padding. */
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media all and (min-width: 480px) and (max-width: 959px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 86, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 88, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 93, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 2 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 3rd column from left. */
  }
  /* line 103, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }
  /* line 108, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 116, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 2 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Start a new row and span all 3 columns. */
  }
  /* line 118, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  /* line 123, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
  }
  /* line 128, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
    /* Apply the shared properties of grid items in a single, efficient ruleset. */
    /* Span 1 column, starting in the 1st column from left. */
    /* Span 1 column, starting in the 2nd column from left. */
    /* Span 1 column, starting in the 3rd column from left. */
  }
  /* line 134, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  /* line 138, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  }
  /* line 143, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  }
  /* line 147, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /**
   * The layout when there is only one sidebar, the left one.
   */
  /* line 164, ../sass/layouts/_responsive.scss */
  .sidebar-first {
    /* Span 4 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
  }
  /* line 166, ../sass/layouts/_responsive.scss */
  .sidebar-first #content {
    float: left;
    width: 80%;
    margin-left: 20%;
    margin-right: -100%;
  }
  /* line 171, ../sass/layouts/_responsive.scss */
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }

  /**
   * The layout when there is only one sidebar, the right one.
   */
  /* line 179, ../sass/layouts/_responsive.scss */
  .sidebar-second {
    /* Span 4 columns, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 181, ../sass/layouts/_responsive.scss */
  .sidebar-second #content {
    float: left;
    width: 80%;
    margin-left: 0%;
    margin-right: -80%;
  }
  /* line 186, ../sass/layouts/_responsive.scss */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */
  /* line 194, ../sass/layouts/_responsive.scss */
  .two-sidebars {
    /* Span 3 columns, starting in 2nd column from left. */
    /* Span 1 column, starting in 1st column from left. */
    /* Span 1 column, starting in 5th column from left. */
  }
  /* line 196, ../sass/layouts/_responsive.scss */
  .two-sidebars #content {
    float: left;
    width: 60%;
    margin-left: 20%;
    margin-right: -80%;
  }
  /* line 201, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 20%;
    margin-left: 0%;
    margin-right: -20%;
  }
  /* line 206, ../sass/layouts/_responsive.scss */
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 20%;
    margin-left: 80%;
    margin-right: -100%;
  }
}
@media all and (max-width: 479px) {
  /* event-sub-list */
  /* line 215, ../sass/layouts/_responsive.scss */
  .event-sub-list ul {
    margin: 0;
  }
  /* line 219, ../sass/layouts/_responsive.scss */
  .event-sub-list .views-row {
    width: 100%;
    text-align: center;
    float: none;
  }

  /* reponsevi style component grid gallery */
  /* line 227, ../sass/layouts/_responsive.scss */
  .list-seemore {
    margin: 0;
  }
  /* line 230, ../sass/layouts/_responsive.scss */
  .list-seemore .views-row {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
  }

  /* reponsevi style component grid gallery */
  /* line 241, ../sass/layouts/_responsive.scss */
  .component-list-grid-gallery .component-list-grid-gallery-item {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  /* line 247, ../sass/layouts/_responsive.scss */
  .component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__title {
    float: none !important;
    display: inline-block;
  }
  /* line 252, ../sass/layouts/_responsive.scss */
  .component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__image img {
    height: auto;
    width: auto;
  }
}
@media (max-width: 479px) {
  /* line 262, ../sass/layouts/_responsive.scss */
  [class*="block-grid-"] {
    margin: 0 !important;
  }

  /* line 266, ../sass/layouts/_responsive.scss */
  [class*="block-grid-"] > li {
    display: block;
    float: none;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media all and (max-width: 639px) {
  /* reponsevi style component-gallery-filter */
  /* line 283, ../sass/layouts/_responsive.scss */
  .component-gallery-filter .views-exposed-widgets .views-exposed-widget {
    margin: 0 auto 10px;
    margin: 0 auto 0.71429rem;
    display: block !important;
  }

  /* main page */
  /* line 291, ../sass/layouts/_responsive.scss */
  #main {
    padding-bottom: 40px !important;
    padding-bottom: 2.85714rem !important;
  }

  /* footer */
  /* line 295, ../sass/layouts/_responsive.scss */
  .region-bottom {
    padding-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  /* gallery detai */
  /* line 300, ../sass/layouts/_responsive.scss */
  div.component-gallery-filter {
    margin-bottom: 5px !important;
    margin-bottom: 0.35714rem !important;
  }

  /* line 304, ../sass/layouts/_responsive.scss */
  .row .pane-views-list .views-row {
    margin-bottom: 15px;
    text-align: center;
  }

  /* line 312, ../sass/layouts/_responsive.scss */
  .row .pane-views-style-default .views-field-field-image img,
  .row .pane-views-style-default .views-field-field-billede img,
  .row .pane-views-style-default .views-field-field-media img {
    height: auto;
    width: 100%;
  }

  /* line 317, ../sass/layouts/_responsive.scss */
  .grid-component-list .component-list-item .component-list-item-images img {
    width: 100%;
  }
}
@media all and (max-width: 639px) {
  /* line 322, ../sass/layouts/_responsive.scss */
  .component-gallery-filter .views-exposed-widgets .views-exposed-widget.element-invisible {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  /* line 328, ../sass/layouts/_responsive.scss */
  .component-gallery-filter .views-exposed-form .label-active {
    background: white url("../images/arrow-t1-down.png") no-repeat scroll 215px 8px !important;
  }
}
/* line 5, ../sass/layouts/_sitewide.scss */
.page-node .panel-col-second h3,
.page-node .panel-col-first h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.0999px;
  line-height: 140%;
  text-transform: uppercase;
  word-spacing: 1.2px;
}
/* line 15, ../sass/layouts/_sitewide.scss */
.page-node p {
  color: #666666;
  font-family: arial;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 20px;
}
/* line 23, ../sass/layouts/_sitewide.scss */
.page-node p strong,
.page-node p b {
  color: #333333;
}
/* line 28, ../sass/layouts/_sitewide.scss */
.page-node .panel-col-first.panel-panel.large-6.columns {
  padding-right: 30px;
}
/* line 31, ../sass/layouts/_sitewide.scss */
.page-node .panel-col-first.panel-panel.large-6.columns strong {
  letter-spacing: 0.5px;
}
/* line 36, ../sass/layouts/_sitewide.scss */
.page-node .center-above-wrapper {
  margin-bottom: 50px;
  margin-top: 50px;
}
@media all and (max-width: 767px) {
  /* line 36, ../sass/layouts/_sitewide.scss */
  .page-node .center-above-wrapper {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
/* line 47, ../sass/layouts/_sitewide.scss */
.page-node .panel-col-bottom .row .pane-goback {
  margin-bottom: 8px;
}
/* line 52, ../sass/layouts/_sitewide.scss */
.page-node .panel-col-feature {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  /* line 52, ../sass/layouts/_sitewide.scss */
  .page-node .panel-col-feature {
    margin-bottom: 15px;
  }
}
/* line 60, ../sass/layouts/_sitewide.scss */
.page-node .panel-col-feature .panel-full-page > div.panel-pane.row {
  background: #f7f6f4 none repeat scroll 0 0;
  padding: 0 5px;
}
/* line 66, ../sass/layouts/_sitewide.scss */
.page-node #page-title {
  line-height: 130%;
  margin: 0 auto;
  max-width: 700px;
  padding: 20px 0 0;
}
@media (max-width: 767px) {
  /* line 66, ../sass/layouts/_sitewide.scss */
  .page-node #page-title {
    padding: 0;
  }
}

/* line 78, ../sass/layouts/_sitewide.scss */
.region-bottom {
  background-color: #e4e1db;
  padding: 26px 0 29px;
}
@media all and (max-width: 767px) {
  /* line 78, ../sass/layouts/_sitewide.scss */
  .region-bottom {
    padding: 15px 0 0;
  }
}

/* line 87, ../sass/layouts/_sitewide.scss */
.panel-col-top {
  border-bottom: 1px solid #999999;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

/* line 93, ../sass/layouts/_sitewide.scss */
.panel-col-content {
  padding-top: 40px;
}
@media all and (max-width: 767px) {
  /* line 93, ../sass/layouts/_sitewide.scss */
  .panel-col-content {
    padding-top: 10px;
  }
}

/* line 101, ../sass/layouts/_sitewide.scss */
.panel-col-bottom-second {
  border-top: 1px solid #999999;
  padding-top: 15px;
}

@media (min-width: 1020px) {
  /* line 106, ../sass/layouts/_sitewide.scss */
  .row {
    padding: 0 10px;
  }
}
/* line 111, ../sass/layouts/_sitewide.scss */
.row .panel-pane {
  margin-bottom: 15px;
}

/* line 119, ../sass/layouts/_sitewide.scss */
.center-col-3-wrapper .inner-wrapper,
.center-above-wrapper .inner-wrapper,
.center-below-wrapper .inner-wrapper {
  margin: 0 -10px;
}

/*page title*/
/* line 125, ../sass/layouts/_sitewide.scss */
.pane-page-title {
  text-align: center;
}
/* line 129, ../sass/layouts/_sitewide.scss */
.pane-page-title .field-name-field-full-name,
.pane-page-title h1 {
  text-shadow: 1px 1px 1px white;
  color: #990000;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 130%;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 129, ../sass/layouts/_sitewide.scss */
  .pane-page-title .field-name-field-full-name,
  .pane-page-title h1 {
    font-size: 35px;
  }
}

/* line 146, ../sass/layouts/_sitewide.scss */
#page-title,
.page-title {
  text-shadow: 1px 1px 1px white;
  color: #990000;
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 130%;
  margin: 0 0 15px 0;
  padding: 20px 0 10px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 146, ../sass/layouts/_sitewide.scss */
  #page-title,
  .page-title {
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    padding: 0;
  }
}

/*pane title*/
/* line 166, ../sass/layouts/_sitewide.scss */
.title-underline .pane-title {
  border-bottom: 1px solid #cccccc;
  color: #990000;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 25px;
  padding: 0 0 5px;
  text-transform: uppercase;
}
/* line 175, ../sass/layouts/_sitewide.scss */
.title-underline .pane-title a {
  color: #990000;
}

/* line 180, ../sass/layouts/_sitewide.scss */
.title-center .pane-title {
  color: #990000;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 18px;
  margin-top: 2px;
  text-align: center;
  text-shadow: 1px 1px 1px white;
  text-transform: uppercase;
}

/* line 191, ../sass/layouts/_sitewide.scss */
.pane-description {
  text-shadow: 1px 1px 1px white;
  font-family: "WalbaumItalic", serif;
  font-size: 22px;
  line-height: 130%;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 191, ../sass/layouts/_sitewide.scss */
  .pane-description {
    font-size: 18px;
    margin-bottom: 10px !important;
    margin-top: 10px;
  }
}

/* line 2, ../sass/layouts/_header.scss */
.header {
  background: #e4e1db url("../images/bg-header.png") no-repeat scroll center bottom/100% 115px;
  padding-top: 14px;
}

/* line 7, ../sass/layouts/_header.scss */
.logo-center {
  margin: 0 auto -21px;
  position: relative;
  text-align: center;
  width: 118px;
  z-index: 9;
}

/* line 15, ../sass/layouts/_header.scss */
.region-header .block {
  margin-bottom: 0;
}

/* line 20, ../sass/layouts/_header.scss */
.menu-link-home-page {
  display: none;
}

/* line 25, ../sass/layouts/_header.scss */
.not-front .menu-link-home-page {
  display: block;
  float: left;
}
@media (max-width: 768px) {
  /* line 25, ../sass/layouts/_header.scss */
  .not-front .menu-link-home-page {
    display: none;
  }
}
/* line 33, ../sass/layouts/_header.scss */
.not-front .menu-link-home-page ul.menu {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}
/* line 38, ../sass/layouts/_header.scss */
.not-front .menu-link-home-page ul.menu li {
  list-style: outside none none;
  margin-right: 15px;
}
/* line 42, ../sass/layouts/_header.scss */
.not-front .menu-link-home-page ul.menu li a {
  color: #999999;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 48, ../sass/layouts/_header.scss */
.not-front .menu-link-home-page ul.menu li a:hover {
  color: #333333;
}

/* line 59, ../sass/layouts/_header.scss */
.region-navigation .block-search,
.region-navigation .block-social {
  display: none;
}

@media (max-width: 768px) {
  /* line 65, ../sass/layouts/_header.scss */
  .region-header {
    left: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
  }

  /* line 72, ../sass/layouts/_header.scss */
  #navigation {
    position: relative;
  }
  /* line 76, ../sass/layouts/_header.scss */
  #navigation.navigation .block-menu {
    position: static;
  }

  /* line 84, ../sass/layouts/_header.scss */
  .region-header .block-search,
  .region-header .block-social {
    display: none;
  }

  /* line 90, ../sass/layouts/_header.scss */
  .region-navigation .block-search {
    display: block;
    float: right;
    margin: 0 0 5px 0 !important;
  }
  /* line 95, ../sass/layouts/_header.scss */
  .region-navigation .block-search form {
    margin-bottom: 0;
  }
  /* line 100, ../sass/layouts/_header.scss */
  .region-navigation .block-social {
    display: block;
    float: left;
    margin: 5px 0 !important;
    padding: 0;
  }

  /* line 108, ../sass/layouts/_header.scss */
  .block.block-locale {
    float: right;
    padding: 0;
  }
}
/* line 2, ../sass/layouts/_navigation.scss */
.toggler-menuicon {
  cursor: pointer;
  display: none;
  font-size: 20px;
}
@media (max-width: 768px) {
  /* line 2, ../sass/layouts/_navigation.scss */
  .toggler-menuicon {
    display: inline-block;
  }
}
/* line 11, ../sass/layouts/_navigation.scss */
.toggler-menuicon.active {
  color: #990000;
}

/* line 16, ../sass/layouts/_navigation.scss */
#navigation {
  background-color: white;
  border-bottom: 1px solid #adadad;
  margin: 0;
}
@media (max-width: 480px) {
  /* line 16, ../sass/layouts/_navigation.scss */
  #navigation {
    padding: 10px 0;
  }
}
@media (min-width: 769px) {
  /* line 25, ../sass/layouts/_navigation.scss */
  #navigation ul.menu {
    display: block !important;
  }
}
/* line 30, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item {
  float: left;
  width: 16.6667%;
}
/* line 34, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item a {
  border-bottom: 1px solid white;
  display: inline-block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  line-height: 17px;
  min-height: 35px;
  padding-bottom: 9px;
  padding-top: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 47, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item a.active-trail, #navigation ul.menu li.menu__item a.active {
  border-bottom-color: #999999;
  color: #990000;
}
/* line 54, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item:nth-child(1) {
  padding-right: 50px;
  padding-right: 3.57143rem;
  width: 140px;
  width: 10rem;
}
/* line 59, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item:nth-child(2) {
  padding-right: 35px;
  padding-right: 2.5rem;
  width: 160px;
  width: 11.42857rem;
}
/* line 64, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item:nth-child(3) {
  padding-right: 135px;
  padding-right: 9.64286rem;
  width: 241px;
  width: 17.21429rem;
}
/* line 69, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item:nth-child(4) {
  width: 159px;
  width: 11.35714rem;
  padding-right: 136px;
}
/* line 74, ../sass/layouts/_navigation.scss */
#navigation ul.menu li.menu__item:nth-child(5) {
  padding-right: 50px;
  padding-right: 3.57143rem;
}
@media (max-width: 768px) {
  /* line 25, ../sass/layouts/_navigation.scss */
  #navigation ul.menu {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    -ms-column-count: auto;
    -o-column-count: auto;
    column-count: auto;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    -ms-column-gap: 0px;
    -o-column-gap: 0px;
    column-gap: 0px;
    background-color: #e4e1db;
    border-bottom: 1px solid #adadad;
    display: none;
    left: 0;
    margin: 0;
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
  }
  /* line 93, ../sass/layouts/_navigation.scss */
  #navigation ul.menu li.menu__item {
    border-top: 1px solid #adadad;
    display: block;
    float: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  /* line 101, ../sass/layouts/_navigation.scss */
  #navigation ul.menu li.menu__item:first-of-type {
    border-top: none;
  }
  /* line 105, ../sass/layouts/_navigation.scss */
  #navigation ul.menu li.menu__item a {
    border: none;
    display: block;
    margin: 0;
    min-height: inherit;
    padding: 10px;
  }
  /* line 112, ../sass/layouts/_navigation.scss */
  #navigation ul.menu li.menu__item a br {
    float: left;
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 960px) {
  /* line 122, ../sass/layouts/_navigation.scss */
  #navigation ul.menu li.menu__item a {
    font-size: 11px;
  }
}

/* line 133, ../sass/layouts/_navigation.scss */
.i18n-da #navigation ul.menu li.menu__item:nth-child(1) {
  padding-right: 50px;
  padding-right: 3.57143rem;
  width: 140px;
  width: 10rem;
}
@media (max-width: 768px) {
  /* line 133, ../sass/layouts/_navigation.scss */
  .i18n-da #navigation ul.menu li.menu__item:nth-child(1) {
    padding: 0 !important;
  }
}
/* line 141, ../sass/layouts/_navigation.scss */
.i18n-da #navigation ul.menu li.menu__item:nth-child(2) {
  padding-right: 35px;
  padding-right: 2.5rem;
  width: 160px;
  width: 11.42857rem;
}
@media (max-width: 768px) {
  /* line 141, ../sass/layouts/_navigation.scss */
  .i18n-da #navigation ul.menu li.menu__item:nth-child(2) {
    padding: 0 !important;
  }
}
/* line 150, ../sass/layouts/_navigation.scss */
.i18n-da #navigation ul.menu li.menu__item:nth-child(3) {
  padding-right: 135px;
  padding-right: 9.64286rem;
  width: 241px;
  width: 17.21429rem;
}
@media (max-width: 768px) {
  /* line 150, ../sass/layouts/_navigation.scss */
  .i18n-da #navigation ul.menu li.menu__item:nth-child(3) {
    padding: 0 !important;
  }
}
/* line 159, ../sass/layouts/_navigation.scss */
.i18n-da #navigation ul.menu li.menu__item:nth-child(4) {
  width: 159px;
  width: 11.35714rem;
  padding-right: 136px;
}
@media (max-width: 768px) {
  /* line 159, ../sass/layouts/_navigation.scss */
  .i18n-da #navigation ul.menu li.menu__item:nth-child(4) {
    padding: 0 !important;
  }
}
/* line 168, ../sass/layouts/_navigation.scss */
.i18n-da #navigation ul.menu li.menu__item:nth-child(5) {
  padding-right: 50px;
  padding-right: 3.57143rem;
}
@media (max-width: 768px) {
  /* line 168, ../sass/layouts/_navigation.scss */
  .i18n-da #navigation ul.menu li.menu__item:nth-child(5) {
    padding: 0 !important;
  }
}

/* line 180, ../sass/layouts/_navigation.scss */
.i18n-en #navigation ul.menu li.menu__item:nth-child(1) {
  padding-right: 42px;
  padding-right: 3rem;
  width: 160px;
  width: 11.42857rem;
}
@media (max-width: 768px) {
  /* line 180, ../sass/layouts/_navigation.scss */
  .i18n-en #navigation ul.menu li.menu__item:nth-child(1) {
    padding: 0 !important;
  }
}
/* line 189, ../sass/layouts/_navigation.scss */
.i18n-en #navigation ul.menu li.menu__item:nth-child(2) {
  padding-right: 78px;
  padding-right: 5.57143rem;
  width: 160px;
  width: 11.42857rem;
}
@media (max-width: 768px) {
  /* line 189, ../sass/layouts/_navigation.scss */
  .i18n-en #navigation ul.menu li.menu__item:nth-child(2) {
    padding: 0 !important;
  }
}
/* line 198, ../sass/layouts/_navigation.scss */
.i18n-en #navigation ul.menu li.menu__item:nth-child(3) {
  padding-right: 105px !important;
  width: 241px;
  width: 17.21429rem;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  /* line 198, ../sass/layouts/_navigation.scss */
  .i18n-en #navigation ul.menu li.menu__item:nth-child(3) {
    padding: 0 !important;
  }
}
/* line 209, ../sass/layouts/_navigation.scss */
.i18n-en #navigation ul.menu li.menu__item:nth-child(4) {
  width: 159px;
  width: 11.35714rem;
  padding-right: 136px;
}
@media (max-width: 768px) {
  /* line 209, ../sass/layouts/_navigation.scss */
  .i18n-en #navigation ul.menu li.menu__item:nth-child(4) {
    padding: 0 !important;
  }
}
/* line 218, ../sass/layouts/_navigation.scss */
.i18n-en #navigation ul.menu li.menu__item:nth-child(5) {
  padding-right: 50px;
  padding-right: 3.57143rem;
}
@media (max-width: 768px) {
  /* line 218, ../sass/layouts/_navigation.scss */
  .i18n-en #navigation ul.menu li.menu__item:nth-child(5) {
    padding: 0 !important;
  }
}

/* line 231, ../sass/layouts/_navigation.scss */
.i18n-fr #navigation ul.menu li.menu__item:nth-child(1) {
  padding-right: 40px;
  padding-right: 2.85714rem;
  width: 160px;
  width: 11.42857rem;
}
@media (max-width: 768px) {
  /* line 231, ../sass/layouts/_navigation.scss */
  .i18n-fr #navigation ul.menu li.menu__item:nth-child(1) {
    padding: 0 !important;
  }
}
/* line 240, ../sass/layouts/_navigation.scss */
.i18n-fr #navigation ul.menu li.menu__item:nth-child(2) {
  padding-right: 79px;
  padding-right: 5.64286rem;
  width: 160px;
  width: 11.42857rem;
}
@media (max-width: 768px) {
  /* line 240, ../sass/layouts/_navigation.scss */
  .i18n-fr #navigation ul.menu li.menu__item:nth-child(2) {
    padding: 0 !important;
  }
}
/* line 249, ../sass/layouts/_navigation.scss */
.i18n-fr #navigation ul.menu li.menu__item:nth-child(3) {
  padding-right: 105px;
  padding-right: 7.5rem;
  width: 241px;
  width: 17.21429rem;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  /* line 249, ../sass/layouts/_navigation.scss */
  .i18n-fr #navigation ul.menu li.menu__item:nth-child(3) {
    padding: 0 !important;
  }
}
/* line 260, ../sass/layouts/_navigation.scss */
.i18n-fr #navigation ul.menu li.menu__item:nth-child(4) {
  width: 159px;
  width: 11.35714rem;
  padding-right: 23px;
}
@media (max-width: 768px) {
  /* line 260, ../sass/layouts/_navigation.scss */
  .i18n-fr #navigation ul.menu li.menu__item:nth-child(4) {
    padding: 0 !important;
  }
}
/* line 269, ../sass/layouts/_navigation.scss */
.i18n-fr #navigation ul.menu li.menu__item:nth-child(5) {
  padding-right: 50px;
  padding-right: 3.57143rem;
}
@media (max-width: 768px) {
  /* line 269, ../sass/layouts/_navigation.scss */
  .i18n-fr #navigation ul.menu li.menu__item:nth-child(5) {
    padding: 0 !important;
  }
}

/* line 280, ../sass/layouts/_navigation.scss */
.style-menu-default {
  text-align: center;
}
/* line 283, ../sass/layouts/_navigation.scss */
.style-menu-default ul.menu {
  margin: 0;
}
/* line 286, ../sass/layouts/_navigation.scss */
.style-menu-default ul.menu li {
  display: inline-block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  padding-right: 26px;
  position: relative;
  text-transform: uppercase;
}
/* line 294, ../sass/layouts/_navigation.scss */
.style-menu-default ul.menu li:before {
  background: transparent url("../images/footer-seperator.png") no-repeat scroll 50% 50%;
  content: '';
  height: 2px;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 2px;
}
/* line 304, ../sass/layouts/_navigation.scss */
.style-menu-default ul.menu li.last {
  padding: 0;
}
/* line 307, ../sass/layouts/_navigation.scss */
.style-menu-default ul.menu li.last:before {
  background: none;
}
/* line 313, ../sass/layouts/_navigation.scss */
.style-menu-default ul.menu li a.active-trail,
.style-menu-default ul.menu li a.active {
  color: #990000;
}
/* line 319, ../sass/layouts/_navigation.scss */
.style-menu-default._distance {
  padding: 24px 0 13px;
  margin-bottom: 14px;
}
@media all and (max-width: 767px) {
  /* line 319, ../sass/layouts/_navigation.scss */
  .style-menu-default._distance {
    margin-bottom: 0 !important;
    padding: 5px 0 0;
  }
}

/* line 2, ../sass/layouts/_main.scss */
#main {
  padding-bottom: 50px;
  padding-top: 10px;
}
@media all and (max-width: 767px) {
  /* line 2, ../sass/layouts/_main.scss */
  #main {
    padding-bottom: 35px;
  }
}

@media (min-width: 768px) {
  /* line 2, ../sass/layouts/_footer.scss */
  #footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/* line 12, ../sass/layouts/_footer.scss */
#block-menu-menu-menu-footer .block-title {
  display: none;
}

/* line 17, ../sass/layouts/_footer.scss */
.region-footer {
  background: #f7f6f4 url("../images/footer-bg.png") repeat-x scroll center bottom;
  border-top: 1px solid #adadad;
  position: relative;
  min-height: 55px;
}
/* line 23, ../sass/layouts/_footer.scss */
.region-footer::before {
  background: rgba(0, 0, 0, 0) url("../images/footer-crown.png") no-repeat scroll 0 0;
  content: '';
  height: 40px;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  top: -36px;
  width: 51px;
}
/* line 34, ../sass/layouts/_footer.scss */
.region-footer .row {
  padding-top: 15px;
}
/* line 38, ../sass/layouts/_footer.scss */
.region-footer .block {
  margin-bottom: 21px;
}
/* line 42, ../sass/layouts/_footer.scss */
.region-footer .style-menu-default ul.menu li::before {
  top: 10px;
}
@media all and (max-width: 900px) {
  /* line 17, ../sass/layouts/_footer.scss */
  .region-footer {
    background-image: url("../images/footer-bg.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 2px solid #adadad;
    border-top: 1px solid #adadad;
    position: relative;
  }
  /* line 55, ../sass/layouts/_footer.scss */
  .region-footer > .row {
    border-bottom: 1px solid #adadad;
    margin-bottom: 3px;
  }
}

/* Component (SMACSS module) rules */
/* line 1, ../sass/components/_block-copyright.scss */
.block-copyright p {
  color: #999999;
  font-size: 10px;
  font-weight: bold;
  line-height: 135%;
  text-align: center;
  text-transform: uppercase;
}
/* line 9, ../sass/components/_block-copyright.scss */
.block-copyright p a {
  display: inline-block;
  padding-top: 5px;
}

/* line 1, ../sass/components/_block-social.scss */
.block-social {
  float: right;
  margin-right: 9px;
  margin-top: 1px;
  padding-top: 10px;
}
/* line 7, ../sass/components/_block-social.scss */
.block-social ul.social-list {
  margin: 0;
}
/* line 10, ../sass/components/_block-social.scss */
.block-social ul.social-list li {
  display: inline-block;
  list-style: none;
  padding: 0 0 0 7px;
}
/* line 15, ../sass/components/_block-social.scss */
.block-social ul.social-list li a {
  background: transparent url("../images/icoservice.png") repeat scroll 0 0;
  display: block;
  height: 18px;
  text-decoration: none;
  width: 18px;
}
/* line 22, ../sass/components/_block-social.scss */
.block-social ul.social-list li a span {
  display: none;
}
/* line 26, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.facebook {
  background-position: -150px -7px;
}
/* line 29, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.facebook:hover {
  background-position: -150px -38px;
}
/* line 34, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.twitter {
  background-position: -122px -7px;
}
/* line 37, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.twitter:hover {
  background-position: -122px -38px;
}
/* line 42, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.youtube {
  background-position: -178px -8px;
}
/* line 45, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.youtube:hover {
  background-position: -178px -39px;
}
/* line 50, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.read {
  background-position: -67px -6px;
}
/* line 53, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.read:hover {
  background-position: -67px -37px;
}
/* line 57, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.print {
  background-position: -95px -6px;
}
/* line 60, ../sass/components/_block-social.scss */
.block-social ul.social-list li a.print:hover {
  background-position: -95px -37px;
}
/* line 68, ../sass/components/_block-social.scss */
.block-social ul.social-list li:nth-child(4),
.block-social ul.social-list li:nth-child(3),
.block-social ul.social-list li:nth-child(2) {
  padding-left: 6px;
}

/* line 1, ../sass/components/_block-locale.scss */
.block-locale {
  float: left;
  padding-top: 10px;
}
/* line 5, ../sass/components/_block-locale.scss */
.block-locale ul.language-switcher-locale-url {
  margin: 0;
}
/* line 8, ../sass/components/_block-locale.scss */
.block-locale ul.language-switcher-locale-url li {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  list-style: none;
  padding-right: 6px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  /* line 8, ../sass/components/_block-locale.scss */
  .block-locale ul.language-switcher-locale-url li {
    padding-right: 4px;
  }
}
/* line 20, ../sass/components/_block-locale.scss */
.block-locale ul.language-switcher-locale-url li:last-child {
  padding-right: 0;
}
/* line 24, ../sass/components/_block-locale.scss */
.block-locale ul.language-switcher-locale-url li a {
  color: #999999;
}
/* line 28, ../sass/components/_block-locale.scss */
.block-locale ul.language-switcher-locale-url li a.active, .block-locale ul.language-switcher-locale-url li a:hover {
  color: #333333;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 38, ../sass/components/_block-locale.scss */
  .block-locale {
    padding-top: 9px;
  }

  /* line 41, ../sass/components/_block-locale.scss */
  .not-front .menu-link-home-page ul.menu {
    margin-top: 9px;
  }
}
/* line 2, ../sass/components/_block-search.scss */
.region-header .block-search {
  float: right;
  margin-right: 8px;
  margin-top: 6px;
}
/* line 7, ../sass/components/_block-search.scss */
.region-header .block-search form {
  margin-bottom: 0;
}

/* line 14, ../sass/components/_block-search.scss */
.block-search form {
  min-height: 26px;
  position: relative;
  width: 120px;
}
/* line 20, ../sass/components/_block-search.scss */
.block-search form .form-item-search-block-form .form-text {
  background: transparent;
  border-color: #c9c4b9;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px;
  color: #aba8a2;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  outline: 0;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  width: 100%;
}
/* line 36, ../sass/components/_block-search.scss */
.block-search form .form-item-search-block-form .form-text:focus {
  border-color: #666666;
  color: #666666;
}
/* line 43, ../sass/components/_block-search.scss */
.block-search form .form-actions {
  position: absolute;
  right: -8px;
  top: -1px;
}
/* line 48, ../sass/components/_block-search.scss */
.block-search form .form-actions .form-submit {
  background: transparent url("../images/icoservice.png") repeat scroll -8px -3px;
  border: 0;
  color: #666666;
  font-size: 10px;
  height: 19px;
  text-indent: -999em;
  width: 19px;
}

/* line 2, ../sass/components/_custom-owlcarousel.scss */
.owl-theme .owl-controls {
  bottom: -35px;
  margin-top: 10px;
  position: absolute;
  right: 0;
}
/* line 8, ../sass/components/_custom-owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: rgba(0, 0, 0, 0) url("../images/slide-t1-navi.png") no-repeat scroll 0 0;
  display: inline-block;
  font-size: 0;
  height: 23px;
  margin: 2px;
  padding: 0;
  width: 27px;
}
/* line 19, ../sass/components/_custom-owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev {
  height: 23px;
  width: 23px;
}
/* line 23, ../sass/components/_custom-owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
  background-position: 0 -23px;
}
/* line 28, ../sass/components/_custom-owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next {
  background-position: -23px 0;
  height: 23px;
  width: 23px;
}
/* line 33, ../sass/components/_custom-owlcarousel.scss */
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
  background-position: -23px -23px;
}

/*home page*/
/* line 43, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home img {
  line-height: 0;
  margin-bottom: 0;
}
/* line 48, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-field-slide-image {
  line-height: 0;
}
/* line 52, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing {
  opacity: 0;
  bottom: 10px;
  left: 15px;
  max-width: 292px;
  position: absolute;
}
@media (min-width: 1025px) {
  /* line 52, ../sass/components/_custom-owlcarousel.scss */
  .pane-views-slide-home .views-field-nothing {
    min-width: 292px;
  }
}
/* line 68, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .field-content {
  background: rgba(0, 0, 0, 0) url("../images/box-bg-opa80.png") repeat scroll 0 0;
  border: 1px solid #99865c;
  display: inline-block;
  padding: 15px 10px 16px;
  text-align: center;
  width: 100%;
}
/* line 77, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-title {
  color: #990000;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 23px;
  line-height: 130%;
  margin-bottom: 3px;
  text-transform: uppercase;
}
/* line 86, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-slide-description {
  color: #333333;
  display: block;
  font-family: "WalbaumItalic", serif;
  font-size: 17px;
  margin-bottom: 30px;
  position: relative;
  z-index: 9;
  line-height: 20.3px;
}
/* line 98, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-field-slide-link .item-list ul {
  margin: 0 0 9px 0;
}
/* line 101, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-field-slide-link .item-list ul li {
  list-style: none;
  margin-bottom: 10px;
}
/* line 105, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-field-slide-link .item-list ul li a {
  background: white url("../images/arrow-t1.png") no-repeat scroll 94% 50%;
  border: 1px solid #99865c;
  display: inline-block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  line-height: 22px;
  padding: 0 30px 0 25px;
  text-transform: uppercase;
}
/* line 115, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-field-slide-link .item-list ul li a:hover {
  background: #99865c url("../images/arrow-t1_on.png") no-repeat scroll 94% 50%;
  border: 1px solid #99865c;
  color: white;
  text-decoration: none;
}
/* line 124, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-field-slide-link .item-list ul li.last {
  margin-bottom: 0;
}
/* line 127, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .views-field-nothing .views-field-field-slide-link .item-list ul li.last a {
  background-position: 93.5% 50%;
  padding: 0 30px 0 25px;
}
@media (max-width: 599px) {
  /* line 52, ../sass/components/_custom-owlcarousel.scss */
  .pane-views-slide-home .views-field-nothing {
    display: none;
  }
}
/* line 153, ../sass/components/_custom-owlcarousel.scss */
.pane-views-slide-home .owl-theme .owl-controls {
  bottom: 8px;
  right: 13px;
}
@media (min-width: 1020px) {
  /* line 159, ../sass/components/_custom-owlcarousel.scss */
  .pane-views-slide-home .owl-theme .owl-controls {
    display: none !important;
  }
  /* line 164, ../sass/components/_custom-owlcarousel.scss */
  .pane-views-slide-home .owl-theme:hover .owl-controls {
    display: block !important;
  }
}

/* line 173, ../sass/components/_custom-owlcarousel.scss */
.teaser-text-italic {
  margin-bottom: 20px !important;
  line-height: 22px;
  font-size: 15px;
  color: #666;
  font-family: "WalbaumItalic", serif;
  font-style: normal;
}

/*Style tabs inline default */
/* line 4, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs {
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  margin: 0 0 30px !important;
  padding: 6px 0 6px;
}
/* line 10, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs li {
  display: inline-block;
  padding: 0 26px 0 0;
  position: relative;
  background-image: none;
  margin-bottom: 0px;
}
/* line 17, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs li:before {
  background: transparent url("../images/footer-seperator.png") no-repeat scroll 50% 50%;
  content: '';
  height: 2px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 2px;
}
/* line 27, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs li.last {
  padding: 0;
}
/* line 30, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs li.last:before {
  background: none;
}
/* line 36, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs li.active a {
  color: #990000;
}
/* line 41, ../sass/components/_tabs.scss */
.quicktabs-wrapper ul.quicktabs-tabs li a {
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  white-space: normal;
}
/* line 50, ../sass/components/_tabs.scss */
.quicktabs-wrapper .quicktabs_main {
  overflow: hidden;
  position: relative;
}
/* line 58, ../sass/components/_tabs.scss */
.quicktabs-wrapper .quicktabs_main .quicktabs-tabpage.quicktabs-hide {
  visibility: hidden;
  position: absolute;
}

/* styele tabs down line */
/* line 71, ../sass/components/_tabs.scss */
.tabs-down_line .quicktabs-wrapper ul.quicktabs-tabs {
  padding: 7px 0 7px;
}
/* line 74, ../sass/components/_tabs.scss */
.tabs-down_line .quicktabs-wrapper ul.quicktabs-tabs li {
  display: block;
  padding: 0 10px;
  position: relative;
  text-align: center;
  line-height: 140%;
  margin-bottom: 0;
}
/* line 82, ../sass/components/_tabs.scss */
.tabs-down_line .quicktabs-wrapper ul.quicktabs-tabs li:before {
  display: none;
}

/* line 90, ../sass/components/_tabs.scss */
ul.primary li a {
  display: inline-block;
  margin: 0;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
  top: 1px;
  white-space: nowrap;
}

/* component-gallery-filter */
/* line 3, ../sass/components/_gallery.scss */
.component-gallery-filter {
  text-align: center;
}
/* line 6, ../sass/components/_gallery.scss */
.component-gallery-filter .views-exposed-form .label-active {
  background: white url("../images/arrow-t1-down.png") no-repeat scroll 215px 8px;
  border: 1px solid #9f8759;
  cursor: pointer;
  text-align: center;
}
/* line 14, ../sass/components/_gallery.scss */
.component-gallery-filter .views-exposed-widgets label {
  color: #9f8759;
  display: inline-block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  top: -6px;
  margin-left: 40px;
  margin-top: 3px;
}
@media (max-width: 768px) {
  /* line 14, ../sass/components/_gallery.scss */
  .component-gallery-filter .views-exposed-widgets label {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 31, ../sass/components/_gallery.scss */
  .component-gallery-filter .views-exposed-widgets .views-exposed-widget {
    margin-left: 20px;
    margin-right: 30px;
  }
}
/* line 39, ../sass/components/_gallery.scss */
.component-gallery-filter .views-exposed-widgets {
  display: inline-block;
  width: 100%;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  /* line 39, ../sass/components/_gallery.scss */
  .component-gallery-filter .views-exposed-widgets {
    margin-bottom: 20px;
  }
}
/* line 49, ../sass/components/_gallery.scss */
.component-gallery-filter .views-exposed-widgets .views-exposed-widget {
  display: inline-block;
  float: none;
}
/* line 61, ../sass/components/_gallery.scss */
.component-gallery-filter .views-exposed-form #edit-kollection-tid-wrapper,
.component-gallery-filter .views-exposed-form #edit-place-type-tid-wrapper,
.component-gallery-filter .views-exposed-form #edit-collection-tid-wrapper,
.component-gallery-filter .views-exposed-form #edit-tax-event-tid-wrapper,
.component-gallery-filter .views-exposed-form #edit-person-tid-wrapper,
.component-gallery-filter .views-exposed-form #edit-event-tid-wrapper,
.component-gallery-filter .views-exposed-form #edit-galleritype-tid-wrapper {
  max-width: 237px;
  width: 100%;
}

/* component list grid gallery */
/* line 69, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item {
  position: relative;
  padding-bottom: 20px;
}
/* line 73, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__title {
  display: inline;
  margin-right: 10px;
}
/* line 77, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__title a {
  color: #666666;
  font-size: 15px;
  line-height: 140%;
}
/* line 82, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
/* line 98, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__date {
  font-size: 11px;
  font-size: 0.78571rem;
  color: #999999;
  display: inline-block;
  font-style: italic;
}
/* line 105, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__image {
  font-size: 0;
  line-height: 0;
}
/* line 109, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__image img {
  border-bottom: 3px solid transparent;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  /* line 109, ../sass/components/_gallery.scss */
  .component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__image img {
    max-height: 171px;
    width: 100%;
  }
}
/* line 122, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item:hover .component-list-grid-gallery__item__date,
.component-list-grid-gallery .component-list-grid-gallery-item:hover .component-list-grid-gallery__item__title a {
  color: #990000;
}
/* line 127, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item:hover .component-list-grid-gallery__item__title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}
/* line 143, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item:hover .component-list-grid-gallery__item__image {
  font-size: 0;
}
/* line 146, ../sass/components/_gallery.scss */
.component-list-grid-gallery .component-list-grid-gallery-item:hover .component-list-grid-gallery__item__image img {
  border-bottom: 3px solid #990000;
}
/* line 153, ../sass/components/_gallery.scss */
.component-list-grid-gallery ul.pager-load-more.pager {
  margin-bottom: 25px;
  margin-bottom: 1.78571rem;
  margin-top: 40px;
  margin-top: 2.85714rem;
  text-align: center;
}
/* line 158, ../sass/components/_gallery.scss */
.component-list-grid-gallery ul.pager-load-more.pager li {
  display: block;
  float: none;
}

/* slide gallery component */
/* line 166, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo {
  position: relative;
}
/* line 169, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-slide {
  background-color: transparent;
  text-align: center;
}
/* line 174, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo a.highslide {
  background: #f7f6f4;
  border: none;
  display: inline-block;
  max-width: 100%;
  outline: none;
  padding: 0 10px;
}
/* line 183, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo a.highslide:focus, .gallery-slick-slider-photo a.highslide:active {
  outline: 0 !important;
}
@media (max-width: 767px) {
  /* line 187, ../sass/components/_gallery.scss */
  .gallery-slick-slider-photo a.highslide img {
    height: auto !important;
    width: auto;
    margin: 0;
    border: none;
    min-height: 200px;
    max-height: 250px;
  }
}
@media (min-width: 768px) {
  /* line 187, ../sass/components/_gallery.scss */
  .gallery-slick-slider-photo a.highslide img {
    border: none;
    height: 530px;
    margin: 0;
  }
}
/* line 206, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-slider .slick-track,
.gallery-slick-slider-photo .slick-slider .slick-list {
  max-height: 530px;
}
@media (max-width: 767px) {
  /* line 206, ../sass/components/_gallery.scss */
  .gallery-slick-slider-photo .slick-slider .slick-track,
  .gallery-slick-slider-photo .slick-slider .slick-list {
    max-height: 200px;
  }
}
/* line 212, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-slider .slick-track iframe,
.gallery-slick-slider-photo .slick-slider .slick-list iframe {
  background: #f7f6f4 none repeat scroll 0 0;
  height: 530px;
  margin-bottom: 0 !important;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 212, ../sass/components/_gallery.scss */
  .gallery-slick-slider-photo .slick-slider .slick-track iframe,
  .gallery-slick-slider-photo .slick-slider .slick-list iframe {
    height: 250px !important;
    width: 100%;
  }
}
/* line 229, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-slider-mediatitle,
.gallery-slick-slider-photo .slick-slider-mediadescription,
.gallery-slick-slider-photo .slick-slider-photographer {
  display: none;
}
/* line 234, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-slider-mediaimage img {
  margin-bottom: 0;
}
/* line 239, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-arrow {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: rgba(0, 0, 0, 0) url("../images/slide-t1-navi.png") no-repeat scroll 0 0;
  border: none;
  bottom: 8px;
  display: inline-block;
  font-size: 0;
  height: 23px;
  left: 50%;
  margin: 2px;
  outline: none !important;
  padding: 0;
  position: absolute;
  width: 27px;
}
/* line 256, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-next.slick-arrow {
  background-position: -23px 0;
  height: 23px;
  width: 23px;
  z-index: 1000;
}
/* line 264, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-next.slick-arrow:hover, .gallery-slick-slider-photo .slick-next.slick-arrow:active, .gallery-slick-slider-photo .slick-next.slick-arrow:focus {
  outline: none !important;
}
/* line 268, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-next.slick-arrow:hover {
  background-position: -23px -23px;
}
/* line 273, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-prev.slick-arrow {
  height: 23px;
  left: auto;
  outline: none !important;
  right: 50%;
  width: 23px;
  z-index: 1000;
}
/* line 281, ../sass/components/_gallery.scss */
.gallery-slick-slider-photo .slick-prev.slick-arrow:hover {
  background-position: 0 -23px;
}

/* style galerry slick slider text */
/* line 288, ../sass/components/_gallery.scss */
.gallery-slick-slider-text {
  text-align: center;
}
/* line 292, ../sass/components/_gallery.scss */
.gallery-slick-slider-text .slick-next.slick-arrow,
.gallery-slick-slider-text .slick-prev.slick-arrow {
  display: none !important;
}
/* line 296, ../sass/components/_gallery.scss */
.gallery-slick-slider-text .slick-slider-mediatitle {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 130%;
  line-height: 130%;
  margin-bottom: 5px;
  margin-bottom: 0.35714rem;
  color: #b09976;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  text-transform: uppercase;
}
/* line 305, ../sass/components/_gallery.scss */
.gallery-slick-slider-text .slick-slider-mediadescription {
  color: #333333;
  font-size: 14px;
  line-height: 130%;
  margin: 0 auto;
  max-width: 600px;
}
/* line 312, ../sass/components/_gallery.scss */
.gallery-slick-slider-text .slick-slider-mediadescription p {
  margin-bottom: 0;
}
/* line 317, ../sass/components/_gallery.scss */
.gallery-slick-slider-text .slick-slider-photographer {
  color: #999999;
  font-size: 14px;
  margin: 0 auto;
  max-width: 600px;
}

/* style highslide-caption line box */
/* line 329, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .slide-content {
  padding: 0 60px 0 0;
}
/* line 332, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .slide-content .slick-slider-mediatitle {
  color: #b09976;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 5px;
  text-shadow: 1px 1px 1px white;
  text-transform: uppercase;
  width: 100%;
}
/* line 343, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .slide-content .slick-slider-mediadescription {
  color: #333333;
  font-family: arial;
  font-size: 12px !important;
  line-height: 130%;
  text-align: left;
  width: 100%;
}
/* line 352, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .slide-content .slick-slider-photographer {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #999999;
  line-height: 130%;
  margin-bottom: 15px;
}
/* line 360, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 10px;
}
/* line 366, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .colorbox-konghse-slider_prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: rgba(0, 0, 0, 0) url("../images/slide-t1-navi.png") no-repeat scroll 0 0;
  bottom: 8px;
  display: inline-block;
  height: 23px;
  width: 23px;
}
/* line 374, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .colorbox-konghse-slider_prev:hover {
  background-position: 0 -23px;
}
/* line 378, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .back-disabled.colorbox-konghse-slider_prev {
  background-position: 0px -46px;
}
/* line 381, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .back-disabled.colorbox-konghse-slider_prev:hover {
  background-position: 0px -46px;
}
/* line 386, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .colorbox-konghse-slider_next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: rgba(0, 0, 0, 0) url("../images/slide-t1-navi.png") no-repeat scroll -23px 0;
  display: inline-block;
  height: 23px;
  width: 23px;
}
/* line 393, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .colorbox-konghse-slider_next:hover {
  background-position: -23px -23px;
}
/* line 398, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .next-disabled.colorbox-konghse-slider_next {
  background-position: -23px -46px;
}
/* line 401, ../sass/components/_gallery.scss */
.highslide-container div .highslide-caption .highslide-caption--inner .colorbox-konghse-slider .next-disabled.colorbox-konghse-slider_next:hover {
  background-position: -23px -46px;
}

/* line 410, ../sass/components/_gallery.scss */
.sub-page-textitalick {
  color: #666666;
  font-family: 'WalbaumItalic';
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 0;
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
  text-shadow: 1px 1px 1px white;
  text-transform: initial;
}
/* line 422, ../sass/components/_gallery.scss */
.sub-page-textitalick h2 em {
  display: block;
  text-align: center;
  text-transform: none;
}
/* line 433, ../sass/components/_gallery.scss */
.sub-page-textitalick h1,
.sub-page-textitalick h2,
.sub-page-textitalick h3,
.sub-page-textitalick h4,
.sub-page-textitalick h5,
.sub-page-textitalick p {
  color: #666666;
  font-family: 'WalbaumItalic';
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px white;
  text-transform: initial;
}
@media (max-width: 767px) {
  /* line 433, ../sass/components/_gallery.scss */
  .sub-page-textitalick h1,
  .sub-page-textitalick h2,
  .sub-page-textitalick h3,
  .sub-page-textitalick h4,
  .sub-page-textitalick h5,
  .sub-page-textitalick p {
    font-size: 18px;
  }
}
/* line 447, ../sass/components/_gallery.scss */
.sub-page-textitalick._fulltext {
  max-width: 100%;
}

/*style gallery list and gallery detail*/
/* line 456, ../sass/components/_gallery.scss */
.not-logged-in.page-gallery #main > .row:first-of-type,
.not-logged-in.node-type-gallery #main > .row:first-of-type {
  display: none;
}

/* line 464, ../sass/components/_gallery.scss */
.page-gallery ul.pager-load-more li,
.node-type-gallery ul.pager-load-more li {
  padding-left: 4px;
}
/* line 467, ../sass/components/_gallery.scss */
.page-gallery ul.pager-load-more li a:before,
.node-type-gallery ul.pager-load-more li a:before {
  left: 3px;
}
/* line 472, ../sass/components/_gallery.scss */
.page-gallery #main,
.node-type-gallery #main {
  padding-bottom: 39px;
}
/* line 476, ../sass/components/_gallery.scss */
.page-gallery .component-gallery-filter .views-exposed-widgets,
.node-type-gallery .component-gallery-filter .views-exposed-widgets {
  margin-bottom: 31px;
}
/* line 481, ../sass/components/_gallery.scss */
.page-gallery .panel-col-feature .panel-full-page > div.panel-pane.row,
.node-type-gallery .panel-col-feature .panel-full-page > div.panel-pane.row {
  background: transparent !important;
}
/* line 485, ../sass/components/_gallery.scss */
.page-gallery .panel-col-feature,
.node-type-gallery .panel-col-feature {
  margin-bottom: 20px;
  margin-bottom: 1.42857rem;
  margin-top: 0;
  margin-top: 0;
  max-height: 530px;
  max-height: 37.85714rem;
  background-color: #333333;
}
/* line 491, ../sass/components/_gallery.scss */
.page-gallery .panel-col-feature > .inside.row,
.node-type-gallery .panel-col-feature > .inside.row {
  max-width: 816px;
  max-width: 58.28571rem;
  padding-left: 10px;
  padding-left: 0.71429rem;
  padding-right: 10px;
  padding-right: 0.71429rem;
}
/* line 498, ../sass/components/_gallery.scss */
.page-gallery .panel-col-feature .views-field-field-image img,
.node-type-gallery .panel-col-feature .views-field-field-image img {
  margin-bottom: 0;
}
/* line 504, ../sass/components/_gallery.scss */
.page-gallery .panel-col-content-top,
.node-type-gallery .panel-col-content-top {
  border-bottom: 1px solid #999999;
}
/* line 507, ../sass/components/_gallery.scss */
.page-gallery .panel-col-content-top > .inside.row,
.node-type-gallery .panel-col-content-top > .inside.row {
  max-width: 816px;
  max-width: 58.28571rem;
  padding-left: 10px;
  padding-left: 0.71429rem;
  padding-right: 10px;
  padding-right: 0.71429rem;
}
/* line 512, ../sass/components/_gallery.scss */
.page-gallery .panel-col-content-top > .inside.row .panel-pane,
.node-type-gallery .panel-col-content-top > .inside.row .panel-pane {
  margin-bottom: 15px;
  margin-bottom: 1.07143rem;
}
/* line 518, ../sass/components/_gallery.scss */
.page-gallery .panel-col-content,
.node-type-gallery .panel-col-content {
  padding-top: 25px;
  padding-top: 1.78571rem;
}
/* line 522, ../sass/components/_gallery.scss */
.page-gallery .panel-col-feature .row,
.node-type-gallery .panel-col-feature .row {
  background: transparent;
}
/* line 526, ../sass/components/_gallery.scss */
.page-gallery .component-gallery-filter .views-exposed-widgets label,
.node-type-gallery .component-gallery-filter .views-exposed-widgets label {
  margin-left: 0;
}
/* line 530, ../sass/components/_gallery.scss */
.page-gallery .component-gallery-filter .views-exposed-widgets .views-exposed-widget,
.node-type-gallery .component-gallery-filter .views-exposed-widgets .views-exposed-widget {
  margin-right: 20px;
}

/* line 543, ../sass/components/_gallery.scss */
_::-webkit-:not(:root:root), .component-gallery-filter .views-exposed-widgets label {
  top: 0;
}

/* line 1, ../sass/components/_list-seemore.scss */
.component-list-seemore {
  margin-bottom: 37px;
}
@media (max-width: 767px) {
  /* line 4, ../sass/components/_list-seemore.scss */
  .component-list-seemore .list-seemore {
    text-align: center;
  }
}
/* line 10, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item {
  position: relative;
}
@media (max-width: 767px) {
  /* line 10, ../sass/components/_list-seemore.scss */
  .component-list-seemore .component-list-seemore-item {
    display: inline-block;
    float: none;
  }
}
/* line 18, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item .component-list-seemore-image {
  line-height: 0;
}
/* line 21, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item .component-list-seemore-image img {
  border-bottom: 3px solid transparent;
  margin-bottom: 11px !important;
  min-height: 127px;
}
/* line 28, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item .component-list-seemore_title a {
  color: #666666;
  display: block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 135%;
}
/* line 36, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item .component-list-seemore_title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
/* line 51, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item .component-list-seemore_title a:hover {
  color: #990000;
}
/* line 57, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item:hover .component-list-seemore-image img {
  border-color: #990000;
}
/* line 62, ../sass/components/_list-seemore.scss */
.component-list-seemore .component-list-seemore-item:hover .component-list-seemore_title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}

/* SMACSS theme rules */
/* line 40, ../sass/styles.scss */
.panel-col-feature {
  background-color: #e4e1db;
  margin-bottom: 58px;
  margin-top: 0;
}
/* line 45, ../sass/styles.scss */
.panel-col-feature .panel-full-page > div {
  padding: 0;
}
/* line 48, ../sass/styles.scss */
.panel-col-feature .panel-full-page > div .panel-pane.row {
  background: #f7f6f4;
  padding: 0 5px;
  max-width: 950px;
}
/* line 55, ../sass/styles.scss */
.panel-col-feature .panel-full-page > div.panel-pane.row {
  padding: 0 5px;
}
/* line 59, ../sass/styles.scss */
.panel-col-feature .row {
  background-color: #f7f6f4;
}
/* line 62, ../sass/styles.scss */
.panel-col-feature .row .panel-pane {
  margin-bottom: 0;
}
/* line 68, ../sass/styles.scss */
.panel-col-feature .owl-wrapper-outer .owl-item {
  padding: 0 5px;
  position: relative;
}
/* line 75, ../sass/styles.scss */
.panel-col-feature .views-field-field-image img {
  margin-bottom: 0;
}

/* contrl owl */
/* line 85, ../sass/styles.scss */
.front #main {
  padding-bottom: 39px;
}
/* line 89, ../sass/styles.scss */
.front .panel-col-feature {
  margin-bottom: 10px;
}
/* line 93, ../sass/styles.scss */
.front .center-col-3-wrapper {
  border-top: 1px solid #999999;
  padding-top: 30px;
}

/* line 99, ../sass/styles.scss */
.pane-views-slide-detail {
  position: relative;
}
/* line 102, ../sass/styles.scss */
.pane-views-slide-detail:before {
  background: #f7f6f4;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 5px;
  z-index: 9;
}
/* line 112, ../sass/styles.scss */
.pane-views-slide-detail:after {
  background: #f7f6f4;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
  z-index: 9;
}
/* line 123, ../sass/styles.scss */
.pane-views-slide-detail .owl-item {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
/* line 128, ../sass/styles.scss */
.pane-views-slide-detail .views-field-field-file-image-element-revision-id {
  position: relative;
}
/* line 133, ../sass/styles.scss */
.pane-views-slide-detail .file-image,
.pane-views-slide-detail .views-field-field-file-image-element {
  line-height: 0;
}
/* line 137, ../sass/styles.scss */
.pane-views-slide-detail img {
  margin-bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1025px) {
  /* line 137, ../sass/styles.scss */
  .pane-views-slide-detail img {
    min-height: 259px;
    max-height: 259px;
    max-width: 470px;
  }
}
/* line 150, ../sass/styles.scss */
.pane-views-slide-detail .group-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background: rgba(0, 0, 0, 0) url("../images/box-bg-opa90.png") repeat scroll 0 0;
  border: 1px solid #99865c;
  bottom: 15px;
  display: inline-block;
  left: 10px;
  line-height: 140%;
  padding: 10px 10px 5px;
  position: absolute;
  width: 280px;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
/* line 164, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-file-image-title-text,
.pane-views-slide-detail .group-content .field-name-field-billedebeskrivelse {
  font-size: 14px;
  margin-bottom: 5px;
  color: #666666;
}
/* line 171, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-photographer,
.pane-views-slide-detail .group-content .field-name-field-photographer {
  color: #9f8759;
  font-size: 12px;
  font-style: italic;
}
/* line 178, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-photographer .field-items div,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-items,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-items div,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-items,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label {
  display: inline;
  float: none;
}
/* line 183, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-photographer *,
.pane-views-slide-detail .group-content .field-name-field-photographer * {
  display: inline;
  float: none !important;
}
/* line 189, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-label,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-items,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-label,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-items {
  display: inline;
}
/* line 194, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-label *,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-items *,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-label *,
.pane-views-slide-detail .group-content .field-name-field-photographer .field-label-inline .field-items * {
  display: inline;
}
/* line 199, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-label {
  font-weight: normal !important;
}
/* line 205, ../sass/styles.scss */
.pane-views-slide-detail .owl-item:hover .group-content {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 210, ../sass/styles.scss */
.pane-views-slide-detail .owl-theme .owl-controls {
  padding: 0 3px;
  position: static;
  text-align: right;
}

/* line 217, ../sass/styles.scss */
.pane-views-slide-detail .group-content .field-name-field-photographer * {
  display: inline;
  float: none;
}

/*style link goback*/
/* line 223, ../sass/styles.scss */
.pane-goback {
  border-top: 1px solid #999999;
  padding: 10px 0 0;
  text-align: left;
}
/* line 228, ../sass/styles.scss */
.pane-goback a {
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
}

/*style filter*/
/* line 235, ../sass/styles.scss */
.pane-views-filter {
  margin-bottom: 9.5px !important;
}
/* line 238, ../sass/styles.scss */
.pane-views-filter .views-exposed-form .views-exposed-widget {
  margin-left: 14px;
}
/* line 242, ../sass/styles.scss */
.pane-views-filter .pane-title {
  color: #9f8759;
  float: left;
  font-size: 14px;
  line-height: 130%;
  margin: 0;
  padding: 4px 2px 0 19px;
  text-transform: uppercase;
}
@media all and (max-width: 767px) {
  /* line 242, ../sass/styles.scss */
  .pane-views-filter .pane-title {
    float: none;
  }
}
/* line 256, ../sass/styles.scss */
.pane-views-filter .views-exposed-form .label-active span {
  padding: 1px 22px 1px 20px;
}
/* line 261, ../sass/styles.scss */
.pane-views-filter .views-exposed-form #edit-month-wrapper,
.pane-views-filter .views-exposed-form #edit-year-wrapper {
  max-width: 152px;
  width: 100%;
}
/* line 272, ../sass/styles.scss */
.pane-views-filter .views-exposed-form #edit-kollection-tid-wrapper,
.pane-views-filter .views-exposed-form #edit-place-type-tid-wrapper,
.pane-views-filter .views-exposed-form #edit-collection-tid-wrapper,
.pane-views-filter .views-exposed-form #edit-tax-event-tid-wrapper,
.pane-views-filter .views-exposed-form #edit-person-tid-wrapper,
.pane-views-filter .views-exposed-form #edit-event-tid-wrapper,
.pane-views-filter .views-exposed-form #edit-galleritype-tid-wrapper {
  max-width: 237px;
}
@media (max-width: 767px) {
  /* line 272, ../sass/styles.scss */
  .pane-views-filter .views-exposed-form #edit-kollection-tid-wrapper,
  .pane-views-filter .views-exposed-form #edit-place-type-tid-wrapper,
  .pane-views-filter .views-exposed-form #edit-collection-tid-wrapper,
  .pane-views-filter .views-exposed-form #edit-tax-event-tid-wrapper,
  .pane-views-filter .views-exposed-form #edit-person-tid-wrapper,
  .pane-views-filter .views-exposed-form #edit-event-tid-wrapper,
  .pane-views-filter .views-exposed-form #edit-galleritype-tid-wrapper {
    max-width: 235px;
  }
}
/* line 280, ../sass/styles.scss */
.pane-views-filter .views-exposed-widget.views-widget-filter-field_tax_event_tid {
  margin-left: 13px;
}
/* line 283, ../sass/styles.scss */
.pane-views-filter .views-exposed-widget.views-widget-filter-field_tax_event_tid .label-active span {
  padding: 1px 27px 1px 0px !important;
}
/* line 289, ../sass/styles.scss */
.pane-views-filter .views-exposed-widget.views-widget-filter-year {
  margin-left: 13px;
}
/* line 292, ../sass/styles.scss */
.pane-views-filter .views-exposed-widget.views-widget-filter-year .label-active span {
  padding: 1px 18px 1px 1px;
}

/* style views exposed form */
/* line 302, ../sass/styles.scss */
.views-exposed-form .element-invisible {
  display: none;
}
/* line 306, ../sass/styles.scss */
.views-exposed-form .views-exposed-widget {
  margin-left: 13px;
  padding: 0;
  position: relative;
}
/* line 311, ../sass/styles.scss */
.views-exposed-form .views-exposed-widget > label {
  display: none !important;
}
/* line 322, ../sass/styles.scss */
.views-exposed-form #edit-kollection-tid-wrapper,
.views-exposed-form #edit-place-type-tid-wrapper,
.views-exposed-form #edit-collection-tid-wrapper,
.views-exposed-form #edit-tax-event-tid-wrapper,
.views-exposed-form #edit-person-tid-wrapper,
.views-exposed-form #edit-event-tid-wrapper,
.views-exposed-form #edit-galleritype-tid-wrapper {
  max-width: 235px;
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 322, ../sass/styles.scss */
  .views-exposed-form #edit-kollection-tid-wrapper,
  .views-exposed-form #edit-place-type-tid-wrapper,
  .views-exposed-form #edit-collection-tid-wrapper,
  .views-exposed-form #edit-tax-event-tid-wrapper,
  .views-exposed-form #edit-person-tid-wrapper,
  .views-exposed-form #edit-event-tid-wrapper,
  .views-exposed-form #edit-galleritype-tid-wrapper {
    margin-bottom: 10px !important;
    max-width: 100%;
    margin-left: 0;
  }
}
/* line 334, ../sass/styles.scss */
.views-exposed-form #edit-month-wrapper,
.views-exposed-form #edit-year-wrapper {
  max-width: 150px;
  width: 100%;
}
@media all and (max-width: 767px) {
  /* line 334, ../sass/styles.scss */
  .views-exposed-form #edit-month-wrapper,
  .views-exposed-form #edit-year-wrapper {
    max-width: 100%;
    margin-left: 0;
  }
}
/* line 344, ../sass/styles.scss */
.views-exposed-form .label-active {
  background: white url("../images/arrow-t1-down.png") no-repeat 215px center;
  border: 1px solid #9f8759;
  cursor: pointer;
  text-align: center;
}
@media all and (max-width: 767px) {
  /* line 344, ../sass/styles.scss */
  .views-exposed-form .label-active {
    display: inline-block;
    max-width: 235px;
    text-align: center;
    width: 100%;
  }
}
/* line 357, ../sass/styles.scss */
.views-exposed-form .label-active span {
  color: #990000;
  display: block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  padding: 1.5px 22px 1px 23px;
  text-transform: uppercase;
  max-height: 23px;
  overflow: hidden;
}
/* line 369, ../sass/styles.scss */
.views-exposed-form .views-widget {
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
  border-bottom: 1px solid #9f8759;
  border-left: 1px solid #9f8759;
  border-right: 1px solid #9f8759;
  display: none;
  left: 0;
  padding: 0 30px 10px;
  position: absolute;
  text-align: center;
  top: 25px;
  width: 100%;
  z-index: 10000;
}
@media all and (max-width: 767px) {
  /* line 369, ../sass/styles.scss */
  .views-exposed-form .views-widget {
    left: 50%;
    margin-left: -117.5px;
    max-width: 235px;
  }
}
/* line 389, ../sass/styles.scss */
.views-exposed-form .views-widget.active {
  display: block;
}
/* line 393, ../sass/styles.scss */
.views-exposed-form .views-widget .form-item > label {
  display: none !important;
}
/* line 397, ../sass/styles.scss */
.views-exposed-form .views-widget .bef-select-as-links .form-item .form-item {
  border-bottom: 1px solid #999999;
  display: block;
  margin: 0;
}
/* line 402, ../sass/styles.scss */
.views-exposed-form .views-widget .bef-select-as-links .form-item .form-item:last-child {
  border-bottom: none;
}
/* line 406, ../sass/styles.scss */
.views-exposed-form .views-widget .bef-select-as-links .form-item .form-item a {
  color: #666666;
  display: block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 13px;
  line-height: 160%;
  padding: 11px 0 9px;
  text-decoration: none;
  text-transform: uppercase;
}
/* line 416, ../sass/styles.scss */
.views-exposed-form .views-widget .bef-select-as-links .form-item .form-item a:hover {
  color: #990000;
}
/* line 422, ../sass/styles.scss */
.views-exposed-form .views-widget .description {
  display: none;
}
/* line 428, ../sass/styles.scss */
.views-exposed-form #edit-month-wrapper .views-widget,
.views-exposed-form #edit-year-wrapper .views-widget {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 435, ../sass/styles.scss */
.views-exposed-form #edit-month-wrapper .label-active,
.views-exposed-form #edit-year-wrapper .label-active {
  background: white url("../images/arrow-t1-down.png") no-repeat 130px center;
}
@media all and (max-width: 767px) {
  /* line 435, ../sass/styles.scss */
  .views-exposed-form #edit-month-wrapper .label-active,
  .views-exposed-form #edit-year-wrapper .label-active {
    background: white url("../images/arrow-t1-down.png") no-repeat 130px center;
  }
}

/*more link*/
/* line 446, ../sass/styles.scss */
.more-link {
  padding: 10px 20px 10px 0;
  text-align: left;
}
/* line 450, ../sass/styles.scss */
.more-link a {
  background: rgba(0, 0, 0, 0) url("../images/icon-plus-small.png") no-repeat scroll 2px 3px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 140%;
  padding: 0 0 0 13px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
/* line 460, ../sass/styles.scss */
.more-link a:hover {
  background-position: 2px -38px;
  text-decoration: none;
}

/*pager-load-more*/
/* line 468, ../sass/styles.scss */
ul.pager-load-more {
  margin-bottom: 30px;
  margin-left: 0;
}
/* line 472, ../sass/styles.scss */
ul.pager-load-more.pager {
  text-align: left;
}
/* line 476, ../sass/styles.scss */
ul.pager-load-more li {
  padding-left: 12px;
}
/* line 480, ../sass/styles.scss */
ul.pager-load-more a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
/* line 485, ../sass/styles.scss */
ul.pager-load-more a:before {
  color: #9f8759;
  content: '+';
  left: 0;
  position: absolute;
  top: 0;
}
/* line 494, ../sass/styles.scss */
ul.pager-load-more a:hover:before {
  color: #990000;
}

/*****End Style New******/
/*****Style Page******/
/*Page news*/
/* line 506, ../sass/styles.scss */
.pane-views-style-default .attachment:before,
.pane-views-style-default .attachment:after {
  content: "";
  display: table;
}
/* line 511, ../sass/styles.scss */
.pane-views-style-default .attachment:after {
  clear: both;
}
/* line 516, ../sass/styles.scss */
.pane-views-style-default > .view > .view-content .views-field-title-field {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  text-transform: none;
}
/* line 521, ../sass/styles.scss */
.pane-views-style-default > .view > .view-content .views-field-title-field:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* line 537, ../sass/styles.scss */
.pane-views-style-default .views-field-field-image .file-video-youtube,
.pane-views-style-default .views-field-field-billede .file-video-youtube,
.pane-views-style-default .views-field-field-media .file-video-youtube {
  position: relative;
}
/* line 540, ../sass/styles.scss */
.pane-views-style-default .views-field-field-image .file-video-youtube:before,
.pane-views-style-default .views-field-field-billede .file-video-youtube:before,
.pane-views-style-default .views-field-field-media .file-video-youtube:before {
  background-color: transparent;
  background-image: url("../images/icon-play-video.png");
  background-size: cover;
  content: "";
  height: 80px;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  position: absolute;
  top: 50%;
  width: 80px;
  z-index: 0;
}
/* line 556, ../sass/styles.scss */
.pane-views-style-default .views-field-field-image img,
.pane-views-style-default .views-field-field-billede img,
.pane-views-style-default .views-field-field-media img {
  border-bottom: 3px solid #f7f6f4;
}
@media (max-width: 568px) {
  /* line 556, ../sass/styles.scss */
  .pane-views-style-default .views-field-field-image img,
  .pane-views-style-default .views-field-field-billede img,
  .pane-views-style-default .views-field-field-media img {
    height: 168px;
    width: 100%;
  }
}
/* line 566, ../sass/styles.scss */
.pane-views-style-default .views-field-field-media a {
  font-size: 0;
}
/* line 570, ../sass/styles.scss */
.pane-views-style-default .views-field-title-field a {
  color: #666666;
  display: block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 4px;
}
/* line 580, ../sass/styles.scss */
.pane-views-style-default .views-field-created,
.pane-views-style-default .views-field-field-arrangementsdato {
  color: #9f8759;
  font-size: 12px;
  text-transform: lowercase;
}
/* line 585, ../sass/styles.scss */
.pane-views-style-default .views-field-created.date,
.pane-views-style-default .views-field-field-arrangementsdato.date {
  color: #666666;
}
/* line 590, ../sass/styles.scss */
.pane-views-style-default .views-field-field-left-collumn {
  color: #666666;
  padding-top: 5px;
}
/* line 599, ../sass/styles.scss */
.pane-views-style-default .views-row:hover .views-field-field-image img,
.pane-views-style-default .views-row:hover .views-field-field-billede img,
.pane-views-style-default .views-row:hover .views-field-field-media img {
  border-bottom-color: #990000;
}
/* line 608, ../sass/styles.scss */
.pane-views-style-default .views-row:hover .views-field-title-field a,
.pane-views-style-default .views-row:hover .views-field-created,
.pane-views-style-default .views-row:hover .views-field-created.date,
.pane-views-style-default .views-row:hover .views-field-field-left-collumn,
.pane-views-style-default .views-row:hover .views-field-field-arrangementsdato {
  color: #990000;
}

/* line 616, ../sass/styles.scss */
.pane-views-style-boder .attachment {
  border-bottom: 1px solid #cccccc;
}
/* line 619, ../sass/styles.scss */
.pane-views-style-boder .attachment .view > .view-content > .views-row {
  border-bottom: none;
  padding: 0;
}
/* line 624, ../sass/styles.scss */
.pane-views-style-boder .view > .view-content > .views-row {
  border-bottom: 1px solid #cccccc;
  padding: 10px 20px 10px 0;
}

/* line 631, ../sass/styles.scss */
.pane-views-list .views-row {
  margin-bottom: 35px;
}
@media (min-width: 767px) {
  /* line 635, ../sass/styles.scss */
  .pane-views-list .attachment {
    float: left;
    padding-right: 30px;
    width: 50%;
  }
}
/* line 645, ../sass/styles.scss */
.pane-views-list .attachment > .view:nth-child(2) .views-field-title-field a {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 140%;
}
@media (min-width: 767px) {
  /* line 653, ../sass/styles.scss */
  .pane-views-list > .view > .item-list,
  .pane-views-list > .view > .feed-icon {
    float: left;
    padding-left: 10px;
    width: 50%;
  }
}
@media (min-width: 767px) {
  /* line 660, ../sass/styles.scss */
  .pane-views-list > .view > .view-content {
    float: left;
    padding-left: 17px;
    width: 50%;
  }
}
/* line 668, ../sass/styles.scss */
.pane-views-list > .view > .view-content .views-row {
  margin-bottom: 20px;
}
/* line 673, ../sass/styles.scss */
.pane-views-list > .view > .view-content .views-field-created,
.pane-views-list > .view > .view-content .views-field-field-arrangementsdato {
  float: left;
  width: 30%;
}
@media (max-width: 479px) {
  /* line 673, ../sass/styles.scss */
  .pane-views-list > .view > .view-content .views-field-created,
  .pane-views-list > .view > .view-content .views-field-field-arrangementsdato {
    width: 40%;
  }
}
/* line 681, ../sass/styles.scss */
.pane-views-list > .view > .view-content .views-field-title-field {
  float: left;
  width: 70%;
}
@media (max-width: 479px) {
  /* line 681, ../sass/styles.scss */
  .pane-views-list > .view > .view-content .views-field-title-field {
    padding-left: 10px;
    width: 60%;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  /* line 681, ../sass/styles.scss */
  .pane-views-list > .view > .view-content .views-field-title-field {
    padding-left: 10px;
  }
}

/* custtom-basipages */
/* line 700, ../sass/styles.scss */
.custtom-basipages #main {
  padding-bottom: 18px;
}
/* line 704, ../sass/styles.scss */
.custtom-basipages #page-title {
  margin: 0 0 5px;
}
/* line 708, ../sass/styles.scss */
.custtom-basipages .panel-col-content {
  padding-top: 15px;
}

@media (max-width: 767px) {
  /* line 715, ../sass/styles.scss */
  .grid-component-list .view-content > ul {
    text-align: center;
  }
}
/* line 723, ../sass/styles.scss */
.grid-component-list .grid-component-list-ul,
.grid-component-list .medium-block-grid-2.large-block-grid-3 {
  margin: 0 -11px 0 -10px;
}
/* line 727, ../sass/styles.scss */
.grid-component-list .large-block-grid-3.medium-block-grid-3 {
  margin: 0 -11px 0 -10px;
}
/* line 731, ../sass/styles.scss */
.grid-component-list .component-list-item {
  cursor: pointer;
  display: block;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 731, ../sass/styles.scss */
  .grid-component-list .component-list-item {
    display: inline-block;
    float: none;
    margin-bottom: 15px;
    max-width: 100%;
    width: 420px;
  }
}
/* line 746, ../sass/styles.scss */
.grid-component-list .component-list-item .component-list-item-images {
  line-height: 0;
}
/* line 749, ../sass/styles.scss */
.grid-component-list .component-list-item .component-list-item-images img {
  border-bottom: 3px solid #f7f6f4;
  margin-bottom: 3px;
}
@media (min-width: 767px) {
  /* line 749, ../sass/styles.scss */
  .grid-component-list .component-list-item .component-list-item-images img {
    height: 171px;
    width: 100%;
  }
}
/* line 760, ../sass/styles.scss */
.grid-component-list .component-list-item .component-list-item-title {
  color: #666666;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
}
/* line 767, ../sass/styles.scss */
.grid-component-list .component-list-item .component-list-item-title a {
  color: #666666;
  font-size: 15px;
  line-height: 140%;
  text-transform: uppercase;
}
/* line 773, ../sass/styles.scss */
.grid-component-list .component-list-item .component-list-item-title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
/* line 790, ../sass/styles.scss */
.grid-component-list .component-list-item .component-list-item-description {
  color: #666666;
  display: block;
  font-size: 13px;
  line-height: 140%;
  text-transform: none;
}
/* line 800, ../sass/styles.scss */
.grid-component-list .component-list-item:hover .component-list-item-description,
.grid-component-list .component-list-item:hover .component-list-item-title {
  color: #990000;
}
/* line 804, ../sass/styles.scss */
.grid-component-list .component-list-item:hover .component-list-item-title a {
  color: #990000;
}
/* line 807, ../sass/styles.scss */
.grid-component-list .component-list-item:hover .component-list-item-title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}
/* line 823, ../sass/styles.scss */
.grid-component-list .component-list-item:hover .component-list-item-images img {
  border-bottom-color: #990000;
}

/* page-presse-meddelelser */
/* line 832, ../sass/styles.scss */
.page-presse-meddelelser #main {
  padding-bottom: 44px;
}
/* line 836, ../sass/styles.scss */
.page-presse-meddelelser .panel-col-top {
  padding-bottom: 10px;
}
/* line 839, ../sass/styles.scss */
.page-presse-meddelelser .panel-col-top .style-menu-default {
  margin-bottom: 27px;
}
/* line 844, ../sass/styles.scss */
.page-presse-meddelelser .panel-col-content {
  padding-top: 50px;
}
/* line 848, ../sass/styles.scss */
.page-presse-meddelelser .panel-col-top-second.panel-panel {
  border-bottom: 1px solid #999999;
  padding-bottom: 15px;
  padding-top: 16px;
}
/* line 854, ../sass/styles.scss */
.page-presse-meddelelser .pane-menu-menu-press-menu.style-menu-default {
  padding-bottom: 12px;
}
/* line 859, ../sass/styles.scss */
.page-presse-meddelelser .row .pane-views-filter {
  margin-bottom: 10px !important;
  padding-left: 16px;
}
/* line 863, ../sass/styles.scss */
.page-presse-meddelelser .row .pane-views-filter .pane-title {
  padding: 4px 2px 0 3px;
}
/* line 868, ../sass/styles.scss */
.page-presse-meddelelser ul.pager-load-more {
  margin-bottom: 28px;
  margin-left: 0;
}
/* line 871, ../sass/styles.scss */
.page-presse-meddelelser ul.pager-load-more li {
  padding-left: 8px;
}
/* line 873, ../sass/styles.scss */
.page-presse-meddelelser ul.pager-load-more li a {
  display: inline-block;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
}
/* line 882, ../sass/styles.scss */
.page-presse-meddelelser ul.pager-load-more a:before {
  color: #9f8759;
  content: '+';
  left: 2px;
  position: absolute;
  top: 0;
}

/* line 891, ../sass/styles.scss */
.one-fiter-theme-custom.component-gallery-filter .views-exposed-widgets .views-exposed-widget {
  margin-left: 14px;
  margin-right: 0;
}

/*****section-content-intro******/
/* line 898, ../sass/styles.scss */
.section-content-intro .panel-col-top.panel-panel {
  margin-bottom: 26px;
  padding-bottom: 10px;
}
/* line 904, ../sass/styles.scss */
.section-content-intro .panel-col-top-second .style-menu-default {
  margin-bottom: 38px;
  margin-top: 0;
}
/* line 912, ../sass/styles.scss */
.section-content-intro._pressefotos .panel-col-top.panel-panel .style-menu-default {
  margin-bottom: 60px;
}

/* section-content-pressefotos */
/* line 921, ../sass/styles.scss */
.section-content-pressefotos .quicktabs-wrapper ul.quicktabs-tabs {
  padding: 8px 0 6px;
}
/* line 924, ../sass/styles.scss */
.section-content-pressefotos .quicktabs-wrapper ul.quicktabs-tabs li a {
  display: block;
  line-height: 21px;
}
/* line 930, ../sass/styles.scss */
.section-content-pressefotos .row .panel-pane.pane-page-title {
  margin-bottom: 10px;
}
/* line 934, ../sass/styles.scss */
.section-content-pressefotos .row .panel-pane.style-menu-default {
  margin-bottom: 85px;
  margin-top: 16px;
  text-align: center;
}

/* line 943, ../sass/styles.scss */
.attachment-lager-list .views-row,
.view-display-id-attachment_1 .views-row {
  position: relative;
}
/* line 947, ../sass/styles.scss */
.attachment-lager-list .views-row .views-field-field-image-element,
.attachment-lager-list .views-row .attachment-lager-list_img,
.view-display-id-attachment_1 .views-row .views-field-field-image-element,
.view-display-id-attachment_1 .views-row .attachment-lager-list_img {
  margin-bottom: 0;
}
/* line 950, ../sass/styles.scss */
.attachment-lager-list .views-row .views-field-field-image-element img,
.attachment-lager-list .views-row .attachment-lager-list_img img,
.view-display-id-attachment_1 .views-row .views-field-field-image-element img,
.view-display-id-attachment_1 .views-row .attachment-lager-list_img img {
  border-bottom: 3px solid #f7f6f4;
}
@media all and (max-width: 767px) {
  /* line 950, ../sass/styles.scss */
  .attachment-lager-list .views-row .views-field-field-image-element img,
  .attachment-lager-list .views-row .attachment-lager-list_img img,
  .view-display-id-attachment_1 .views-row .views-field-field-image-element img,
  .view-display-id-attachment_1 .views-row .attachment-lager-list_img img {
    width: 100%;
  }
}
/* line 961, ../sass/styles.scss */
.attachment-lager-list .views-row .views-field-title-field a,
.attachment-lager-list .views-row .attachment-lager-list_title a,
.view-display-id-attachment_1 .views-row .views-field-title-field a,
.view-display-id-attachment_1 .views-row .attachment-lager-list_title a {
  margin-bottom: 0;
}
/* line 964, ../sass/styles.scss */
.attachment-lager-list .views-row .views-field-title-field a:before,
.attachment-lager-list .views-row .attachment-lager-list_title a:before,
.view-display-id-attachment_1 .views-row .views-field-title-field a:before,
.view-display-id-attachment_1 .views-row .attachment-lager-list_title a:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 978, ../sass/styles.scss */
.attachment-lager-list .views-row:hover .views-field-field-image-element,
.attachment-lager-list .views-row:hover .attachment-lager-list_img,
.view-display-id-attachment_1 .views-row:hover .views-field-field-image-element,
.view-display-id-attachment_1 .views-row:hover .attachment-lager-list_img {
  margin-bottom: 0;
}
/* line 981, ../sass/styles.scss */
.attachment-lager-list .views-row:hover .views-field-field-image-element img,
.attachment-lager-list .views-row:hover .attachment-lager-list_img img,
.view-display-id-attachment_1 .views-row:hover .views-field-field-image-element img,
.view-display-id-attachment_1 .views-row:hover .attachment-lager-list_img img {
  border-bottom-color: #990000;
}

/* attachment-small-list */
/* line 993, ../sass/styles.scss */
.attachment-small-list .views-row,
.attachment-small-list .attachment-small-list-itme {
  margin-bottom: 24px;
  position: relative;
}
/* line 999, ../sass/styles.scss */
.attachment-small-list .views-row .views-field-field-image-element img,
.attachment-small-list .views-row .attachment-small-list-itme-img img,
.attachment-small-list .attachment-small-list-itme .views-field-field-image-element img,
.attachment-small-list .attachment-small-list-itme .attachment-small-list-itme-img img {
  border-bottom: 3px solid #f7f6f4;
}
/* line 1006, ../sass/styles.scss */
.attachment-small-list .views-row .views-field-title-field a,
.attachment-small-list .views-row .attachment-small-list-itme-title a,
.attachment-small-list .attachment-small-list-itme .views-field-title-field a,
.attachment-small-list .attachment-small-list-itme .attachment-small-list-itme-title a {
  margin-bottom: 1px;
}
/* line 1009, ../sass/styles.scss */
.attachment-small-list .views-row .views-field-title-field a:before,
.attachment-small-list .views-row .attachment-small-list-itme-title a:before,
.attachment-small-list .attachment-small-list-itme .views-field-title-field a:before,
.attachment-small-list .attachment-small-list-itme .attachment-small-list-itme-title a:before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 1024, ../sass/styles.scss */
.attachment-small-list .views-row:hover .views-field-field-image-element img,
.attachment-small-list .views-row:hover .attachment-small-list-itme-img img,
.attachment-small-list .attachment-small-list-itme:hover .views-field-field-image-element img,
.attachment-small-list .attachment-small-list-itme:hover .attachment-small-list-itme-img img {
  border-bottom-color: #990000;
}

/* line 1033, ../sass/styles.scss */
.node-detail-nyhed .panel-col-bottom .row .pane-goback {
  margin-bottom: 45px;
}

/* page-fonde-legater */
/* line 1040, ../sass/styles.scss */
.page-fonde-legater .panel-2col-stacked {
  border-top: 1px solid #999999;
  margin-top: 25px;
  padding-top: 101px;
}
@media (max-width: 767px) {
  /* line 1040, ../sass/styles.scss */
  .page-fonde-legater .panel-2col-stacked {
    padding-top: 15px;
  }
}

/*pane-top-family */
/* line 1054, ../sass/styles.scss */
.pane-top-family,
.pane-bundle-family {
  margin-bottom: 25px !important;
  position: relative;
}
/* line 1059, ../sass/styles.scss */
.pane-top-family .field-name-field-family-image-lager,
.pane-top-family .pane-top-family-medium-image,
.pane-bundle-family .field-name-field-family-image-lager,
.pane-bundle-family .pane-top-family-medium-image {
  float: left;
  padding-right: 9px;
  width: 67%;
}
/* line 1064, ../sass/styles.scss */
.pane-top-family .field-name-field-family-image-lager img,
.pane-top-family .pane-top-family-medium-image img,
.pane-bundle-family .field-name-field-family-image-lager img,
.pane-bundle-family .pane-top-family-medium-image img {
  border-bottom: 3px solid transparent;
  width: 100%;
  margin-bottom: 4px;
}
/* line 1072, ../sass/styles.scss */
.pane-top-family .field-name-field-family-image-small,
.pane-top-family .pane-top-family-small-image,
.pane-bundle-family .field-name-field-family-image-small,
.pane-bundle-family .pane-top-family-small-image {
  float: left;
  padding-left: 1px;
  width: 33%;
}
/* line 1077, ../sass/styles.scss */
.pane-top-family .field-name-field-family-image-small img,
.pane-top-family .pane-top-family-small-image img,
.pane-bundle-family .field-name-field-family-image-small img,
.pane-bundle-family .pane-top-family-small-image img {
  border-bottom: 3px solid transparent;
  margin-bottom: 4px;
}
/* line 1084, ../sass/styles.scss */
.pane-top-family .field-name-field-family-link,
.pane-top-family .pane-top-family-text,
.pane-bundle-family .field-name-field-family-link,
.pane-bundle-family .pane-top-family-text {
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  width: 100%;
}
/* line 1088, ../sass/styles.scss */
.pane-top-family .field-name-field-family-link a,
.pane-top-family .pane-top-family-text a,
.pane-bundle-family .field-name-field-family-link a,
.pane-bundle-family .pane-top-family-text a {
  color: #666666;
  display: block;
  line-height: 138%;
  text-transform: uppercase;
}
/* line 1094, ../sass/styles.scss */
.pane-top-family .field-name-field-family-link a:before,
.pane-top-family .pane-top-family-text a:before,
.pane-bundle-family .field-name-field-family-link a:before,
.pane-bundle-family .pane-top-family-text a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
/* line 1111, ../sass/styles.scss */
.pane-top-family:hover img,
.pane-bundle-family:hover img {
  border-bottom-color: #990000;
}
/* line 1117, ../sass/styles.scss */
.pane-top-family:hover .field-name-field-family-link a,
.pane-top-family:hover .pane-top-family-text a,
.pane-bundle-family:hover .field-name-field-family-link a,
.pane-bundle-family:hover .pane-top-family-text a {
  color: #990000;
}
/* line 1120, ../sass/styles.scss */
.pane-top-family:hover .field-name-field-family-link a:before,
.pane-top-family:hover .pane-top-family-text a:before,
.pane-bundle-family:hover .field-name-field-family-link a:before,
.pane-bundle-family:hover .pane-top-family-text a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}

/* cutom family */
@media (min-width: 768px) {
  /* line 1146, ../sass/styles.scss */
  .large-8.columns .pane-top-family .field-name-field-family-image-small,
  .large-8.columns .pane-top-family .pane-top-family-small-image,
  .large-8.columns .pane-bundle-family .field-name-field-family-image-small,
  .large-8.columns .pane-bundle-family .pane-top-family-small-image {
    float: left;
    width: 38%;
    padding-right: 10px;
  }
  /* line 1153, ../sass/styles.scss */
  .large-8.columns .pane-top-family .field-name-field-family-image-lager,
  .large-8.columns .pane-top-family .pane-top-family-medium-image,
  .large-8.columns .pane-bundle-family .field-name-field-family-image-lager,
  .large-8.columns .pane-bundle-family .pane-top-family-medium-image {
    float: left;
    padding-right: 10px;
    width: 62%;
  }
}
/* bottom link text familie*/
/* line 1163, ../sass/styles.scss */
.bottom-link-text-familie {
  text-align: center;
  margin-top: 11px;
}
/* line 1167, ../sass/styles.scss */
.bottom-link-text-familie .pane-title {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  color: #990000;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 22px;
  line-height: 125%;
  margin: 0 0 25px;
  padding: 20px 0px 20px 0px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
/* line 1181, ../sass/styles.scss */
.bottom-link-text-familie .view-header {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 22px;
  margin-top: 26px;
  padding-left: 20px;
  padding-right: 19px;
}
/* line 1191, ../sass/styles.scss */
.bottom-link-text-familie .view-content {
  font-family: 'WalbaumItalic';
  line-height: 140%;
}

/* line 1199, ../sass/styles.scss */
.i18n-da .bottom-link-text-familie .pane-title {
  padding: 20px 55px 20px 55px;
}

/* section-den-kongelige-familie */
/* line 1206, ../sass/styles.scss */
.page-list-family .panel-col-bottom-second {
  border: none;
}

/* line 1212, ../sass/styles.scss */
.section-den-kongelige-familie .panel-col-content {
  padding-top: 15px;
}
/* line 1216, ../sass/styles.scss */
.section-den-kongelige-familie .center-below-wrapper {
  margin-top: 13px;
}
/* line 1220, ../sass/styles.scss */
.section-den-kongelige-familie .panel-col-third {
  padding-right: 0;
  padding-top: 2px;
}
@media (max-width: 767px) {
  /* line 1220, ../sass/styles.scss */
  .section-den-kongelige-familie .panel-col-third {
    padding-right: 10px;
  }
}
/* line 1229, ../sass/styles.scss */
.section-den-kongelige-familie .panel-col-last {
  padding-top: 2px;
}
/* line 1233, ../sass/styles.scss */
.section-den-kongelige-familie #main {
  padding-bottom: 65px;
}
/* line 1237, ../sass/styles.scss */
.section-den-kongelige-familie #page-title {
  margin-bottom: 5px;
}
/* line 1241, ../sass/styles.scss */
.section-den-kongelige-familie .panel-col-content-top.panel-panel {
  margin-top: 15px;
}

/* style feature img */
/* line 1247, ../sass/styles.scss */
.feature-one-image {
  padding: 0 10px !important;
  max-width: 960px !important;
}
/* line 1251, ../sass/styles.scss */
.feature-one-image .views-field-field-file-image-element {
  line-height: 0;
}
/* line 1254, ../sass/styles.scss */
.feature-one-image .views-field-field-file-image-element img {
  margin-bottom: 0;
}

/* line 1262, ../sass/styles.scss */
.node-type-person .sub-page-textitalick {
  margin-top: 20px;
}
/* line 1266, ../sass/styles.scss */
.node-type-person .panel-col-top-second.panel-panel {
  padding-bottom: 23px;
  padding-top: 15px;
}

/* line 1273, ../sass/styles.scss */
.node-type-place .sub-page-textitalick {
  margin-top: 0;
}
/* line 1276, ../sass/styles.scss */
.node-type-place .panel-col-top-second.panel-panel {
  padding-bottom: 22px;
  padding-top: 16px;
}

/* line 1284, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item {
  margin-bottom: 18px;
  position: relative;
}
/* line 1288, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item .attachment-img-item_img {
  line-height: 0;
}
/* line 1291, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item .attachment-img-item_img img {
  border-bottom: 3px solid transparent;
}
@media (min-width: 768px) {
  /* line 1291, ../sass/styles.scss */
  .component-list-home-columns .attachment-img-item .attachment-img-item_img img {
    max-height: 171px;
    width: 100%;
  }
}
/* line 1300, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item .attachment-img-item_title {
  margin-bottom: 4px;
}
/* line 1303, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item .attachment-img-item_title a {
  color: #666666;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 0;
}
/* line 1310, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item .attachment-img-item_title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
}
/* line 1326, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item .attachment-img-item_date {
  color: #9f8559;
  display: block;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1335, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item:hover .attachment-img-item_date {
  color: #990000;
}
/* line 1339, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item:hover .attachment-img-item_title a {
  color: #990000;
}
/* line 1342, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item:hover .attachment-img-item_title a:before {
  bottom: 0;
  content: "";
  display: inline-block;
  float: left;
  height: 98%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
}
/* line 1358, ../sass/styles.scss */
.component-list-home-columns .attachment-img-item:hover .attachment-img-item_img img {
  border-bottom: 3px solid #990000;
}
/* line 1364, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item {
  position: relative;
}
/* line 1367, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item .attachment-text-item_title {
  margin-bottom: 0;
  line-height: 20px;
}
/* line 1371, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item .attachment-text-item_title a {
  color: #666666;
  font-size: 15px;
  line-height: 140%;
  margin-bottom: 0;
}
/* line 1377, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item .attachment-text-item_title a:before {
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* line 1389, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item .attachment-text-item_date {
  color: #9f8559;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1397, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item:hover .attachment-text-item_title a {
  color: #990000;
}
/* line 1401, ../sass/styles.scss */
.component-list-home-columns .attachment-text-item:hover .attachment-text-item_date {
  color: #990000;
}

/* line 1410, ../sass/styles.scss */
.component-evtent-list > .item-list {
  float: left;
}
@media (min-width: 767px) {
  /* line 1414, ../sass/styles.scss */
  .component-evtent-list .attachment {
    float: left;
    padding-right: 30px;
    width: 50%;
  }
}
@media (min-width: 767px) {
  /* line 1422, ../sass/styles.scss */
  .component-evtent-list > .view-content {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
}
/* line 1430, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager {
  color: #666666;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1430, ../sass/styles.scss */
  .component-evtent-list .attachment-event-lager {
    margin-bottom: 20px;
  }
}
/* line 1439, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-img {
  line-height: 0;
}
/* line 1442, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-img img {
  border-bottom: 3px solid transparent;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  /* line 1442, ../sass/styles.scss */
  .component-evtent-list .attachment-event-lager .attachment-event-lager-img img {
    width: 100%;
  }
}
/* line 1453, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-title {
  margin-bottom: 2px;
}
/* line 1456, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-title a {
  color: #666666;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
}
/* line 1463, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-title a:before {
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* line 1475, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-date {
  color: #9f8559;
  display: block;
  font-family: arial;
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
/* line 1485, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager .attachment-event-lager-description {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 140%;
}
/* line 1491, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager:hover {
  color: #990000;
}
/* line 1494, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager:hover .attachment-event-lager-img img {
  border-bottom: 3px solid #990000;
}
/* line 1498, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager:hover .attachment-event-lager-date {
  color: #990000;
}
/* line 1502, ../sass/styles.scss */
.component-evtent-list .attachment-event-lager:hover .attachment-event-lager-title a {
  color: #990000;
}
/* line 1509, ../sass/styles.scss */
.component-evtent-list .attachment-event-small-list {
  margin-bottom: 33px;
  margin-left: -8.5px;
  margin-right: -8.5px;
}
@media (max-width: 767px) {
  /* line 1509, ../sass/styles.scss */
  .component-evtent-list .attachment-event-small-list {
    margin-bottom: 0;
  }
}
/* line 1519, ../sass/styles.scss */
.component-evtent-list .attachment-event-small {
  padding-left: 8.5px;
  padding-right: 8.5px;
  position: relative;
}
/* line 1524, ../sass/styles.scss */
.component-evtent-list .attachment-event-small .attachment-event-small-img {
  line-height: 0;
}
/* line 1527, ../sass/styles.scss */
.component-evtent-list .attachment-event-small .attachment-event-small-img img {
  border-bottom: 3px solid transparent;
  margin-bottom: 6px;
}
/* line 1533, ../sass/styles.scss */
.component-evtent-list .attachment-event-small .attachment-event-small-title {
  margin-bottom: 1px;
}
/* line 1536, ../sass/styles.scss */
.component-evtent-list .attachment-event-small .attachment-event-small-title a {
  color: #666666;
  display: block;
  font-family: arial;
  font-size: 15px;
  font-weight: 100;
  line-height: 22px;
}
/* line 1544, ../sass/styles.scss */
.component-evtent-list .attachment-event-small .attachment-event-small-title a:before {
  content: "";
  height: 98%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* line 1556, ../sass/styles.scss */
.component-evtent-list .attachment-event-small .attachment-event-small-date {
  color: #9f8559;
  display: block;
  font-family: arial;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1564, ../sass/styles.scss */
.component-evtent-list .attachment-event-small:hover {
  color: #990000;
}
/* line 1567, ../sass/styles.scss */
.component-evtent-list .attachment-event-small:hover .attachment-event-small-img img {
  border-bottom: 3px solid #990000;
}
/* line 1572, ../sass/styles.scss */
.component-evtent-list .attachment-event-small:hover .attachment-event-small-date,
.component-evtent-list .attachment-event-small:hover .attachment-event-small-title a {
  color: #990000;
}
/* line 1578, ../sass/styles.scss */
.component-evtent-list .component-evtent-list-item {
  margin-bottom: 21px;
  position: relative;
}
/* line 1582, ../sass/styles.scss */
.component-evtent-list .component-evtent-list-item .component-evtent-list-item-date {
  color: #9f8559;
  display: block;
  float: left;
  font-family: arial;
  font-size: 12px;
  margin-top: 0;
  text-transform: uppercase;
  width: 30%;
}
@media (max-width: 479px) {
  /* line 1582, ../sass/styles.scss */
  .component-evtent-list .component-evtent-list-item .component-evtent-list-item-date {
    width: 40%;
  }
}
/* line 1597, ../sass/styles.scss */
.component-evtent-list .component-evtent-list-item .component-evtent-list-item-title {
  float: left;
  margin-top: 0;
  width: 70%;
  text-align: left;
}
@media (max-width: 479px) {
  /* line 1597, ../sass/styles.scss */
  .component-evtent-list .component-evtent-list-item .component-evtent-list-item-title {
    float: left;
    padding-left: 10px;
    width: 60%;
  }
}
@media (min-width: 480px) and (max-width: 640px) {
  /* line 1597, ../sass/styles.scss */
  .component-evtent-list .component-evtent-list-item .component-evtent-list-item-title {
    padding-left: 10px;
  }
}
/* line 1613, ../sass/styles.scss */
.component-evtent-list .component-evtent-list-item .component-evtent-list-item-title a {
  color: #666666;
  display: block;
  font-family: arial;
  font-size: 15px;
  line-height: 140%;
}
/* line 1625, ../sass/styles.scss */
.component-evtent-list .component-evtent-list-item:hover .component-evtent-list-item-date,
.component-evtent-list .component-evtent-list-item:hover .component-evtent-list-item-date a,
.component-evtent-list .component-evtent-list-item:hover .component-evtent-list-item-title a {
  color: #990000;
}
@media (min-width: 767px) {
  /* line 1631, ../sass/styles.scss */
  .component-evtent-list .feed-icon {
    float: right;
    margin-top: 25px;
  }
}
/* line 1638, ../sass/styles.scss */
.component-evtent-list ul.pager-load-more a {
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
  padding-left: 15px;
  position: relative;
}

/* line 1648, ../sass/styles.scss */
.section-event .component-list-seemore {
  margin-bottom: 34px;
}
/* line 1652, ../sass/styles.scss */
.section-event .title-center .pane-title {
  margin-bottom: 20px;
  margin-top: 0px;
}
/* line 1657, ../sass/styles.scss */
.section-event ul.pager-load-more li {
  padding-left: 0;
}
/* line 1661, ../sass/styles.scss */
.section-event .component-evtent-list ul.pager-load-more a {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 4px;
  padding-left: 13px;
}
/* line 1669, ../sass/styles.scss */
.section-event .component-evtent-list .feed-icon {
  margin-top: -1px;
}
/* line 1673, ../sass/styles.scss */
.section-event .style-menu-default ul.menu li:before {
  top: 8px;
}
/* line 1677, ../sass/styles.scss */
.section-event .pane-views-filter {
  margin-bottom: 11px !important;
}
/* line 1681, ../sass/styles.scss */
.section-event .panel-pane.pane-views-exp-event-panel-pane-3 {
  margin-bottom: 11px;
}
/* line 1685, ../sass/styles.scss */
.section-event .panel-pane.pane-page-title {
  margin-bottom: 27px;
}
/* line 1689, ../sass/styles.scss */
.section-event .panel-col-top {
  padding-bottom: 14px;
}
/* line 1692, ../sass/styles.scss */
.section-event .panel-col-top .pane-views-filter .pane-title {
  padding: 4px 2px 0 19px;
}
/* line 1696, ../sass/styles.scss */
.section-event .panel-col-top .views-exposed-form .label-active span {
  padding: 1px 3.9px 1px 1px;
}
/* line 1700, ../sass/styles.scss */
.section-event .panel-col-top .views-exposed-form .views-widget {
  top: 25px;
}
/* line 1703, ../sass/styles.scss */
.section-event .panel-col-top .views-exposed-widget.views-widget-filter-field_tax_event_tid {
  margin-left: 13px;
}
/* line 1713, ../sass/styles.scss */
.section-event .views-exposed-form #edit-place-type-tid-wrapper,
.section-event .views-exposed-form #edit-collection-tid-wrapper,
.section-event .views-exposed-form #edit-tax-event-tid-wrapper,
.section-event .views-exposed-form #edit-person-tid-wrapper,
.section-event .views-exposed-form #edit-event-tid-wrapper,
.section-event .views-exposed-form #edit-galleritype-tid-wrapper {
  max-width: 237px;
}
/* line 1717, ../sass/styles.scss */
.section-event .component-evtent-list > .view-content {
  margin-top: 0;
}
/* line 1721, ../sass/styles.scss */
.section-event .component-evtent-list .attachment-event-lager .attachment-event-lager-title {
  margin-bottom: 2px;
}

/* line 1728, ../sass/styles.scss */
.section-news #main {
  padding-bottom: 43px;
}
/* line 1732, ../sass/styles.scss */
.section-news ul.pager-load-more li {
  padding-left: 0;
}
/* line 1736, ../sass/styles.scss */
.section-news .component-evtent-list ul.pager-load-more a {
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
  margin-top: 4px;
  padding-left: 13px;
}
/* line 1744, ../sass/styles.scss */
.section-news .component-evtent-list .feed-icon {
  margin-top: -1px;
}
/* line 1748, ../sass/styles.scss */
.section-news .pane-views-filter {
  margin-bottom: 10px !important;
}
/* line 1752, ../sass/styles.scss */
.section-news .panel-pane.pane-page-title {
  margin-bottom: 25px;
  margin-top: 19px;
}

/* line 1762, ../sass/styles.scss */
.node-type-news .panel-pane.pane-page-title {
  margin: 19px auto 10px;
  max-width: 700px;
}

/* line 1769, ../sass/styles.scss */
.node-detail-event .panel-pane.pane-page-title {
  margin: 19px auto 15px;
  max-width: 700px;
}
/* line 1774, ../sass/styles.scss */
.node-detail-event .pane-node-field-left-collumn {
  margin-bottom: 0;
}

/* line 1779, ../sass/styles.scss */
.pane-description_date {
  font-family: "WalbaumItalic",serif;
  font-size: 22px;
  line-height: 130%;
  margin: 15px auto 0;
  max-width: 700px;
  text-align: center;
  text-shadow: 1px 1px 1px white;
}

/* line 1789, ../sass/styles.scss */
.owl-carousel {
  display: none;
}

/* style pages search */
/* line 1796, ../sass/styles.scss */
.section-search .panel-col-top {
  margin-bottom: 10px;
  padding-bottom: 82px;
  border: none;
}
@media (max-width: 767px) {
  /* line 1796, ../sass/styles.scss */
  .section-search .panel-col-top {
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  /* line 1806, ../sass/styles.scss */
  .section-search .columns {
    min-height: 0;
  }
  /* line 1810, ../sass/styles.scss */
  .section-search .panel-col-first.panel-panel.large-6.medium-6.columns {
    width: 49%;
  }
  /* line 1814, ../sass/styles.scss */
  .section-search .panel-col-second.panel-panel.large-6.medium-6.columns {
    width: 51%;
    padding-left: 6px;
  }
}
/* line 1830, ../sass/styles.scss */
.section-search .pane-apachesolr-result h1,
.section-search .pane-apachesolr-result h2,
.section-search .pane-apachesolr-result h3,
.section-search .pane-apachesolr-result h4,
.section-search .pane-apachesolr-result h5,
.section-search .pane-apachesolr-result h6,
.section-search .pane-apachesolr-result strong,
.section-search .pane-apachesolr-result em,
.section-search .pane-apachesolr-info h1,
.section-search .pane-apachesolr-info h2,
.section-search .pane-apachesolr-info h3,
.section-search .pane-apachesolr-info h4,
.section-search .pane-apachesolr-info h5,
.section-search .pane-apachesolr-info h6,
.section-search .pane-apachesolr-info strong,
.section-search .pane-apachesolr-info em {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #666666;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

/* line 1841, ../sass/styles.scss */
ol.search-results.apachesolr_search-results {
  counter-reset: my-badass-counter;
}
/* line 1844, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li {
  border-top: 1px solid #999999;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-top: 12px;
  position: relative;
  line-height: 140%;
}
/* line 1852, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li:before {
  color: #9f8759;
  content: counter(my-badass-counter,decimal);
  counter-increment: my-badass-counter;
  font: normal 14px/1 Arial, Helvetica, "Nimbus Sans L", sans-serif;
  left: 3px;
  position: absolute;
  top: 16px;
}
/* line 1862, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li:after {
  content: ".";
  left: 11px;
  position: absolute;
  top: 14px;
}
/* line 1869, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li h3.title {
  font-size: 15px;
  font-weight: normal;
  text-transform: inherit;
  line-height: 140%;
}
/* line 1876, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li .search-snippet {
  margin-bottom: 0;
}
/* line 1880, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li .search-snippet-info {
  color: #666666;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  line-height: 140%;
  padding-left: 0;
}
/* line 1887, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li .search-snippet-info p {
  margin-bottom: 0;
  margin-top: 0;
}
/* line 1893, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li .search-info {
  color: #999999;
  display: block;
  font-size: 12px;
  margin-bottom: 12px;
}

/* line 1902, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li:nth-child(n+10)::after {
  left: 19px;
  top: 11px;
}

/* line 1907, ../sass/styles.scss */
ol.search-results.apachesolr_search-results li:nth-child(n+99)::after {
  left: 28px;
  top: 11px;
}

/* presse-list */
/* line 1915, ../sass/styles.scss */
.presse-list p {
  text-align: left !important;
}
/* line 1919, ../sass/styles.scss */
.presse-list .attachment {
  float: left;
  padding-right: 30px;
  width: 50%;
}
/* line 1925, ../sass/styles.scss */
.presse-list .presse-list-sub-item {
  margin-bottom: 35px;
  position: relative;
}
/* line 1930, ../sass/styles.scss */
.presse-list .presse-list-sub-item .presse-list-sub-item-title a {
  color: #666666;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 20px;
  font-weight: 100;
  line-height: 140%;
}
/* line 1937, ../sass/styles.scss */
.presse-list .presse-list-sub-item .presse-list-sub-item-title a:before {
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* line 1949, ../sass/styles.scss */
.presse-list .presse-list-sub-item .presse-list-sub-item-date {
  color: #9f8559;
  display: block;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 1957, ../sass/styles.scss */
.presse-list .presse-list-sub-item .presse-list-sub-item-description {
  color: #666666;
  display: block;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  padding-top: 5px;
}
/* line 1967, ../sass/styles.scss */
.presse-list .presse-list-sub-item:hover .presse-list-sub-item-date,
.presse-list .presse-list-sub-item:hover .presse-list-sub-item-description {
  color: #990000;
}
/* line 1972, ../sass/styles.scss */
.presse-list .presse-list-sub-item:hover .presse-list-sub-item-title a {
  color: #990000;
}
/* line 1979, ../sass/styles.scss */
.presse-list .presse-list-sub1 {
  margin: 0;
}
/* line 1982, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item {
  list-style: none;
  margin-bottom: 31px;
  position: relative;
}
/* line 1987, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item .presse-list-sub1-title {
  margin-bottom: 1px;
}
/* line 1990, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item .presse-list-sub1-title a {
  color: #666666;
  display: block;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 15px;
  font-weight: 100;
  line-height: 140%;
}
/* line 1998, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item .presse-list-sub1-title a:before {
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* line 2009, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item .presse-list-sub1-date {
  color: #9f8559;
  display: block;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 2017, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item .presse-list-sub1-description {
  color: #666666;
  display: block;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  padding-top: 5px;
}
/* line 2027, ../sass/styles.scss */
.presse-list .presse-list-sub1 .presse-list-sub1-item:hover .presse-list-sub1-date,
.presse-list .presse-list-sub1 .presse-list-sub1-item:hover .presse-list-sub1-description,
.presse-list .presse-list-sub1 .presse-list-sub1-item:hover .presse-list-sub1-title a {
  color: #990000;
}
/* line 2034, ../sass/styles.scss */
.presse-list > .view-content {
  float: left;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-top: 0;
  width: 50%;
}
/* line 2042, ../sass/styles.scss */
.presse-list .presse-list-item {
  margin: 0 0 21px;
  position: relative;
  width: 100%;
}
/* line 2047, ../sass/styles.scss */
.presse-list .presse-list-item .presse-list-item-date {
  color: #9f8559;
  float: left;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  width: 30%;
}
/* line 2055, ../sass/styles.scss */
.presse-list .presse-list-item .presse-list-item-date a {
  color: #9f8559;
  display: block;
}
/* line 2061, ../sass/styles.scss */
.presse-list .presse-list-item .presse-list-item-title {
  color: #666666;
  display: block;
  float: right;
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  width: 70%;
  line-height: 20px;
}
/* line 2069, ../sass/styles.scss */
.presse-list .presse-list-item .presse-list-item-title a {
  color: #666666;
  font-size: 15px;
  line-height: 140%;
}
/* line 2074, ../sass/styles.scss */
.presse-list .presse-list-item .presse-list-item-title a:before {
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9;
}
/* line 2089, ../sass/styles.scss */
.presse-list .presse-list-item:hover .presse-list-item-date,
.presse-list .presse-list-item:hover .presse-list-item-date a,
.presse-list .presse-list-item:hover .presse-list-item-title a {
  color: #990000;
}

/* line 2098, ../sass/styles.scss */
.node-type-press .pane-page-title {
  margin: 20px auto 10px;
  max-width: 700px;
}
/* line 2103, ../sass/styles.scss */
.node-type-press .panel-col-top {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  /* line 2110, ../sass/styles.scss */
  .pane-views-panes .attachment + .view-content + .feed-icon,
  .pane-views-panes .attachment + .view-content + .item-list {
    float: none;
    margin-left: 50%;
  }
}
/* line 2116, ../sass/styles.scss */
.pane-views-panes .attachment + .view-content + .feed-icon ul.pager-load-more.pager,
.pane-views-panes .attachment + .view-content + .item-list ul.pager-load-more.pager {
  clear: none;
}
@media (min-width: 768px) {
  /* line 2121, ../sass/styles.scss */
  .pane-views-panes .attachment + .view-content + .item-list + .feed-icon {
    float: right;
    margin: 0;
    padding-left: 12px;
  }
}
/* line 2129, ../sass/styles.scss */
.pane-views-panes .attachment + .view-content {
  position: relative;
}
/* line 2132, ../sass/styles.scss */
.pane-views-panes .attachment + .view-content .item-list {
  bottom: 45px;
  height: 20px;
  left: 0;
  position: absolute;
  z-index: 9;
}
/* line 2140, ../sass/styles.scss */
.pane-views-panes .attachment + .view-content .feed-icon {
  bottom: -4px;
  position: absolute;
  right: 0;
  z-index: 9;
}

/* line 2150, ../sass/styles.scss */
.page-node-3911 .panel-pane.pane-page-title {
  margin-bottom: 10px;
  margin-top: 19px;
}
/* line 2155, ../sass/styles.scss */
.page-node-3911 .quicktabs-wrapper ul.quicktabs-tabs {
  margin-bottom: 54px !important;
  padding: 5px 0 6px;
}
/* line 2159, ../sass/styles.scss */
.page-node-3911 .quicktabs-wrapper ul.quicktabs-tabs li.active.first.last {
  margin: 0;
  padding: 0;
}
/* line 2165, ../sass/styles.scss */
.page-node-3911 .quicktabs_main.quicktabs-style-nostyle {
  padding-left: 3px;
}
/* line 2168, ../sass/styles.scss */
.page-node-3911 .quicktabs_main.quicktabs-style-nostyle p {
  margin: 0 0 21px;
}
/* line 2173, ../sass/styles.scss */
.page-node-3911 .panel-col-top.panel-panel {
  margin-bottom: 97px;
}
/* line 2177, ../sass/styles.scss */
.page-node-3911 .panel-col-second {
  padding-top: 5px;
}

/* line 2184, ../sass/styles.scss */
.page-node-5286.node-type-article .panel-col-second.panel-panel {
  padding-top: 7px;
}
/* line 2188, ../sass/styles.scss */
.page-node-5286.node-type-article .panel-col-top {
  border: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 2197, ../sass/styles.scss */
.nav-historiske-samlinger .panel-col-top,
.node-type-article.section-historiske-samlinger .panel-col-top {
  margin-bottom: 55px !important;
  border-bottom: 1px solid #999999 !important;
  padding-bottom: 10px;
}
/* line 2203, ../sass/styles.scss */
.nav-historiske-samlinger .sub-page-textitalick._fulltext,
.node-type-article.section-historiske-samlinger .sub-page-textitalick._fulltext {
  margin-bottom: 20px;
}
/* line 2207, ../sass/styles.scss */
.nav-historiske-samlinger .pane-description,
.node-type-article.section-historiske-samlinger .pane-description {
  width: 100%;
  max-width: 100%;
}

/* line 2217, ../sass/styles.scss */
.nav-monarkiet-i-danmark .page-node .center-above-wrapper,
.node-type-article.section-monarkiet-i-danmark .page-node .center-above-wrapper {
  margin-bottom: 50px;
  margin-top: 35px;
}
/* line 2222, ../sass/styles.scss */
.nav-monarkiet-i-danmark .page-node .panel-col-feature,
.node-type-article.section-monarkiet-i-danmark .page-node .panel-col-feature {
  margin-bottom: 35px;
}
/* line 2226, ../sass/styles.scss */
.nav-monarkiet-i-danmark .panel-col-top,
.node-type-article.section-monarkiet-i-danmark .panel-col-top {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 2232, ../sass/styles.scss */
.nav-monarkiet-i-danmark .panel-col-top.title-has-border,
.node-type-article.section-monarkiet-i-danmark .panel-col-top.title-has-border {
  border-bottom: 1px solid #999999;
}
/* line 2236, ../sass/styles.scss */
.nav-monarkiet-i-danmark .panel-col-top.panel-panel.title-has-border + .panel-col-feature.panel-panel,
.node-type-article.section-monarkiet-i-danmark .panel-col-top.panel-panel.title-has-border + .panel-col-feature.panel-panel {
  margin-bottom: 25px;
}
/* line 2240, ../sass/styles.scss */
.nav-monarkiet-i-danmark .row .has-menu-tab,
.node-type-article.section-monarkiet-i-danmark .row .has-menu-tab {
  margin-bottom: 28px;
  margin-top: 16px;
}
/* line 2244, ../sass/styles.scss */
.nav-monarkiet-i-danmark .row .has-menu-tab ul.menu,
.node-type-article.section-monarkiet-i-danmark .row .has-menu-tab ul.menu {
  margin-left: 2px;
}
/* line 2247, ../sass/styles.scss */
.nav-monarkiet-i-danmark .row .has-menu-tab ul.menu li,
.node-type-article.section-monarkiet-i-danmark .row .has-menu-tab ul.menu li {
  padding-right: 14px;
  margin-left: 12px;
}
/* line 2251, ../sass/styles.scss */
.nav-monarkiet-i-danmark .row .has-menu-tab ul.menu li:before,
.node-type-article.section-monarkiet-i-danmark .row .has-menu-tab ul.menu li:before {
  right: -3px;
}

/* line 2260, ../sass/styles.scss */
.page-node-1851.node-type-article .panel-col-top {
  border-bottom: medium none;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

/* line 2270, ../sass/styles.scss */
.highslide-controls .highslide-play,
.highslide-controls .highslide-pause,
.highslide-controls .highslide-move {
  display: none !important;
}

/* line 2275, ../sass/styles.scss */
.highslide-controls {
  background: none;
  width: auto;
}
/* line 2279, ../sass/styles.scss */
.highslide-controls ul {
  background: none;
  left: auto;
  right: -10px;
  top: 55px;
}
/* line 2288, ../sass/styles.scss */
.highslide-controls .highslide-previous a,
.highslide-controls .highslide-next a {
  background: transparent url("../images/slide-t1-navi.png") no-repeat scroll 0 0;
  bottom: 8px;
  display: inline-block;
  height: 23px;
  opacity: 1;
  width: 23px;
}
/* line 2297, ../sass/styles.scss */
.highslide-controls .highslide-previous a.disabled, .highslide-controls .highslide-previous a.disabled:hover,
.highslide-controls .highslide-next a.disabled,
.highslide-controls .highslide-next a.disabled:hover {
  background-position: 0 -46px !important;
}
/* line 2301, ../sass/styles.scss */
.highslide-controls .highslide-previous a:hover,
.highslide-controls .highslide-next a:hover {
  background-position: 0 -23px;
}
/* line 2307, ../sass/styles.scss */
.highslide-controls .highslide-next {
  margin-left: 4px;
}
/* line 2310, ../sass/styles.scss */
.highslide-controls .highslide-next a {
  background-position: -23px 0;
}
/* line 2314, ../sass/styles.scss */
.highslide-controls .highslide-next a.disabled, .highslide-controls .highslide-next a.disabled:hover {
  background-position: -23px -46px !important;
}
/* line 2318, ../sass/styles.scss */
.highslide-controls .highslide-next a:hover {
  background-position: -23px -23px;
}
/* line 2324, ../sass/styles.scss */
.highslide-controls li.highslide-full-expand {
  bottom: 55px;
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  width: auto;
}
/* line 2334, ../sass/styles.scss */
.highslide-controls li.highslide-full-expand a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: all 1;
  -moz-transition: all 1;
  -o-transition: all 1;
  transition: all 1;
  background: url("../images/fullexpand.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 34px;
  margin: 0 10px 10px 0;
  width: 34px;
}
/* line 2343, ../sass/styles.scss */
.highslide-controls li.highslide-full-expand a:hover {
  background-position: 0 0;
}
/* line 2350, ../sass/styles.scss */
.highslide-controls .highslide-close a {
  background: rgba(0, 0, 0, 0) url("../images/close.png") repeat scroll 0 0;
  cursor: pointer;
  height: 30px;
  left: 15px;
  position: relative;
  top: -15px;
  width: 30px;
}

/* line 2364, ../sass/styles.scss */
.highslide-wrapper:hover .highslide-controls li.highslide-full-expand a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 2370, ../sass/styles.scss */
:focus {
  outline: 0;
}

/* line 2376, ../sass/styles.scss */
.page-node-17976.node-type-article #main {
  padding-bottom: 53px;
}
/* line 2380, ../sass/styles.scss */
.page-node-17976.node-type-article .page-node .center-above-wrapper {
  margin-top: 48px !important;
}
/* line 2384, ../sass/styles.scss */
.page-node-17976.node-type-article .panel-col-top-second .style-menu-default {
  margin-bottom: 29px;
}
/* line 2388, ../sass/styles.scss */
.page-node-17976.node-type-article .panel-col-second.panel-panel.large-6.columns {
  padding-top: 7px;
}
/* line 2391, ../sass/styles.scss */
.page-node-17976.node-type-article .panel-col-second.panel-panel.large-6.columns .quicktabs-wrapper ul.quicktabs-tabs {
  padding: 8px 0 6px;
  margin-bottom: 30px !important;
}
/* line 2395, ../sass/styles.scss */
.page-node-17976.node-type-article .panel-col-second.panel-panel.large-6.columns .quicktabs-wrapper ul.quicktabs-tabs li {
  margin-bottom: 1px;
}
/* line 2398, ../sass/styles.scss */
.page-node-17976.node-type-article .panel-col-second.panel-panel.large-6.columns .quicktabs-wrapper ul.quicktabs-tabs li a {
  display: block;
  font-size: 14px;
  line-height: 150%;
}

/* line 2409, ../sass/styles.scss */
.i18n-en.section-slotte-og-kongeskibet .pane-page-title h1 {
  color: #666666;
  font-size: 22px;
  line-height: 130%;
  text-shadow: 1px 1px 1px #fff;
  font-family: "WalbaumItalic", serif;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
}

/* line 2422, ../sass/styles.scss */
.section-slotte-og-kongeskibet .grid-component-list .component-list-item {
  padding-bottom: 20px;
}
/* line 2426, ../sass/styles.scss */
.section-slotte-og-kongeskibet .medium-block-grid-3.large-block-grid-3 {
  margin: 0 -11px 0 -10px;
}

/* line 2434, ../sass/styles.scss */
.nav-organisation-og-kontakt .panel-col-top,
.node-type-article.section-organisation-og-kontakt .panel-col-top {
  border: none;
}
/* line 2438, ../sass/styles.scss */
.nav-organisation-og-kontakt #main,
.node-type-article.section-organisation-og-kontakt #main {
  padding-bottom: 50px;
}
/* line 2442, ../sass/styles.scss */
.nav-organisation-og-kontakt .title-center .pane-title,
.node-type-article.section-organisation-og-kontakt .title-center .pane-title {
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 2449, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom {
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.75);
  border-left: 1px solid #9f885b;
  border-right: 1px solid #9f885b;
  border-top: 1px solid #9f885b;
  bottom: 0px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  height: inherit !important;
  position: fixed;
  right: 31px;
  width: 302px !important;
  z-index: 9999;
}
@media (max-width: 767px) {
  /* line 2449, ../sass/styles.scss */
  #sliding-popup.sliding-popup-bottom {
    background: white;
  }
}
/* line 2469, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom .popup-content {
  max-width: 86%;
  padding-top: 20px;
}
/* line 2474, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-text {
  color: #666666 !important;
  float: none;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  max-width: none;
  text-align: center;
}
/* line 2483, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-text .block-title {
  color: #990000 !important;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 24px;
  line-height: 130%;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 2494, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-text p {
  color: #666666 !important;
  font-weight: 400;
  font-size: 14px;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
}
/* line 2501, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-text a {
  font-style: italic;
}
/* line 2506, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons {
  clear: both;
  float: none;
  max-width: 100%;
  padding: 15px 0px 25px 0px;
  text-align: center;
  width: 100%;
}
/* line 2515, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons .agree-button,
#sliding-popup.sliding-popup-bottom #popup-buttons .find-more-button {
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  border-radius: 0;
  box-shadow: none;
  border: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 110%;
  padding: 7px 0px;
  text-shadow: 0 0 0 transparent;
  text-transform: uppercase;
  position: relative;
  text-align: center;
}
/* line 2531, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons .agree-button {
  background: #9f885a;
  filter: none;
  color: white;
  margin: 0 0 12px;
  width: 200px;
}
/* line 2538, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons .agree-button:hover {
  background: #9f885a;
  filter: none;
}
/* line 2544, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons .find-more-button {
  background: #e4e1db;
  filter: none;
  color: #9f885a;
  margin: 0;
  width: 236px;
  margin-bottom: 5px;
}
/* line 2552, ../sass/styles.scss */
#sliding-popup.sliding-popup-bottom #popup-buttons .find-more-button:hover {
  background: #e4e1db;
  filter: none;
}

/* line 2560, ../sass/styles.scss */
a.tabledrag-handle .handle {
  height: 22px;
  width: 22px;
}

@media (max-width: 767px) {
  /* line 2568, ../sass/styles.scss */
  .pane-menu-node-reference-content-type.style-menu-default .ul.menu li {
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
  }
  /* line 2573, ../sass/styles.scss */
  .pane-menu-node-reference-content-type.style-menu-default .ul.menu li:before {
    display: none;
  }
}

/* line 2583, ../sass/styles.scss */
.section-organisation-og-kontakt .grid-component-list {
  margin-bottom: 36px;
}
/* line 2587, ../sass/styles.scss */
.section-organisation-og-kontakt .panel-col-top {
  border-bottom: 1px solid #999999;
}

/* line 2594, ../sass/styles.scss */
body .pane-views-slide-detail .owl-theme .owl-controls {
  bottom: -35px;
  margin-top: 10px;
  position: absolute;
  right: 0;
}

/* line 2603, ../sass/styles.scss */
.pane-views-slide-detail .views-field-field-file-image-element {
  line-height: 0;
}
/* line 2606, ../sass/styles.scss */
.pane-views-slide-detail .views-field-field-file-image-element img {
  min-height: 263px;
}

/* line 2613, ../sass/styles.scss */
.page-node .panel-col-feature .panel-full-page > div .panel-pane.row {
  background: #f7f6f4;
  padding: 0 5px;
  max-width: 960px;
}
/* line 2620, ../sass/styles.scss */
.page-node .english-date,
.page-node .node-detail__date {
  color: #bbb;
  display: inline;
  font-family: "WalbaumItalic";
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 2629, ../sass/styles.scss */
.page-node .english-date .pane-title,
.page-node .node-detail__date .pane-title {
  color: #bbb;
  display: inline;
  font-family: "WalbaumItalic";
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 20px;
}
/* line 2638, ../sass/styles.scss */
.page-node .english-date div,
.page-node .node-detail__date div {
  display: inline;
}
/* line 2642, ../sass/styles.scss */
.page-node .english-date p,
.page-node .node-detail__date p {
  color: #bbb;
  font-family: 'WalbaumItalic';
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 20px;
}

/* line 2654, ../sass/styles.scss */
.style-menu-default.has-menu-tab ul.menu li {
  display: inline-block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 9px;
  padding-right: 26px;
  position: relative;
  text-transform: uppercase;
}

/* line 2666, ../sass/styles.scss */
.section-den-kongelige-familie .bottom-link-text-familie {
  margin-top: 0;
}

/* line 2671, ../sass/styles.scss */
body {
  word-wrap: break-word;
}

/* line 2675, ../sass/styles.scss */
.component-list-grid-gallery .component-list-grid-gallery-item {
  padding-bottom: 20px;
}
/* line 2678, ../sass/styles.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__title {
  float: none;
}

/* line 2685, ../sass/styles.scss */
body .pane-views-slide-detail .owl-theme .owl-controls {
  bottom: -35px;
  margin-top: 10px;
  position: absolute;
  right: 0;
}

@media (max-width: 767px) {
  /* line 2696, ../sass/styles.scss */
  .page-slotte-og-kongeskibet.custtom-basipages .component-gallery-filter .views-exposed-widgets,
  .custtom-basipages.section-historiske-samlinger .component-gallery-filter .views-exposed-widgets {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
  }
  /* line 2701, ../sass/styles.scss */
  .page-slotte-og-kongeskibet.custtom-basipages .component-gallery-filter .views-exposed-widgets label,
  .custtom-basipages.section-historiske-samlinger .component-gallery-filter .views-exposed-widgets label {
    margin-bottom: 5px;
    margin-left: 0;
  }

  /* line 2707, ../sass/styles.scss */
  .pane-views-slide-detail .group-content {
    text-align: left;
  }

  /* line 2711, ../sass/styles.scss */
  .views-exposed-form .views-exposed-widget {
    margin: 5px auto !important;
    float: none;
  }

  /* line 2716, ../sass/styles.scss */
  .pane-views-filter .pane-title {
    margin: 20px 0 5px;
    padding: 0;
    text-align: center;
  }

  /* line 2722, ../sass/styles.scss */
  .views-exposed-form .views-widget {
    background: white none repeat scroll 0 0;
    left: 0;
    right: 0;
    margin: 0;
  }

  /* line 2729, ../sass/styles.scss */
  .presse-list .attachment {
    float: none;
    padding-right: 0;
    text-align: left;
    width: 100%;
  }

  /* line 2736, ../sass/styles.scss */
  .presse-list > .view-content {
    float: none;
    padding-bottom: 50px;
    padding-left: 0;
    text-align: left;
    width: 100%;
  }

  /* line 2744, ../sass/styles.scss */
  .presse-list .presse-list-item .presse-list-item-title {
    padding-left: 5px;
  }

  /* line 2748, ../sass/styles.scss */
  .page-node-3911 .panel-col-top.panel-panel {
    margin-bottom: 30px;
  }

  /* line 2752, ../sass/styles.scss */
  .panel-pane.pane-page-title {
    margin-bottom: 0 !important;
    margin-top: 0;
  }

  /* line 2757, ../sass/styles.scss */
  .section-search .panel-2col-stacked {
    margin-top: 15px;
    text-align: left;
  }

  /* line 2762, ../sass/styles.scss */
  ol.search-results {
    margin-left: 0;
    text-align: left;
  }

  /* line 2767, ../sass/styles.scss */
  .owl-theme .owl-controls {
    padding: 0 3px;
    position: static;
    text-align: right;
  }

  /* line 2775, ../sass/styles.scss */
  body .pane-views-slide-detail .owl-theme .owl-controls {
    bottom: 10px;
    margin-top: 10px;
    position: absolute;
    right: 5px;
  }
}
/* line 2786, ../sass/styles.scss */
.section-organisation-og-kontakt .panel-col-top {
  border-bottom: 1px solid #999999;
}

/* line 2792, ../sass/styles.scss */
.pane-views-slide-detail .views-field-field-file-image-element {
  line-height: 0;
}
@media (min-width: 1025px) {
  /* line 2795, ../sass/styles.scss */
  .pane-views-slide-detail .views-field-field-file-image-element img {
    min-height: 260px;
    max-height: 260px;
  }
}

/* line 2805, ../sass/styles.scss */
.page-node #main {
  padding-bottom: 49px;
}
/* line 2809, ../sass/styles.scss */
.page-node .node-detail__date p {
  color: #bbb;
  font-family: 'WalbaumItalic';
  font-size: 12px;
  line-height: 140%;
  margin: 0 0 20px;
}

/* line 2819, ../sass/styles.scss */
.style-menu-default.has-menu-tab ul.menu li {
  display: inline-block;
  font-family: "WalbaumRoman", arial, verdana, helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 9px;
  padding-right: 26px;
  position: relative;
  text-transform: uppercase;
}

/* line 2831, ../sass/styles.scss */
.section-den-kongelige-familie .bottom-link-text-familie {
  margin-top: 0;
}

/* line 2836, ../sass/styles.scss */
body {
  word-wrap: break-word;
}

/* line 2840, ../sass/styles.scss */
.component-list-grid-gallery .component-list-grid-gallery-item {
  padding-bottom: 20px;
}
/* line 2843, ../sass/styles.scss */
.component-list-grid-gallery .component-list-grid-gallery-item .component-list-grid-gallery__item__title {
  float: none;
}

/* line 2850, ../sass/styles.scss */
.slide-lager-detail .views-row div {
  line-height: 0;
}

/* line 2858, ../sass/styles.scss */
.page-node-38746 .panel-col-top-second.panel-panel,
.page-node-39231 .panel-col-top-second.panel-panel,
.page-node-12186 .panel-col-top-second.panel-panel {
  padding-bottom: 23px;
}
/* line 2863, ../sass/styles.scss */
.page-node-38746 .panel-pane.pane-page-title .field-name-field-full-name,
.page-node-39231 .panel-pane.pane-page-title .field-name-field-full-name,
.page-node-12186 .panel-pane.pane-page-title .field-name-field-full-name {
  color: #666666;
  font-size: 22px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 130%;
  margin-bottom: 15px;
  text-shadow: 1px 1px 1px white;
  text-transform: none;
  font-family: "WalbaumItalic", serif;
}

/* line 2878, ../sass/styles.scss */
.node-type-person.section-den-kongelige-familie .title-center .pane-title {
  font-size: 21px;
  margin-bottom: 21px;
  margin-top: 0;
}
/* line 2884, ../sass/styles.scss */
.node-type-person.section-den-kongelige-familie #main {
  padding-bottom: 50px;
}
/* line 2888, ../sass/styles.scss */
.node-type-person.section-den-kongelige-familie .panel-pane.pane-page-title {
  margin-bottom: 10px;
}
/* line 2893, ../sass/styles.scss */
.node-type-person.section-den-kongelige-familie .panel-col-top-second .row .style-menu-default {
  margin-top: 1px;
  margin-bottom: 6px;
}
/* line 2897, ../sass/styles.scss */
.node-type-person.section-den-kongelige-familie .panel-col-top-second .row .style-menu-default ul.menu li {
  margin-bottom: 8px;
}

/* line 2906, ../sass/styles.scss */
.front #main > .row:first-of-type {
  display: none;
  min-height: 0;
}

/* line 2914, ../sass/styles.scss */
.front .center-col-3-wrapper .inner-wrapper,
.front .center-above-wrapper .inner-wrapper,
.front .center-below-wrapper .inner-wrapper {
  margin: 0 -11px 0 -10px;
}

/* line 2921, ../sass/styles.scss */
.pane-views-seemore .title-center .pane-title {
  margin-bottom: 20px;
  margin-top: 0px;
}

/* line 2928, ../sass/styles.scss */
.panel-col-bottom-second .title-center .pane-title {
  margin-bottom: 20px;
  margin-top: 0;
}

/* line 2935, ../sass/styles.scss */
.page-node-18066.page-node .panel-col-feature {
  margin-bottom: 35px;
}
/* line 2939, ../sass/styles.scss */
.page-node-18066.page-node .center-above-wrapper {
  margin-bottom: 35px;
  margin-top: 50px;
}
/* line 2944, ../sass/styles.scss */
.page-node-18066.page-node .panel-col-second {
  text-align: right;
}
/* line 2948, ../sass/styles.scss */
.page-node-18066.page-node #main {
  padding-bottom: 27px;
}

/* line 2955, ../sass/styles.scss */
.front.i18n-fr .panel-col-feature,
.front.i18n-en .panel-col-feature {
  position: relative;
  margin-bottom: 56px;
}
/* line 2959, ../sass/styles.scss */
.front.i18n-fr .panel-col-feature:before,
.front.i18n-en .panel-col-feature:before {
  border-bottom: 1px solid #999999;
  bottom: -10px;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
}

/* line 2971, ../sass/styles.scss */
.i18n-en .date-da {
  display: none !important;
}

/* line 2977, ../sass/styles.scss */
.i18n-da .date-en {
  display: none !important;
}

/* line 2982, ../sass/styles.scss */
.panel-col-top.panel-panel.not-menu-sub {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  /* line 2990, ../sass/styles.scss */
  .panel-col-top-second .style-menu-default ul.menu li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  /* line 2996, ../sass/styles.scss */
  .panel-col-top-second .style-menu-default ul.menu li:before {
    display: none;
  }
}
/* line 3004, ../sass/styles.scss */
.panel-col-top + .panel-col-bottom.panel-panel {
  margin-top: 100px;
}

/* style page 404 */
/* line 3012, ../sass/styles.scss */
.page-page-404 #main > div {
  margin: 0 auto;
  max-width: 940px;
}
/* line 3017, ../sass/styles.scss */
.page-page-404 .default-404 {
  display: table;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
/* line 3024, ../sass/styles.scss */
.page-page-404 .default-404 .page404.media {
  display: inline-block;
  float: none;
  padding-right: 20px;
  vertical-align: middle;
}
/* line 3031, ../sass/styles.scss */
.page-page-404 .default-404 .main-page-404 {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
/* line 3036, ../sass/styles.scss */
.page-page-404 .default-404 .main-page-404 h2 {
  color: #666666;
}

/* menu tab style */
/* line 3046, ../sass/styles.scss */
.row .has-menu-tab {
  margin-bottom: 28px;
  margin-top: 16px;
}

/* slick slide element */
/* line 3052, ../sass/styles.scss */
.slick-slider {
  -moz-user-select: inherit;
}

/* line 3056, ../sass/styles.scss */
.slick-slider {
  -webkit-user-select: inherit;
  -moz-user-select: inherit;
  -ms-user-select: inherit;
  user-select: inherit;
  -khtml-user-select: inherit;
}
