@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3198585, 2016-04-05T09:02:54-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AlianzaItalic200 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/italic-200/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: AlianzaSlab700 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/slab-700/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: AlianzaSlab200 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/slab-200/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: UniSansRegular by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/uni-sans/regular/
 * Copyright: Copyright (c) 2014 by &#x00A9; 2009 Designed by Svetoslav Simov &#x00A9; Fontfabric, Inc. All rights reserved.
 * Licensed pageviews: 5,000,000
 *
 * Webfont: UniSansBold by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/uni-sans/bold/
 * Copyright: Copyright (c) 2014 by &#x00A9; 2009 Designed by Svetoslav Simov &#x00A9; Fontfabric, Inc. All rights reserved.
 * Licensed pageviews: 5,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3198585
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/30ce79");
@import url("//hello.myfonts.net/count/30ce79");
@import url("//hello.myfonts.net/count/30ce79");
@font-face {
  font-family: 'AlianzaItalic200';
  src: url("../Fonts/30CE79_0_0.eot");
  src: url("../Fonts/30CE79_0_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_0_0.woff2") format("woff2"), url("../Fonts/30CE79_0_0.woff") format("woff"), url("../Fonts/30CE79_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AlianzaSlab700';
  src: url("../Fonts/30CE79_1_0.eot");
  src: url("../Fonts/30CE79_1_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_1_0.woff2") format("woff2"), url("../Fonts/30CE79_1_0.woff") format("woff"), url("../Fonts/30CE79_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AlianzaSlab200';
  src: url("../Fonts/30CE79_2_0.eot");
  src: url("../Fonts/30CE79_2_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_2_0.woff2") format("woff2"), url("../Fonts/30CE79_2_0.woff") format("woff"), url("../Fonts/30CE79_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'UniSansRegular';
  src: url("../Fonts/30CE79_3_0.eot");
  src: url("../Fonts/30CE79_3_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_3_0.woff2") format("woff2"), url("../Fonts/30CE79_3_0.woff") format("woff"), url("../Fonts/30CE79_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'UniSansBold';
  src: url("../Fonts/30CE79_4_0.eot");
  src: url("../Fonts/30CE79_4_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_4_0.woff2") format("woff2"), url("../Fonts/30CE79_4_0.woff") format("woff"), url("../Fonts/30CE79_4_0.ttf") format("truetype"); }
/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden; }

.uk-grid:after {
  clear: both; }

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -20px; }

.uk-grid > * {
  padding-left: 20px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px; }

/* Large screen and bigger */
@media (min-width: 1232px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -35px; }

  .uk-grid > * {
    padding-left: 35px; }

  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0; }

.uk-grid-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0; }

/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px; }

.uk-grid-small > * {
  padding-left: 10px; }

/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px; }

/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -20px; }

.uk-grid-medium > * {
  padding-left: 20px; }

/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 20px; }

/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -35px; }

  .uk-grid-large > * {
    padding-left: 35px; }

  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }
/* Extra Large screens */
@media (min-width: 1232px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px; }

  .uk-grid-large > * {
    padding-left: 50px; }

  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px; } }
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -20px;
  margin-right: -20px; }

.uk-grid-divider > * {
  padding-left: 20px;
  padding-right: 20px; }

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  /*
   * Large gutter
   */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px; }

  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px; }

  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px; } }
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd; }

/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%; }

/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-grid-width-1-2 > * {
  width: 50%; }

.uk-grid-width-1-3 > * {
  width: 33.333%; }

.uk-grid-width-1-4 > * {
  width: 25%; }

.uk-grid-width-1-5 > * {
  width: 20%; }

.uk-grid-width-1-6 > * {
  width: 16.666%; }

.uk-grid-width-1-10 > * {
  width: 10%; }

.uk-grid-width-auto > * {
  width: auto; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%; }

  .uk-grid-width-small-1-2 > * {
    width: 50%; }

  .uk-grid-width-small-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-small-1-4 > * {
    width: 25%; }

  .uk-grid-width-small-1-5 > * {
    width: 20%; }

  .uk-grid-width-small-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-small-1-10 > * {
    width: 10%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%; }

  .uk-grid-width-medium-1-2 > * {
    width: 50%; }

  .uk-grid-width-medium-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-medium-1-4 > * {
    width: 25%; }

  .uk-grid-width-medium-1-5 > * {
    width: 20%; }

  .uk-grid-width-medium-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-medium-1-10 > * {
    width: 10%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%; }

  .uk-grid-width-large-1-2 > * {
    width: 50%; }

  .uk-grid-width-large-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-large-1-4 > * {
    width: 25%; }

  .uk-grid-width-large-1-5 > * {
    width: 20%; }

  .uk-grid-width-large-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-large-1-10 > * {
    width: 10%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%; }

  .uk-grid-width-xlarge-1-2 > * {
    width: 50%; }

  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-xlarge-1-4 > * {
    width: 25%; }

  .uk-grid-width-xlarge-1-5 > * {
    width: 20%; }

  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-xlarge-1-10 > * {
    width: 10%; } }
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%; }

/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%; }

/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%; }

/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%; }

.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%; }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%; }

.uk-width-2-5,
.uk-width-4-10 {
  width: 40%; }

.uk-width-3-5,
.uk-width-6-10 {
  width: 60%; }

.uk-width-4-5,
.uk-width-8-10 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: 16.666%; }

.uk-width-5-6 {
  width: 83.333%; }

/* Tenths */
.uk-width-1-10 {
  width: 10%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-9-10 {
  width: 90%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%; }

  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%; }

  .uk-width-small-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%; }

  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%; }

  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%; }

  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%; }

  .uk-width-small-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%; }

  .uk-width-small-3-10 {
    width: 30%; }

  .uk-width-small-7-10 {
    width: 70%; }

  .uk-width-small-9-10 {
    width: 90%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%; }

  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%; }

  .uk-width-medium-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%; }

  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%; }

  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%; }

  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%; }

  .uk-width-medium-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%; }

  .uk-width-medium-3-10 {
    width: 30%; }

  .uk-width-medium-7-10 {
    width: 70%; }

  .uk-width-medium-9-10 {
    width: 90%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%; }

  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%; }

  .uk-width-large-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%; }

  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%; }

  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%; }

  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%; }

  .uk-width-large-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%; }

  .uk-width-large-3-10 {
    width: 30%; }

  .uk-width-large-7-10 {
    width: 70%; }

  .uk-width-large-9-10 {
    width: 90%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%; }

  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%; }

  .uk-width-xlarge-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%; }

  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%; }

  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%; }

  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%; }

  .uk-width-xlarge-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%; }

  .uk-width-xlarge-3-10 {
    width: 30%; }

  .uk-width-xlarge-7-10 {
    width: 70%; }

  .uk-width-xlarge-9-10 {
    width: 90%; } }
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%; }

  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%; }

  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-1-4 {
    left: 25%; }

  .uk-push-3-4 {
    left: 75%; }

  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%; }

  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%; }

  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%; }

  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%; }

  .uk-push-5-6 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-1-10 {
    left: 10%; }

  .uk-push-3-10 {
    left: 30%; }

  .uk-push-7-10 {
    left: 70%; }

  .uk-push-9-10 {
    left: 90%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%; }

  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%; }

  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-1-4 {
    left: -25%; }

  .uk-pull-3-4 {
    left: -75%; }

  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%; }

  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%; }

  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%; }

  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%; }

  .uk-pull-5-6 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-1-10 {
    left: -10%; }

  .uk-pull-3-10 {
    left: -30%; }

  .uk-pull-7-10 {
    left: -70%; }

  .uk-pull-9-10 {
    left: -90%; } }
.uk-grid-divider > [class*='uk-width-10-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-11-']:nth-child(n+2) {
  border-left: 1px solid #ddd; }

.uk-grid-width-1-1 > * {
  width: 100%; }

.uk-grid-width-1-7 > * {
  width: 14.285%; }

.uk-grid-width-1-8 > * {
  width: 12.5%; }

.uk-grid-width-1-9 > * {
  width: 11.111%; }

.uk-grid-width-1-11 > * {
  width: 9.0909%; }

.uk-grid-width-1-12 > * {
  width: 8.333%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-small-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-small-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-small-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-small-1-12 > * {
    width: 8.333%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-medium-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-medium-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-medium-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-medium-1-12 > * {
    width: 8.333%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-large-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-large-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-large-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-large-1-12 > * {
    width: 8.333%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-grid-width-xlarge-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-xlarge-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-xlarge-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-xlarge-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-xlarge-1-12 > * {
    width: 8.333%; } }
/* Halves */
.uk-width-6-12 {
  width: 50%; }

/* Thirds */
.uk-width-4-12 {
  width: 33.333%; }

.uk-width-8-12 {
  width: 66.666%; }

/* Quarters */
.uk-width-3-12 {
  width: 25%; }

.uk-width-9-12 {
  width: 75%; }

/* Sixths */
.uk-width-2-12 {
  width: 16.666%; }

.uk-width-10-12 {
  width: 83.333%; }

/* Twelfths */
.uk-width-1-12 {
  width: 8.333%; }

.uk-width-5-12 {
  width: 41.666%; }

.uk-width-7-12 {
  width: 58.333%; }

.uk-width-11-12 {
  width: 91.666%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-small-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-small-4-12 {
    width: 33.333%; }

  .uk-width-small-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-small-3-12 {
    width: 25%; }

  .uk-width-small-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-small-2-12 {
    width: 16.666%; }

  .uk-width-small-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-small-1-12 {
    width: 8.333%; }

  .uk-width-small-5-12 {
    width: 41.666%; }

  .uk-width-small-7-12 {
    width: 58.333%; }

  .uk-width-small-11-12 {
    width: 91.666%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-medium-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-medium-4-12 {
    width: 33.333%; }

  .uk-width-medium-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-medium-3-12 {
    width: 25%; }

  .uk-width-medium-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-medium-2-12 {
    width: 16.666%; }

  .uk-width-medium-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-medium-1-12 {
    width: 8.333%; }

  .uk-width-medium-5-12 {
    width: 41.666%; }

  .uk-width-medium-7-12 {
    width: 58.333%; }

  .uk-width-medium-11-12 {
    width: 91.666%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-large-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-large-4-12 {
    width: 33.333%; }

  .uk-width-large-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-large-3-12 {
    width: 25%; }

  .uk-width-large-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-large-2-12 {
    width: 16.666%; }

  .uk-width-large-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-large-1-12 {
    width: 8.333%; }

  .uk-width-large-5-12 {
    width: 41.666%; }

  .uk-width-large-7-12 {
    width: 58.333%; }

  .uk-width-large-11-12 {
    width: 91.666%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  /* Whole */
  .uk-width-xlarge-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-xlarge-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-xlarge-4-12 {
    width: 33.333%; }

  .uk-width-xlarge-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-xlarge-3-12 {
    width: 25%; }

  .uk-width-xlarge-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-xlarge-2-12 {
    width: 16.666%; }

  .uk-width-xlarge-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-xlarge-1-12 {
    width: 8.333%; }

  .uk-width-xlarge-5-12 {
    width: 41.666%; }

  .uk-width-xlarge-7-12 {
    width: 58.333%; }

  .uk-width-xlarge-11-12 {
    width: 91.666%; } }
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
   * Push
   */
  /* Halves */
  .uk-push-6-12 {
    left: 50%; }

  /* Thirds */
  .uk-push-4-12 {
    left: 33.333%; }

  .uk-push-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-3-12 {
    left: 25%; }

  .uk-push-9-12 {
    left: 75%; }

  /* Sixths */
  .uk-push-2-12 {
    left: 16.666%; }

  .uk-push-10-12 {
    left: 83.333%; }

  /* Twelfths */
  .uk-push-1-12 {
    left: 8.333%; }

  .uk-push-5-12 {
    left: 41.666%; }

  .uk-push-7-12 {
    left: 58.333%; }

  .uk-push-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-4-12 {
    left: -33.333%; }

  .uk-pull-8-12 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-3-12 {
    left: -25%; }

  .uk-pull-9-12 {
    left: -75%; }

  /* Sixths */
  .uk-pull-2-12 {
    left: -16.666%; }

  .uk-pull-10-12 {
    left: -83.333%; }

  /* Twelfths */
  .uk-pull-1-12 {
    left: 8.333%; }

  .uk-pull-5-12 {
    left: 41.666%; }

  .uk-pull-7-12 {
    left: 58.333%; }

  .uk-pull-11-12 {
    left: 91.666%; } }
/* Small */
@media (max-width: 767px) {
  [class*='uk-push-small-'],
  [class*='uk-pull-small-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-small-1-2,
  .uk-push-small-2-4,
  .uk-push-small-3-6,
  .uk-push-small-5-10,
  .uk-push-small-6-12 {
    left: 50%; }

  /* Thirds */
  .uk-push-small-1-3,
  .uk-push-small-2-6,
  .uk-push-small-4-12 {
    left: 33.333%; }

  .uk-push-small-2-3,
  .uk-push-small-4-6,
  .uk-push-small-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-small-1-4,
  .uk-push-small-3-12 {
    left: 25%; }

  .uk-push-small-3-4,
  .uk-push-small-9-12 {
    left: 75%; }

  /* Fifths */
  .uk-push-small-1-5,
  .uk-push-small-2-10 {
    left: 20%; }

  .uk-push-small-2-5,
  .uk-push-small-4-10 {
    left: 40%; }

  .uk-push-small-3-5,
  .uk-push-small-6-10 {
    left: 60%; }

  .uk-push-small-4-5,
  .uk-push-small-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-small-1-6,
  .uk-push-small-2-12 {
    left: 16.666%; }

  .uk-push-small-5-6,
  .uk-push-small-10-12 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-small-1-10 {
    left: 10%; }

  .uk-push-small-3-10 {
    left: 30%; }

  .uk-push-small-7-10 {
    left: 70%; }

  .uk-push-small-9-10 {
    left: 90%; }

  /* Twelfths */
  .uk-push-small-1-12 {
    left: 8.333%; }

  .uk-push-small-5-12 {
    left: 41.666%; }

  .uk-push-small-7-12 {
    left: 58.333%; }

  .uk-push-small-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-small-1-2,
  .uk-pull-small-2-4,
  .uk-pull-small-3-6,
  .uk-pull-small-5-10,
  .uk-pull-small-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-small-1-3,
  .uk-pull-small-2-6,
  .uk-pull-small-4-12 {
    left: -33.333%; }

  .uk-pull-small-2-3,
  .uk-pull-small-4-6,
  .uk-pull-small-8-12 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-small-1-4,
  .uk-pull-small-3-12 {
    left: -25%; }

  .uk-pull-small-3-4,
  .uk-pull-small-9-12 {
    left: -75%; }

  /* Fifths */
  .uk-pull-small-1-5,
  .uk-pull-small-2-10 {
    left: -20%; }

  .uk-pull-small-2-5,
  .uk-pull-small-4-10 {
    left: -40%; }

  .uk-pull-small-3-5,
  .uk-pull-small-6-10 {
    left: -60%; }

  .uk-pull-small-4-5,
  .uk-pull-small-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-small-1-6,
  .uk-pull-small-2-12 {
    left: -16.666%; }

  .uk-pull-small-5-6,
  .uk-pull-small-10-12 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-small-1-10 {
    left: -10%; }

  .uk-pull-small-3-10 {
    left: -30%; }

  .uk-pull-small-7-10 {
    left: -70%; }

  .uk-pull-small-9-10 {
    left: -90%; }

  /* Twelfths */
  .uk-pull-small-1-12 {
    left: -8.333%; }

  .uk-pull-small-5-12 {
    left: -41.666%; }

  .uk-pull-small-7-12 {
    left: -58.333%; }

  .uk-pull-small-11-12 {
    left: -91.666%; } }
/* Large */
@media (min-width: 960px) {
  [class*='uk-push-large-'],
  [class*='uk-pull-large-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-large-1-2,
  .uk-push-large-2-4,
  .uk-push-large-3-6,
  .uk-push-large-6-12,
  .uk-push-large-5-10 {
    left: 50%; }

  /* Thirds */
  .uk-push-large-1-3,
  .uk-push-large-2-6,
  .uk-push-large-4-12 {
    left: 33.333%; }

  .uk-push-large-2-3,
  .uk-push-large-4-6,
  .uk-push-large-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-large-1-4 {
    left: 25%; }

  .uk-push-large-3-12 {
    left: 25%; }

  .uk-push-large-3-4 {
    left: 75%; }

  .uk-push-large-9-12 {
    left: 75%; }

  /* Fifths */
  .uk-push-large-1-5,
  .uk-push-large-2-10 {
    left: 20%; }

  .uk-push-large-2-5,
  .uk-push-large-4-10 {
    left: 40%; }

  .uk-push-large-3-5,
  .uk-push-large-6-10 {
    left: 60%; }

  .uk-push-large-4-5,
  .uk-push-large-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-large-1-6,
  .uk-push-large-2-12 {
    left: 16.666%; }

  .uk-push-large-5-6,
  .uk-push-large-10-12 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-large-1-10 {
    left: 10%; }

  .uk-push-large-3-10 {
    left: 30%; }

  .uk-push-large-7-10 {
    left: 70%; }

  .uk-push-large-9-10 {
    left: 90%; }

  /* Twelfths */
  .uk-push-large-1-12 {
    left: 8.333%; }

  .uk-push-large-5-12 {
    left: 41.666%; }

  .uk-push-large-7-12 {
    left: 58.333%; }

  .uk-push-large-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-large-1-2,
  .uk-pull-large-2-4,
  .uk-pull-large-3-6,
  .uk-pull-large-5-10,
  .uk-pull-large-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-large-1-3,
  .uk-pull-large-2-6,
  .uk-pull-large-4-12 {
    left: -33.333%; }

  .uk-pull-large-2-3,
  .uk-pull-large-4-6,
  .uk-pull-large-8-12 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-large-1-4,
  .uk-pull-large-3-12 {
    left: -25%; }

  .uk-pull-large-3-4,
  .uk-pull-large-9-12 {
    left: -75%; }

  /* Fifths */
  .uk-pull-large-1-5,
  .uk-pull-large-2-10 {
    left: -20%; }

  .uk-pull-large-2-5,
  .uk-pull-large-4-10 {
    left: -40%; }

  .uk-pull-large-3-5,
  .uk-pull-large-6-10 {
    left: -60%; }

  .uk-pull-large-4-5,
  .uk-pull-large-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-large-1-6,
  .uk-pull-large-2-12 {
    left: -16.666%; }

  .uk-pull-large-5-6,
  .uk-pull-large-10-12 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-large-1-10 {
    left: -10%; }

  .uk-pull-large-3-10 {
    left: -30%; }

  .uk-pull-large-7-10 {
    left: -70%; }

  .uk-pull-large-9-10 {
    left: -90%; }

  /* Twelfths */
  .uk-pull-large-1-12 {
    left: -8.333%; }

  .uk-pull-large-5-12 {
    left: -41.666%; }

  .uk-pull-large-7-12 {
    left: -58.333%; }

  .uk-pull-large-11-12 {
    left: -91.666%; } }
/* xLarge */
@media (min-width: 1232px) {
  [class*='uk-push-xlarge-'],
  [class*='uk-pull-xlarge-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-xlarge-1-2,
  .uk-push-xlarge-2-4,
  .uk-push-xlarge-3-6,
  .uk-push-xlarge-5-10,
  .uk-push-xlarge-6-12 {
    left: 50%; }

  /* Thirds */
  .uk-push-xlarge-1-3,
  .uk-push-xlarge-2-6,
  .uk-push-xlarge-4-12 {
    left: 33.333%; }

  .uk-push-xlarge-2-3,
  .uk-push-xlarge-4-6,
  .uk-push-xlarge-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-xlarge-1-4,
  .uk-push-xlarge-3-12 {
    left: 25%; }

  .uk-push-xlarge-3-4,
  .uk-push-xlarge-9-12 {
    left: 75%; }

  /* Fifths */
  .uk-push-xlarge-1-5,
  .uk-push-xlarge-2-10 {
    left: 20%; }

  .uk-push-xlarge-2-5,
  .uk-push-xlarge-4-10 {
    left: 40%; }

  .uk-push-xlarge-3-5,
  .uk-push-xlarge-6-10 {
    left: 60%; }

  .uk-push-xlarge-4-5,
  .uk-push-xlarge-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-xlarge-1-6,
  .uk-push-xlarge-2-12 {
    left: 16.666%; }

  .uk-push-xlarge-5-6,
  .uk-push-xlarge-10-12 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-xlarge-1-10 {
    left: 10%; }

  .uk-push-xlarge-3-10 {
    left: 30%; }

  .uk-push-xlarge-7-10 {
    left: 70%; }

  .uk-push-xlarge-9-10 {
    left: 90%; }

  /* Twelfths */
  .uk-push-xlarge-1-12 {
    left: 8.333%; }

  .uk-push-xlarge-5-12 {
    left: 41.666%; }

  .uk-push-xlarge-7-12 {
    left: 58.333%; }

  .uk-push-xlarge-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-xlarge-1-2,
  .uk-pull-xlarge-2-4,
  .uk-pull-xlarge-3-6,
  .uk-pull-xlarge-5-10,
  .uk-pull-xlarge-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-xlarge-1-3,
  .uk-pull-xlarge-2-6,
  .uk-pull-xlarge-3-12 {
    left: -33.333%; }

  .uk-pull-xlarge-2-3,
  .uk-pull-xlarge-8-12,
  .uk-pull-xlarge-4-6 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-xlarge-1-4,
  .uk-pull-xlarge-3-12 {
    left: -25%; }

  .uk-pull-xlarge-3-4,
  .uk-pull-xlarge-9-12 {
    left: -75%; }

  /* Fifths */
  .uk-pull-xlarge-1-5,
  .uk-pull-xlarge-2-10 {
    left: -20%; }

  .uk-pull-xlarge-2-5,
  .uk-pull-xlarge-4-10 {
    left: -40%; }

  .uk-pull-xlarge-3-5,
  .uk-pull-xlarge-6-10 {
    left: -60%; }

  .uk-pull-xlarge-4-5,
  .uk-pull-xlarge-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-xlarge-1-6,
  .uk-pull-xlarge-2-12 {
    left: -16.666%; }

  .uk-pull-xlarge-5-6,
  .uk-pull-xlarge-10-12 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-xlarge-1-10 {
    left: -10%; }

  .uk-pull-xlarge-3-10 {
    left: -30%; }

  .uk-pull-xlarge-7-10 {
    left: -70%; }

  .uk-pull-xlarge-9-10 {
    left: -90%; }

  /* Twelfths */
  .uk-pull-xlarge-1-12 {
    left: -8.333%; }

  .uk-pull-xlarge-5-12 {
    left: -41.666%; }

  .uk-pull-xlarge-7-12 {
    left: -58.333%; }

  .uk-pull-xlarge-11-12 {
    left: -91.666%; } }
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px; }

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal; }

/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-primary {
  color: #2d7091 !important; }

.uk-text-success {
  color: #659f13 !important; }

.uk-text-warning {
  color: #e28327 !important; }

.uk-text-danger {
  color: #d85030 !important; }

.uk-text-contrast {
  color: #fff !important; }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important; }

  .uk-text-left-medium {
    text-align: left !important; } }
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important; }

  .uk-text-left-small {
    text-align: left !important; } }
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0; } }
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18; }

/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right; }

/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12; }

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake; }

/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s; }

/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none; }

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%); }
  100% {
    transform: translateX(0); } }
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%); }
  100% {
    transform: translateX(0); } }
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-9px); }
  20% {
    -webkit-transform: translateX(8px); }
  30% {
    -webkit-transform: translateX(-7px); }
  40% {
    -webkit-transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(4px); }
  70% {
    -webkit-transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-1px); } }
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 25px; }

/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-container {
    max-width: 1400px;
    padding: 0 35px; } }
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table; }

.uk-container:after {
  clear: both; }

/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto; }

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell; }

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden; }

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px; }

.uk-align-left {
  margin-right: 15px;
  float: left; }

.uk-align-right {
  margin-left: 15px;
  float: right; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left; }

  .uk-align-medium-right {
    margin-left: 15px;
    float: right; } }
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px; }

/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem; }

.uk-vertical-align-middle {
  vertical-align: middle; }

.uk-vertical-align-bottom {
  vertical-align: bottom; }

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto; }

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto; }

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px; }

* + .uk-margin {
  margin-top: 15px; }

.uk-margin-top {
  margin-top: 15px !important; }

.uk-margin-bottom {
  margin-bottom: 15px !important; }

.uk-margin-left {
  margin-left: 15px !important; }

.uk-margin-right {
  margin-right: 15px !important; }

/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px; }

* + .uk-margin-large {
  margin-top: 50px; }

.uk-margin-large-top {
  margin-top: 50px !important; }

.uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.uk-margin-large-left {
  margin-left: 50px !important; }

.uk-margin-large-right {
  margin-right: 50px !important; }

/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px; }

* + .uk-margin-small {
  margin-top: 5px; }

.uk-margin-small-top {
  margin-top: 5px !important; }

.uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.uk-margin-small-left {
  margin-left: 5px !important; }

.uk-margin-small-right {
  margin-right: 5px !important; }

/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-top-remove {
  margin-top: 0 !important; }

.uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-top-remove {
  padding-top: 0 !important; }

.uk-padding-bottom-remove {
  padding-bottom: 0 !important; }

.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-rounded {
  border-radius: 5px; }

/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px; } }
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444; }

.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444; }

/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none; }

/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box > :last-child {
  margin-bottom: 0; }

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-container > :last-child {
  margin-bottom: 0; }

/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important; }

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*
 * Relative
 */
.uk-position-relative {
  position: relative !important; }

/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1; }

/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%; }

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important; }

  .uk-visible-medium {
    display: none !important; }

  .uk-hidden-large {
    display: none !important; } }
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important; }

  .uk-visible-large {
    display: none !important; }

  .uk-hidden-medium {
    display: none !important; } }
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important; }

  .uk-visible-large {
    display: none !important; }

  .uk-hidden-small {
    display: none !important; } }
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important; }

/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important; }

/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important; }

.uk-container {
  margin: 0 auto; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1; }

/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden; }

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #fff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out; }

/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
   * Fit in small screen
   */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto; } }
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0; }

/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right; }

/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0; }

/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px; }

/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none; }

/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px; } }
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none; }

/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-modal-dialog-large {
    width: 1130px; } }
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px; }

.uk-modal-footer {
  margin-top: 15px; }

/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd; }

.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear; }

.uk-modal-header {
  margin-bottom: 15px;
  margin: -20px -20px 15px -20px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  background: #fafafa; }
  .uk-modal-header .uk-modal-headline {
    margin: 0; }
  .uk-modal-header .uk-modal-close {
    position: absolute;
    top: 20px;
    right: 20px; }

.uk-modal-footer {
  margin-top: 15px;
  margin: 15px -20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  background: #fafafa; }

.login-modal form input {
  border: 1px solid #e6e6e6; }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3; }

/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome; }

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1; }

/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1; }

/* Icon */
.uk-close-alt:after {
  opacity: 0.5; }

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1; }

/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  /* 4 */
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px; }

/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333; }

/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333; }

/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333; }

/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px; }

/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px; }

/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px; }

/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333; }

/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333; }

@font-face {
  font-family: 'dbg-iconfont';
  src: url("../Fonts/dbg-iconfont.eot?pbhghp");
  src: url("../Fonts/dbg-iconfont.eot?pbhghp#iefix") format("embedded-opentype"), url("../Fonts/dbg-iconfont.ttf?pbhghp") format("truetype"), url("../Fonts/dbg-iconfont.woff?pbhghp") format("woff"), url("../Fonts/dbg-iconfont.svg?pbhghp#dbg-iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dbg-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon i {
    font-style: normal;
    font-variant: normal;
    font-weight: normal; }

.icon-software-cd-rom:before {
  content: ""; }

.icon-app:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-account:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-zoom:before {
  content: ""; }

.icon-hook:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-unsorted:before {
  content: ""; }

.icon-sort-desc:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-asc:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-facebook-f:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-ebook:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-accordance:before {
  content: ""; }

.icon-download-software:before {
  content: ""; }

.icon-download-audiobook:before {
  content: ""; }

.icon-cd:before {
  content: ""; }

.icon-film-dvd:before {
  content: ""; }

.icon-audiobook-cd:before {
  content: ""; }

.icon-software-cd-rom-alt:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.instagram:before {
  content: ""; }

.icon-star-half-empty:before {
  content: ""; }

.icon-star-half-full:before {
  content: ""; }

.icon-star-half-o:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.printer:before {
  content: ""; }

.icon-spenden .path1:before {
  content: "";
  color: #083f54; }

.icon-spenden .path2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #9c9e36; }

.icon-spenden .path7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #9c9e36; }

.icon-spenden .path8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #9c9e36; }

.dbg-border {
  border: 5px solid #fff;
  padding: .4em; }
  @media (min-width: 960px) {
    .dbg-border {
      border: 8px solid #fff; } }

.dbg-border-top {
  border-top: 5px solid #fff;
  padding-top: .4em; }
  @media (min-width: 960px) {
    .dbg-border-top {
      border-top: 8px solid #fff; } }

.dbg-border-right {
  border-right: 5px solid #fff;
  padding-right: .4em; }
  @media (min-width: 960px) {
    .dbg-border-right {
      border-right: 8px solid #fff; } }

.dbg-border-bottom {
  border-bottom: 5px solid #fff;
  padding-bottom: .4em; }
  @media (min-width: 960px) {
    .dbg-border-bottom {
      border-bottom: 8px solid #fff; } }

.dbg-border-left {
  border-left: 5px solid #fff;
  padding-left: .4em; }
  @media (min-width: 960px) {
    .dbg-border-left {
      border-left: 8px solid #fff; } }

.dbg-border-himmelblau {
  border-color: #63A3c3 !important; }

.dbg-border-mittelblau {
  border-color: #3c6581 !important; }

.dbg-border-ozeanblau {
  border-color: #083e53 !important; }

.dbg-border-signalgelb {
  border-color: #f49b2a !important; }

.dbg-border-hellviolett {
  border-color: #b14d79 !important; }

.dbg-border-dunkelviolett {
  border-color: #86556d !important; }

.dbg-border-dunkelgrau {
  border-color: #969696 !important; }

.dbg-border-grau {
  border-color: #c5c6cc !important; }

.dbg-border-hellgrau {
  border-color: #edeef0 !important; }

.dbg-border-dbggreen {
  border-color: #9c9e3c !important; }

.dbg-border-braun {
  border-color: #a69b8b !important; }

.dbg-border-hellbraun {
  border-color: #ebe7e0 !important; }

.dbg-border-weinrot {
  border-color: #6b1c30 !important; }

.dbg-border-granatapfel {
  border-color: #bf334b !important; }

.dbg-border-light {
  border-color: #e6e6e6 !important; }

.dbg-border-dark {
  border-color: #8a8a8a !important; }

.dbg-breadcrumb {
  border-top: 1px solid #e0e1e4;
  font-size: 0.9em;
  padding: 10px 15px; }
  @media (min-width: 480px) {
    .dbg-breadcrumb {
      padding: 15px 20px; } }
  @media (min-width: 1460px) {
    .dbg-breadcrumb {
      padding: 15px 0; } }
  .dbg-breadcrumb .btn {
    margin-right: 10px; }
  .dbg-breadcrumb ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
    .dbg-breadcrumb ul li {
      color: #c5c6cc;
      display: inline-block; }
      .dbg-breadcrumb ul li:after {
        content: "";
        font-family: 'dbg-iconfont';
        margin: 0 10px; }
      .dbg-breadcrumb ul li:last-child:after {
        display: none; }
      .dbg-breadcrumb ul li a {
        color: #c5c6cc;
        text-decoration: none; }

.btn {
  background: #f49b2a;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  letter-spacing: 2.4px;
  line-height: 1;
  outline: none;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: all 0.2s ease-in; }
  .btn:focus, .btn:visited {
    background: #f49b2a;
    color: #fff; }
  .btn:hover {
    background: #f7b25a;
    color: #fff; }
  .btn:active {
    background: #df820c;
    color: #fff; }
  .btn.btn-inverse {
    background: #fff !important;
    color: #f49b2a; }
    .btn.btn-inverse:focus, .btn.btn-inverse:visited {
      color: #f49b2a; }
    .btn.btn-inverse:hover {
      color: #f7b25a; }
    .btn.btn-inverse:active {
      color: #df820c; }
  .btn.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn.btn-border {
    background: transparent;
    border: 4px solid #f49b2a;
    color: #f49b2a;
    padding: 10px 18px; }
    .btn.btn-border:focus, .btn.btn-border:visited {
      border-color: #f49b2a;
      color: #f49b2a; }
    .btn.btn-border:hover {
      background: #f49b2a;
      border-color: #f49b2a;
      color: #fff; }
    .btn.btn-border:active {
      border-color: #df820c;
      color: #df820c; }
    .btn.btn-border.btn-light {
      color: #8a8a8a; }
    .btn.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn.btn-border.btn-small {
      padding: 6px 14px; }
    .btn.btn-border.btn-large {
      padding: 14px 24px; }
  .btn i {
    margin-right: 5px; }
    .btn i.icon-right {
      margin-left: 5px;
      margin-right: 0; }
  .btn.btn-disabled {
    background: #d8d8d8 !important;
    color: #9a9a9a !important;
    cursor: not-allowed; }
  .btn.btn-block {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%; }
  .btn.btn-small {
    font-size: 0.75em;
    padding: 10px 18px; }
  .btn.btn-large {
    font-size: 1em;
    padding: 18px 28px; }
  .btn.btn-round {
    border-radius: 999px !important; }
  .btn.btn-not-round {
    border-radius: 0 !important; }
  .btn:hover {
    background: #083e53; }

.btn-dark {
  background: #8a8a8a;
  color: #fff; }
  .btn-dark:focus, .btn-dark:visited {
    background: #8a8a8a;
    color: #fff; }
  .btn-dark:hover {
    background: #a4a4a4;
    color: #fff; }
  .btn-dark:active {
    background: #717171;
    color: #fff; }
  .btn-dark.btn-inverse {
    background: #fff !important;
    color: #8a8a8a; }
    .btn-dark.btn-inverse:focus, .btn-dark.btn-inverse:visited {
      color: #8a8a8a; }
    .btn-dark.btn-inverse:hover {
      color: #a4a4a4; }
    .btn-dark.btn-inverse:active {
      color: #717171; }
  .btn-dark.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dark.btn-border {
    background: transparent;
    border: 4px solid #8a8a8a;
    color: #8a8a8a;
    padding: 10px 18px; }
    .btn-dark.btn-border:focus, .btn-dark.btn-border:visited {
      border-color: #8a8a8a;
      color: #8a8a8a; }
    .btn-dark.btn-border:hover {
      background: #8a8a8a;
      border-color: #8a8a8a;
      color: #fff; }
    .btn-dark.btn-border:active {
      border-color: #717171;
      color: #717171; }
    .btn-dark.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dark.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dark.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dark.btn-border.btn-large {
      padding: 14px 24px; }

.btn-light {
  background: #e6e6e6;
  color: #8a8a8a; }
  .btn-light:focus, .btn-light:visited {
    background: #e6e6e6;
    color: #8a8a8a; }
  .btn-light:hover {
    background: white;
    color: #8a8a8a; }
  .btn-light:active {
    background: #cdcdcd;
    color: #8a8a8a; }
  .btn-light.btn-inverse {
    background: #8a8a8a !important;
    color: #e6e6e6; }
    .btn-light.btn-inverse:focus, .btn-light.btn-inverse:visited {
      color: #e6e6e6; }
    .btn-light.btn-inverse:hover {
      color: white; }
    .btn-light.btn-inverse:active {
      color: #cdcdcd; }
  .btn-light.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-light.btn-border {
    background: transparent;
    border: 4px solid #e6e6e6;
    color: #e6e6e6;
    padding: 10px 18px; }
    .btn-light.btn-border:focus, .btn-light.btn-border:visited {
      border-color: #e6e6e6;
      color: #e6e6e6; }
    .btn-light.btn-border:hover {
      background: #e6e6e6;
      border-color: #e6e6e6;
      color: #fff; }
    .btn-light.btn-border:active {
      border-color: #cdcdcd;
      color: #cdcdcd; }
    .btn-light.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-light.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-light.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-light.btn-border.btn-large {
      padding: 14px 24px; }

.btn-orange {
  background: #f3ae47;
  color: #fff; }
  .btn-orange:focus, .btn-orange:visited {
    background: #f3ae47;
    color: #fff; }
  .btn-orange:hover {
    background: #f6c377;
    color: #fff; }
  .btn-orange:active {
    background: #f09917;
    color: #fff; }
  .btn-orange.btn-inverse {
    background: #fff !important;
    color: #f3ae47; }
    .btn-orange.btn-inverse:focus, .btn-orange.btn-inverse:visited {
      color: #f3ae47; }
    .btn-orange.btn-inverse:hover {
      color: #f6c377; }
    .btn-orange.btn-inverse:active {
      color: #f09917; }
  .btn-orange.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-orange.btn-border {
    background: transparent;
    border: 4px solid #f3ae47;
    color: #f3ae47;
    padding: 10px 18px; }
    .btn-orange.btn-border:focus, .btn-orange.btn-border:visited {
      border-color: #f3ae47;
      color: #f3ae47; }
    .btn-orange.btn-border:hover {
      background: #f3ae47;
      border-color: #f3ae47;
      color: #fff; }
    .btn-orange.btn-border:active {
      border-color: #f09917;
      color: #f09917; }
    .btn-orange.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-orange.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-orange.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-orange.btn-border.btn-large {
      padding: 14px 24px; }

.btn-green {
  background: #97bf0d;
  color: #fff; }
  .btn-green:focus, .btn-green:visited {
    background: #97bf0d;
    color: #fff; }
  .btn-green:hover {
    background: #bdef10;
    color: #fff; }
  .btn-green:active {
    background: #718f0a;
    color: #fff; }
  .btn-green.btn-inverse {
    background: #fff !important;
    color: #97bf0d; }
    .btn-green.btn-inverse:focus, .btn-green.btn-inverse:visited {
      color: #97bf0d; }
    .btn-green.btn-inverse:hover {
      color: #bdef10; }
    .btn-green.btn-inverse:active {
      color: #718f0a; }
  .btn-green.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-green.btn-border {
    background: transparent;
    border: 4px solid #97bf0d;
    color: #97bf0d;
    padding: 10px 18px; }
    .btn-green.btn-border:focus, .btn-green.btn-border:visited {
      border-color: #97bf0d;
      color: #97bf0d; }
    .btn-green.btn-border:hover {
      background: #97bf0d;
      border-color: #97bf0d;
      color: #fff; }
    .btn-green.btn-border:active {
      border-color: #718f0a;
      color: #718f0a; }
    .btn-green.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-green.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-green.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-green.btn-border.btn-large {
      padding: 14px 24px; }

.btn-red {
  background: #d65345;
  color: #fff; }
  .btn-red:focus, .btn-red:visited {
    background: #d65345;
    color: #fff; }
  .btn-red:hover {
    background: #df7a6f;
    color: #fff; }
  .btn-red:active {
    background: #be382a;
    color: #fff; }
  .btn-red.btn-inverse {
    background: #fff !important;
    color: #d65345; }
    .btn-red.btn-inverse:focus, .btn-red.btn-inverse:visited {
      color: #d65345; }
    .btn-red.btn-inverse:hover {
      color: #df7a6f; }
    .btn-red.btn-inverse:active {
      color: #be382a; }
  .btn-red.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-red.btn-border {
    background: transparent;
    border: 4px solid #d65345;
    color: #d65345;
    padding: 10px 18px; }
    .btn-red.btn-border:focus, .btn-red.btn-border:visited {
      border-color: #d65345;
      color: #d65345; }
    .btn-red.btn-border:hover {
      background: #d65345;
      border-color: #d65345;
      color: #fff; }
    .btn-red.btn-border:active {
      border-color: #be382a;
      color: #be382a; }
    .btn-red.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-red.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-red.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-red.btn-border.btn-large {
      padding: 14px 24px; }

.btn-white {
  background: #fff;
  color: #000; }
  .btn-white:focus, .btn-white:visited {
    background: #fff;
    color: #000; }
  .btn-white:hover {
    background: white;
    color: #000; }
  .btn-white:active {
    background: #e6e6e6;
    color: #000; }
  .btn-white.btn-inverse {
    background: #000 !important;
    color: #fff; }
    .btn-white.btn-inverse:focus, .btn-white.btn-inverse:visited {
      color: #fff; }
    .btn-white.btn-inverse:hover {
      color: white; }
    .btn-white.btn-inverse:active {
      color: #e6e6e6; }
  .btn-white.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-white.btn-border {
    background: transparent;
    border: 4px solid #fff;
    color: #fff;
    padding: 10px 18px; }
    .btn-white.btn-border:focus, .btn-white.btn-border:visited {
      border-color: #fff;
      color: #fff; }
    .btn-white.btn-border:hover {
      background: #fff;
      border-color: #fff;
      color: #fff; }
    .btn-white.btn-border:active {
      border-color: #e6e6e6;
      color: #e6e6e6; }
    .btn-white.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-white.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-white.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-white.btn-border.btn-large {
      padding: 14px 24px; }

.btn-black {
  background: #000;
  color: #fff; }
  .btn-black:focus, .btn-black:visited {
    background: #000;
    color: #fff; }
  .btn-black:hover {
    background: #1a1a1a;
    color: #fff; }
  .btn-black:active {
    background: black;
    color: #fff; }
  .btn-black.btn-inverse {
    background: #fff !important;
    color: #000; }
    .btn-black.btn-inverse:focus, .btn-black.btn-inverse:visited {
      color: #000; }
    .btn-black.btn-inverse:hover {
      color: #1a1a1a; }
    .btn-black.btn-inverse:active {
      color: black; }
  .btn-black.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-black.btn-border {
    background: transparent;
    border: 4px solid #000;
    color: #000;
    padding: 10px 18px; }
    .btn-black.btn-border:focus, .btn-black.btn-border:visited {
      border-color: #000;
      color: #000; }
    .btn-black.btn-border:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
    .btn-black.btn-border:active {
      border-color: black;
      color: black; }
    .btn-black.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-black.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-black.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-black.btn-border.btn-large {
      padding: 14px 24px; }

.btn-himmelblau {
  background: #63A3c3;
  color: #fff; }
  .btn-himmelblau:focus, .btn-himmelblau:visited {
    background: #63A3c3;
    color: #fff; }
  .btn-himmelblau:hover {
    background: #88b9d1;
    color: #fff; }
  .btn-himmelblau:active {
    background: #448cb0;
    color: #fff; }
  .btn-himmelblau.btn-inverse {
    background: #fff !important;
    color: #63A3c3; }
    .btn-himmelblau.btn-inverse:focus, .btn-himmelblau.btn-inverse:visited {
      color: #63A3c3; }
    .btn-himmelblau.btn-inverse:hover {
      color: #88b9d1; }
    .btn-himmelblau.btn-inverse:active {
      color: #448cb0; }
  .btn-himmelblau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-himmelblau.btn-border {
    background: transparent;
    border: 4px solid #63A3c3;
    color: #63A3c3;
    padding: 10px 18px; }
    .btn-himmelblau.btn-border:focus, .btn-himmelblau.btn-border:visited {
      border-color: #63A3c3;
      color: #63A3c3; }
    .btn-himmelblau.btn-border:hover {
      background: #63A3c3;
      border-color: #63A3c3;
      color: #fff; }
    .btn-himmelblau.btn-border:active {
      border-color: #448cb0;
      color: #448cb0; }
    .btn-himmelblau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-himmelblau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-himmelblau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-himmelblau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-mittelblau {
  background: #3c6581;
  color: #fff; }
  .btn-mittelblau:focus, .btn-mittelblau:visited {
    background: #3c6581;
    color: #fff; }
  .btn-mittelblau:hover {
    background: #4c80a4;
    color: #fff; }
  .btn-mittelblau:active {
    background: #2c4a5e;
    color: #fff; }
  .btn-mittelblau.btn-inverse {
    background: #fff !important;
    color: #3c6581; }
    .btn-mittelblau.btn-inverse:focus, .btn-mittelblau.btn-inverse:visited {
      color: #3c6581; }
    .btn-mittelblau.btn-inverse:hover {
      color: #4c80a4; }
    .btn-mittelblau.btn-inverse:active {
      color: #2c4a5e; }
  .btn-mittelblau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-mittelblau.btn-border {
    background: transparent;
    border: 4px solid #3c6581;
    color: #3c6581;
    padding: 10px 18px; }
    .btn-mittelblau.btn-border:focus, .btn-mittelblau.btn-border:visited {
      border-color: #3c6581;
      color: #3c6581; }
    .btn-mittelblau.btn-border:hover {
      background: #3c6581;
      border-color: #3c6581;
      color: #fff; }
    .btn-mittelblau.btn-border:active {
      border-color: #2c4a5e;
      color: #2c4a5e; }
    .btn-mittelblau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-mittelblau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-mittelblau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-mittelblau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-ozeanblau {
  background: #083e53;
  color: #fff; }
  .btn-ozeanblau:focus, .btn-ozeanblau:visited {
    background: #083e53;
    color: #fff; }
  .btn-ozeanblau:hover {
    background: #0c6182;
    color: #fff; }
  .btn-ozeanblau:active {
    background: #041b24;
    color: #fff; }
  .btn-ozeanblau.btn-inverse {
    background: #fff !important;
    color: #083e53; }
    .btn-ozeanblau.btn-inverse:focus, .btn-ozeanblau.btn-inverse:visited {
      color: #083e53; }
    .btn-ozeanblau.btn-inverse:hover {
      color: #0c6182; }
    .btn-ozeanblau.btn-inverse:active {
      color: #041b24; }
  .btn-ozeanblau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-ozeanblau.btn-border {
    background: transparent;
    border: 4px solid #083e53;
    color: #083e53;
    padding: 10px 18px; }
    .btn-ozeanblau.btn-border:focus, .btn-ozeanblau.btn-border:visited {
      border-color: #083e53;
      color: #083e53; }
    .btn-ozeanblau.btn-border:hover {
      background: #083e53;
      border-color: #083e53;
      color: #fff; }
    .btn-ozeanblau.btn-border:active {
      border-color: #041b24;
      color: #041b24; }
    .btn-ozeanblau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-ozeanblau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-ozeanblau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-ozeanblau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-signalgelb {
  background: #f49b2a;
  color: #fff; }
  .btn-signalgelb:focus, .btn-signalgelb:visited {
    background: #f49b2a;
    color: #fff; }
  .btn-signalgelb:hover {
    background: #f7b25a;
    color: #fff; }
  .btn-signalgelb:active {
    background: #df820c;
    color: #fff; }
  .btn-signalgelb.btn-inverse {
    background: #fff !important;
    color: #f49b2a; }
    .btn-signalgelb.btn-inverse:focus, .btn-signalgelb.btn-inverse:visited {
      color: #f49b2a; }
    .btn-signalgelb.btn-inverse:hover {
      color: #f7b25a; }
    .btn-signalgelb.btn-inverse:active {
      color: #df820c; }
  .btn-signalgelb.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-signalgelb.btn-border {
    background: transparent;
    border: 4px solid #f49b2a;
    color: #f49b2a;
    padding: 10px 18px; }
    .btn-signalgelb.btn-border:focus, .btn-signalgelb.btn-border:visited {
      border-color: #f49b2a;
      color: #f49b2a; }
    .btn-signalgelb.btn-border:hover {
      background: #f49b2a;
      border-color: #f49b2a;
      color: #fff; }
    .btn-signalgelb.btn-border:active {
      border-color: #df820c;
      color: #df820c; }
    .btn-signalgelb.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-signalgelb.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-signalgelb.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-signalgelb.btn-border.btn-large {
      padding: 14px 24px; }

.btn-hellviolett {
  background: #b14d79;
  color: #fff; }
  .btn-hellviolett:focus, .btn-hellviolett:visited {
    background: #b14d79;
    color: #fff; }
  .btn-hellviolett:hover {
    background: #c17094;
    color: #fff; }
  .btn-hellviolett:active {
    background: #8d3e61;
    color: #fff; }
  .btn-hellviolett.btn-inverse {
    background: #fff !important;
    color: #b14d79; }
    .btn-hellviolett.btn-inverse:focus, .btn-hellviolett.btn-inverse:visited {
      color: #b14d79; }
    .btn-hellviolett.btn-inverse:hover {
      color: #c17094; }
    .btn-hellviolett.btn-inverse:active {
      color: #8d3e61; }
  .btn-hellviolett.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-hellviolett.btn-border {
    background: transparent;
    border: 4px solid #b14d79;
    color: #b14d79;
    padding: 10px 18px; }
    .btn-hellviolett.btn-border:focus, .btn-hellviolett.btn-border:visited {
      border-color: #b14d79;
      color: #b14d79; }
    .btn-hellviolett.btn-border:hover {
      background: #b14d79;
      border-color: #b14d79;
      color: #fff; }
    .btn-hellviolett.btn-border:active {
      border-color: #8d3e61;
      color: #8d3e61; }
    .btn-hellviolett.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-hellviolett.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-hellviolett.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-hellviolett.btn-border.btn-large {
      padding: 14px 24px; }

.btn-dunkelviolett {
  background: #86556d;
  color: #fff; }
  .btn-dunkelviolett:focus, .btn-dunkelviolett:visited {
    background: #86556d;
    color: #fff; }
  .btn-dunkelviolett:hover {
    background: #a26c86;
    color: #fff; }
  .btn-dunkelviolett:active {
    background: #674154;
    color: #fff; }
  .btn-dunkelviolett.btn-inverse {
    background: #fff !important;
    color: #86556d; }
    .btn-dunkelviolett.btn-inverse:focus, .btn-dunkelviolett.btn-inverse:visited {
      color: #86556d; }
    .btn-dunkelviolett.btn-inverse:hover {
      color: #a26c86; }
    .btn-dunkelviolett.btn-inverse:active {
      color: #674154; }
  .btn-dunkelviolett.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dunkelviolett.btn-border {
    background: transparent;
    border: 4px solid #86556d;
    color: #86556d;
    padding: 10px 18px; }
    .btn-dunkelviolett.btn-border:focus, .btn-dunkelviolett.btn-border:visited {
      border-color: #86556d;
      color: #86556d; }
    .btn-dunkelviolett.btn-border:hover {
      background: #86556d;
      border-color: #86556d;
      color: #fff; }
    .btn-dunkelviolett.btn-border:active {
      border-color: #674154;
      color: #674154; }
    .btn-dunkelviolett.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dunkelviolett.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dunkelviolett.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dunkelviolett.btn-border.btn-large {
      padding: 14px 24px; }

.btn-dunkelgrau {
  background: #969696;
  color: #fff; }
  .btn-dunkelgrau:focus, .btn-dunkelgrau:visited {
    background: #969696;
    color: #fff; }
  .btn-dunkelgrau:hover {
    background: #b0b0b0;
    color: #fff; }
  .btn-dunkelgrau:active {
    background: #7d7d7d;
    color: #fff; }
  .btn-dunkelgrau.btn-inverse {
    background: #fff !important;
    color: #969696; }
    .btn-dunkelgrau.btn-inverse:focus, .btn-dunkelgrau.btn-inverse:visited {
      color: #969696; }
    .btn-dunkelgrau.btn-inverse:hover {
      color: #b0b0b0; }
    .btn-dunkelgrau.btn-inverse:active {
      color: #7d7d7d; }
  .btn-dunkelgrau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dunkelgrau.btn-border {
    background: transparent;
    border: 4px solid #969696;
    color: #969696;
    padding: 10px 18px; }
    .btn-dunkelgrau.btn-border:focus, .btn-dunkelgrau.btn-border:visited {
      border-color: #969696;
      color: #969696; }
    .btn-dunkelgrau.btn-border:hover {
      background: #969696;
      border-color: #969696;
      color: #fff; }
    .btn-dunkelgrau.btn-border:active {
      border-color: #7d7d7d;
      color: #7d7d7d; }
    .btn-dunkelgrau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dunkelgrau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dunkelgrau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dunkelgrau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-grau {
  background: #c5c6cc;
  color: #fff; }
  .btn-grau:focus, .btn-grau:visited {
    background: #c5c6cc;
    color: #fff; }
  .btn-grau:hover {
    background: #e0e1e4;
    color: #fff; }
  .btn-grau:active {
    background: #aaabb4;
    color: #fff; }
  .btn-grau.btn-inverse {
    background: #fff !important;
    color: #c5c6cc; }
    .btn-grau.btn-inverse:focus, .btn-grau.btn-inverse:visited {
      color: #c5c6cc; }
    .btn-grau.btn-inverse:hover {
      color: #e0e1e4; }
    .btn-grau.btn-inverse:active {
      color: #aaabb4; }
  .btn-grau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-grau.btn-border {
    background: transparent;
    border: 4px solid #c5c6cc;
    color: #c5c6cc;
    padding: 10px 18px; }
    .btn-grau.btn-border:focus, .btn-grau.btn-border:visited {
      border-color: #c5c6cc;
      color: #c5c6cc; }
    .btn-grau.btn-border:hover {
      background: #c5c6cc;
      border-color: #c5c6cc;
      color: #fff; }
    .btn-grau.btn-border:active {
      border-color: #aaabb4;
      color: #aaabb4; }
    .btn-grau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-grau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-grau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-grau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-hellgrau {
  background: #edeef0;
  color: #fff; }
  .btn-hellgrau:focus, .btn-hellgrau:visited {
    background: #edeef0;
    color: #fff; }
  .btn-hellgrau:hover {
    background: white;
    color: #fff; }
  .btn-hellgrau:active {
    background: #d1d4d9;
    color: #fff; }
  .btn-hellgrau.btn-inverse {
    background: #fff !important;
    color: #edeef0; }
    .btn-hellgrau.btn-inverse:focus, .btn-hellgrau.btn-inverse:visited {
      color: #edeef0; }
    .btn-hellgrau.btn-inverse:hover {
      color: white; }
    .btn-hellgrau.btn-inverse:active {
      color: #d1d4d9; }
  .btn-hellgrau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-hellgrau.btn-border {
    background: transparent;
    border: 4px solid #edeef0;
    color: #edeef0;
    padding: 10px 18px; }
    .btn-hellgrau.btn-border:focus, .btn-hellgrau.btn-border:visited {
      border-color: #edeef0;
      color: #edeef0; }
    .btn-hellgrau.btn-border:hover {
      background: #edeef0;
      border-color: #edeef0;
      color: #fff; }
    .btn-hellgrau.btn-border:active {
      border-color: #d1d4d9;
      color: #d1d4d9; }
    .btn-hellgrau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-hellgrau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-hellgrau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-hellgrau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-dbggreen {
  background: #9c9e3c;
  color: #fff; }
  .btn-dbggreen:focus, .btn-dbggreen:visited {
    background: #9c9e3c;
    color: #fff; }
  .btn-dbggreen:hover {
    background: #babd50;
    color: #fff; }
  .btn-dbggreen:active {
    background: #78792e;
    color: #fff; }
  .btn-dbggreen.btn-inverse {
    background: #fff !important;
    color: #9c9e3c; }
    .btn-dbggreen.btn-inverse:focus, .btn-dbggreen.btn-inverse:visited {
      color: #9c9e3c; }
    .btn-dbggreen.btn-inverse:hover {
      color: #babd50; }
    .btn-dbggreen.btn-inverse:active {
      color: #78792e; }
  .btn-dbggreen.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dbggreen.btn-border {
    background: transparent;
    border: 4px solid #9c9e3c;
    color: #9c9e3c;
    padding: 10px 18px; }
    .btn-dbggreen.btn-border:focus, .btn-dbggreen.btn-border:visited {
      border-color: #9c9e3c;
      color: #9c9e3c; }
    .btn-dbggreen.btn-border:hover {
      background: #9c9e3c;
      border-color: #9c9e3c;
      color: #fff; }
    .btn-dbggreen.btn-border:active {
      border-color: #78792e;
      color: #78792e; }
    .btn-dbggreen.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dbggreen.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dbggreen.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dbggreen.btn-border.btn-large {
      padding: 14px 24px; }

.btn-braun {
  background: #a69b8b;
  color: #fff; }
  .btn-braun:focus, .btn-braun:visited {
    background: #a69b8b;
    color: #fff; }
  .btn-braun:hover {
    background: #bcb4a8;
    color: #fff; }
  .btn-braun:active {
    background: #90826e;
    color: #fff; }
  .btn-braun.btn-inverse {
    background: #fff !important;
    color: #a69b8b; }
    .btn-braun.btn-inverse:focus, .btn-braun.btn-inverse:visited {
      color: #a69b8b; }
    .btn-braun.btn-inverse:hover {
      color: #bcb4a8; }
    .btn-braun.btn-inverse:active {
      color: #90826e; }
  .btn-braun.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-braun.btn-border {
    background: transparent;
    border: 4px solid #a69b8b;
    color: #a69b8b;
    padding: 10px 18px; }
    .btn-braun.btn-border:focus, .btn-braun.btn-border:visited {
      border-color: #a69b8b;
      color: #a69b8b; }
    .btn-braun.btn-border:hover {
      background: #a69b8b;
      border-color: #a69b8b;
      color: #fff; }
    .btn-braun.btn-border:active {
      border-color: #90826e;
      color: #90826e; }
    .btn-braun.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-braun.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-braun.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-braun.btn-border.btn-large {
      padding: 14px 24px; }

.btn-hellbraun {
  background: #ebe7e0;
  color: #fff; }
  .btn-hellbraun:focus, .btn-hellbraun:visited {
    background: #ebe7e0;
    color: #fff; }
  .btn-hellbraun:hover {
    background: white;
    color: #fff; }
  .btn-hellbraun:active {
    background: #d7cfc1;
    color: #fff; }
  .btn-hellbraun.btn-inverse {
    background: #fff !important;
    color: #ebe7e0; }
    .btn-hellbraun.btn-inverse:focus, .btn-hellbraun.btn-inverse:visited {
      color: #ebe7e0; }
    .btn-hellbraun.btn-inverse:hover {
      color: white; }
    .btn-hellbraun.btn-inverse:active {
      color: #d7cfc1; }
  .btn-hellbraun.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-hellbraun.btn-border {
    background: transparent;
    border: 4px solid #ebe7e0;
    color: #ebe7e0;
    padding: 10px 18px; }
    .btn-hellbraun.btn-border:focus, .btn-hellbraun.btn-border:visited {
      border-color: #ebe7e0;
      color: #ebe7e0; }
    .btn-hellbraun.btn-border:hover {
      background: #ebe7e0;
      border-color: #ebe7e0;
      color: #fff; }
    .btn-hellbraun.btn-border:active {
      border-color: #d7cfc1;
      color: #d7cfc1; }
    .btn-hellbraun.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-hellbraun.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-hellbraun.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-hellbraun.btn-border.btn-large {
      padding: 14px 24px; }

.btn-weinrot {
  background: #6b1c30;
  color: #fff; }
  .btn-weinrot:focus, .btn-weinrot:visited {
    background: #6b1c30;
    color: #fff; }
  .btn-weinrot:hover {
    background: #932742;
    color: #fff; }
  .btn-weinrot:active {
    background: #43111e;
    color: #fff; }
  .btn-weinrot.btn-inverse {
    background: #fff !important;
    color: #6b1c30; }
    .btn-weinrot.btn-inverse:focus, .btn-weinrot.btn-inverse:visited {
      color: #6b1c30; }
    .btn-weinrot.btn-inverse:hover {
      color: #932742; }
    .btn-weinrot.btn-inverse:active {
      color: #43111e; }
  .btn-weinrot.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-weinrot.btn-border {
    background: transparent;
    border: 4px solid #6b1c30;
    color: #6b1c30;
    padding: 10px 18px; }
    .btn-weinrot.btn-border:focus, .btn-weinrot.btn-border:visited {
      border-color: #6b1c30;
      color: #6b1c30; }
    .btn-weinrot.btn-border:hover {
      background: #6b1c30;
      border-color: #6b1c30;
      color: #fff; }
    .btn-weinrot.btn-border:active {
      border-color: #43111e;
      color: #43111e; }
    .btn-weinrot.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-weinrot.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-weinrot.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-weinrot.btn-border.btn-large {
      padding: 14px 24px; }

.btn-granatapfel {
  background: #bf334b;
  color: #fff; }
  .btn-granatapfel:focus, .btn-granatapfel:visited {
    background: #bf334b;
    color: #fff; }
  .btn-granatapfel:hover {
    background: #d15469;
    color: #fff; }
  .btn-granatapfel:active {
    background: #97283b;
    color: #fff; }
  .btn-granatapfel.btn-inverse {
    background: #fff !important;
    color: #bf334b; }
    .btn-granatapfel.btn-inverse:focus, .btn-granatapfel.btn-inverse:visited {
      color: #bf334b; }
    .btn-granatapfel.btn-inverse:hover {
      color: #d15469; }
    .btn-granatapfel.btn-inverse:active {
      color: #97283b; }
  .btn-granatapfel.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-granatapfel.btn-border {
    background: transparent;
    border: 4px solid #bf334b;
    color: #bf334b;
    padding: 10px 18px; }
    .btn-granatapfel.btn-border:focus, .btn-granatapfel.btn-border:visited {
      border-color: #bf334b;
      color: #bf334b; }
    .btn-granatapfel.btn-border:hover {
      background: #bf334b;
      border-color: #bf334b;
      color: #fff; }
    .btn-granatapfel.btn-border:active {
      border-color: #97283b;
      color: #97283b; }
    .btn-granatapfel.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-granatapfel.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-granatapfel.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-granatapfel.btn-border.btn-large {
      padding: 14px 24px; }

.color-himmelblau {
  color: #63A3c3 !important; }

.background-himmelblau {
  background: #63A3c3 !important; }

.border-himmelblau {
  border: 1px solid #63A3c3; }

.color-mittelblau {
  color: #3c6581 !important; }

.background-mittelblau {
  background: #3c6581 !important; }

.border-mittelblau {
  border: 1px solid #3c6581; }

.color-ozeanblau {
  color: #083e53 !important; }

.background-ozeanblau {
  background: #083e53 !important; }

.border-ozeanblau {
  border: 1px solid #083e53; }

.color-signalgelb {
  color: #f49b2a !important; }

.background-signalgelb {
  background: #f49b2a !important; }

.border-signalgelb {
  border: 1px solid #f49b2a; }

.color-hellviolett {
  color: #b14d79 !important; }

.background-hellviolett {
  background: #b14d79 !important; }

.border-hellviolett {
  border: 1px solid #b14d79; }

.color-dunkelviolett {
  color: #86556d !important; }

.background-dunkelviolett {
  background: #86556d !important; }

.border-dunkelviolett {
  border: 1px solid #86556d; }

.color-dunkelgrau {
  color: #969696 !important; }

.background-dunkelgrau {
  background: #969696 !important; }

.border-dunkelgrau {
  border: 1px solid #969696; }

.color-grau {
  color: #c5c6cc !important; }

.background-grau {
  background: #c5c6cc !important; }

.border-grau {
  border: 1px solid #c5c6cc; }

.color-hellgrau {
  color: #edeef0 !important; }

.background-hellgrau {
  background: #edeef0 !important; }

.border-hellgrau {
  border: 1px solid #edeef0; }

.color-dbggreen {
  color: #9c9e3c !important; }

.background-dbggreen {
  background: #9c9e3c !important; }

.border-dbggreen {
  border: 1px solid #9c9e3c; }

.color-braun {
  color: #a69b8b !important; }

.background-braun {
  background: #a69b8b !important; }

.border-braun {
  border: 1px solid #a69b8b; }

.color-hellbraun {
  color: #ebe7e0 !important; }

.background-hellbraun {
  background: #ebe7e0 !important; }

.border-hellbraun {
  border: 1px solid #ebe7e0; }

.color-weinrot {
  color: #6b1c30 !important; }

.background-weinrot {
  background: #6b1c30 !important; }

.border-weinrot {
  border: 1px solid #6b1c30; }

.color-granatapfel {
  color: #bf334b !important; }

.background-granatapfel {
  background: #bf334b !important; }

.border-granatapfel {
  border: 1px solid #bf334b; }

.color-dark {
  color: #8a8a8a !important; }

.color-light {
  color: #e6e6e6 !important; }

.color-blue {
  color: #236cb7 !important; }

.color-green {
  color: #97bf0d !important; }

.color-orange {
  color: #f3ae47 !important; }

.color-red {
  color: #d65345 !important; }

.color-white {
  color: #fff !important; }

.color-black {
  color: #000 !important; }

.background-dark {
  background: #8a8a8a !important; }

.background-light {
  background: #e6e6e6 !important; }

.background-blue {
  background: #236cb7 !important; }

.background-green {
  background: #97bf0d !important; }

.background-orange {
  background: #f3ae47 !important; }

.background-red {
  background: #d65345 !important; }

.background-white {
  background: #fff !important; }

.background-black {
  background: #000 !important; }

.border-style-solid {
  border-style: solid !important; }

.border-style-dashed {
  border-style: dashed !important; }

.border-style-dotted {
  border-style: dotted !important; }

.border-width-1 {
  border-width: 1px !important; }

.border-width-2 {
  border-width: 2px !important; }

.border-width-3 {
  border-width: 3px !important; }

.border-top-none {
  border-top: 0 !important; }

.border-right-none {
  border-right: 0 !important; }

.border-bottom-none {
  border-bottom: 0 !important; }

.border-left-none {
  border-left: 0 !important; }

.border-dark {
  border: 1px solid #8a8a8a; }

.border-light {
  border: 1px solid #e6e6e6; }

.border-blue {
  border: 1px solid #236cb7; }

.border-green {
  border: 1px solid #97bf0d; }

.border-orange {
  border: 1px solid #f3ae47; }

.border-red {
  border: 1px solid #d65345; }

.border-white {
  border: 1px solid #fff; }

.border-black {
  border: 1px solid #000; }

.dbg-content {
  background: #edeef0;
  padding: 15px; }
  @media (min-width: 480px) {
    .dbg-content {
      padding: 20px; } }
  .dbg-content:last-child {
    padding-bottom: 40px; }

.crossselling-headline {
  padding-left: 45px; }

.dbg-crossselling-slider {
  padding: 0 44px;
  position: relative; }
  @media (min-width: 1232px) {
    .dbg-crossselling-slider {
      padding: 0 36px; } }
  .dbg-crossselling-slider .slick-track {
    display: flex; }
  .dbg-crossselling-slider .slick-slide {
    display: flex;
    height: auto;
    padding: 10px 2px; }
    @media (min-width: 1232px) {
      .dbg-crossselling-slider .slick-slide {
        padding: 10px; } }
  .dbg-crossselling-slider .item {
    background: #fff;
    display: inline-block;
    font-size: 0.9em;
    height: 100%;
    padding: 15px;
    width: 100%; }
    .dbg-crossselling-slider .item h4 {
      word-break: break-word;
      word-wrap: break-word; }
  .dbg-crossselling-slider .slick-next,
  .dbg-crossselling-slider .slick-prev {
    background: #f49b2a;
    bottom: 10px;
    cursor: pointer;
    height: auto;
    margin-top: 0;
    top: 10px;
    transform: none;
    width: 45px; }
    .dbg-crossselling-slider .slick-next:before,
    .dbg-crossselling-slider .slick-prev:before {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      height: 24px;
      margin-top: -12px; }
    .dbg-crossselling-slider .slick-next:focus,
    .dbg-crossselling-slider .slick-prev:focus {
      background: #f49b2a; }
      .dbg-crossselling-slider .slick-next:focus:before,
      .dbg-crossselling-slider .slick-prev:focus:before {
        color: #fff; }
    .dbg-crossselling-slider .slick-next:active, .dbg-crossselling-slider .slick-next:hover,
    .dbg-crossselling-slider .slick-prev:active,
    .dbg-crossselling-slider .slick-prev:hover {
      background: #083e53; }
      .dbg-crossselling-slider .slick-next:active:before, .dbg-crossselling-slider .slick-next:hover:before,
      .dbg-crossselling-slider .slick-prev:active:before,
      .dbg-crossselling-slider .slick-prev:hover:before {
        color: #fff; }
  .dbg-crossselling-slider .slick-next {
    right: 0; }
  .dbg-crossselling-slider .slick-prev {
    left: 0; }

footer {
  background: #083e53;
  color: #fff;
  padding: 10px; }
  @media (min-width: 480px) {
    footer {
      padding: 15px 20px 80px; } }
  footer a:not(.btn) {
    margin-right: 15px;
    text-decoration: none; }
    footer a:not(.btn) i {
      margin-right: 5px; }
    footer a:not(.btn):hover {
      color: #fff; }
    footer a:not(.btn).float-right {
      margin-left: 15px;
      margin-right: 0; }
  footer .lower-footer {
    border-top: 1px solid #0a4f6a;
    margin-top: 15px; }
    @media (min-width: 768px) {
      footer .lower-footer .social-icons {
        text-align: right; } }
    footer .lower-footer .social-icons i {
      font-size: 26px;
      margin-right: 0; }
    footer .lower-footer .social-icons .printer {
      margin-right: 45px; }

select {
  appearance: none !important;
  background-color: #fff;
  background-image: url(../Images/select-sort.png) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: 0;
  border-radius: 0;
  color: #f49b2a;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 3px;
  padding: 12px 20px;
  padding-right: 38px !important;
  text-transform: uppercase; }

input, textarea {
  border: 0;
  border-radius: 0;
  color: #083e53;
  font-size: 0.9em;
  padding: 12px 20px; }

.dbg-radio-check-group label {
  cursor: pointer;
  display: inline-block;
  margin: 10px 30px 10px 0; }

.dbg-radio {
  background: #fff;
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  margin-top: 1px;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .dbg-radio input {
    display: none !important; }
  .dbg-radio.dbg-radio-checked:before {
    background: #f49b2a;
    border-radius: 999px;
    content: '';
    height: 12px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 12px; }

.dbg-checkbox {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  margin-top: 1px;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .dbg-checkbox input {
    display: none !important; }
  .dbg-checkbox.dbg-checkbox-checked:before {
    background: url("../Images/icons/check-icon.png") no-repeat;
    background-size: contain;
    border-radius: 999px;
    color: #f49b2a;
    content: '';
    height: 20px;
    left: 4px;
    position: absolute;
    top: -5px;
    width: 20px; }

.dbg-input-number {
  background: #fff;
  padding-right: 24px;
  position: relative; }
  .dbg-input-number input {
    border-right: 1px solid #e8e8eb;
    text-align: center;
    width: 100%; }
  .dbg-input-number .dbg-input-up,
  .dbg-input-number .dbg-input-down {
    color: #f49b2a;
    cursor: pointer;
    padding: 0 6px;
    position: absolute;
    right: 0;
    transition: color .2s ease-in-out; }
    .dbg-input-number .dbg-input-up:hover,
    .dbg-input-number .dbg-input-down:hover {
      color: #083e53; }
  .dbg-input-number .dbg-input-up {
    top: 0; }
  .dbg-input-number .dbg-input-down {
    bottom: 0; }

#header {
  background: #fff;
  position: relative;
  transform: translateZ(0);
  z-index: 100; }
  #header.nav-down {
    box-shadow: 0px 0px 12px -5px #000;
    position: fixed;
    top: 0;
    width: 100%; }
  #header.nav-down .regional-linkbar {
    border-bottom: 0; }
  #header .header-inner {
    padding: 10px 15px;
    position: relative; }
    @media (min-width: 480px) {
      #header .header-inner {
        padding: 20px; } }
  #header.uk-active {
    box-shadow: 0 -8px 15px 0 #000; }
  #header .dbg-logo {
    line-height: 0; }
  #header #basket-quantity {
    display: none; }
  #header .icon-wrap {
    color: #083e53;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 6px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in;
    vertical-align: middle;
    transition: color .2s ease-in; }
    #header .icon-wrap.is--user {
      color: #f49b2a; }
    @media (min-width: 480px) {
      #header .icon-wrap {
        font-size: 26px;
        margin-left: 10px; } }
    @media (min-width: 768px) {
      #header .icon-wrap {
        font-size: 32px;
        margin-left: 0;
        margin-right: 15px; } }
    @media (min-width: 960px) {
      #header .icon-wrap {
        margin-left: 0;
        margin-right: 20px; } }
    #header .icon-wrap span {
      background: #f49b2a;
      border-radius: 999px;
      color: #fff !important;
      font-size: 10px;
      height: 16px;
      left: 1px;
      line-height: 1.4;
      padding-top: 2px;
      position: absolute;
      text-align: center;
      top: -12px;
      width: 16px; }
      @media (min-width: 480px) {
        #header .icon-wrap span {
          left: 4px; } }
      @media (min-width: 768px) {
        #header .icon-wrap span {
          height: 18px;
          left: 6px;
          width: 18px; } }
  #header .mobile-lower-header {
    border-top: 1px solid #e0e1e4;
    margin-top: 10px;
    padding-top: 10px; }

.regional-linkbar {
  background-color: #63A3c3;
  border-bottom: 20px solid #fff;
  color: #fff;
  display: block;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: .9em;
  margin: 0 auto 20px;
  max-width: 1400px;
  padding: 8px 11px 10px;
  text-align: right;
  text-decoration: none; }
  .regional-linkbar:hover {
    background: #083e53;
    color: #fff;
    transition: background-color .2s ease-in-out; }

#topbar {
  color: #8a8a8a;
  font-size: 15px;
  height: 30px;
  padding: 4px 15px; }
  @media (min-width: 480px) {
    #topbar {
      padding: 4px 20px; } }
  @media (min-width: 1460px) {
    #topbar {
      padding: 4px 0; } }
  #topbar a {
    color: #8a8a8a;
    margin: 0 2px;
    text-decoration: none;
    text-transform: uppercase; }
    #topbar a:before {
      content: '|';
      margin-right: 4px; }
    #topbar a:hover {
      color: #f49b2a; }
    #topbar a:first-child:before {
      display: none; }
    #topbar a.active {
      color: #083e53; }

.dbg-header-overlay {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 83px;
  z-index: 100;
  padding: 1em; }
  @media (max-width: 1219px) {
    .dbg-header-overlay {
      padding-bottom: 50px; } }
  .dbg-header-overlay .dbg-header-overlay-close {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: .5em; }
    @media (min-width: 960px) {
      .dbg-header-overlay .dbg-header-overlay-close {
        font-size: 36px; } }
  .dbg-header-overlay .dbg-header-overlay-menu {
    list-style-type: none;
    padding: 0; }
    .dbg-header-overlay .dbg-header-overlay-menu li {
      float: left;
      margin-right: 0;
      padding: 10px;
      width: 33.333%; }
      @media (min-width: 1232px) {
        .dbg-header-overlay .dbg-header-overlay-menu li {
          width: 20%; } }
      .dbg-header-overlay .dbg-header-overlay-menu li a,
      .dbg-header-overlay .dbg-header-overlay-menu li span {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        display: inline-block;
        font-family: "UniSansBold", Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        padding: 10px 0;
        text-transform: uppercase;
        transition: all .2s ease-in;
        width: 100%; }
        .dbg-header-overlay .dbg-header-overlay-menu li a:hover,
        .dbg-header-overlay .dbg-header-overlay-menu li span:hover {
          border-bottom: 1px solid #fff; }
      .dbg-header-overlay .dbg-header-overlay-menu li ul {
        display: block !important;
        padding: 0;
        position: static;
        width: 100%; }
        .dbg-header-overlay .dbg-header-overlay-menu li ul li {
          display: inline-block;
          padding: 0;
          width: 100%; }
          .dbg-header-overlay .dbg-header-overlay-menu li ul li a,
          .dbg-header-overlay .dbg-header-overlay-menu li ul li span {
            font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
            font-size: 0.9em;
            letter-spacing: normal;
            text-decoration: none;
            text-transform: none; }

:focus {
  outline: none !important; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

.text-decoration-none {
  text-decoration: none !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.display-table {
  display: table;
  height: 100%;
  width: 100%; }
  .display-table .display-middle {
    display: table-cell;
    vertical-align: middle; }

.clear {
  clear: both; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

[class*='uk-column-'] :first-child {
  margin-top: 0; }

.padding-xsmall {
  padding: .75em !important; }

.padding-small {
  padding: 1em !important; }

.padding-medium {
  padding: 1.5em !important; }

.padding-large {
  padding: 2em !important; }

.padding-xlarge {
  padding: 2.5em !important; }

.nopadding {
  padding: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.nopadding-top {
  padding-top: 0 !important; }

.nopadding-bottom {
  padding-bottom: 0 !important; }

.margin-xsmall {
  margin: .75em !important; }

.margin-small {
  margin: 1em !important; }

.margin-medium {
  margin: 1.5em !important; }

.margin-large {
  margin: 2em !important; }

.margin-xlarge {
  margin: 2.5em !important; }

.nomargin {
  margin: 0 !important; }

.nomargin-left {
  margin-left: 0 !important; }

.nomargin-right {
  margin-right: 0 !important; }

.nomargin-top {
  margin-top: 0 !important; }

.nomargin-bottom {
  margin-bottom: 0 !important; }

.dbg-ul {
  list-style-type: none;
  padding: 0; }
  .dbg-ul li {
    padding-left: 20px;
    position: relative; }
    .dbg-ul li:before {
      color: #63A3c3;
      content: "";
      font-family: 'dbg-iconfont';
      font-size: 0.9em;
      left: 0;
      position: absolute;
      top: 1px; }
  .dbg-ul.dbg-ul-checked li:before {
    content: ""; }

.uk-modal-dialog {
  max-height: calc(100vh - 20px);
  overflow-y: auto; }

.uk-close:after {
  content: "" !important;
  font-family: 'dbg-iconfont' !important; }

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #nav ul li {
    display: inline-block;
    height: 100%;
    margin-right: 10px; }
    @media (min-width: 960px) {
      #nav ul li {
        margin-right: 20px; } }
    @media (min-width: 1232px) {
      #nav ul li {
        margin-right: 30px; } }
    #nav ul li.offcanvas-only {
      display: none; }
    #nav ul li a,
    #nav ul li span {
      color: #083e53;
      cursor: pointer;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif;
      font-size: 1.1em;
      letter-spacing: 2px;
      text-decoration: none;
      text-transform: uppercase; }
      #nav ul li a:hover,
      #nav ul li span:hover {
        color: #f49b2a; }
      #nav ul li a.opened, #nav ul li a.active,
      #nav ul li span.opened,
      #nav ul li span.active {
        border-bottom: 4px solid; }
    #nav ul li ul {
      background: #083e53;
      display: none;
      left: 0;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 103px;
      z-index: 10; }
      @media (min-width: 1232px) {
        #nav ul li ul {
          top: 83px; } }
      #nav ul li ul a,
      #nav ul li ul span {
        color: #fff;
        cursor: pointer; }
      #nav ul li ul li {
        float: left;
        margin-right: 0;
        padding: 10px;
        width: 20%; }
        #nav ul li ul li a,
        #nav ul li ul li span {
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          display: inline-block;
          font-family: "UniSansBold", Helvetica, Arial, sans-serif;
          font-size: 1em;
          padding: 10px 0;
          width: 100%; }
          #nav ul li ul li a:hover,
          #nav ul li ul li span:hover {
            border-bottom: 1px solid #fff;
            color: #fff; }
        #nav ul li ul li ul {
          display: block !important;
          padding: 0;
          position: static;
          width: 100%; }
          #nav ul li ul li ul li {
            display: inline-block;
            padding: 0;
            width: 100%; }
            #nav ul li ul li ul li a,
            #nav ul li ul li ul li span {
              font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
              font-size: 15px;
              letter-spacing: normal;
              text-transform: none; }
            #nav ul li ul li ul li.Selected a,
            #nav ul li ul li ul li.Selected span {
              color: #f49b2a;
              border-bottom: 1px solid #f49b2a; }

@media (min-width: 959px) {
  #nav ul li ul li ul li ul {
    display: none !important; } }
.offcanvas-divider {
  border-top: 1px solid #c5c5cb; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  margin-left: 0 !important; }

.dbg-slider {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative; }
  .dbg-slider .slick-slide {
    position: relative; }
  .dbg-slider .dbg-slider-overlay {
    font-size: .75em;
    left: 15px;
    max-width: 55%;
    position: absolute;
    top: 15px; }
    @media (min-width: 480px) {
      .dbg-slider .dbg-slider-overlay {
        font-size: 1em;
        max-width: 65%;
        top: 20px;
        left: 20px; } }
    @media (min-width: 768px) {
      .dbg-slider .dbg-slider-overlay {
        left: 45px;
        top: 70px; } }
    @media (min-width: 1232px) {
      .dbg-slider .dbg-slider-overlay {
        left: 45px;
        top: 70px; } }
    @media (max-width: 320px) {
      .dbg-slider .dbg-slider-overlay {
        font-size: .7em;
        top: 15px;
        left: 15px; } }
    @media (max-width: 480px) {
      .dbg-slider .dbg-slider-overlay .btn {
        padding: 6px 12px; } }
    .dbg-slider .dbg-slider-overlay header {
      border-bottom: 5px solid #f49b2a;
      line-height: 1;
      margin-bottom: 10px;
      padding-bottom: 6px;
      display: inline-block; }
      @media (min-width: 960px) {
        .dbg-slider .dbg-slider-overlay header {
          border-bottom: 8px solid #f49b2a;
          margin-bottom: 20px;
          padding-bottom: 15px; } }
      @media (max-width: 320px) {
        .dbg-slider .dbg-slider-overlay header {
          margin-bottom: 0; } }
      .dbg-slider .dbg-slider-overlay header .dbg-slider-headline {
        font-family: "AlianzaSlab700", Georgia, sans-serif;
        font-size: 2em; }
        @media (min-width: 1232px) {
          .dbg-slider .dbg-slider-overlay header .dbg-slider-headline {
            font-size: 3em; } }
        @media (max-width: 480px) {
          .dbg-slider .dbg-slider-overlay header .dbg-slider-headline br {
            display: none; } }
        @media (max-width: 320px) {
          .dbg-slider .dbg-slider-overlay header .dbg-slider-headline br {
            display: block; } }
    .dbg-slider .dbg-slider-overlay.fallback-mode {
      max-width: none;
      right: 15px; }
      @media (min-width: 480px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode {
          right: 20px; } }
      @media (min-width: 768px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode {
          right: 45px; } }
      @media (min-width: 1232px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode {
          right: 45px; } }
      .dbg-slider .dbg-slider-overlay.fallback-mode .btn.btn-border:not(:hover) {
        background: #fff; }
      .dbg-slider .dbg-slider-overlay.fallback-mode .product-fallback-image {
        float: left;
        width: 30%;
        margin-left: 2%; }
      .dbg-slider .dbg-slider-overlay.fallback-mode .article-inner {
        float: left;
        width: 68%; }
      @media (min-width: 768px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode .product-fallback-image {
          width: 36%; }
        .dbg-slider .dbg-slider-overlay.fallback-mode .article-inner {
          width: 62%; } }
  @media (min-width: 480px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay {
      left: 30px;
      top: 30px; } }
  @media (min-width: 768px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay {
      top: 30px;
      left: 30px; } }
  @media (min-width: 1232px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay {
      top: 70px;
      left: 45px; } }
  @media (max-width: 960px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay header {
      margin-bottom: 0; } }
  .dbg-slider.dbg-slider-shop .dbg-slider-shop-product {
    display: none;
    max-width: 450px; }
    @media (min-width: 641px) {
      .dbg-slider.dbg-slider-shop .dbg-slider-shop-product {
        display: block; } }

.slick-dots {
  bottom: 5px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  text-align: left !important; }
  @media (min-width: 480px) {
    .slick-dots {
      bottom: 10px !important;
      padding: 0 10px !important; } }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 30px !important;
      padding: 0 30px !important; } }
  @media (min-width: 960px) {
    .slick-dots {
      bottom: 30px !important;
      padding: 0 30px !important; } }
  .slick-dots li {
    margin: 0 8px 0 0 !important;
    width: 16px !important;
    height: 16px !important; }
    @media (max-width: 480px) {
      .slick-dots li {
        width: 12px !important;
        height: 12px !important; } }
    .slick-dots li button {
      width: 16px !important;
      height: 16px !important; }
      @media (max-width: 480px) {
        .slick-dots li button {
          width: 12px !important;
          height: 12px !important; } }
      .slick-dots li button:before {
        border-radius: 999px;
        border: 2px solid #dfe1e4;
        content: '' !important;
        background: #fff !important;
        opacity: 1 !important;
        width: 16px !important;
        height: 16px !important; }
        @media (max-width: 480px) {
          .slick-dots li button:before {
            width: 12px !important;
            height: 12px !important; } }
    .slick-dots li.slick-active button:before {
      border: none !important;
      background: #f49b2a !important; }

.slick-prev,
.slick-next {
  height: 40px;
  margin-top: -20px;
  z-index: 1; }
  .slick-prev:before,
  .slick-next:before {
    color: #f49b2a;
    font-size: 40px; }

.slick-prev {
  left: 15px; }

.slick-next {
  right: 15px; }

.dbg-teaser {
  align-content: stretch;
  align-items: stretch;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px !important;
  overflow: hidden;
  position: relative; }
  .dbg-teaser h3 {
    font-size: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase; }
  .dbg-teaser h2 {
    margin-top: 15px; }
  .dbg-teaser img {
    display: inline-block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle; }
  .dbg-teaser__content {
    order: 1;
    padding: 10px 20px 15px;
    width: 50%; }
  .dbg-teaser__image {
    order: 2;
    text-align: right;
    width: 50%; }
  .dbg-teaser--buttonfix .btn {
    bottom: 15px;
    position: absolute; }
  .dbg-teaser--buttonfix .dbg-teaser__content {
    padding-bottom: 54px; }

.uk-width-medium-1-2 .dbg-teaser,
.uk-width-large-1-4 .dbg-teaser {
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .uk-width-medium-1-2 .dbg-teaser h3,
  .uk-width-large-1-4 .dbg-teaser h3 {
    left: 20px;
    position: absolute;
    top: 10px; }
  .uk-width-medium-1-2 .dbg-teaser__content,
  .uk-width-large-1-4 .dbg-teaser__content {
    order: 2;
    width: 100%; }
  .uk-width-medium-1-2 .dbg-teaser__image,
  .uk-width-large-1-4 .dbg-teaser__image {
    order: 1;
    text-align: left;
    width: 100%; }

@media (max-width: 480px) {
  .dbg-teaser {
    flex-wrap: wrap; }
    .dbg-teaser__content {
      order: 2;
      width: 100%; }
    .dbg-teaser__image {
      order: 1;
      text-align: center;
      width: 100%; } }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #083e53;
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility; }
  @media (min-width: 480px) {
    body {
      font-size: 16px; } }
  @media (min-width: 960px) {
    body {
      font-size: 16px; } }

hr {
  border: 0;
  border-top: 1px solid #c5c6cc;
  margin-top: 30px;
  padding-top: 30px; }

img {
  max-width: 100%; }

a {
  color: #f49b2a;
  transition: color .2s ease-in-out; }
  a * {
    color: inherit !important; }
  a:hover {
    color: #083e53; }
  a:active {
    color: #f49b2a; }

strong {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1,
.h1 {
  font-family: "AlianzaSlab700", Georgia, sans-serif !important;
  font-size: 2.2em; }
  h1 strong,
  .h1 strong {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-weight: normal; }

h2,
.h2 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 2em; }

h3,
.h3 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.6em; }

h4,
.h4 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.3125em; }

h5,
.h5 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

h6,
.h6 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1em; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #083e53;
  font-weight: normal;
  line-height: 1.2;
  margin: .5em 0; }

blockquote {
  font-size: 1.2em;
  font-style: italic;
  padding-left: 30px;
  position: relative; }
  blockquote:before {
    content: "";
    font-family: 'dbg-iconfont';
    left: 0;
    position: absolute;
    top: 0; }

.font-family-UniSansRegular {
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif !important; }

.font-family-UniSansBold {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif !important; }

.font-family-AlianzaSlabRegular {
  font-family: "AlianzaSlab200", Georgia, sans-serif !important; }

.font-family-AlianzaSlabBold {
  font-family: "AlianzaSlab700", Georgia, sans-serif !important; }

.font-family-AlianzaItalic {
  font-family: "AlianzaItalic200", Georgia, sans-serif !important; }

.font-weight-light {
  font-weight: 300; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: 600; }

.text-big,
big {
  font-size: 1.25em; }

.text-default {
  font-size: 1em !important; }

.text-small,
small {
  font-size: 0.9em; }

.transform-none {
  text-transform: none; }

.transform-uppercase {
  text-transform: uppercase; }

.transform-lowercase {
  text-transform: lowercase; }

.letter-spacing-none {
  letter-spacing: normal; }

.letter-spacing {
  letter-spacing: 2px; }

.letter-spacing-big {
  letter-spacing: 3px; }

.hidden-text {
  height: 1px;
  overflow: hidden;
  position: absolute;
  text-indent: -10000px;
  width: 1px; }

.dbg-wood-background {
  background-image: url("../Images/wood-background.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover; }

#wrapper {
  background: #fff; }

#scrolltop {
  background: #f49b2a;
  bottom: 195px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  height: 50px;
  padding-top: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 50px;
  z-index: 10; }
  @media (max-width: 959px) {
    #scrolltop {
      bottom: 0;
      display: block !important;
      opacity: 1 !important;
      position: relative;
      right: 0;
      width: 100%; } }

.cc_btn {
  background-color: #f49b2a !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif !important;
  font-size: 0.85em !important;
  letter-spacing: 2.4px !important;
  line-height: 1 !important;
  font-weight: normal !important;
  padding: 14px 22px !important; }

.cc_message {
  margin-top: .75em !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #083e53;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../Images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "dbg-iconfont";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "dbg-iconfont";
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #f49b2a;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #f49b2a;
      opacity: 1; }

.dbg-slider,
.dbg-main-image {
  display: none; }
  .dbg-slider.slick-initialized,
  .dbg-main-image.slick-initialized {
    display: block; }

.slick-prev:before,
.slick-next:before {
  transition: color .2s ease-in-out; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none; }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    color: #083e53; }

.lg-outer .lg-thumb {
  margin: 0 auto !important; }
.lg-outer .lg-thumb-item {
  border-radius: 0; }

@font-face {
  font-family: 'lg';
  src: url("../Fonts/LightGallery//lg.eot?n1z373");
  src: url("../Fonts/LightGallery//lg.eot?#iefixn1z373") format("embedded-opentype"), url("../Fonts/LightGallery//lg.woff?n1z373") format("woff"), url("../Fonts/LightGallery//lg.ttf?n1z373") format("truetype"), url("../Fonts/LightGallery//lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #f49b2a;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }
.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }
.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f49b2a; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%; }
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 0 0 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../Images/LightGallery//vimeo-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../Images/LightGallery//vimeo-play.png") no-repeat scroll 0 -58px transparent; }
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../Images/LightGallery//video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../Images/LightGallery//youtube-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../Images/LightGallery//youtube-play.png") no-repeat scroll 0 -60px transparent; }
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #f49b2a;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../Images/LightGallery//loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, border, -moz-transform;
  -ms-transition-property: top, right, bottom, left, border, -ms-transform;
  -o-transition-property: top, right, bottom, left, border, -o-transform;
  transition-property: top, right, bottom, left, border, transform; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list * {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-shadow: none; }
.mm-list a,
.mm-list a:hover {
  text-decoration: none; }
.mm-list > li {
  position: relative; }
  .mm-list > li > a,
  .mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  .mm-list a.mm-subopen::before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%; }
    .mm-list a.mm-subopen.mm-fullsubopen:before {
      border-left: none; }
  .mm-list a.mm-subopen + a,
  .mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }
.mm-list > li.mm-label {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

em.mm-counter {
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      padding-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span {
  margin-right: 75px; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-shadow: none;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header a:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
    .mm-header a.mm-prev {
      left: 0; }
      .mm-header a.mm-prev:before {
        border-right: none;
        border-bottom: none;
        left: 22px; }
    .mm-header a.mm-next {
      right: 0; }
      .mm-header a.mm-next:before {
        border-top: none;
        border-left: none;
        right: 18px; }

.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-hassearch .mm-header a:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch .mm-panel {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-shadow: none;
    border: none;
    border-radius: 15px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 20px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
.mm-menu.mm-hassearch .mm-panel {
  padding-top: 60px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

html.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	The CSS rules in this file should force all transitions for the menu into hardware acceleration.
	Unfortunately, this is really buggy in different browsers.
	Use with caution and test thoroughly!
*/
html.mm-accelerated.mm-opened .mm-page,
html.mm-accelerated.mm-opened #mm-blocker,
html.mm-accelerated.mm-opened .mm-menu.mm-front,
html.mm-accelerated.mm-opened .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0px);
  -moz-transform: translate3d(0, 0, 0px);
  -ms-transform: translate3d(0, 0, 0px);
  -o-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px); }
html.mm-accelerated.mm-opened.mm-opening .mm-page,
html.mm-accelerated.mm-opened.mm-opening #mm-blocker,
html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-front,
html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }
html.mm-accelerated .mm-menu.mm-horizontal .mm-panel {
  -webkit-transform: translate3d(0, 0, 0px);
  -moz-transform: translate3d(0, 0, 0px);
  -ms-transform: translate3d(0, 0, 0px);
  -o-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px); }
  html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); }
    html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: translate3d(0, 0, 2px);
      -moz-transform: translate3d(0, 0, 2px);
      -ms-transform: translate3d(0, 0, 2px);
      -o-transform: translate3d(0, 0, 2px);
      transform: translate3d(0, 0, 2px); }

.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: #fff; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: #000; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

.mm-ismenu {
  background: #083e53; }

#topbar .dbg-overlay-trigger {
  text-transform: none; }

.lg-video {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important; }

@media (max-width: 480px) {
  .lg-video-cont {
    height: 100% !important; }

  .lg-outer .lg-video {
    height: 100% !important;
    padding-bottom: 0 !important; }

  .lg-outer .lg-video-cont {
    padding: 57px 2% 2% !important; } }
.ce-align-left {
  text-align: left; }

.ce-align-center {
  text-align: center; }

.ce-align-right {
  text-align: right; }

.ce-table td,
.ce-table th {
  vertical-align: top; }

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row {
  overflow: hidden; }

.ce-uploads {
  margin: 0;
  padding: 0; }
  .ce-uploads li,
  .ce-uploads div {
    overflow: hidden; }
  .ce-uploads li {
    list-style: none outside none;
    margin: 1em 0; }
  .ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top; }
  .ce-uploads span {
    display: block; }

.ce-left .ce-gallery,
.ce-column {
  float: left; }

.ce-center .ce-outer {
  float: right;
  position: relative;
  right: 50%; }
.ce-center .ce-inner {
  float: right;
  position: relative;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }
.ce-gallery figcaption {
  caption-side: bottom;
  display: table-caption; }
.ce-gallery img {
  display: block; }
.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000;
  padding: 0; }

.ce-above .ce-gallery {
  margin-bottom: 10px; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  margin-bottom: 10px; }
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px; }
.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }
  .ce-column:last-child {
    margin-right: 0; }

.ce-row {
  margin-bottom: 10px; }
  .ce-row:last-child {
    margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

.ce-textmedia .image-caption,
.ce-images .image-caption {
  display: block;
  font-size: .875rem;
  line-height: 1rem;
  margin-bottom: 15px;
  max-width: 95%;
  padding-top: 5px; }

.indent {
  margin-left: 20px; }

h4,
.h4 {
  font-size: 1.3125rem; }

pre {
  border: 5px solid #63A3c3;
  display: inline-block;
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
  margin: 0 0 1rem;
  overflow: hidden;
  padding: 15px 20px;
  white-space: pre-wrap;
  word-wrap: break-word; }

.dbg-logo img {
  display: block;
  margin: 0 auto; }

.content-header {
  background-color: #edeef0;
  background-position: right bottom;
  background-size: cover;
  padding: 20px;
  min-height: 460px; }
  .content-header h1 {
    border-bottom: 8px solid #f49b2a;
    display: inline-block;
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 3.125rem;
    padding-bottom: 10px; }
    .content-header h1.make-light {
      color: #fff; }
  .content-header h2 {
    color: #083e53;
    font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    margin: 0; }
    .content-header h2.make-light {
      color: #fff; }
  .content-header__textwrapper {
    margin-bottom: 40px; }
  .content-header--project {
    background: #e1dbd1 url("../Images/cms-wbh-header-dummy.jpg") 100% 100% no-repeat;
    background-size: cover; }
  .content-header--image {
    min-height: 460px; }
  .content-header--wide .content-header__textwrapper {
    border-bottom: 0;
    margin-bottom: 10px;
    max-width: 66%;
    padding-left: 40px; }
  .content-header .btn:link, .content-header .btn:visited {
    background-color: #fff; }
  .content-header .btn:hover, .content-header .btn:active {
    background-color: #9c9e3c; }

@media (max-width: 480px) {
  .content-header h1 {
    border-bottom-width: 2px;
    font-size: 1.3125rem;
    margin-top: 0;
    padding-bottom: 10px; }
  .content-header h2 {
    font-size: .875rem;
    line-height: 1.5; }
  .content-header--wide .content-header__textwrapper {
    max-width: 100%;
    padding: 0; }
  .content-header__textwrapper {
    margin-bottom: 20px;
    max-width: 66%; }
  .content-header--project {
    min-height: 156px; }

  .content-header--guidinglight {
    background-size: cover;
    min-height: 135px; } }
@media (max-width: 768px) and (orientation: landscape) {
  .content-header h1 {
    border-bottom-width: 2px;
    font-size: 1.3125rem;
    margin-top: 0;
    padding-bottom: 10px; }
  .content-header h2 {
    font-size: .875rem;
    line-height: 1.5; }
  .content-header--wide .content-header__textwrapper {
    max-width: 100%;
    padding: 0; }
  .content-header__textwrapper {
    margin-bottom: 20px;
    max-width: 66%; }
  .content-header--project {
    min-height: 156px; }

  .content-header--guidinglight {
    background-size: cover;
    min-height: 135px; } }
img {
  border: 0;
  display: inline-block;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle; }

.dbg-content {
  background: #edeef0; }
  .dbg-content:last-child {
    padding-bottom: 0; }

.dbg-content-wbh {
  background: #ebe7e0; }
  .dbg-content-wbh img {
    display: inline-block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle; }
  .dbg-content-wbh h3 {
    text-transform: uppercase; }

.project-statistics {
  margin-bottom: 40px; }
  .project-statistics figure {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 3.3125rem;
    margin: 0 0 10px; }
  .project-statistics figcaption {
    font-size: 1.0625rem;
    margin-top: -20px;
    padding: 0;
    text-transform: uppercase; }

@media (max-width: 480px) {
  .project-statistics figure {
    font-size: 1.5625rem; }
  .project-statistics figcaption {
    font-size: .625rem;
    margin-top: -5px; } }
.large-quote {
  font-style: normal;
  margin: 0 0 50px;
  padding: 0; }
  .large-quote::before {
    display: none; }
  .large-quote h3 {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1.5625rem;
    margin-top: 15px; }
  .large-quote ul,
  .large-quote ol {
    font-size: 1rem; }
  .large-quote p {
    font-size: 1rem; }
  .large-quote cite {
    display: block;
    text-align: center; }
  .large-quote a span {
    line-height: 26px; }
  .large-quote__accordion-link {
    margin-top: 0 !important; }
    .large-quote__accordion-link p {
      margin-top: 0 !important; }
  .large-quote .icon-angle-down,
  .large-quote .no-icon-switch-angle-down {
    background: url("../Images/icon-down.png") 50% 50% no-repeat;
    background-size: 100%;
    border: 2px solid #f49b2a;
    box-shadow: 0 0 0 10px #edeef0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 0/0 a;
    height: 26px;
    line-height: 1.5;
    margin-right: 10px;
    transition: all .2s ease-in;
    vertical-align: top;
    width: 26px; }
    .large-quote .icon-angle-down:hover,
    .large-quote .no-icon-switch-angle-down:hover {
      background: url("../Images/icon-down-hover.png") 50% 50% no-repeat;
      background-size: 100%; }
  .large-quote .icon-angle-up,
  .large-quote .no-icon-switch-angle-up {
    background: url("../Images/icon-up.png") 50% 50% no-repeat;
    background-size: 100%;
    border: 2px solid #f49b2a;
    box-shadow: 0 0 0 10px #edeef0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font: 0/0 a;
    height: 26px;
    line-height: 1.5;
    margin-right: 10px;
    transition: all .2s ease-in;
    vertical-align: top;
    width: 26px; }
    .large-quote .icon-angle-up:hover,
    .large-quote .no-icon-switch-angle-up:hover {
      background: url("../Images/icon-up-hover.png") 50% 50% no-repeat;
      background-size: 100%; }
  .large-quote .quote-photo {
    background: #e1dbd1;
    border-radius: 50%;
    display: block;
    margin: 0 auto; }
  .large-quote .quote-author {
    color: #a69b8b;
    display: block;
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1rem;
    font-style: normal;
    margin-top: 15px;
    text-transform: uppercase; }

@media (max-width: 959px) {
  .large-quote__accordion-link .uk-width-large-3-12 {
    display: none; } }
@media (max-width: 480px) {
  .large-quote h3 {
    font-size: 1.25rem; }
  .large-quote p {
    font-size: .875rem; }
  .large-quote .quote-author {
    font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
    font-size: .75rem; } }
.project-cta {
  margin-bottom: 40px; }
  .project-cta h3 {
    border-bottom: 1px solid #c5c6cc;
    border-top: 1px solid #c5c6cc;
    color: #9c9e3c;
    font-size: 2.1875rem;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 68%; }
    .project-cta h3 span {
      display: block;
      margin: 0 auto;
      max-width: 60%; }
  .project-cta .uk-width-large-4-12:last-of-type .project::before {
    margin-left: 1px; }
  .project-cta .uk-width-large-4-12:nth-child(3n) .project::before {
    height: 60px;
    top: -60px; }

.project {
  background-color: #fff;
  color: inherit;
  display: block;
  height: 100%;
  margin-top: 40px;
  text-decoration: none; }
  .project::before {
    background: #c5c6cc;
    content: '';
    height: 40px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -40px;
    width: 1px; }
  .project .project__donation-wrapper {
    background: #fff;
    position: relative; }
  .project__header {
    overflow: hidden;
    position: relative; }
    .project__header img {
      background: #e1dbd1;
      display: block;
      transform: rotate3d(0, 0, 0);
      transition: all 200ms linear; }
    .project__header strong {
      bottom: 0;
      color: #fff !important;
      font-family: "AlianzaSlab700", Georgia, sans-serif;
      font-size: 3.125rem;
      left: 20px;
      position: absolute;
      transition: all 200ms linear; }
  .project__description {
    margin-bottom: -40px;
    padding: 20px 20px 62px; }
    .project__description p {
      margin: 0 0 10px; }
    .project__description button {
      bottom: 20px;
      color: #9c9e3c !important;
      position: absolute; }
      .project__description button:hover {
        color: #fff !important; }
  .project:hover img {
    transform: scale(1.02); }
  .project:hover .project__header strong {
    font-size: 52px;
    transform-origin: 50% 50%; }
  .project:hover button {
    color: #9c9e3c !important; }
    .project:hover button:hover {
      color: #fff !important; }

@media (min-width: 768px) and (max-width: 959px) {
  .project-cta h3 {
    border: 0;
    padding: 0;
    width: 100%; }

  .project {
    margin-top: 20px; }
    .project__description {
      margin-bottom: -20px; }

  .project::before {
    display: none; } }
@media (max-width: 480px) {
  .project {
    margin-top: 0; }
    .project__description {
      margin-bottom: 0; }
    .project .project__donation-wrapper {
      background: transparent; }

  .project-cta h3 {
    border: 0;
    font-size: 1.125rem;
    padding: 0; }
    .project-cta h3 span {
      margin-bottom: 12px;
      max-width: 90%; }
  .project-cta .uk-width-large-4-12:nth-child(3n) .project::before {
    height: 40px;
    top: -40px; }

  .project__header strong {
    font-size: 2rem; } }
.quotewindow {
  background: url("../Images/cms-content-bg-quote.jpg") center center no-repeat;
  background-size: cover;
  color: #083e53;
  font-family: "AlianzaSlab700", Georgia, sans-serif;
  min-height: 350px;
  text-align: center; }
  .quotewindow blockquote::before {
    display: none; }
  .quotewindow__quote, .quotewindow__author {
    font-style: normal;
    margin: 0; }
  .quotewindow__quote {
    font-size: 2.875rem;
    margin: 0 auto;
    padding: 75px 0 50px;
    width: 70%; }
  .quotewindow__author {
    display: block;
    font-size: 1.25rem;
    letter-spacing: 4px;
    margin-top: 40px;
    text-transform: uppercase; }
  .quotewindow--light {
    color: #fff; }

@media (max-width: 480px) {
  .quotewindow {
    min-height: 100%; }
    .quotewindow__quote {
      font-size: 1.125rem;
      padding: 20px 0;
      width: 80%; }
    .quotewindow__author {
      font-size: .5rem;
      margin-top: 12px; } }
.bible-teaser {
  align-content: stretch;
  align-items: stretch;
  background: #d9dade;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px !important;
  overflow: hidden;
  position: relative; }
  .bible-teaser__content {
    padding: 15px 0 57px 30px;
    position: relative;
    width: 60%;
    z-index: 1; }
  .bible-teaser__cover-wrapper {
    align-self: flex-end;
    text-align: right;
    width: 40%; }
  .bible-teaser__cover {
    display: inline-block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    margin-bottom: -35%;
    max-width: 100%;
    padding-top: 10px;
    vertical-align: middle; }
  .bible-teaser h3 {
    font-size: 2.1875rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    width: 130%; }
  .bible-teaser p + p {
    margin-top: 0; }
  .bible-teaser .btn {
    bottom: 15px;
    position: absolute; }
  .bible-teaser .more-link {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif; }
    .bible-teaser .more-link:link, .bible-teaser .more-link:visited {
      color: #083e53; }
    .bible-teaser .more-link:active, .bible-teaser .more-link:hover {
      color: #f49b2a; }
    .bible-teaser .more-link span {
      text-decoration: underline; }
  .bible-teaser--wide .bible-teaser__cover {
    margin-bottom: -15%;
    max-width: 50%; }

@media (max-width: 768px) {
  .bible-teaser--wide .bible-teaser__cover {
    margin-bottom: -35%;
    max-width: 100%; } }
@media (max-width: 480px) {
  .bible-teaser {
    flex-wrap: wrap; }
    .bible-teaser__content {
      order: 2;
      padding: 0 15px 57px;
      width: 100%; }
    .bible-teaser h3 {
      font-size: 1.25rem;
      letter-spacing: 1px;
      margin-top: 0;
      width: 100%; }
    .bible-teaser p {
      font-size: .875rem; }
    .bible-teaser__cover-wrapper {
      order: 1;
      padding: 15px 20%;
      text-align: center;
      width: 100%; }
    .bible-teaser__cover {
      margin-bottom: -45%;
      padding-top: 0; } }
.dbg-map .map-area {
  height: 680px;
  margin-bottom: 20px;
  width: 100%; }

.navigation-map {
  color: #9c9e3c; }
  .navigation-map__link {
    color: #9c9e3c;
    display: inline-block;
    padding: 0 4px;
    text-decoration: underline;
    width: 2.25rem; }
    .navigation-map__link:active, .navigation-map__link:hover {
      color: #9c9e3c;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif; }

@media (max-width: 480px) {
  .dbg-map .map-area {
    height: 250px; } }
@media (min-width: 480px) and (max-width: 768px) {
  .dbg-map .map-area {
    height: 400px; } }
@media (max-width: 480px) {
  .ce-textpic h3 {
    font-size: 1.25rem;
    margin-top: 0; }
  .ce-textpic p {
    font-size: .875rem; } }
[data-more-content] {
  display: none; }

[data-switch-icon][data-more-content] {
  display: inline; }

.bible-searchbox {
  background: #f49b2a;
  color: #fff;
  margin-bottom: 20px !important;
  padding: 10px 20px 20px;
  position: relative; }
  .bible-searchbox h3 {
    color: #fff;
    font-size: .875rem;
    letter-spacing: 2.4px;
    text-transform: uppercase; }
  .bible-searchbox form {
    border-bottom: 1px solid #f7b25a;
    border-top: 1px solid #f7b25a;
    margin: 15px 0 0;
    padding-bottom: 10px; }
  .bible-searchbox a {
    color: #fff;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif; }
    .bible-searchbox a:hover {
      color: #083e53; }
  .bible-searchbox .select-wrapper {
    position: relative; }
    .bible-searchbox .select-wrapper::after {
      border: solid 11px transparent;
      border-top-color: #fff;
      bottom: -22px;
      content: '';
      height: 0;
      margin-right: -6px;
      pointer-events: none;
      position: absolute;
      right: 50%;
      width: 0; }

.searchbox-flag {
  background: #f49b2a;
  bottom: 0;
  color: #fff;
  display: none;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: .875rem;
  left: 6%;
  letter-spacing: 2.4px;
  padding: .5em 10px .5em 20px;
  position: fixed;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  z-index: 100; }
  .searchbox-flag:link, .searchbox-flag:visited {
    color: #fff; }
  .searchbox-flag:hover, .searchbox-flag:active {
    color: #fff; }

.mediagallery a,
.mediagallery img {
  display: block; }
.mediagallery__hidden {
  display: none; }
.mediagallery a {
  text-decoration: none; }
.mediagallery .open-gallery {
  display: block;
  font-size: .875rem;
  margin-bottom: 15px;
  max-width: 95%;
  padding-top: 5px; }
  .mediagallery .open-gallery i {
    padding-right: 2px;
    position: relative;
    top: 1px; }

.ce-textmedia {
  margin-bottom: 40px; }
  .ce-textmedia p,
  .ce-textmedia h3 {
    margin-top: 0; }

.ce-images {
  margin-bottom: 40px; }

@media (max-width: 480px) {
  .ce-images img {
    margin-bottom: 15px !important; } }
.ce-iframewrapper {
  margin-bottom: 40px; }
  .ce-iframewrapper .iframe-container {
    height: 0;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
    .ce-iframewrapper .iframe-container iframe,
    .ce-iframewrapper .iframe-container object,
    .ce-iframewrapper .iframe-container embed {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.dbg-slider-overlay.dark header a,
.dbg-slider-overlay.dark .dbg-slider-headline {
  color: #083e53;
  text-decoration: none; }
.dbg-slider-overlay.bright header a,
.dbg-slider-overlay.bright .dbg-slider-headline {
  color: #fff;
  text-decoration: none; }

.ce-banner {
  margin-bottom: 20px; }

.bible-text-container {
  background-color: #fff;
  padding: 45px 36px; }

.bible-text {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-right: 16%;
  position: relative; }
  .bible-text strong {
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .bible-text .location {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0; }
  .bible-text .name {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: 1.5625rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase; }
  .bible-text .scripture {
    display: none; }
  .bible-text h1 {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif !important;
    font-size: 1.125rem;
    letter-spacing: 1px;
    margin: 30px 0;
    text-transform: none; }
  .bible-text h2 {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1rem;
    margin: 20px 0 10px; }
  .bible-text h3 {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1rem;
    margin: 15px 0 10px; }
  .bible-text .chapter {
    display: inline-block;
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1.5625rem;
    padding-right: 5px; }
  .bible-text .verse {
    color: #63A3c3;
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    top: -1px; }
  .bible-text p {
    display: inline; }
  .bible-text .linebreak:first-of-type {
    height: 0; }
  .bible-text .fussnote,
  .bible-text .annotation {
    display: none; }
  .bible-text .sachwort {
    background: #63A3c3 url("../Images/bible-sachwort-icon.png") 50% 50% no-repeat;
    border-radius: 50%;
    color: transparent;
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 2px;
    transition: all 200ms linear;
    width: 15px; }
    .bible-text .sachwort:hover {
      background-color: #f49b2a; }
  .bible-text blockquote {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.375rem;
    padding-left: 0; }
    .bible-text blockquote::before, .bible-text blockquote::after {
      content: ''; }
    .bible-text blockquote blockquote {
      margin: 0;
      padding: 0; }
  .bible-text .highlight {
    background-color: #edeef0;
    padding: 5px; }
  .bible-text .name-of-deity {
    text-transform: uppercase; }

.lexicon .bible-text .sachwort,
.themeregister .bible-text .sachwort {
  background: none;
  color: #f49b2a;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  top: 0;
  width: auto; }
  .lexicon .bible-text .sachwort:hover,
  .themeregister .bible-text .sachwort:hover {
    color: #083e53; }

.bibelmodul .errorbox {
  background: #fff;
  padding: 13px 20px; }

@media (max-width: 480px) {
  .bible-text-container {
    padding: 20px 15px; }

  .bible-text {
    padding-right: 0; }
    .bible-text p {
      font-size: .875rem; }
    .bible-text .name {
      font-size: 1rem; }
    .bible-text .chapter {
      font-size: 1.25rem; } }
@media (min-width: 768px) and (max-width: 959px) {
  .bible-text {
    padding-right: 0; } }
.bible-annotation {
  color: #969696;
  font-size: .75rem;
  margin: 30px 0; }
  .bible-annotation em {
    display: inline-block;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    margin-right: 5px;
    text-transform: uppercase; }

.bible-navigation {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative; }
  .bible-navigation__title {
    color: #969696;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: .6875rem; }
  .bible-navigation__location {
    background-color: #fff;
    color: #f49b2a;
    cursor: pointer;
    font-size: .625rem;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 20px 8px 32px;
    position: relative;
    text-transform: uppercase; }
    .bible-navigation__location strong {
      display: block;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif;
      font-size: .9375rem; }
    .bible-navigation__location::after {
      background-color: #f49b2a;
      content: '';
      height: 100%;
      left: 25px;
      position: absolute;
      top: 0;
      width: 1px; }
    .bible-navigation__location::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiI+PHBhdGggZmlsbD0iI0Y1OUMyQiIgZD0iTTAgLjQ3M0MwIC4zNTMuMDQ3LjIzMy4xNDMuMTRjLjE5LS4xODYuNS0uMTg2LjY5IDBMNS41IDQuNjYgMTAuMTcuMTRjLjE5LS4xODYuNS0uMTg2LjY5IDBzLjE5LjQ4MyAwIC42NjdMNS41IDYgLjE0NC44MDdDLjA0Ny43MTUgMCAuNTk0IDAgLjQ3M3oiLz48L3N2Zz4=");
      color: #f49b2a;
      content: '';
      height: 6px;
      left: 7px;
      margin-top: -3px;
      position: absolute;
      top: 50%;
      transition: all 50ms linear;
      width: 11px; }
    .bible-navigation__location.is-toggled::before {
      transform: rotate(180deg); }
  .bible-navigation__popup {
    background: #f49b2a;
    color: #fff;
    display: none;
    padding: 25px 15px 35px;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .bible-navigation__popup.is-open {
      display: block; }
  .bible-navigation__input a {
    padding: 0 3px;
    text-decoration: none; }
  .bible-navigation__input select,
  .bible-navigation__input input {
    display: inline-block;
    margin: 0; }
  .bible-navigation__input div {
    color: #969696;
    font-size: .9375rem;
    margin-bottom: 9px; }
  .bible-navigation__input--fixed {
    width: 110px; }
  .bible-navigation__input--select {
    position: relative; }
    .bible-navigation__input--select select {
      cursor: pointer;
      line-height: 1.5;
      padding: 13px 20px;
      width: 100%; }
    .bible-navigation__input--select::after {
      border: solid 11px transparent;
      border-top-color: #fff;
      bottom: -22px;
      content: '';
      height: 0;
      margin-right: -6px;
      pointer-events: none;
      position: absolute;
      right: 50%;
      width: 0; }
  .bible-navigation__input--search {
    font-size: 0;
    position: relative;
    vertical-align: top; }
    .bible-navigation__input--search::before {
      background-color: #c5c6cc;
      bottom: -10px;
      content: '';
      height: 120%;
      left: 9px;
      position: absolute;
      width: 1px; }
    .bible-navigation__input--search input {
      display: inline-block;
      font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
      font-size: .85rem;
      height: 47px;
      line-height: 1.5;
      padding-bottom: 12px;
      vertical-align: bottom;
      width: 100%; }
    .bible-navigation__input--search button {
      background: #f49b2a url("../Images/bible-navigation-search-submit.png") 50% 50% no-repeat;
      border: 4px solid #f49b2a;
      bottom: 0;
      box-shadow: 0 0 0 10px #edeef0;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font: 0/0 a;
      height: 47px;
      line-height: 1.5;
      margin-left: 10px;
      position: absolute;
      right: 0;
      transition: all 0.2s ease-in;
      vertical-align: top;
      width: 47px; }
    .bible-navigation__input--search button:hover {
      background-color: #fff;
      background-image: url("../Images/bible-navigation-search-submit-hover.png");
      border-color: #f49b2a; }

.bible-navigation--mobile {
  margin-bottom: 0;
  margin-top: 20px; }
  .bible-navigation--mobile .bible-navigation__input {
    margin-bottom: 15px; }
    .bible-navigation--mobile .bible-navigation__input div {
      color: #fff;
      font-family: "AlianzaSlab700", Georgia, sans-serif;
      font-size: .6875rem;
      margin-bottom: 0;
      padding-bottom: 2px; }
    .bible-navigation--mobile .bible-navigation__input--search input {
      width: 100%; }
    .bible-navigation--mobile .bible-navigation__input--search::before {
      display: none; }

.bible-navigation--simple {
  margin-bottom: 0;
  margin-top: 45px; }
  .bible-navigation--simple .btn {
    margin-right: 15px; }

.bible-header {
  overflow: hidden; }

.bible-intro {
  background-position: 95% 5%;
  background-repeat: no-repeat;
  min-height: 240px;
  overflow: hidden;
  position: relative; }
  .bible-intro::after {
    background: #c5c6cc;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }
  .bible-intro h1 {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif !important;
    font-size: 2.1875rem;
    letter-spacing: 4px;
    padding-left: 270px;
    position: relative;
    text-transform: uppercase;
    z-index: 1; }
  .bible-intro p {
    font-size: 1rem;
    max-width: 75%;
    padding-left: 270px;
    position: relative;
    z-index: 1; }
  .bible-intro .bible-cover {
    height: 412px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 243px;
    z-index: 0; }

@media (max-width: 768px) {
  .bible-intro {
    background-image: none !important; }
    .bible-intro h1,
    .bible-intro p {
      padding-left: 0; }
    .bible-intro p {
      max-width: 90%; }
    .bible-intro .bible-cover {
      display: none; } }
@media (max-width: 480px) {
  .bible-intro {
    background-image: none !important;
    min-height: 100%;
    padding-bottom: 20px; }
    .bible-intro h1 {
      font-size: 1.25rem;
      letter-spacing: 1px; }
    .bible-intro p {
      font-size: .875rem;
      max-width: 100%; }

  .lg-video-cont {
    height: 70%;
    max-width: 100% !important; }
    .lg-video-cont .lg-video {
      height: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      padding-bottom: 0; } }
.dummy-socialshare {
  display: block;
  margin: 30px 0; }

.map-marker {
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif; }
  .map-marker strong {
    font-size: 1.125rem; }
  .map-marker p {
    font-size: 1rem;
    margin-top: 0; }
  .map-marker span {
    text-decoration: underline; }
  .map-marker a {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    text-decoration: none; }
    .map-marker a:link, .map-marker a:visited {
      color: #083e53; }
    .map-marker a:hover, .map-marker a:active {
      color: #f49b2a; }

.sidebar-navigation-container {
  position: relative; }

.sidebar-navigation-wrapper {
  position: absolute;
  width: 94%;
  z-index: 10; }

.dbg-sidebar-navigation {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px; }
  .dbg-sidebar-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .dbg-sidebar-navigation li {
    display: block; }
  .dbg-sidebar-navigation a {
    border-bottom: 1px solid #e0e1e4;
    color: #083e53;
    display: block;
    padding: 8px 0;
    text-decoration: none; }
    .dbg-sidebar-navigation a:hover {
      background: #083e53;
      color: #fff; }
  .dbg-sidebar-navigation .active > a {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif; }
  .dbg-sidebar-navigation .level1 > li > a:hover {
    padding-left: 10px; }
  .dbg-sidebar-navigation .level2 .current > a {
    background-color: #083e53;
    color: #fff;
    font-family: "UniSansRegular", Helvetica, Arial, sans-serif; }
  .dbg-sidebar-navigation .level1 {
    border-top: 1px solid #e0e1e4; }
  .dbg-sidebar-navigation .level2 {
    background: #edeef0; }
    .dbg-sidebar-navigation .level2 a {
      padding-left: 25px; }
  .dbg-sidebar-navigation .level3 {
    background: #d1d4d9; }
    .dbg-sidebar-navigation .level3 a {
      padding-left: 40px; }
  .dbg-sidebar-navigation .level4 {
    background: #c3c7cd; }
    .dbg-sidebar-navigation .level4 a {
      padding-left: 55px; }

.btn,
.btn-border,
.btn-block,
.btn-white {
  -webkit-appearance: none !important; }

@media (max-width: 480px) {
  .slick-dots {
    background: #edeef3;
    bottom: -20px !important;
    text-align: center !important; } }

@media (max-width: 480px) {
  .dbg-slider {
    margin-bottom: 13px !important; } }

.themeregister-filter {
  background-color: #f49b2a;
  padding: 8px 8px 0; }
  .themeregister-filter input {
    display: block;
    width: 100%; }
.themeregister-selector {
  background-color: #f49b2a;
  padding: 8px; }
  .themeregister-selector select {
    display: block;
    width: 100%; }
.themeregister-navigation {
  align-items: stretch;
  background-color: #f49b2a;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .themeregister-navigation a,
  .themeregister-navigation span {
    flex: 1;
    padding: 10px 0 8px;
    text-align: center;
    white-space: nowrap; }
  .themeregister-navigation a {
    color: #fff;
    text-decoration: none; }
    .themeregister-navigation a:hover {
      text-decoration: underline; }
.themeregister-entry {
  background-color: #edeef0; }
  .themeregister-entry.hide,
  .themeregister-entry .hide {
    display: none; }
  .themeregister-entry h3 {
    background: #083e53;
    color: #fff;
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    margin-bottom: 0;
    padding: 10px 10px 4px; }
  .themeregister-entry ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .themeregister-entry li {
    background: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 4px 10px 0;
    text-decoration: none; }
    .themeregister-entry li.hidden {
      display: none !important; }

.news-list-view {
  margin-top: 10px; }
  .news-list-view .article h3 {
    margin-top: 0; }

.news-single {
  margin-bottom: 30px; }
  .news-single .teaser-text {
    font-family: 'UniSansBold';
    font-weight: normal;
    margin-bottom: 2rem; }
  .news-single .header h1 {
    border-bottom: 6px solid #f59c2b;
    display: inline-block;
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 2rem;
    padding-bottom: 4px; }
  .news-single .news-img-wrap .news-img-caption {
    color: #8a8a8a;
    margin: 5px 0 20px; }
  .news-single .news-related-news,
  .news-single .news-related-links,
  .news-single .news-related-files {
    border-top: 1px solid #c5c6cc;
    margin-top: 25px;
    padding-top: 5px; }
  .news-single .news-backlink-wrap {
    margin-top: 2rem; }

.page-navigation {
  padding-bottom: 2rem; }
  .page-navigation p {
    color: #8a8a8a;
    margin-top: 0; }
  .page-navigation a {
    text-decoration: none; }
  .page-navigation ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    .page-navigation ul li {
      display: inline-block;
      padding: 0 5px; }

form {
  width: 100%; }
  form .form-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem; }
    @media (max-width: 480px) {
      form .form-group {
        flex-direction: column; } }
    form .form-group .control-label {
      display: inline-block;
      line-height: 120%;
      vertical-align: top;
      width: 33%; }
      @media (max-width: 480px) {
        form .form-group .control-label {
          width: 100%; } }
    form .form-group strong {
      color: #f00;
      font-family: 'UniSansRegular', Helvetica, Arial, sans-serif;
      margin-top: .25rem;
      display: block; }
    form .form-group .required {
      color: #f49b2a;
      font-style: normal; }
    form .form-group .input {
      width: 66%; }
      @media (max-width: 480px) {
        form .form-group .input {
          width: 100%; } }
      form .form-group .input.checkbox {
        width: 100%; }
    form .form-group .form-control {
      width: 100%; }
    form .form-group input {
      display: inline-block;
      vertical-align: top;
      width: 100%; }
      form .form-group input[type='checkbox'] {
        margin: .215rem 0 0;
        padding: 0;
        width: 1rem; }
    form .form-group textarea {
      width: 100%; }
    form .form-group select {
      width: 100%; }
  form .form-check,
  form .dbg-radio-check-group {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
    vertical-align: middle;
    width: 100%; }
    form .form-check > span::before,
    form .dbg-radio-check-group > span::before {
      border-radius: 2px;
      content: '';
      cursor: pointer;
      display: inline-block;
      float: left;
      height: 20px;
      margin-right: 8px;
      margin-top: 5px;
      position: relative;
      vertical-align: top;
      visibility: visible;
      width: 20px;
      background-image: url("../Images/check-icon.png"); }
    form .form-check > span::after,
    form .dbg-radio-check-group > span::after {
      content: '';
      visibility: visible; }
    form .form-check > span:checked::after,
    form .dbg-radio-check-group > span:checked::after {
      background-size: contain;
      background: url("../Images/check-icon.png") no-repeat;
      content: '';
      display: inline-block;
      height: 20px;
      left: 4px;
      position: relative;
      top: -25px;
      width: 20px; }
    form .form-check > span.dbg-checkbox-checked::before,
    form .dbg-radio-check-group > span.dbg-checkbox-checked::before {
      background-image: url("../Images/check-icon.png"); }
    form .form-check input[type='checkbox'],
    form .dbg-radio-check-group input[type='checkbox'] {
      display: block !important;
      opacity: 0;
      float: left;
      width: 6%; }
      @media (max-width: 480px) {
        form .form-check input[type='checkbox'],
        form .dbg-radio-check-group input[type='checkbox'] {
          width: 10% !important; } }
    form .form-check label,
    form .dbg-radio-check-group label {
      cursor: pointer;
      vertical-align: bottom;
      width: 93%;
      display: inline-block; }
      @media (max-width: 480px) {
        form .form-check label,
        form .dbg-radio-check-group label {
          width: 90%; } }
  form .dbg-radio-check-group label {
    display: block;
    width: 100%; }
  form .clearfix h2 {
    font-size: 1.3125rem; }
  form .actions {
    border-top: 1px solid #c5c6cc;
    margin-top: 30px;
    padding-top: 30px; }
    form .actions button {
      background: transparent;
      border: 4px solid #f49b2a;
      color: #f49b2a;
      cursor: pointer;
      display: inline-block;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif;
      font-size: 0.85em;
      font-weight: normal;
      letter-spacing: 2.4px;
      line-height: 1;
      outline: none;
      padding: 14px 22px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.2s ease-in; }
      @media (max-width: 480px) {
        form .actions button {
          width: 100%; } }
      form .actions button:hover {
        background: #f49b2a;
        border-color: #f49b2a;
        color: #fff; }
  form select::-ms-expand {
    display: none; }
  form .uk-width-small-2-3 label {
    display: inline-block;
    width: 79%; }
  form .uk-width-small-2-3 .dbg-checkbox {
    margin-top: 10px; }

.list-sitemap {
  padding-left: 20px; }

section.mdcsearch {
  background-color: #fff; }

.mdcsearch-bg {
  background-color: #edeef0;
  margin-top: 0 !important; }

.search-resultlist {
  margin-left: -10px;
  padding: 0 10px;
  background-color: #edeef0; }

.search-result:last-child {
  margin-bottom: 0; }

.mdcsearch-form {
  background-color: #f49b2a;
  padding: 8px; }
  .mdcsearch-form [type="text"] {
    width: 70%; }
  .mdcsearch-form [type="submit"] {
    width: 30%;
    min-width: 80px; }

.mdcsearch-filter {
  padding: 8px; }
  .mdcsearch-filter select {
    padding-right: 0 !important; }

.mdcsearch-tabarea {
  padding-top: 25px;
  background-color: #fff;
  max-width: 100%;
  border-bottom: 4px solid #083e53; }

@media (max-width: 520px) {
  .search-form button {
    width: 80px;
    height: 70px;
    margin-left: 1px !important;
    margin-right: 1px !important;
    float: left; }

  .search-form button.inactive {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 2px solid #fff !important; } }
.search-form input,
.search-form select {
  width: 100%; }
.search-form [type="submit"] {
  border: 4px solid #fff;
  padding: 10px; }
  .search-form [type="submit"]:hover {
    background-color: #fff;
    color: #f49b2a; }
.search-form button .active {
  background-color: #083e53;
  color: #fff;
  border-bottom: 0;
  padding-top: 20px;
  padding-bottom: 12px; }
.search-form button:hover {
  background-color: #083e53;
  color: #fff; }
.search-form button .inactive {
  background-color: #f49b2a;
  color: #fff;
  border-top: 10px solid #fff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  cursor: pointer; }
.search-form button:hover {
  background-color: #083e53;
  color: #fff;
  border-top: 10px solid #083e53; }

.search-filter {
  border-bottom: 4px solid #fff;
  margin: 40px 0; }
  .search-filter ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
  .search-filter li {
    display: inline-block; }
  .search-filter a {
    border-bottom: 4px solid #fff;
    color: #083e53;
    display: inline-block;
    font-size: 1rem;
    margin-bottom: -4px;
    padding: 10px 14px;
    text-decoration: none; }
    .search-filter a.active, .search-filter a:hover {
      background-color: #fff;
      border-bottom: 4px solid #f49b2a; }
    .search-filter a.active {
      border-bottom-color: #083e53;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif; }

.search-sortingbox,
.search-filterbox {
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 20px 20px; }
  .search-sortingbox p,
  .search-filterbox p {
    margin-bottom: 5px; }
  .search-sortingbox select,
  .search-filterbox select {
    width: 100%; }

.search-filterbox {
  background-color: #f49b2a; }

.search-sortingbox {
  background-color: #083e53; }

.search-meta {
  margin: 40px 0; }

.search-result {
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 15px; }
  .search-result__type {
    display: block;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: .8125rem;
    letter-spacing: 2.4px;
    text-transform: uppercase; }
  .search-result a {
    text-decoration: none; }

.search-pagebrowser {
  background-color: #edeef0;
  padding: 25px 0; }
  .search-pagebrowser__navigation {
    text-align: right; }
  .search-pagebrowser form {
    display: inline-block; }
  .search-pagebrowser .current {
    font-size: 1.25rem;
    padding: 2px 6px 3px; }
  .search-pagebrowser button {
    -webkit-appearance: none;
    background-color: #f49b2a;
    border: 0;
    color: #fff;
    font-size: 1.5rem;
    padding: 4px 12px;
    transition: all .2s ease-in; }
    .search-pagebrowser button .icon {
      display: inline-block; }
    .search-pagebrowser button .icon:nth-child(2) {
      margin-left: -8px; }
    .search-pagebrowser button:hover {
      background-color: #083e53;
      cursor: pointer; }
  .search-pagebrowser.participationlist button {
    color: #fff !important; }
    .search-pagebrowser.participationlist button .icon:nth-child(2) {
      margin-left: 0; }

[data-auto-submit] [type="submit"] {
  display: none; }

.autocomplete-suggestions {
  background: #fff;
  box-sizing: border-box;
  cursor: default;
  display: none;
  max-height: 254px;
  overflow: hidden;
  overflow-y: auto;
  position: absolute;
  text-align: left;
  z-index: 9999; }

.autocomplete-suggestion {
  color: #083e53;
  font-size: 1rem;
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .autocomplete-suggestion::before {
    color: #f49b2a;
    content: "";
    font-family: dbg-iconfont;
    margin-right: 10px; }
  .autocomplete-suggestion.selected, .autocomplete-suggestion:hover {
    background: #3c6581;
    color: #fff;
    cursor: pointer; }

a:empty {
  display: none; }

#competitionform .error {
  color: #f00;
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
  margin-top: .25rem; }

.tx-competition .participationimage {
  margin-bottom: 16px; }
.tx-competition .shariff .orientation-horizontal li {
  margin-bottom: 16px !important; }
.tx-competition .participationlist {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.swal2-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1000; }

.swal2-modal {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  max-height: 90%;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  z-index: 2000; }

.swal2-modal:focus {
  outline: none; }

.swal2-modal.loading {
  overflow-y: hidden; }

.swal2-modal h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 60px;
  display: block; }

.swal2-modal .swal2-spacer {
  height: 10px;
  color: transparent;
  border: 0; }

.swal2-modal button.styled {
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 0 5px;
  padding: 10px 32px; }

.swal2-modal button.styled:not(.loading)[disabled] {
  opacity: .4;
  cursor: no-drop; }

.swal2-modal button.styled.loading {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid transparent;
  border-color: transparent;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: -2px 30px;
  vertical-align: top;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  border-radius: 100%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal button:not(.styled).loading:after {
  display: inline-block;
  content: "";
  margin-left: 5px;
  vertical-align: -1px;
  height: 6px;
  width: 6px;
  border: 3px solid #999;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  animation: rotate-loading 1.5s linear 0s infinite normal; }

.swal2-modal .swal2-image {
  margin: 20px auto;
  max-width: 100%; }

.swal2-modal .swal2-close {
  font-size: 36px;
  line-height: 36px;
  font-family: serif;
  position: absolute;
  top: 5px;
  right: 13px;
  cursor: pointer;
  color: #cfcfcf;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.swal2-modal .swal2-close:hover {
  color: #d55; }

.swal2-modal > .swal2-input,
.swal2-modal > .swal2-textarea,
.swal2-modal > .swal2-select,
.swal2-modal > .swal2-radio,
.swal2-modal > .swal2-checkbox {
  display: none; }

.swal2-modal .swal2-content {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  color: #555; }

.swal2-modal .swal2-input,
.swal2-modal .swal2-textarea,
.swal2-modal .swal2-select,
.swal2-modal .swal2-radio,
.swal2-modal .swal2-checkbox,
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  margin: 20px auto; }

.swal2-modal .swal2-input:not([type="file"]), .swal2-modal .swal2-textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.swal2-modal .swal2-input:not([type="file"]).error, .swal2-modal .swal2-textarea.error {
  border-color: #f06e57 !important; }

.swal2-modal .swal2-input:not([type="file"]):focus, .swal2-modal .swal2-textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 3px #c4e6f5;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed; }

.swal2-modal .swal2-input:not([type="file"]):focus::-moz-placeholder, .swal2-modal .swal2-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-input:not([type="file"]):focus:-ms-input-placeholder, .swal2-modal .swal2-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-input:not([type="file"]):focus::-webkit-input-placeholder, .swal2-modal .swal2-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.03s ease;
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.8; }

.swal2-modal .swal2-input:not([type="file"])::-moz-placeholder, .swal2-modal .swal2-textarea::-moz-placeholder {
  color: #bdbdbd; }

.swal2-modal .swal2-input:not([type="file"]):-ms-input-placeholder, .swal2-modal .swal2-textarea:-ms-input-placeholder {
  color: #bdbdbd; }

.swal2-modal .swal2-input:not([type="file"])::-webkit-input-placeholder, .swal2-modal .swal2-textarea::-webkit-input-placeholder {
  color: #bdbdbd; }

.swal2-modal .swal2-range input {
  float: left;
  padding: 0 !important;
  width: 80% !important; }

.swal2-modal .swal2-range output {
  float: right;
  font-size: 20px;
  font-weight: 600; }

.swal2-modal .swal2-input:not([type="file"]),
.swal2-modal .swal2-range input,
.swal2-modal .swal2-range output {
  height: 43px;
  line-height: 43px;
  vertical-align: middle;
  padding: 0 12px; }

.swal2-modal .swal2-input[type="file"] {
  font-size: 20px; }

.swal2-modal .swal2-input[type="number"] {
  max-width: 150px; }

.swal2-modal .swal2-textarea {
  height: 108px;
  padding: 12px; }

.swal2-modal .swal2-select {
  color: #555;
  font-size: inherit;
  padding: 5px 10px;
  min-width: 40%;
  max-width: 100%; }

.swal2-modal .swal2-radio {
  border: 0; }

.swal2-modal .swal2-radio label:not(:first-child) {
  margin-left: 20px; }

.swal2-modal .swal2-radio input, .swal2-modal .swal2-radio span {
  vertical-align: middle; }

.swal2-modal .swal2-radio input {
  margin: 0 3px 0 0; }

.swal2-modal .swal2-checkbox {
  color: #555; }

.swal2-modal .swal2-checkbox input, .swal2-modal .swal2-checkbox span {
  vertical-align: middle; }

.swal2-modal .swal2-validationerror {
  background-color: #f1f1f1;
  margin: 0 -20px;
  overflow: hidden;
  padding: 10px;
  color: #797979;
  font-size: 16px;
  font-weight: 300;
  display: none; }

.swal2-modal .swal2-validationerror::before {
  content: "!";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 10px; }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid #808080;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: default;
  /* http://stackoverflow.com/a/4407335/1331425 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .x-mark {
  position: relative;
  display: block; }

.swal2-icon.swal2-error .line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error .line.left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px; }

.swal2-icon.swal2-error .line.right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-warning {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #f8bb86;
  border-color: #f8bb86;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-info {
  font-family: "Open Sans", sans-serif;
  color: #3fc3ee;
  border-color: #3fc3ee;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-question {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c9dae1;
  border-color: #c9dae1;
  font-size: 60px;
  line-height: 80px;
  text-align: center; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success::before, .swal2-icon.swal2-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px; }

.swal2-icon.swal2-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 60px;
  transform-origin: 0 60px; }

.swal2-icon.swal2-success .placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2; }

.swal2-icon.swal2-success .fix {
  width: 7px;
  height: 90px;
  background-color: #fff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-success .line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2; }

.swal2-icon.swal2-success .line.tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success .line.long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  background: #3085d6;
  border-radius: 2em;
  color: #fff;
  height: 2em;
  line-height: 2em;
  text-align: center;
  width: 2em;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  background: #3085d6;
  height: 0.4em;
  margin: 0 -1px;
  z-index: 10; }

/* github.com/limonte/sweetalert2/issues/268 */
[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

@-webkit-keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
@keyframes hideSweetAlert {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }
.show-swal2 {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.show-swal2.no-animation {
  -webkit-animation: none;
  animation: none; }

.hide-swal2 {
  -webkit-animation: hideSweetAlert 0.15s forwards;
  animation: hideSweetAlert 0.15s forwards; }

.hide-swal2.no-animation {
  -webkit-animation: none;
  animation: none; }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }
.animate-success-tip {
  -webkit-animation: animate-success-tip 0.75s;
  animation: animate-success-tip 0.75s; }

.animate-success-long {
  -webkit-animation: animate-success-long 0.75s;
  animation: animate-success-long 0.75s; }

.swal2-icon.swal2-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1; } }
.animate-error-icon {
  -webkit-animation: animate-error-icon 0.5s;
  animation: animate-error-icon 0.5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animate-x-mark {
  -webkit-animation: animate-x-mark 0.5s;
  animation: animate-x-mark 0.5s; }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }
@keyframes pulse-warning {
  0% {
    border-color: #f8d486; }
  100% {
    border-color: #f8bb86; } }
.pulse-warning {
  -webkit-animation: pulse-warning 0.75s infinite alternate;
  animation: pulse-warning 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.swal2-modal {
  border-radius: 0; }
  .swal2-modal h2 {
    color: #083e53;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal; }
  .swal2-modal .swal2-content {
    color: #083e53; }
  .swal2-modal hr {
    margin-top: 0;
    padding-top: 0; }
  .swal2-modal button.styled {
    border-radius: 0;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: .9em;
    letter-spacing: 2.4px;
    text-transform: uppercase; }

.swal2-overlay {
  background-color: rgba(0, 0, 0, 0.6); }

@page {
  margin: .5cm;
  margin-top: 1cm;
  size: A4; }
@media print {
  .uk-grid {
    display: inline !important; }

  *,
  *::before,
  *::after {
    background-image: none !important;
    border-color: #000 !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    color: #000 !important;
    float: none !important;
    overflow: visible !important;
    text-shadow: none !important; }

  html,
  body {
    height: auto !important;
    min-height: 29.7cm !important;
    overflow: visible !important;
    width: 100%; }

  a {
    text-decoration: underline; }

  thead {
    display: table-header-group; }

  img {
    max-width: 100% !important; }

  tr,
  img {
    page-break-inside: avoid; }

  form input,
  form textarea {
    border: 1px solid #333; }

  .dbg-slider {
    width: 100%; }

  .slick-track {
    transform: none !important;
    width: 100% !important; }
    .slick-track .slick-slide {
      display: none !important;
      width: 100% !important; }
      .slick-track .slick-slide:last-child {
        display: block !important; }

  #header.nav-down {
    position: relative; }

  #scrolltop {
    display: none !important; }

  .dbg-logo {
    width: 100%; }

  .hamburger {
    display: none; }

  #topbar,
  .dbg-breadcrumb {
    display: none; }

  .topheader .dbg-nav {
    display: none; }
  .topheader .mobile-lower-header,
  .topheader .uk-text-right {
    display: none; }

  footer {
    background: #fff !important; }
    footer div:last-child {
      display: none; }
    footer .uk-width-medium-1-2,
    footer .uk-width-xlarge-1-4 {
      width: 100%; }

  .lower-footer {
    display: none; }

  .btn {
    background: #fff !important;
    border: 4px solid #333 !important;
    color: #000 !important;
    text-decoration: none; }

  .dbg-sidebar-navigation {
    display: none; }

  .uk-width-2-12,
  .uk-width-3-12,
  .sidebar-navigation-wrapper {
    display: none;
    padding: 0;
    width: 0; }

  div[class*="uk-width"] {
    width: 100% !important; }

  div[class*="uk-push"] {
    left: 0 !important;
    width: 100% !important; }

  div[class*="uk-pull"] {
    right: 0 !important;
    width: 100% !important; }

  div[class*="uk-width-large-1"] img,
  div[class*="uk-width-large-2"] img,
  div[class*="uk-width-large-3"] img,
  div[class*="uk-width-large-4"] img,
  div[class*="uk-width-large-5"] img,
  div[class*="uk-width-large-6"] img {
    max-width: 200px !important;
    width: 100% !important; }

  .uk-form p:first-child {
    background: #fff;
    border: 1px solid #000;
    padding: 10px; } }
@media print {
  .content-header__textwrapper {
    max-width: 100% !important;
    padding-left: 0 !important; }

  .content-header,
  .dbg-content,
  .bible-text-container {
    background: #fff !important;
    display: block;
    overflow: visible !important; }
    .content-header::after,
    .dbg-content::after,
    .bible-text-container::after {
      clear: both !important; }

  .content-header,
  .bible-intro {
    margin-bottom: 1rem;
    min-height: auto; }

  .dbg-teaser,
  .bible-teaser {
    background: #fff !important;
    border: 1px solid #333;
    display: block !important;
    min-height: auto !important;
    page-break-inside: avoid !important; }

  .dbg-teaser .dbg-teaser__image {
    display: inline-block !important;
    width: 30% !important; }
  .dbg-teaser .dbg-teaser__content {
    display: inline-block !important;
    width: 60% !important; }
    .dbg-teaser .dbg-teaser__content header h3 {
      position: static !important; }

  .bible-teaser h3 {
    width: 100% !important; }
  .bible-teaser .bible-teaser__content {
    display: inline-block !important;
    width: 60% !important; }
  .bible-teaser .bible-teaser__cover-wrapper {
    display: inline-block !important;
    width: 30% !important; }

  .quotewindow {
    background: #fff !important; }

  .large-quote .more-content {
    display: block; }
    .large-quote .more-content + p {
      display: none; }

  .bible-navigation,
  .productslider {
    display: none !important; }

  .bible-text-container {
    padding-left: 0; }

  .bible-searchbox .select-wrapper::after {
    border: solid 11px transparent !important;
    border-top-color: #000 !important;
    bottom: -22px !important;
    color: #fff !important;
    height: 0 !important;
    margin-right: -6px !important;
    pointer-events: none !important;
    position: absolute !important;
    right: 50% !important;
    width: 0 !important; }

  .gmnoprint {
    display: none !important; }

  iframe {
    max-width: 670px !important;
    min-height: 400px !important;
    width: 100% !important; }

  .project__donation-wrapper {
    border: 1px solid #000;
    display: block !important;
    min-height: auto !important;
    width: 100%; }
    .project__donation-wrapper .project__header {
      display: inline-block !important;
      height: 100% !important;
      width: 250px; }
      .project__donation-wrapper .project__header strong {
        color: #000 !important;
        position: static; }
    .project__donation-wrapper .project__description {
      display: inline-block !important;
      margin-bottom: 0;
      padding: 0 0 2rem;
      width: auto !important; }
      .project__donation-wrapper .project__description button {
        position: static; }

  .ce-images {
    margin-bottom: 0; } }
.header-inner .content-center, .dbg-breadcrumb, .content-header, .dbg-content {
  max-width: 1400px;
  margin: 0 auto; }

#header-sticky-placeholder #header {
  border-bottom: 2px solid #c5c6cc; }

.nopadding .dbg-breadcrumb {
  padding: 10px;
  border-top: none; }

#topbar .text-right {
  padding-right: 10px !important; }

.search-pagebrowser {
  padding-right: 10px; }

.search-pagebrowser__navigation form {
  width: initial; }

/**
 * @license
 * MyFonts Webfont Build ID 3198585, 2016-04-05T09:02:54-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AlianzaItalic200 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/italic-200/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: AlianzaSlab700 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/slab-700/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: AlianzaSlab200 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/slab-200/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: UniSansRegular by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/uni-sans/regular/
 * Copyright: Copyright (c) 2014 by &#x00A9; 2009 Designed by Svetoslav Simov &#x00A9; Fontfabric, Inc. All rights reserved.
 * Licensed pageviews: 5,000,000
 *
 * Webfont: UniSansBold by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/uni-sans/bold/
 * Copyright: Copyright (c) 2014 by &#x00A9; 2009 Designed by Svetoslav Simov &#x00A9; Fontfabric, Inc. All rights reserved.
 * Licensed pageviews: 5,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3198585
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AlianzaItalic200';
  src: url("../Fonts/30CE79_0_0.eot");
  src: url("../Fonts/30CE79_0_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_0_0.woff2") format("woff2"), url("../Fonts/30CE79_0_0.woff") format("woff"), url("../Fonts/30CE79_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AlianzaSlab700';
  src: url("../Fonts/30CE79_1_0.eot");
  src: url("../Fonts/30CE79_1_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_1_0.woff2") format("woff2"), url("../Fonts/30CE79_1_0.woff") format("woff"), url("../Fonts/30CE79_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AlianzaSlab200';
  src: url("../Fonts/30CE79_2_0.eot");
  src: url("../Fonts/30CE79_2_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_2_0.woff2") format("woff2"), url("../Fonts/30CE79_2_0.woff") format("woff"), url("../Fonts/30CE79_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'UniSansRegular';
  src: url("../Fonts/30CE79_3_0.eot");
  src: url("../Fonts/30CE79_3_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_3_0.woff2") format("woff2"), url("../Fonts/30CE79_3_0.woff") format("woff"), url("../Fonts/30CE79_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'UniSansBold';
  src: url("../Fonts/30CE79_4_0.eot");
  src: url("../Fonts/30CE79_4_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_4_0.woff2") format("woff2"), url("../Fonts/30CE79_4_0.woff") format("woff"), url("../Fonts/30CE79_4_0.ttf") format("truetype"); }
footer {
  max-width: 1400px;
  margin: 0 auto; }

/**
 * @license
 * MyFonts Webfont Build ID 3198585, 2016-04-05T09:02:54-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: AlianzaItalic200 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/italic-200/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: AlianzaSlab700 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/slab-700/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: AlianzaSlab200 by Corradine Fonts
 * URL: http://www.myfonts.com/fonts/corradine/alianza/slab-200/
 * Copyright: Copyright (c) 2013 by Manuel Corradine - Sergio Ramirez. All rights reserved.
 * Licensed pageviews: 2,500,000
 *
 * Webfont: UniSansRegular by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/uni-sans/regular/
 * Copyright: Copyright (c) 2014 by &#x00A9; 2009 Designed by Svetoslav Simov &#x00A9; Fontfabric, Inc. All rights reserved.
 * Licensed pageviews: 5,000,000
 *
 * Webfont: UniSansBold by Fontfabric
 * URL: http://www.myfonts.com/fonts/font-fabric/uni-sans/bold/
 * Copyright: Copyright (c) 2014 by &#x00A9; 2009 Designed by Svetoslav Simov &#x00A9; Fontfabric, Inc. All rights reserved.
 * Licensed pageviews: 5,000,000
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3198585
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'AlianzaItalic200';
  src: url("../Fonts/30CE79_0_0.eot");
  src: url("../Fonts/30CE79_0_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_0_0.woff2") format("woff2"), url("../Fonts/30CE79_0_0.woff") format("woff"), url("../Fonts/30CE79_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AlianzaSlab700';
  src: url("../Fonts/30CE79_1_0.eot");
  src: url("../Fonts/30CE79_1_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_1_0.woff2") format("woff2"), url("../Fonts/30CE79_1_0.woff") format("woff"), url("../Fonts/30CE79_1_0.ttf") format("truetype"); }
@font-face {
  font-family: 'AlianzaSlab200';
  src: url("../Fonts/30CE79_2_0.eot");
  src: url("../Fonts/30CE79_2_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_2_0.woff2") format("woff2"), url("../Fonts/30CE79_2_0.woff") format("woff"), url("../Fonts/30CE79_2_0.ttf") format("truetype"); }
@font-face {
  font-family: 'UniSansRegular';
  src: url("../Fonts/30CE79_3_0.eot");
  src: url("../Fonts/30CE79_3_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_3_0.woff2") format("woff2"), url("../Fonts/30CE79_3_0.woff") format("woff"), url("../Fonts/30CE79_3_0.ttf") format("truetype"); }
@font-face {
  font-family: 'UniSansBold';
  src: url("../Fonts/30CE79_4_0.eot");
  src: url("../Fonts/30CE79_4_0.eot?#iefix") format("embedded-opentype"), url("../Fonts/30CE79_4_0.woff2") format("woff2"), url("../Fonts/30CE79_4_0.woff") format("woff"), url("../Fonts/30CE79_4_0.ttf") format("truetype"); }
#wrapper-footer {
  background: #083f54; }

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none; }

/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden; }

.uk-grid:after {
  clear: both; }

/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left; }

/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0; }

/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -20px; }

.uk-grid > * {
  padding-left: 20px; }

/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px; }

/* Large screen and bigger */
@media (min-width: 1232px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -35px; }

  .uk-grid > * {
    padding-left: 35px; }

  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0; }

.uk-grid-collapse > * {
  padding-left: 0; }

/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0; }

/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px; }

.uk-grid-small > * {
  padding-left: 10px; }

/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px; }

/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -20px; }

.uk-grid-medium > * {
  padding-left: 20px; }

/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 20px; }

/*
 * Large gutter
 */
/* Large screen and bigger */
@media (min-width: 960px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -35px; }

  .uk-grid-large > * {
    padding-left: 35px; }

  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 35px; } }
/* Extra Large screens */
@media (min-width: 1232px) {
  /* Horizontal */
  .uk-grid-large {
    margin-left: -50px; }

  .uk-grid-large > * {
    padding-left: 50px; }

  /* Vertical */
  .uk-grid-large + .uk-grid-large,
  .uk-grid-large-margin,
  .uk-grid-large > * > .uk-panel + .uk-panel {
    margin-top: 50px; } }
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -20px;
  margin-right: -20px; }

.uk-grid-divider > * {
  padding-left: 20px;
  padding-right: 20px; }

.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #ddd; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #ddd; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  /*
   * Large gutter
   */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px; }

  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px; }

  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px; } }
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ddd; }

/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%; }

/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%; }

.uk-grid-width-1-2 > * {
  width: 50%; }

.uk-grid-width-1-3 > * {
  width: 33.333%; }

.uk-grid-width-1-4 > * {
  width: 25%; }

.uk-grid-width-1-5 > * {
  width: 20%; }

.uk-grid-width-1-6 > * {
  width: 16.666%; }

.uk-grid-width-1-10 > * {
  width: 10%; }

.uk-grid-width-auto > * {
  width: auto; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-1 > * {
    width: 100%; }

  .uk-grid-width-small-1-2 > * {
    width: 50%; }

  .uk-grid-width-small-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-small-1-4 > * {
    width: 25%; }

  .uk-grid-width-small-1-5 > * {
    width: 20%; }

  .uk-grid-width-small-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-small-1-10 > * {
    width: 10%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-1 > * {
    width: 100%; }

  .uk-grid-width-medium-1-2 > * {
    width: 50%; }

  .uk-grid-width-medium-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-medium-1-4 > * {
    width: 25%; }

  .uk-grid-width-medium-1-5 > * {
    width: 20%; }

  .uk-grid-width-medium-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-medium-1-10 > * {
    width: 10%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-1 > * {
    width: 100%; }

  .uk-grid-width-large-1-2 > * {
    width: 50%; }

  .uk-grid-width-large-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-large-1-4 > * {
    width: 25%; }

  .uk-grid-width-large-1-5 > * {
    width: 20%; }

  .uk-grid-width-large-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-large-1-10 > * {
    width: 10%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-grid-width-xlarge-1-1 > * {
    width: 100%; }

  .uk-grid-width-xlarge-1-2 > * {
    width: 50%; }

  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%; }

  .uk-grid-width-xlarge-1-4 > * {
    width: 25%; }

  .uk-grid-width-xlarge-1-5 > * {
    width: 20%; }

  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%; }

  .uk-grid-width-xlarge-1-10 > * {
    width: 10%; } }
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%; }

/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%; }

/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%; }

/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%; }

.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%; }

/* Quarters */
.uk-width-1-4 {
  width: 25%; }

.uk-width-3-4 {
  width: 75%; }

/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%; }

.uk-width-2-5,
.uk-width-4-10 {
  width: 40%; }

.uk-width-3-5,
.uk-width-6-10 {
  width: 60%; }

.uk-width-4-5,
.uk-width-8-10 {
  width: 80%; }

/* Sixths */
.uk-width-1-6 {
  width: 16.666%; }

.uk-width-5-6 {
  width: 83.333%; }

/* Tenths */
.uk-width-1-10 {
  width: 10%; }

.uk-width-3-10 {
  width: 30%; }

.uk-width-7-10 {
  width: 70%; }

.uk-width-9-10 {
  width: 90%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%; }

  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%; }

  .uk-width-small-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%; }

  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%; }

  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%; }

  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%; }

  .uk-width-small-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%; }

  .uk-width-small-3-10 {
    width: 30%; }

  .uk-width-small-7-10 {
    width: 70%; }

  .uk-width-small-9-10 {
    width: 90%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%; }

  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%; }

  .uk-width-medium-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%; }

  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%; }

  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%; }

  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%; }

  .uk-width-medium-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%; }

  .uk-width-medium-3-10 {
    width: 30%; }

  .uk-width-medium-7-10 {
    width: 70%; }

  .uk-width-medium-9-10 {
    width: 90%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%; }

  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%; }

  .uk-width-large-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%; }

  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%; }

  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%; }

  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%; }

  .uk-width-large-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%; }

  .uk-width-large-3-10 {
    width: 30%; }

  .uk-width-large-7-10 {
    width: 70%; }

  .uk-width-large-9-10 {
    width: 90%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  /* Whole */
  .uk-width-xlarge-1-1 {
    width: 100%; }

  /* Halves */
  .uk-width-xlarge-1-2,
  .uk-width-xlarge-2-4,
  .uk-width-xlarge-3-6,
  .uk-width-xlarge-5-10 {
    width: 50%; }

  /* Thirds */
  .uk-width-xlarge-1-3,
  .uk-width-xlarge-2-6 {
    width: 33.333%; }

  .uk-width-xlarge-2-3,
  .uk-width-xlarge-4-6 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-xlarge-1-4 {
    width: 25%; }

  .uk-width-xlarge-3-4 {
    width: 75%; }

  /* Fifths */
  .uk-width-xlarge-1-5,
  .uk-width-xlarge-2-10 {
    width: 20%; }

  .uk-width-xlarge-2-5,
  .uk-width-xlarge-4-10 {
    width: 40%; }

  .uk-width-xlarge-3-5,
  .uk-width-xlarge-6-10 {
    width: 60%; }

  .uk-width-xlarge-4-5,
  .uk-width-xlarge-8-10 {
    width: 80%; }

  /* Sixths */
  .uk-width-xlarge-1-6 {
    width: 16.666%; }

  .uk-width-xlarge-5-6 {
    width: 83.333%; }

  /* Tenths */
  .uk-width-xlarge-1-10 {
    width: 10%; }

  .uk-width-xlarge-3-10 {
    width: 30%; }

  .uk-width-xlarge-7-10 {
    width: 70%; }

  .uk-width-xlarge-9-10 {
    width: 90%; } }
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%; }

  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%; }

  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-1-4 {
    left: 25%; }

  .uk-push-3-4 {
    left: 75%; }

  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%; }

  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%; }

  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%; }

  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%; }

  .uk-push-5-6 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-1-10 {
    left: 10%; }

  .uk-push-3-10 {
    left: 30%; }

  .uk-push-7-10 {
    left: 70%; }

  .uk-push-9-10 {
    left: 90%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%; }

  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%; }

  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-1-4 {
    left: -25%; }

  .uk-pull-3-4 {
    left: -75%; }

  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%; }

  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%; }

  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%; }

  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%; }

  .uk-pull-5-6 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-1-10 {
    left: -10%; }

  .uk-pull-3-10 {
    left: -30%; }

  .uk-pull-7-10 {
    left: -70%; }

  .uk-pull-9-10 {
    left: -90%; } }
.uk-grid-divider > [class*='uk-width-10-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-11-']:nth-child(n+2) {
  border-left: 1px solid #ddd; }

.uk-grid-width-1-1 > * {
  width: 100%; }

.uk-grid-width-1-7 > * {
  width: 14.285%; }

.uk-grid-width-1-8 > * {
  width: 12.5%; }

.uk-grid-width-1-9 > * {
  width: 11.111%; }

.uk-grid-width-1-11 > * {
  width: 9.0909%; }

.uk-grid-width-1-12 > * {
  width: 8.333%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-small-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-small-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-small-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-small-1-12 > * {
    width: 8.333%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-medium-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-medium-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-medium-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-medium-1-12 > * {
    width: 8.333%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-large-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-large-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-large-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-large-1-12 > * {
    width: 8.333%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-grid-width-xlarge-1-7 > * {
    width: 14.285%; }

  .uk-grid-width-xlarge-1-8 > * {
    width: 12.5%; }

  .uk-grid-width-xlarge-1-9 > * {
    width: 11.111%; }

  .uk-grid-width-xlarge-1-11 > * {
    width: 9.0909%; }

  .uk-grid-width-xlarge-1-12 > * {
    width: 8.333%; } }
/* Halves */
.uk-width-6-12 {
  width: 50%; }

/* Thirds */
.uk-width-4-12 {
  width: 33.333%; }

.uk-width-8-12 {
  width: 66.666%; }

/* Quarters */
.uk-width-3-12 {
  width: 25%; }

.uk-width-9-12 {
  width: 75%; }

/* Sixths */
.uk-width-2-12 {
  width: 16.666%; }

.uk-width-10-12 {
  width: 83.333%; }

/* Twelfths */
.uk-width-1-12 {
  width: 8.333%; }

.uk-width-5-12 {
  width: 41.666%; }

.uk-width-7-12 {
  width: 58.333%; }

.uk-width-11-12 {
  width: 91.666%; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-small-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-small-4-12 {
    width: 33.333%; }

  .uk-width-small-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-small-3-12 {
    width: 25%; }

  .uk-width-small-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-small-2-12 {
    width: 16.666%; }

  .uk-width-small-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-small-1-12 {
    width: 8.333%; }

  .uk-width-small-5-12 {
    width: 41.666%; }

  .uk-width-small-7-12 {
    width: 58.333%; }

  .uk-width-small-11-12 {
    width: 91.666%; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-medium-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-medium-4-12 {
    width: 33.333%; }

  .uk-width-medium-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-medium-3-12 {
    width: 25%; }

  .uk-width-medium-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-medium-2-12 {
    width: 16.666%; }

  .uk-width-medium-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-medium-1-12 {
    width: 8.333%; }

  .uk-width-medium-5-12 {
    width: 41.666%; }

  .uk-width-medium-7-12 {
    width: 58.333%; }

  .uk-width-medium-11-12 {
    width: 91.666%; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-large-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-large-4-12 {
    width: 33.333%; }

  .uk-width-large-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-large-3-12 {
    width: 25%; }

  .uk-width-large-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-large-2-12 {
    width: 16.666%; }

  .uk-width-large-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-large-1-12 {
    width: 8.333%; }

  .uk-width-large-5-12 {
    width: 41.666%; }

  .uk-width-large-7-12 {
    width: 58.333%; }

  .uk-width-large-11-12 {
    width: 91.666%; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  /* Whole */
  .uk-width-xlarge-12-12 {
    width: 100%; }

  /* Halves */
  .uk-width-xlarge-6-12 {
    width: 50%; }

  /* Thirds */
  .uk-width-xlarge-4-12 {
    width: 33.333%; }

  .uk-width-xlarge-8-12 {
    width: 66.666%; }

  /* Quarters */
  .uk-width-xlarge-3-12 {
    width: 25%; }

  .uk-width-xlarge-9-12 {
    width: 75%; }

  /* Sixths */
  .uk-width-xlarge-2-12 {
    width: 16.666%; }

  .uk-width-xlarge-10-12 {
    width: 83.333%; }

  /* Twelfths */
  .uk-width-xlarge-1-12 {
    width: 8.333%; }

  .uk-width-xlarge-5-12 {
    width: 41.666%; }

  .uk-width-xlarge-7-12 {
    width: 58.333%; }

  .uk-width-xlarge-11-12 {
    width: 91.666%; } }
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
   * Push
   */
  /* Halves */
  .uk-push-6-12 {
    left: 50%; }

  /* Thirds */
  .uk-push-4-12 {
    left: 33.333%; }

  .uk-push-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-3-12 {
    left: 25%; }

  .uk-push-9-12 {
    left: 75%; }

  /* Sixths */
  .uk-push-2-12 {
    left: 16.666%; }

  .uk-push-10-12 {
    left: 83.333%; }

  /* Twelfths */
  .uk-push-1-12 {
    left: 8.333%; }

  .uk-push-5-12 {
    left: 41.666%; }

  .uk-push-7-12 {
    left: 58.333%; }

  .uk-push-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-4-12 {
    left: -33.333%; }

  .uk-pull-8-12 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-3-12 {
    left: -25%; }

  .uk-pull-9-12 {
    left: -75%; }

  /* Sixths */
  .uk-pull-2-12 {
    left: -16.666%; }

  .uk-pull-10-12 {
    left: -83.333%; }

  /* Twelfths */
  .uk-pull-1-12 {
    left: 8.333%; }

  .uk-pull-5-12 {
    left: 41.666%; }

  .uk-pull-7-12 {
    left: 58.333%; }

  .uk-pull-11-12 {
    left: 91.666%; } }
/* Small */
@media (max-width: 767px) {
  [class*='uk-push-small-'],
  [class*='uk-pull-small-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-small-1-2,
  .uk-push-small-2-4,
  .uk-push-small-3-6,
  .uk-push-small-5-10,
  .uk-push-small-6-12 {
    left: 50%; }

  /* Thirds */
  .uk-push-small-1-3,
  .uk-push-small-2-6,
  .uk-push-small-4-12 {
    left: 33.333%; }

  .uk-push-small-2-3,
  .uk-push-small-4-6,
  .uk-push-small-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-small-1-4,
  .uk-push-small-3-12 {
    left: 25%; }

  .uk-push-small-3-4,
  .uk-push-small-9-12 {
    left: 75%; }

  /* Fifths */
  .uk-push-small-1-5,
  .uk-push-small-2-10 {
    left: 20%; }

  .uk-push-small-2-5,
  .uk-push-small-4-10 {
    left: 40%; }

  .uk-push-small-3-5,
  .uk-push-small-6-10 {
    left: 60%; }

  .uk-push-small-4-5,
  .uk-push-small-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-small-1-6,
  .uk-push-small-2-12 {
    left: 16.666%; }

  .uk-push-small-5-6,
  .uk-push-small-10-12 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-small-1-10 {
    left: 10%; }

  .uk-push-small-3-10 {
    left: 30%; }

  .uk-push-small-7-10 {
    left: 70%; }

  .uk-push-small-9-10 {
    left: 90%; }

  /* Twelfths */
  .uk-push-small-1-12 {
    left: 8.333%; }

  .uk-push-small-5-12 {
    left: 41.666%; }

  .uk-push-small-7-12 {
    left: 58.333%; }

  .uk-push-small-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-small-1-2,
  .uk-pull-small-2-4,
  .uk-pull-small-3-6,
  .uk-pull-small-5-10,
  .uk-pull-small-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-small-1-3,
  .uk-pull-small-2-6,
  .uk-pull-small-4-12 {
    left: -33.333%; }

  .uk-pull-small-2-3,
  .uk-pull-small-4-6,
  .uk-pull-small-8-12 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-small-1-4,
  .uk-pull-small-3-12 {
    left: -25%; }

  .uk-pull-small-3-4,
  .uk-pull-small-9-12 {
    left: -75%; }

  /* Fifths */
  .uk-pull-small-1-5,
  .uk-pull-small-2-10 {
    left: -20%; }

  .uk-pull-small-2-5,
  .uk-pull-small-4-10 {
    left: -40%; }

  .uk-pull-small-3-5,
  .uk-pull-small-6-10 {
    left: -60%; }

  .uk-pull-small-4-5,
  .uk-pull-small-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-small-1-6,
  .uk-pull-small-2-12 {
    left: -16.666%; }

  .uk-pull-small-5-6,
  .uk-pull-small-10-12 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-small-1-10 {
    left: -10%; }

  .uk-pull-small-3-10 {
    left: -30%; }

  .uk-pull-small-7-10 {
    left: -70%; }

  .uk-pull-small-9-10 {
    left: -90%; }

  /* Twelfths */
  .uk-pull-small-1-12 {
    left: -8.333%; }

  .uk-pull-small-5-12 {
    left: -41.666%; }

  .uk-pull-small-7-12 {
    left: -58.333%; }

  .uk-pull-small-11-12 {
    left: -91.666%; } }
/* Large */
@media (min-width: 960px) {
  [class*='uk-push-large-'],
  [class*='uk-pull-large-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-large-1-2,
  .uk-push-large-2-4,
  .uk-push-large-3-6,
  .uk-push-large-6-12,
  .uk-push-large-5-10 {
    left: 50%; }

  /* Thirds */
  .uk-push-large-1-3,
  .uk-push-large-2-6,
  .uk-push-large-4-12 {
    left: 33.333%; }

  .uk-push-large-2-3,
  .uk-push-large-4-6,
  .uk-push-large-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-large-1-4 {
    left: 25%; }

  .uk-push-large-3-12 {
    left: 25%; }

  .uk-push-large-3-4 {
    left: 75%; }

  .uk-push-large-9-12 {
    left: 75%; }

  /* Fifths */
  .uk-push-large-1-5,
  .uk-push-large-2-10 {
    left: 20%; }

  .uk-push-large-2-5,
  .uk-push-large-4-10 {
    left: 40%; }

  .uk-push-large-3-5,
  .uk-push-large-6-10 {
    left: 60%; }

  .uk-push-large-4-5,
  .uk-push-large-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-large-1-6,
  .uk-push-large-2-12 {
    left: 16.666%; }

  .uk-push-large-5-6,
  .uk-push-large-10-12 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-large-1-10 {
    left: 10%; }

  .uk-push-large-3-10 {
    left: 30%; }

  .uk-push-large-7-10 {
    left: 70%; }

  .uk-push-large-9-10 {
    left: 90%; }

  /* Twelfths */
  .uk-push-large-1-12 {
    left: 8.333%; }

  .uk-push-large-5-12 {
    left: 41.666%; }

  .uk-push-large-7-12 {
    left: 58.333%; }

  .uk-push-large-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-large-1-2,
  .uk-pull-large-2-4,
  .uk-pull-large-3-6,
  .uk-pull-large-5-10,
  .uk-pull-large-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-large-1-3,
  .uk-pull-large-2-6,
  .uk-pull-large-4-12 {
    left: -33.333%; }

  .uk-pull-large-2-3,
  .uk-pull-large-4-6,
  .uk-pull-large-8-12 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-large-1-4,
  .uk-pull-large-3-12 {
    left: -25%; }

  .uk-pull-large-3-4,
  .uk-pull-large-9-12 {
    left: -75%; }

  /* Fifths */
  .uk-pull-large-1-5,
  .uk-pull-large-2-10 {
    left: -20%; }

  .uk-pull-large-2-5,
  .uk-pull-large-4-10 {
    left: -40%; }

  .uk-pull-large-3-5,
  .uk-pull-large-6-10 {
    left: -60%; }

  .uk-pull-large-4-5,
  .uk-pull-large-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-large-1-6,
  .uk-pull-large-2-12 {
    left: -16.666%; }

  .uk-pull-large-5-6,
  .uk-pull-large-10-12 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-large-1-10 {
    left: -10%; }

  .uk-pull-large-3-10 {
    left: -30%; }

  .uk-pull-large-7-10 {
    left: -70%; }

  .uk-pull-large-9-10 {
    left: -90%; }

  /* Twelfths */
  .uk-pull-large-1-12 {
    left: -8.333%; }

  .uk-pull-large-5-12 {
    left: -41.666%; }

  .uk-pull-large-7-12 {
    left: -58.333%; }

  .uk-pull-large-11-12 {
    left: -91.666%; } }
/* xLarge */
@media (min-width: 1232px) {
  [class*='uk-push-xlarge-'],
  [class*='uk-pull-xlarge-'] {
    position: relative; }

  /*
   * Push
   */
  /* Halves */
  .uk-push-xlarge-1-2,
  .uk-push-xlarge-2-4,
  .uk-push-xlarge-3-6,
  .uk-push-xlarge-5-10,
  .uk-push-xlarge-6-12 {
    left: 50%; }

  /* Thirds */
  .uk-push-xlarge-1-3,
  .uk-push-xlarge-2-6,
  .uk-push-xlarge-4-12 {
    left: 33.333%; }

  .uk-push-xlarge-2-3,
  .uk-push-xlarge-4-6,
  .uk-push-xlarge-8-12 {
    left: 66.666%; }

  /* Quarters */
  .uk-push-xlarge-1-4,
  .uk-push-xlarge-3-12 {
    left: 25%; }

  .uk-push-xlarge-3-4,
  .uk-push-xlarge-9-12 {
    left: 75%; }

  /* Fifths */
  .uk-push-xlarge-1-5,
  .uk-push-xlarge-2-10 {
    left: 20%; }

  .uk-push-xlarge-2-5,
  .uk-push-xlarge-4-10 {
    left: 40%; }

  .uk-push-xlarge-3-5,
  .uk-push-xlarge-6-10 {
    left: 60%; }

  .uk-push-xlarge-4-5,
  .uk-push-xlarge-8-10 {
    left: 80%; }

  /* Sixths */
  .uk-push-xlarge-1-6,
  .uk-push-xlarge-2-12 {
    left: 16.666%; }

  .uk-push-xlarge-5-6,
  .uk-push-xlarge-10-12 {
    left: 83.333%; }

  /* Tenths */
  .uk-push-xlarge-1-10 {
    left: 10%; }

  .uk-push-xlarge-3-10 {
    left: 30%; }

  .uk-push-xlarge-7-10 {
    left: 70%; }

  .uk-push-xlarge-9-10 {
    left: 90%; }

  /* Twelfths */
  .uk-push-xlarge-1-12 {
    left: 8.333%; }

  .uk-push-xlarge-5-12 {
    left: 41.666%; }

  .uk-push-xlarge-7-12 {
    left: 58.333%; }

  .uk-push-xlarge-11-12 {
    left: 91.666%; }

  /*
   * Pull
   */
  /* Halves */
  .uk-pull-xlarge-1-2,
  .uk-pull-xlarge-2-4,
  .uk-pull-xlarge-3-6,
  .uk-pull-xlarge-5-10,
  .uk-pull-xlarge-6-12 {
    left: -50%; }

  /* Thirds */
  .uk-pull-xlarge-1-3,
  .uk-pull-xlarge-2-6,
  .uk-pull-xlarge-3-12 {
    left: -33.333%; }

  .uk-pull-xlarge-2-3,
  .uk-pull-xlarge-8-12,
  .uk-pull-xlarge-4-6 {
    left: -66.666%; }

  /* Quarters */
  .uk-pull-xlarge-1-4,
  .uk-pull-xlarge-3-12 {
    left: -25%; }

  .uk-pull-xlarge-3-4,
  .uk-pull-xlarge-9-12 {
    left: -75%; }

  /* Fifths */
  .uk-pull-xlarge-1-5,
  .uk-pull-xlarge-2-10 {
    left: -20%; }

  .uk-pull-xlarge-2-5,
  .uk-pull-xlarge-4-10 {
    left: -40%; }

  .uk-pull-xlarge-3-5,
  .uk-pull-xlarge-6-10 {
    left: -60%; }

  .uk-pull-xlarge-4-5,
  .uk-pull-xlarge-8-10 {
    left: -80%; }

  /* Sixths */
  .uk-pull-xlarge-1-6,
  .uk-pull-xlarge-2-12 {
    left: -16.666%; }

  .uk-pull-xlarge-5-6,
  .uk-pull-xlarge-10-12 {
    left: -83.333%; }

  /* Tenths */
  .uk-pull-xlarge-1-10 {
    left: -10%; }

  .uk-pull-xlarge-3-10 {
    left: -30%; }

  .uk-pull-xlarge-7-10 {
    left: -70%; }

  .uk-pull-xlarge-9-10 {
    left: -90%; }

  /* Twelfths */
  .uk-pull-xlarge-1-12 {
    left: -8.333%; }

  .uk-pull-xlarge-5-12 {
    left: -41.666%; }

  .uk-pull-xlarge-7-12 {
    left: -58.333%; }

  .uk-pull-xlarge-11-12 {
    left: -91.666%; } }
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px; }

.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal; }

/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold; }

/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999 !important; }

.uk-text-primary {
  color: #2d7091 !important; }

.uk-text-success {
  color: #659f13 !important; }

.uk-text-warning {
  color: #e28327 !important; }

.uk-text-danger {
  color: #d85030 !important; }

.uk-text-contrast {
  color: #fff !important; }

/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important; }

.uk-text-right {
  text-align: right !important; }

.uk-text-center {
  text-align: center !important; }

.uk-text-justify {
  text-align: justify !important; }

.uk-text-top {
  vertical-align: top !important; }

.uk-text-middle {
  vertical-align: middle !important; }

.uk-text-bottom {
  vertical-align: bottom !important; }

/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important; }

  .uk-text-left-medium {
    text-align: left !important; } }
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important; }

  .uk-text-left-small {
    text-align: left !important; } }
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap; }

/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0; } }
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02; }

.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18; }

/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top; }

.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom; }

.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left; }

.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right; }

/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12; }

/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake; }

/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s; }

/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0; }

.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%; }

.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%; }

.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%; }

.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }

.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }

/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none; }

/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes uk-fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1); } }
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8); }
  100% {
    opacity: 1;
    transform: scale(1); } }
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(0); } }
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%); }
  100% {
    transform: translateX(0); } }
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%); }
  100% {
    -webkit-transform: translateX(0); } }
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%); }
  100% {
    transform: translateX(0); } }
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10% {
    -webkit-transform: translateX(-9px); }
  20% {
    -webkit-transform: translateX(8px); }
  30% {
    -webkit-transform: translateX(-7px); }
  40% {
    -webkit-transform: translateX(6px); }
  50% {
    -webkit-transform: translateX(-5px); }
  60% {
    -webkit-transform: translateX(4px); }
  70% {
    -webkit-transform: translateX(-3px); }
  80% {
    -webkit-transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-1px); } }
@keyframes uk-shake {
  0%, 100% {
    transform: translateX(0); }
  10% {
    transform: translateX(-9px); }
  20% {
    transform: translateX(8px); }
  30% {
    transform: translateX(-7px); }
  40% {
    transform: translateX(6px); }
  50% {
    transform: translateX(-5px); }
  60% {
    transform: translateX(4px); }
  70% {
    transform: translateX(-3px); }
  80% {
    transform: translateX(2px); }
  90% {
    transform: translateX(-1px); } }
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 25px; }

/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-container {
    max-width: 1400px;
    padding: 0 35px; } }
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table; }

.uk-container:after {
  clear: both; }

/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto; }

/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell; }

.uk-clearfix:after {
  content: "";
  display: table;
  clear: both; }

/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden; }

.uk-nbfc-alt {
  display: table-cell;
  width: 10000px; }

/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left; }

.uk-float-right {
  float: right; }

/* 1 */
[class*='uk-float-'] {
  max-width: 100%; }

/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px; }

.uk-align-left {
  margin-right: 15px;
  float: left; }

.uk-align-right {
  margin-left: 15px;
  float: right; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    float: left; }

  .uk-align-medium-right {
    margin-left: 15px;
    float: right; } }
.uk-align-center {
  margin-left: auto;
  margin-right: auto; }

/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px; }

/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem; }

.uk-vertical-align-middle {
  vertical-align: middle; }

.uk-vertical-align-bottom {
  vertical-align: bottom; }

/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box; }

/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%; }

/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px; }

/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box; }

/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto; }

/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto; }

/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px; }

* + .uk-margin {
  margin-top: 15px; }

.uk-margin-top {
  margin-top: 15px !important; }

.uk-margin-bottom {
  margin-bottom: 15px !important; }

.uk-margin-left {
  margin-left: 15px !important; }

.uk-margin-right {
  margin-right: 15px !important; }

/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px; }

* + .uk-margin-large {
  margin-top: 50px; }

.uk-margin-large-top {
  margin-top: 50px !important; }

.uk-margin-large-bottom {
  margin-bottom: 50px !important; }

.uk-margin-large-left {
  margin-left: 50px !important; }

.uk-margin-large-right {
  margin-right: 50px !important; }

/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px; }

* + .uk-margin-small {
  margin-top: 5px; }

.uk-margin-small-top {
  margin-top: 5px !important; }

.uk-margin-small-bottom {
  margin-bottom: 5px !important; }

.uk-margin-small-left {
  margin-left: 5px !important; }

.uk-margin-small-right {
  margin-right: 5px !important; }

/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important; }

.uk-margin-top-remove {
  margin-top: 0 !important; }

.uk-margin-bottom-remove {
  margin-bottom: 0 !important; }

/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important; }

.uk-padding-top-remove {
  padding-top: 0 !important; }

.uk-padding-bottom-remove {
  padding-bottom: 0 !important; }

.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%; }

.uk-border-rounded {
  border-radius: 5px; }

/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px; }

/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px; } }
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444; }

.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444; }

/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none; }

/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both; }

/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #ddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both; }

.uk-scrollable-box > :last-child {
  margin-bottom: 0; }

/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden; }

/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.uk-overflow-container > :last-child {
  margin-bottom: 0; }

/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important; }

/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0; }

.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0; }

.uk-position-top-left {
  top: 0;
  left: 0; }

.uk-position-top-right {
  top: 0;
  right: 0; }

.uk-position-bottom-left {
  bottom: 0;
  left: 0; }

.uk-position-bottom-right {
  bottom: 0;
  right: 0; }

/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

/*
 * Relative
 */
.uk-position-relative {
  position: relative !important; }

/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1; }

/* Display
 ========================================================================== */
/*
 * Display
 * 1. Required if child is a responsive image
 */
.uk-display-block {
  display: block !important; }

.uk-display-inline {
  display: inline !important; }

.uk-display-inline-block {
  display: inline-block !important;
  /* 1 */
  max-width: 100%; }

/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important; }

  .uk-visible-medium {
    display: none !important; }

  .uk-hidden-large {
    display: none !important; } }
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important; }

  .uk-visible-large {
    display: none !important; }

  .uk-hidden-medium {
    display: none !important; } }
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important; }

  .uk-visible-large {
    display: none !important; }

  .uk-hidden-small {
    display: none !important; } }
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important; }

/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important; }

/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important; }

.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important; }

/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important; }

.uk-container {
  margin: 0 auto; }

/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1; }

/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden; }

/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #fff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out; }

/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
   * Fit in small screen
   */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto; } }
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0; }

/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right; }

/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0; }

/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
  min-height: 50px; }

/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none; }

/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px; } }
/* Modifier: `uk-modal-dialog-blank`
 ========================================================================== */
.uk-modal-dialog-blank {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

/*
* Close button
*/
.uk-modal-dialog-blank > .uk-close:first-child {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  margin: 0;
  float: none; }

/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-modal-dialog-large {
    width: 1130px; } }
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px; }

.uk-modal-footer {
  margin-top: 15px; }

/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0; }

/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd; }

.uk-modal-spinner:after {
  content: "\f110";
  display: block;
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear; }

.uk-modal-header {
  margin-bottom: 15px;
  margin: -20px -20px 15px -20px;
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  background: #fafafa; }
  .uk-modal-header .uk-modal-headline {
    margin: 0; }
  .uk-modal-header .uk-modal-close {
    position: absolute;
    top: 20px;
    right: 20px; }

.uk-modal-footer {
  margin-top: 15px;
  margin: 15px -20px -20px -20px;
  padding: 20px;
  border-top: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  background: #fafafa; }

.login-modal form input {
  border: 1px solid #e6e6e6; }

/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3; }

/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome; }

/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer; }

/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eee;
  opacity: 1; }

/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1; }

/* Icon */
.uk-close-alt:after {
  opacity: 0.5; }

.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8; }

/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1; }

/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center; }

.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around; }

/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1; }

.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99; }

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Large screen and bigger */
@media (min-width: 1232px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1; }

  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99; } }
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none; }

/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1; }

/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  z-index: 1030;
  /* 3 */
  box-sizing: border-box;
  max-width: 200px;
  padding: 5px 8px;
  /* 4 */
  background: #333;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 18px; }

/* Triangle
 ========================================================================== */
/*
 * 1. Dashed is less antialised than solid
 */
.uk-tooltip:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  /* 1 */
  border: 5px dashed #333; }

/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
  bottom: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: #333; }

/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
  top: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #333; }

/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
  left: 50%;
  margin-left: -5px; }

/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
  left: 10px; }

/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
  right: 10px; }

/*
 * Left
 */
.uk-tooltip-left:after {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #333; }

/*
 * Right
 */
.uk-tooltip-right:after {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #333; }

@font-face {
  font-family: 'dbg-iconfont';
  src: url("../Fonts/dbg-iconfont.eot?pbhghp");
  src: url("../Fonts/dbg-iconfont.eot?pbhghp#iefix") format("embedded-opentype"), url("../Fonts/dbg-iconfont.ttf?pbhghp") format("truetype"), url("../Fonts/dbg-iconfont.woff?pbhghp") format("woff"), url("../Fonts/dbg-iconfont.svg?pbhghp#dbg-iconfont") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dbg-iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .icon i {
    font-style: normal;
    font-variant: normal;
    font-weight: normal; }

.icon-software-cd-rom:before {
  content: ""; }

.icon-app:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-account:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-zoom:before {
  content: ""; }

.icon-hook:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-unsorted:before {
  content: ""; }

.icon-sort-desc:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-asc:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-facebook-f:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-ebook:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-accordance:before {
  content: ""; }

.icon-download-software:before {
  content: ""; }

.icon-download-audiobook:before {
  content: ""; }

.icon-cd:before {
  content: ""; }

.icon-film-dvd:before {
  content: ""; }

.icon-audiobook-cd:before {
  content: ""; }

.icon-software-cd-rom-alt:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.instagram:before {
  content: ""; }

.icon-star-half-empty:before {
  content: ""; }

.icon-star-half-full:before {
  content: ""; }

.icon-star-half-o:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.printer:before {
  content: ""; }

.icon-spenden .path1:before {
  content: "";
  color: #083f54; }

.icon-spenden .path2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #083f54; }

.icon-spenden .path6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #9c9e36; }

.icon-spenden .path7:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #9c9e36; }

.icon-spenden .path8:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #9c9e36; }

.dbg-border {
  border: 5px solid #fff;
  padding: .4em; }
  @media (min-width: 960px) {
    .dbg-border {
      border: 8px solid #fff; } }

.dbg-border-top {
  border-top: 5px solid #fff;
  padding-top: .4em; }
  @media (min-width: 960px) {
    .dbg-border-top {
      border-top: 8px solid #fff; } }

.dbg-border-right {
  border-right: 5px solid #fff;
  padding-right: .4em; }
  @media (min-width: 960px) {
    .dbg-border-right {
      border-right: 8px solid #fff; } }

.dbg-border-bottom {
  border-bottom: 5px solid #fff;
  padding-bottom: .4em; }
  @media (min-width: 960px) {
    .dbg-border-bottom {
      border-bottom: 8px solid #fff; } }

.dbg-border-left {
  border-left: 5px solid #fff;
  padding-left: .4em; }
  @media (min-width: 960px) {
    .dbg-border-left {
      border-left: 8px solid #fff; } }

.dbg-border-himmelblau {
  border-color: #63A3c3 !important; }

.dbg-border-mittelblau {
  border-color: #3c6581 !important; }

.dbg-border-ozeanblau {
  border-color: #083e53 !important; }

.dbg-border-signalgelb {
  border-color: #f49b2a !important; }

.dbg-border-hellviolett {
  border-color: #b14d79 !important; }

.dbg-border-dunkelviolett {
  border-color: #86556d !important; }

.dbg-border-dunkelgrau {
  border-color: #969696 !important; }

.dbg-border-grau {
  border-color: #c5c6cc !important; }

.dbg-border-hellgrau {
  border-color: #edeef0 !important; }

.dbg-border-dbggreen {
  border-color: #9c9e3c !important; }

.dbg-border-braun {
  border-color: #a69b8b !important; }

.dbg-border-hellbraun {
  border-color: #ebe7e0 !important; }

.dbg-border-weinrot {
  border-color: #6b1c30 !important; }

.dbg-border-granatapfel {
  border-color: #bf334b !important; }

.dbg-border-light {
  border-color: #e6e6e6 !important; }

.dbg-border-dark {
  border-color: #8a8a8a !important; }

.dbg-breadcrumb {
  border-top: 1px solid #e0e1e4;
  font-size: 0.9em;
  padding: 10px 15px; }
  @media (min-width: 480px) {
    .dbg-breadcrumb {
      padding: 15px 20px; } }
  @media (min-width: 1460px) {
    .dbg-breadcrumb {
      padding: 15px 0; } }
  .dbg-breadcrumb .btn {
    margin-right: 10px; }
  .dbg-breadcrumb ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: middle; }
    .dbg-breadcrumb ul li {
      color: #c5c6cc;
      display: inline-block; }
      .dbg-breadcrumb ul li:after {
        content: "";
        font-family: 'dbg-iconfont';
        margin: 0 10px; }
      .dbg-breadcrumb ul li:last-child:after {
        display: none; }
      .dbg-breadcrumb ul li a {
        color: #c5c6cc;
        text-decoration: none; }

.btn {
  background: #f49b2a;
  border: 0;
  border-radius: 0 !important;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: normal;
  letter-spacing: 2.4px;
  line-height: 1;
  outline: none;
  padding: 14px 22px;
  text-transform: uppercase;
  transition: all 0.2s ease-in; }
  .btn:focus, .btn:visited {
    background: #f49b2a;
    color: #fff; }
  .btn:hover {
    background: #f7b25a;
    color: #fff; }
  .btn:active {
    background: #df820c;
    color: #fff; }
  .btn.btn-inverse {
    background: #fff !important;
    color: #f49b2a; }
    .btn.btn-inverse:focus, .btn.btn-inverse:visited {
      color: #f49b2a; }
    .btn.btn-inverse:hover {
      color: #f7b25a; }
    .btn.btn-inverse:active {
      color: #df820c; }
  .btn.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn.btn-border {
    background: transparent;
    border: 4px solid #f49b2a;
    color: #f49b2a;
    padding: 10px 18px; }
    .btn.btn-border:focus, .btn.btn-border:visited {
      border-color: #f49b2a;
      color: #f49b2a; }
    .btn.btn-border:hover {
      background: #f49b2a;
      border-color: #f49b2a;
      color: #fff; }
    .btn.btn-border:active {
      border-color: #df820c;
      color: #df820c; }
    .btn.btn-border.btn-light {
      color: #8a8a8a; }
    .btn.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn.btn-border.btn-small {
      padding: 6px 14px; }
    .btn.btn-border.btn-large {
      padding: 14px 24px; }
  .btn i {
    margin-right: 5px; }
    .btn i.icon-right {
      margin-left: 5px;
      margin-right: 0; }
  .btn.btn-disabled {
    background: #d8d8d8 !important;
    color: #9a9a9a !important;
    cursor: not-allowed; }
  .btn.btn-block {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%; }
  .btn.btn-small {
    font-size: 0.75em;
    padding: 10px 18px; }
  .btn.btn-large {
    font-size: 1em;
    padding: 18px 28px; }
  .btn.btn-round {
    border-radius: 999px !important; }
  .btn.btn-not-round {
    border-radius: 0 !important; }
  .btn:hover {
    background: #083e53; }

.btn-dark {
  background: #8a8a8a;
  color: #fff; }
  .btn-dark:focus, .btn-dark:visited {
    background: #8a8a8a;
    color: #fff; }
  .btn-dark:hover {
    background: #a4a4a4;
    color: #fff; }
  .btn-dark:active {
    background: #717171;
    color: #fff; }
  .btn-dark.btn-inverse {
    background: #fff !important;
    color: #8a8a8a; }
    .btn-dark.btn-inverse:focus, .btn-dark.btn-inverse:visited {
      color: #8a8a8a; }
    .btn-dark.btn-inverse:hover {
      color: #a4a4a4; }
    .btn-dark.btn-inverse:active {
      color: #717171; }
  .btn-dark.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dark.btn-border {
    background: transparent;
    border: 4px solid #8a8a8a;
    color: #8a8a8a;
    padding: 10px 18px; }
    .btn-dark.btn-border:focus, .btn-dark.btn-border:visited {
      border-color: #8a8a8a;
      color: #8a8a8a; }
    .btn-dark.btn-border:hover {
      background: #8a8a8a;
      border-color: #8a8a8a;
      color: #fff; }
    .btn-dark.btn-border:active {
      border-color: #717171;
      color: #717171; }
    .btn-dark.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dark.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dark.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dark.btn-border.btn-large {
      padding: 14px 24px; }

.btn-light {
  background: #e6e6e6;
  color: #8a8a8a; }
  .btn-light:focus, .btn-light:visited {
    background: #e6e6e6;
    color: #8a8a8a; }
  .btn-light:hover {
    background: white;
    color: #8a8a8a; }
  .btn-light:active {
    background: #cdcdcd;
    color: #8a8a8a; }
  .btn-light.btn-inverse {
    background: #8a8a8a !important;
    color: #e6e6e6; }
    .btn-light.btn-inverse:focus, .btn-light.btn-inverse:visited {
      color: #e6e6e6; }
    .btn-light.btn-inverse:hover {
      color: white; }
    .btn-light.btn-inverse:active {
      color: #cdcdcd; }
  .btn-light.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-light.btn-border {
    background: transparent;
    border: 4px solid #e6e6e6;
    color: #e6e6e6;
    padding: 10px 18px; }
    .btn-light.btn-border:focus, .btn-light.btn-border:visited {
      border-color: #e6e6e6;
      color: #e6e6e6; }
    .btn-light.btn-border:hover {
      background: #e6e6e6;
      border-color: #e6e6e6;
      color: #fff; }
    .btn-light.btn-border:active {
      border-color: #cdcdcd;
      color: #cdcdcd; }
    .btn-light.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-light.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-light.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-light.btn-border.btn-large {
      padding: 14px 24px; }

.btn-orange {
  background: #f3ae47;
  color: #fff; }
  .btn-orange:focus, .btn-orange:visited {
    background: #f3ae47;
    color: #fff; }
  .btn-orange:hover {
    background: #f6c377;
    color: #fff; }
  .btn-orange:active {
    background: #f09917;
    color: #fff; }
  .btn-orange.btn-inverse {
    background: #fff !important;
    color: #f3ae47; }
    .btn-orange.btn-inverse:focus, .btn-orange.btn-inverse:visited {
      color: #f3ae47; }
    .btn-orange.btn-inverse:hover {
      color: #f6c377; }
    .btn-orange.btn-inverse:active {
      color: #f09917; }
  .btn-orange.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-orange.btn-border {
    background: transparent;
    border: 4px solid #f3ae47;
    color: #f3ae47;
    padding: 10px 18px; }
    .btn-orange.btn-border:focus, .btn-orange.btn-border:visited {
      border-color: #f3ae47;
      color: #f3ae47; }
    .btn-orange.btn-border:hover {
      background: #f3ae47;
      border-color: #f3ae47;
      color: #fff; }
    .btn-orange.btn-border:active {
      border-color: #f09917;
      color: #f09917; }
    .btn-orange.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-orange.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-orange.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-orange.btn-border.btn-large {
      padding: 14px 24px; }

.btn-green {
  background: #97bf0d;
  color: #fff; }
  .btn-green:focus, .btn-green:visited {
    background: #97bf0d;
    color: #fff; }
  .btn-green:hover {
    background: #bdef10;
    color: #fff; }
  .btn-green:active {
    background: #718f0a;
    color: #fff; }
  .btn-green.btn-inverse {
    background: #fff !important;
    color: #97bf0d; }
    .btn-green.btn-inverse:focus, .btn-green.btn-inverse:visited {
      color: #97bf0d; }
    .btn-green.btn-inverse:hover {
      color: #bdef10; }
    .btn-green.btn-inverse:active {
      color: #718f0a; }
  .btn-green.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-green.btn-border {
    background: transparent;
    border: 4px solid #97bf0d;
    color: #97bf0d;
    padding: 10px 18px; }
    .btn-green.btn-border:focus, .btn-green.btn-border:visited {
      border-color: #97bf0d;
      color: #97bf0d; }
    .btn-green.btn-border:hover {
      background: #97bf0d;
      border-color: #97bf0d;
      color: #fff; }
    .btn-green.btn-border:active {
      border-color: #718f0a;
      color: #718f0a; }
    .btn-green.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-green.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-green.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-green.btn-border.btn-large {
      padding: 14px 24px; }

.btn-red {
  background: #d65345;
  color: #fff; }
  .btn-red:focus, .btn-red:visited {
    background: #d65345;
    color: #fff; }
  .btn-red:hover {
    background: #df7a6f;
    color: #fff; }
  .btn-red:active {
    background: #be382a;
    color: #fff; }
  .btn-red.btn-inverse {
    background: #fff !important;
    color: #d65345; }
    .btn-red.btn-inverse:focus, .btn-red.btn-inverse:visited {
      color: #d65345; }
    .btn-red.btn-inverse:hover {
      color: #df7a6f; }
    .btn-red.btn-inverse:active {
      color: #be382a; }
  .btn-red.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-red.btn-border {
    background: transparent;
    border: 4px solid #d65345;
    color: #d65345;
    padding: 10px 18px; }
    .btn-red.btn-border:focus, .btn-red.btn-border:visited {
      border-color: #d65345;
      color: #d65345; }
    .btn-red.btn-border:hover {
      background: #d65345;
      border-color: #d65345;
      color: #fff; }
    .btn-red.btn-border:active {
      border-color: #be382a;
      color: #be382a; }
    .btn-red.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-red.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-red.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-red.btn-border.btn-large {
      padding: 14px 24px; }

.btn-white {
  background: #fff;
  color: #000; }
  .btn-white:focus, .btn-white:visited {
    background: #fff;
    color: #000; }
  .btn-white:hover {
    background: white;
    color: #000; }
  .btn-white:active {
    background: #e6e6e6;
    color: #000; }
  .btn-white.btn-inverse {
    background: #000 !important;
    color: #fff; }
    .btn-white.btn-inverse:focus, .btn-white.btn-inverse:visited {
      color: #fff; }
    .btn-white.btn-inverse:hover {
      color: white; }
    .btn-white.btn-inverse:active {
      color: #e6e6e6; }
  .btn-white.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-white.btn-border {
    background: transparent;
    border: 4px solid #fff;
    color: #fff;
    padding: 10px 18px; }
    .btn-white.btn-border:focus, .btn-white.btn-border:visited {
      border-color: #fff;
      color: #fff; }
    .btn-white.btn-border:hover {
      background: #fff;
      border-color: #fff;
      color: #fff; }
    .btn-white.btn-border:active {
      border-color: #e6e6e6;
      color: #e6e6e6; }
    .btn-white.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-white.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-white.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-white.btn-border.btn-large {
      padding: 14px 24px; }

.btn-black {
  background: #000;
  color: #fff; }
  .btn-black:focus, .btn-black:visited {
    background: #000;
    color: #fff; }
  .btn-black:hover {
    background: #1a1a1a;
    color: #fff; }
  .btn-black:active {
    background: black;
    color: #fff; }
  .btn-black.btn-inverse {
    background: #fff !important;
    color: #000; }
    .btn-black.btn-inverse:focus, .btn-black.btn-inverse:visited {
      color: #000; }
    .btn-black.btn-inverse:hover {
      color: #1a1a1a; }
    .btn-black.btn-inverse:active {
      color: black; }
  .btn-black.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-black.btn-border {
    background: transparent;
    border: 4px solid #000;
    color: #000;
    padding: 10px 18px; }
    .btn-black.btn-border:focus, .btn-black.btn-border:visited {
      border-color: #000;
      color: #000; }
    .btn-black.btn-border:hover {
      background: #000;
      border-color: #000;
      color: #fff; }
    .btn-black.btn-border:active {
      border-color: black;
      color: black; }
    .btn-black.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-black.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-black.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-black.btn-border.btn-large {
      padding: 14px 24px; }

.btn-himmelblau {
  background: #63A3c3;
  color: #fff; }
  .btn-himmelblau:focus, .btn-himmelblau:visited {
    background: #63A3c3;
    color: #fff; }
  .btn-himmelblau:hover {
    background: #88b9d1;
    color: #fff; }
  .btn-himmelblau:active {
    background: #448cb0;
    color: #fff; }
  .btn-himmelblau.btn-inverse {
    background: #fff !important;
    color: #63A3c3; }
    .btn-himmelblau.btn-inverse:focus, .btn-himmelblau.btn-inverse:visited {
      color: #63A3c3; }
    .btn-himmelblau.btn-inverse:hover {
      color: #88b9d1; }
    .btn-himmelblau.btn-inverse:active {
      color: #448cb0; }
  .btn-himmelblau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-himmelblau.btn-border {
    background: transparent;
    border: 4px solid #63A3c3;
    color: #63A3c3;
    padding: 10px 18px; }
    .btn-himmelblau.btn-border:focus, .btn-himmelblau.btn-border:visited {
      border-color: #63A3c3;
      color: #63A3c3; }
    .btn-himmelblau.btn-border:hover {
      background: #63A3c3;
      border-color: #63A3c3;
      color: #fff; }
    .btn-himmelblau.btn-border:active {
      border-color: #448cb0;
      color: #448cb0; }
    .btn-himmelblau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-himmelblau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-himmelblau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-himmelblau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-mittelblau {
  background: #3c6581;
  color: #fff; }
  .btn-mittelblau:focus, .btn-mittelblau:visited {
    background: #3c6581;
    color: #fff; }
  .btn-mittelblau:hover {
    background: #4c80a4;
    color: #fff; }
  .btn-mittelblau:active {
    background: #2c4a5e;
    color: #fff; }
  .btn-mittelblau.btn-inverse {
    background: #fff !important;
    color: #3c6581; }
    .btn-mittelblau.btn-inverse:focus, .btn-mittelblau.btn-inverse:visited {
      color: #3c6581; }
    .btn-mittelblau.btn-inverse:hover {
      color: #4c80a4; }
    .btn-mittelblau.btn-inverse:active {
      color: #2c4a5e; }
  .btn-mittelblau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-mittelblau.btn-border {
    background: transparent;
    border: 4px solid #3c6581;
    color: #3c6581;
    padding: 10px 18px; }
    .btn-mittelblau.btn-border:focus, .btn-mittelblau.btn-border:visited {
      border-color: #3c6581;
      color: #3c6581; }
    .btn-mittelblau.btn-border:hover {
      background: #3c6581;
      border-color: #3c6581;
      color: #fff; }
    .btn-mittelblau.btn-border:active {
      border-color: #2c4a5e;
      color: #2c4a5e; }
    .btn-mittelblau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-mittelblau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-mittelblau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-mittelblau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-ozeanblau {
  background: #083e53;
  color: #fff; }
  .btn-ozeanblau:focus, .btn-ozeanblau:visited {
    background: #083e53;
    color: #fff; }
  .btn-ozeanblau:hover {
    background: #0c6182;
    color: #fff; }
  .btn-ozeanblau:active {
    background: #041b24;
    color: #fff; }
  .btn-ozeanblau.btn-inverse {
    background: #fff !important;
    color: #083e53; }
    .btn-ozeanblau.btn-inverse:focus, .btn-ozeanblau.btn-inverse:visited {
      color: #083e53; }
    .btn-ozeanblau.btn-inverse:hover {
      color: #0c6182; }
    .btn-ozeanblau.btn-inverse:active {
      color: #041b24; }
  .btn-ozeanblau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-ozeanblau.btn-border {
    background: transparent;
    border: 4px solid #083e53;
    color: #083e53;
    padding: 10px 18px; }
    .btn-ozeanblau.btn-border:focus, .btn-ozeanblau.btn-border:visited {
      border-color: #083e53;
      color: #083e53; }
    .btn-ozeanblau.btn-border:hover {
      background: #083e53;
      border-color: #083e53;
      color: #fff; }
    .btn-ozeanblau.btn-border:active {
      border-color: #041b24;
      color: #041b24; }
    .btn-ozeanblau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-ozeanblau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-ozeanblau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-ozeanblau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-signalgelb {
  background: #f49b2a;
  color: #fff; }
  .btn-signalgelb:focus, .btn-signalgelb:visited {
    background: #f49b2a;
    color: #fff; }
  .btn-signalgelb:hover {
    background: #f7b25a;
    color: #fff; }
  .btn-signalgelb:active {
    background: #df820c;
    color: #fff; }
  .btn-signalgelb.btn-inverse {
    background: #fff !important;
    color: #f49b2a; }
    .btn-signalgelb.btn-inverse:focus, .btn-signalgelb.btn-inverse:visited {
      color: #f49b2a; }
    .btn-signalgelb.btn-inverse:hover {
      color: #f7b25a; }
    .btn-signalgelb.btn-inverse:active {
      color: #df820c; }
  .btn-signalgelb.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-signalgelb.btn-border {
    background: transparent;
    border: 4px solid #f49b2a;
    color: #f49b2a;
    padding: 10px 18px; }
    .btn-signalgelb.btn-border:focus, .btn-signalgelb.btn-border:visited {
      border-color: #f49b2a;
      color: #f49b2a; }
    .btn-signalgelb.btn-border:hover {
      background: #f49b2a;
      border-color: #f49b2a;
      color: #fff; }
    .btn-signalgelb.btn-border:active {
      border-color: #df820c;
      color: #df820c; }
    .btn-signalgelb.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-signalgelb.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-signalgelb.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-signalgelb.btn-border.btn-large {
      padding: 14px 24px; }

.btn-hellviolett {
  background: #b14d79;
  color: #fff; }
  .btn-hellviolett:focus, .btn-hellviolett:visited {
    background: #b14d79;
    color: #fff; }
  .btn-hellviolett:hover {
    background: #c17094;
    color: #fff; }
  .btn-hellviolett:active {
    background: #8d3e61;
    color: #fff; }
  .btn-hellviolett.btn-inverse {
    background: #fff !important;
    color: #b14d79; }
    .btn-hellviolett.btn-inverse:focus, .btn-hellviolett.btn-inverse:visited {
      color: #b14d79; }
    .btn-hellviolett.btn-inverse:hover {
      color: #c17094; }
    .btn-hellviolett.btn-inverse:active {
      color: #8d3e61; }
  .btn-hellviolett.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-hellviolett.btn-border {
    background: transparent;
    border: 4px solid #b14d79;
    color: #b14d79;
    padding: 10px 18px; }
    .btn-hellviolett.btn-border:focus, .btn-hellviolett.btn-border:visited {
      border-color: #b14d79;
      color: #b14d79; }
    .btn-hellviolett.btn-border:hover {
      background: #b14d79;
      border-color: #b14d79;
      color: #fff; }
    .btn-hellviolett.btn-border:active {
      border-color: #8d3e61;
      color: #8d3e61; }
    .btn-hellviolett.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-hellviolett.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-hellviolett.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-hellviolett.btn-border.btn-large {
      padding: 14px 24px; }

.btn-dunkelviolett {
  background: #86556d;
  color: #fff; }
  .btn-dunkelviolett:focus, .btn-dunkelviolett:visited {
    background: #86556d;
    color: #fff; }
  .btn-dunkelviolett:hover {
    background: #a26c86;
    color: #fff; }
  .btn-dunkelviolett:active {
    background: #674154;
    color: #fff; }
  .btn-dunkelviolett.btn-inverse {
    background: #fff !important;
    color: #86556d; }
    .btn-dunkelviolett.btn-inverse:focus, .btn-dunkelviolett.btn-inverse:visited {
      color: #86556d; }
    .btn-dunkelviolett.btn-inverse:hover {
      color: #a26c86; }
    .btn-dunkelviolett.btn-inverse:active {
      color: #674154; }
  .btn-dunkelviolett.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dunkelviolett.btn-border {
    background: transparent;
    border: 4px solid #86556d;
    color: #86556d;
    padding: 10px 18px; }
    .btn-dunkelviolett.btn-border:focus, .btn-dunkelviolett.btn-border:visited {
      border-color: #86556d;
      color: #86556d; }
    .btn-dunkelviolett.btn-border:hover {
      background: #86556d;
      border-color: #86556d;
      color: #fff; }
    .btn-dunkelviolett.btn-border:active {
      border-color: #674154;
      color: #674154; }
    .btn-dunkelviolett.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dunkelviolett.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dunkelviolett.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dunkelviolett.btn-border.btn-large {
      padding: 14px 24px; }

.btn-dunkelgrau {
  background: #969696;
  color: #fff; }
  .btn-dunkelgrau:focus, .btn-dunkelgrau:visited {
    background: #969696;
    color: #fff; }
  .btn-dunkelgrau:hover {
    background: #b0b0b0;
    color: #fff; }
  .btn-dunkelgrau:active {
    background: #7d7d7d;
    color: #fff; }
  .btn-dunkelgrau.btn-inverse {
    background: #fff !important;
    color: #969696; }
    .btn-dunkelgrau.btn-inverse:focus, .btn-dunkelgrau.btn-inverse:visited {
      color: #969696; }
    .btn-dunkelgrau.btn-inverse:hover {
      color: #b0b0b0; }
    .btn-dunkelgrau.btn-inverse:active {
      color: #7d7d7d; }
  .btn-dunkelgrau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dunkelgrau.btn-border {
    background: transparent;
    border: 4px solid #969696;
    color: #969696;
    padding: 10px 18px; }
    .btn-dunkelgrau.btn-border:focus, .btn-dunkelgrau.btn-border:visited {
      border-color: #969696;
      color: #969696; }
    .btn-dunkelgrau.btn-border:hover {
      background: #969696;
      border-color: #969696;
      color: #fff; }
    .btn-dunkelgrau.btn-border:active {
      border-color: #7d7d7d;
      color: #7d7d7d; }
    .btn-dunkelgrau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dunkelgrau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dunkelgrau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dunkelgrau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-grau {
  background: #c5c6cc;
  color: #fff; }
  .btn-grau:focus, .btn-grau:visited {
    background: #c5c6cc;
    color: #fff; }
  .btn-grau:hover {
    background: #e0e1e4;
    color: #fff; }
  .btn-grau:active {
    background: #aaabb4;
    color: #fff; }
  .btn-grau.btn-inverse {
    background: #fff !important;
    color: #c5c6cc; }
    .btn-grau.btn-inverse:focus, .btn-grau.btn-inverse:visited {
      color: #c5c6cc; }
    .btn-grau.btn-inverse:hover {
      color: #e0e1e4; }
    .btn-grau.btn-inverse:active {
      color: #aaabb4; }
  .btn-grau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-grau.btn-border {
    background: transparent;
    border: 4px solid #c5c6cc;
    color: #c5c6cc;
    padding: 10px 18px; }
    .btn-grau.btn-border:focus, .btn-grau.btn-border:visited {
      border-color: #c5c6cc;
      color: #c5c6cc; }
    .btn-grau.btn-border:hover {
      background: #c5c6cc;
      border-color: #c5c6cc;
      color: #fff; }
    .btn-grau.btn-border:active {
      border-color: #aaabb4;
      color: #aaabb4; }
    .btn-grau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-grau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-grau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-grau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-hellgrau {
  background: #edeef0;
  color: #fff; }
  .btn-hellgrau:focus, .btn-hellgrau:visited {
    background: #edeef0;
    color: #fff; }
  .btn-hellgrau:hover {
    background: white;
    color: #fff; }
  .btn-hellgrau:active {
    background: #d1d4d9;
    color: #fff; }
  .btn-hellgrau.btn-inverse {
    background: #fff !important;
    color: #edeef0; }
    .btn-hellgrau.btn-inverse:focus, .btn-hellgrau.btn-inverse:visited {
      color: #edeef0; }
    .btn-hellgrau.btn-inverse:hover {
      color: white; }
    .btn-hellgrau.btn-inverse:active {
      color: #d1d4d9; }
  .btn-hellgrau.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-hellgrau.btn-border {
    background: transparent;
    border: 4px solid #edeef0;
    color: #edeef0;
    padding: 10px 18px; }
    .btn-hellgrau.btn-border:focus, .btn-hellgrau.btn-border:visited {
      border-color: #edeef0;
      color: #edeef0; }
    .btn-hellgrau.btn-border:hover {
      background: #edeef0;
      border-color: #edeef0;
      color: #fff; }
    .btn-hellgrau.btn-border:active {
      border-color: #d1d4d9;
      color: #d1d4d9; }
    .btn-hellgrau.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-hellgrau.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-hellgrau.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-hellgrau.btn-border.btn-large {
      padding: 14px 24px; }

.btn-dbggreen {
  background: #9c9e3c;
  color: #fff; }
  .btn-dbggreen:focus, .btn-dbggreen:visited {
    background: #9c9e3c;
    color: #fff; }
  .btn-dbggreen:hover {
    background: #babd50;
    color: #fff; }
  .btn-dbggreen:active {
    background: #78792e;
    color: #fff; }
  .btn-dbggreen.btn-inverse {
    background: #fff !important;
    color: #9c9e3c; }
    .btn-dbggreen.btn-inverse:focus, .btn-dbggreen.btn-inverse:visited {
      color: #9c9e3c; }
    .btn-dbggreen.btn-inverse:hover {
      color: #babd50; }
    .btn-dbggreen.btn-inverse:active {
      color: #78792e; }
  .btn-dbggreen.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-dbggreen.btn-border {
    background: transparent;
    border: 4px solid #9c9e3c;
    color: #9c9e3c;
    padding: 10px 18px; }
    .btn-dbggreen.btn-border:focus, .btn-dbggreen.btn-border:visited {
      border-color: #9c9e3c;
      color: #9c9e3c; }
    .btn-dbggreen.btn-border:hover {
      background: #9c9e3c;
      border-color: #9c9e3c;
      color: #fff; }
    .btn-dbggreen.btn-border:active {
      border-color: #78792e;
      color: #78792e; }
    .btn-dbggreen.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-dbggreen.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-dbggreen.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-dbggreen.btn-border.btn-large {
      padding: 14px 24px; }

.btn-braun {
  background: #a69b8b;
  color: #fff; }
  .btn-braun:focus, .btn-braun:visited {
    background: #a69b8b;
    color: #fff; }
  .btn-braun:hover {
    background: #bcb4a8;
    color: #fff; }
  .btn-braun:active {
    background: #90826e;
    color: #fff; }
  .btn-braun.btn-inverse {
    background: #fff !important;
    color: #a69b8b; }
    .btn-braun.btn-inverse:focus, .btn-braun.btn-inverse:visited {
      color: #a69b8b; }
    .btn-braun.btn-inverse:hover {
      color: #bcb4a8; }
    .btn-braun.btn-inverse:active {
      color: #90826e; }
  .btn-braun.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-braun.btn-border {
    background: transparent;
    border: 4px solid #a69b8b;
    color: #a69b8b;
    padding: 10px 18px; }
    .btn-braun.btn-border:focus, .btn-braun.btn-border:visited {
      border-color: #a69b8b;
      color: #a69b8b; }
    .btn-braun.btn-border:hover {
      background: #a69b8b;
      border-color: #a69b8b;
      color: #fff; }
    .btn-braun.btn-border:active {
      border-color: #90826e;
      color: #90826e; }
    .btn-braun.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-braun.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-braun.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-braun.btn-border.btn-large {
      padding: 14px 24px; }

.btn-hellbraun {
  background: #ebe7e0;
  color: #fff; }
  .btn-hellbraun:focus, .btn-hellbraun:visited {
    background: #ebe7e0;
    color: #fff; }
  .btn-hellbraun:hover {
    background: white;
    color: #fff; }
  .btn-hellbraun:active {
    background: #d7cfc1;
    color: #fff; }
  .btn-hellbraun.btn-inverse {
    background: #fff !important;
    color: #ebe7e0; }
    .btn-hellbraun.btn-inverse:focus, .btn-hellbraun.btn-inverse:visited {
      color: #ebe7e0; }
    .btn-hellbraun.btn-inverse:hover {
      color: white; }
    .btn-hellbraun.btn-inverse:active {
      color: #d7cfc1; }
  .btn-hellbraun.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-hellbraun.btn-border {
    background: transparent;
    border: 4px solid #ebe7e0;
    color: #ebe7e0;
    padding: 10px 18px; }
    .btn-hellbraun.btn-border:focus, .btn-hellbraun.btn-border:visited {
      border-color: #ebe7e0;
      color: #ebe7e0; }
    .btn-hellbraun.btn-border:hover {
      background: #ebe7e0;
      border-color: #ebe7e0;
      color: #fff; }
    .btn-hellbraun.btn-border:active {
      border-color: #d7cfc1;
      color: #d7cfc1; }
    .btn-hellbraun.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-hellbraun.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-hellbraun.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-hellbraun.btn-border.btn-large {
      padding: 14px 24px; }

.btn-weinrot {
  background: #6b1c30;
  color: #fff; }
  .btn-weinrot:focus, .btn-weinrot:visited {
    background: #6b1c30;
    color: #fff; }
  .btn-weinrot:hover {
    background: #932742;
    color: #fff; }
  .btn-weinrot:active {
    background: #43111e;
    color: #fff; }
  .btn-weinrot.btn-inverse {
    background: #fff !important;
    color: #6b1c30; }
    .btn-weinrot.btn-inverse:focus, .btn-weinrot.btn-inverse:visited {
      color: #6b1c30; }
    .btn-weinrot.btn-inverse:hover {
      color: #932742; }
    .btn-weinrot.btn-inverse:active {
      color: #43111e; }
  .btn-weinrot.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-weinrot.btn-border {
    background: transparent;
    border: 4px solid #6b1c30;
    color: #6b1c30;
    padding: 10px 18px; }
    .btn-weinrot.btn-border:focus, .btn-weinrot.btn-border:visited {
      border-color: #6b1c30;
      color: #6b1c30; }
    .btn-weinrot.btn-border:hover {
      background: #6b1c30;
      border-color: #6b1c30;
      color: #fff; }
    .btn-weinrot.btn-border:active {
      border-color: #43111e;
      color: #43111e; }
    .btn-weinrot.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-weinrot.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-weinrot.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-weinrot.btn-border.btn-large {
      padding: 14px 24px; }

.btn-granatapfel {
  background: #bf334b;
  color: #fff; }
  .btn-granatapfel:focus, .btn-granatapfel:visited {
    background: #bf334b;
    color: #fff; }
  .btn-granatapfel:hover {
    background: #d15469;
    color: #fff; }
  .btn-granatapfel:active {
    background: #97283b;
    color: #fff; }
  .btn-granatapfel.btn-inverse {
    background: #fff !important;
    color: #bf334b; }
    .btn-granatapfel.btn-inverse:focus, .btn-granatapfel.btn-inverse:visited {
      color: #bf334b; }
    .btn-granatapfel.btn-inverse:hover {
      color: #d15469; }
    .btn-granatapfel.btn-inverse:active {
      color: #97283b; }
  .btn-granatapfel.btn-ozeanblau:hover {
    background: #f49b2a; }
  .btn-granatapfel.btn-border {
    background: transparent;
    border: 4px solid #bf334b;
    color: #bf334b;
    padding: 10px 18px; }
    .btn-granatapfel.btn-border:focus, .btn-granatapfel.btn-border:visited {
      border-color: #bf334b;
      color: #bf334b; }
    .btn-granatapfel.btn-border:hover {
      background: #bf334b;
      border-color: #bf334b;
      color: #fff; }
    .btn-granatapfel.btn-border:active {
      border-color: #97283b;
      color: #97283b; }
    .btn-granatapfel.btn-border.btn-light {
      color: #8a8a8a; }
    .btn-granatapfel.btn-border.btn-white:hover {
      color: #f49b2a; }
    .btn-granatapfel.btn-border.btn-small {
      padding: 6px 14px; }
    .btn-granatapfel.btn-border.btn-large {
      padding: 14px 24px; }

.color-himmelblau {
  color: #63A3c3 !important; }

.background-himmelblau {
  background: #63A3c3 !important; }

.border-himmelblau {
  border: 1px solid #63A3c3; }

.color-mittelblau {
  color: #3c6581 !important; }

.background-mittelblau {
  background: #3c6581 !important; }

.border-mittelblau {
  border: 1px solid #3c6581; }

.color-ozeanblau {
  color: #083e53 !important; }

.background-ozeanblau {
  background: #083e53 !important; }

.border-ozeanblau {
  border: 1px solid #083e53; }

.color-signalgelb {
  color: #f49b2a !important; }

.background-signalgelb {
  background: #f49b2a !important; }

.border-signalgelb {
  border: 1px solid #f49b2a; }

.color-hellviolett {
  color: #b14d79 !important; }

.background-hellviolett {
  background: #b14d79 !important; }

.border-hellviolett {
  border: 1px solid #b14d79; }

.color-dunkelviolett {
  color: #86556d !important; }

.background-dunkelviolett {
  background: #86556d !important; }

.border-dunkelviolett {
  border: 1px solid #86556d; }

.color-dunkelgrau {
  color: #969696 !important; }

.background-dunkelgrau {
  background: #969696 !important; }

.border-dunkelgrau {
  border: 1px solid #969696; }

.color-grau {
  color: #c5c6cc !important; }

.background-grau {
  background: #c5c6cc !important; }

.border-grau {
  border: 1px solid #c5c6cc; }

.color-hellgrau {
  color: #edeef0 !important; }

.background-hellgrau {
  background: #edeef0 !important; }

.border-hellgrau {
  border: 1px solid #edeef0; }

.color-dbggreen {
  color: #9c9e3c !important; }

.background-dbggreen {
  background: #9c9e3c !important; }

.border-dbggreen {
  border: 1px solid #9c9e3c; }

.color-braun {
  color: #a69b8b !important; }

.background-braun {
  background: #a69b8b !important; }

.border-braun {
  border: 1px solid #a69b8b; }

.color-hellbraun {
  color: #ebe7e0 !important; }

.background-hellbraun {
  background: #ebe7e0 !important; }

.border-hellbraun {
  border: 1px solid #ebe7e0; }

.color-weinrot {
  color: #6b1c30 !important; }

.background-weinrot {
  background: #6b1c30 !important; }

.border-weinrot {
  border: 1px solid #6b1c30; }

.color-granatapfel {
  color: #bf334b !important; }

.background-granatapfel {
  background: #bf334b !important; }

.border-granatapfel {
  border: 1px solid #bf334b; }

.color-dark {
  color: #8a8a8a !important; }

.color-light {
  color: #e6e6e6 !important; }

.color-blue {
  color: #236cb7 !important; }

.color-green {
  color: #97bf0d !important; }

.color-orange {
  color: #f3ae47 !important; }

.color-red {
  color: #d65345 !important; }

.color-white {
  color: #fff !important; }

.color-black {
  color: #000 !important; }

.background-dark {
  background: #8a8a8a !important; }

.background-light {
  background: #e6e6e6 !important; }

.background-blue {
  background: #236cb7 !important; }

.background-green {
  background: #97bf0d !important; }

.background-orange {
  background: #f3ae47 !important; }

.background-red {
  background: #d65345 !important; }

.background-white {
  background: #fff !important; }

.background-black {
  background: #000 !important; }

.border-style-solid {
  border-style: solid !important; }

.border-style-dashed {
  border-style: dashed !important; }

.border-style-dotted {
  border-style: dotted !important; }

.border-width-1 {
  border-width: 1px !important; }

.border-width-2 {
  border-width: 2px !important; }

.border-width-3 {
  border-width: 3px !important; }

.border-top-none {
  border-top: 0 !important; }

.border-right-none {
  border-right: 0 !important; }

.border-bottom-none {
  border-bottom: 0 !important; }

.border-left-none {
  border-left: 0 !important; }

.border-dark {
  border: 1px solid #8a8a8a; }

.border-light {
  border: 1px solid #e6e6e6; }

.border-blue {
  border: 1px solid #236cb7; }

.border-green {
  border: 1px solid #97bf0d; }

.border-orange {
  border: 1px solid #f3ae47; }

.border-red {
  border: 1px solid #d65345; }

.border-white {
  border: 1px solid #fff; }

.border-black {
  border: 1px solid #000; }

.dbg-content {
  background: #edeef0;
  padding: 15px; }
  @media (min-width: 480px) {
    .dbg-content {
      padding: 20px; } }
  .dbg-content:last-child {
    padding-bottom: 40px; }

.crossselling-headline {
  padding-left: 45px; }

.dbg-crossselling-slider {
  padding: 0 44px;
  position: relative; }
  @media (min-width: 1232px) {
    .dbg-crossselling-slider {
      padding: 0 36px; } }
  .dbg-crossselling-slider .slick-track {
    display: flex; }
  .dbg-crossselling-slider .slick-slide {
    display: flex;
    height: auto;
    padding: 10px 2px; }
    @media (min-width: 1232px) {
      .dbg-crossselling-slider .slick-slide {
        padding: 10px; } }
  .dbg-crossselling-slider .item {
    background: #fff;
    display: inline-block;
    font-size: 0.9em;
    height: 100%;
    padding: 15px;
    width: 100%; }
    .dbg-crossselling-slider .item h4 {
      word-break: break-word;
      word-wrap: break-word; }
  .dbg-crossselling-slider .slick-next,
  .dbg-crossselling-slider .slick-prev {
    background: #f49b2a;
    bottom: 10px;
    cursor: pointer;
    height: auto;
    margin-top: 0;
    top: 10px;
    transform: none;
    width: 45px; }
    .dbg-crossselling-slider .slick-next:before,
    .dbg-crossselling-slider .slick-prev:before {
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      text-align: center;
      height: 24px;
      margin-top: -12px; }
    .dbg-crossselling-slider .slick-next:focus,
    .dbg-crossselling-slider .slick-prev:focus {
      background: #f49b2a; }
      .dbg-crossselling-slider .slick-next:focus:before,
      .dbg-crossselling-slider .slick-prev:focus:before {
        color: #fff; }
    .dbg-crossselling-slider .slick-next:active, .dbg-crossselling-slider .slick-next:hover,
    .dbg-crossselling-slider .slick-prev:active,
    .dbg-crossselling-slider .slick-prev:hover {
      background: #083e53; }
      .dbg-crossselling-slider .slick-next:active:before, .dbg-crossselling-slider .slick-next:hover:before,
      .dbg-crossselling-slider .slick-prev:active:before,
      .dbg-crossselling-slider .slick-prev:hover:before {
        color: #fff; }
  .dbg-crossselling-slider .slick-next {
    right: 0; }
  .dbg-crossselling-slider .slick-prev {
    left: 0; }

footer {
  background: #083e53;
  color: #fff;
  padding: 10px; }
  @media (min-width: 480px) {
    footer {
      padding: 15px 20px 80px; } }
  footer a:not(.btn) {
    margin-right: 15px;
    text-decoration: none; }
    footer a:not(.btn) i {
      margin-right: 5px; }
    footer a:not(.btn):hover {
      color: #fff; }
    footer a:not(.btn).float-right {
      margin-left: 15px;
      margin-right: 0; }
  footer .lower-footer {
    border-top: 1px solid #0a4f6a;
    margin-top: 15px; }
    @media (min-width: 768px) {
      footer .lower-footer .social-icons {
        text-align: right; } }
    footer .lower-footer .social-icons i {
      font-size: 26px;
      margin-right: 0; }
    footer .lower-footer .social-icons .printer {
      margin-right: 45px; }

select {
  appearance: none !important;
  background-color: #fff;
  background-image: url(../Images/select-sort.png) !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  border: 0;
  border-radius: 0;
  color: #f49b2a;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  letter-spacing: 3px;
  padding: 12px 20px;
  padding-right: 38px !important;
  text-transform: uppercase; }

input, textarea {
  border: 0;
  border-radius: 0;
  color: #083e53;
  font-size: 0.9em;
  padding: 12px 20px; }

.dbg-radio-check-group label {
  cursor: pointer;
  display: inline-block;
  margin: 10px 30px 10px 0; }

.dbg-radio {
  background: #fff;
  border-radius: 999px;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  margin-top: 1px;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .dbg-radio input {
    display: none !important; }
  .dbg-radio.dbg-radio-checked:before {
    background: #f49b2a;
    border-radius: 999px;
    content: '';
    height: 12px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 12px; }

.dbg-checkbox {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 20px;
  margin-right: 8px;
  margin-top: 1px;
  position: relative;
  vertical-align: top;
  width: 20px; }
  .dbg-checkbox input {
    display: none !important; }
  .dbg-checkbox.dbg-checkbox-checked:before {
    background: url("../Images/icons/check-icon.png") no-repeat;
    background-size: contain;
    border-radius: 999px;
    color: #f49b2a;
    content: '';
    height: 20px;
    left: 4px;
    position: absolute;
    top: -5px;
    width: 20px; }

.dbg-input-number {
  background: #fff;
  padding-right: 24px;
  position: relative; }
  .dbg-input-number input {
    border-right: 1px solid #e8e8eb;
    text-align: center;
    width: 100%; }
  .dbg-input-number .dbg-input-up,
  .dbg-input-number .dbg-input-down {
    color: #f49b2a;
    cursor: pointer;
    padding: 0 6px;
    position: absolute;
    right: 0;
    transition: color .2s ease-in-out; }
    .dbg-input-number .dbg-input-up:hover,
    .dbg-input-number .dbg-input-down:hover {
      color: #083e53; }
  .dbg-input-number .dbg-input-up {
    top: 0; }
  .dbg-input-number .dbg-input-down {
    bottom: 0; }

#header {
  background: #fff;
  position: relative;
  transform: translateZ(0);
  z-index: 100; }
  #header.nav-down {
    box-shadow: 0px 0px 12px -5px #000;
    position: fixed;
    top: 0;
    width: 100%; }
  #header.nav-down .regional-linkbar {
    border-bottom: 0; }
  #header .header-inner {
    padding: 10px 15px;
    position: relative; }
    @media (min-width: 480px) {
      #header .header-inner {
        padding: 20px; } }
  #header.uk-active {
    box-shadow: 0 -8px 15px 0 #000; }
  #header .dbg-logo {
    line-height: 0; }
  #header #basket-quantity {
    display: none; }
  #header .icon-wrap {
    color: #083e53;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-left: 6px;
    opacity: 1;
    padding: 0;
    position: relative;
    text-decoration: none;
    transition: all .2s ease-in;
    vertical-align: middle;
    transition: color .2s ease-in; }
    #header .icon-wrap.is--user {
      color: #f49b2a; }
    @media (min-width: 480px) {
      #header .icon-wrap {
        font-size: 26px;
        margin-left: 10px; } }
    @media (min-width: 768px) {
      #header .icon-wrap {
        font-size: 32px;
        margin-left: 0;
        margin-right: 15px; } }
    @media (min-width: 960px) {
      #header .icon-wrap {
        margin-left: 0;
        margin-right: 20px; } }
    #header .icon-wrap span {
      background: #f49b2a;
      border-radius: 999px;
      color: #fff !important;
      font-size: 10px;
      height: 16px;
      left: 1px;
      line-height: 1.4;
      padding-top: 2px;
      position: absolute;
      text-align: center;
      top: -12px;
      width: 16px; }
      @media (min-width: 480px) {
        #header .icon-wrap span {
          left: 4px; } }
      @media (min-width: 768px) {
        #header .icon-wrap span {
          height: 18px;
          left: 6px;
          width: 18px; } }
  #header .mobile-lower-header {
    border-top: 1px solid #e0e1e4;
    margin-top: 10px;
    padding-top: 10px; }

.regional-linkbar {
  background-color: #63A3c3;
  border-bottom: 20px solid #fff;
  color: #fff;
  display: block;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: .9em;
  margin: 0 auto 20px;
  max-width: 1400px;
  padding: 8px 11px 10px;
  text-align: right;
  text-decoration: none; }
  .regional-linkbar:hover {
    background: #083e53;
    color: #fff;
    transition: background-color .2s ease-in-out; }

#topbar {
  color: #8a8a8a;
  font-size: 15px;
  height: 30px;
  padding: 4px 15px; }
  @media (min-width: 480px) {
    #topbar {
      padding: 4px 20px; } }
  @media (min-width: 1460px) {
    #topbar {
      padding: 4px 0; } }
  #topbar a {
    color: #8a8a8a;
    margin: 0 2px;
    text-decoration: none;
    text-transform: uppercase; }
    #topbar a:before {
      content: '|';
      margin-right: 4px; }
    #topbar a:hover {
      color: #f49b2a; }
    #topbar a:first-child:before {
      display: none; }
    #topbar a.active {
      color: #083e53; }

.dbg-header-overlay {
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 83px;
  z-index: 100;
  padding: 1em; }
  @media (max-width: 1231px) {
    .dbg-header-overlay {
      padding-bottom: 50px; } }
  .dbg-header-overlay .dbg-header-overlay-close {
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: .5em; }
    @media (min-width: 960px) {
      .dbg-header-overlay .dbg-header-overlay-close {
        font-size: 36px; } }
  .dbg-header-overlay .dbg-header-overlay-menu {
    list-style-type: none;
    padding: 0; }
    .dbg-header-overlay .dbg-header-overlay-menu li {
      float: left;
      margin-right: 0;
      padding: 10px;
      width: 33.333%; }
      @media (min-width: 1232px) {
        .dbg-header-overlay .dbg-header-overlay-menu li {
          width: 20%; } }
      .dbg-header-overlay .dbg-header-overlay-menu li a,
      .dbg-header-overlay .dbg-header-overlay-menu li span {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        color: #fff;
        display: inline-block;
        font-family: "UniSansBold", Helvetica, Arial, sans-serif;
        letter-spacing: 2px;
        padding: 10px 0;
        text-transform: uppercase;
        transition: all .2s ease-in;
        width: 100%; }
        .dbg-header-overlay .dbg-header-overlay-menu li a:hover,
        .dbg-header-overlay .dbg-header-overlay-menu li span:hover {
          border-bottom: 1px solid #fff; }
      .dbg-header-overlay .dbg-header-overlay-menu li ul {
        display: block !important;
        padding: 0;
        position: static;
        width: 100%; }
        .dbg-header-overlay .dbg-header-overlay-menu li ul li {
          display: inline-block;
          padding: 0;
          width: 100%; }
          .dbg-header-overlay .dbg-header-overlay-menu li ul li a,
          .dbg-header-overlay .dbg-header-overlay-menu li ul li span {
            font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
            font-size: 0.9em;
            letter-spacing: normal;
            text-decoration: none;
            text-transform: none; }

:focus {
  outline: none !important; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

.text-decoration-none {
  text-decoration: none !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.display-table {
  display: table;
  height: 100%;
  width: 100%; }
  .display-table .display-middle {
    display: table-cell;
    vertical-align: middle; }

.clear {
  clear: both; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

[class*='uk-column-'] :first-child {
  margin-top: 0; }

.padding-xsmall {
  padding: .75em !important; }

.padding-small {
  padding: 1em !important; }

.padding-medium {
  padding: 1.5em !important; }

.padding-large {
  padding: 2em !important; }

.padding-xlarge {
  padding: 2.5em !important; }

.nopadding {
  padding: 0 !important; }

.nopadding-left {
  padding-left: 0 !important; }

.nopadding-right {
  padding-right: 0 !important; }

.nopadding-top {
  padding-top: 0 !important; }

.nopadding-bottom {
  padding-bottom: 0 !important; }

.margin-xsmall {
  margin: .75em !important; }

.margin-small {
  margin: 1em !important; }

.margin-medium {
  margin: 1.5em !important; }

.margin-large {
  margin: 2em !important; }

.margin-xlarge {
  margin: 2.5em !important; }

.nomargin {
  margin: 0 !important; }

.nomargin-left {
  margin-left: 0 !important; }

.nomargin-right {
  margin-right: 0 !important; }

.nomargin-top {
  margin-top: 0 !important; }

.nomargin-bottom {
  margin-bottom: 0 !important; }

.dbg-ul {
  list-style-type: none;
  padding: 0; }
  .dbg-ul li {
    padding-left: 20px;
    position: relative; }
    .dbg-ul li:before {
      color: #63A3c3;
      content: "";
      font-family: 'dbg-iconfont';
      font-size: 0.9em;
      left: 0;
      position: absolute;
      top: 1px; }
  .dbg-ul.dbg-ul-checked li:before {
    content: ""; }

.uk-modal-dialog {
  max-height: calc(100vh - 20px);
  overflow-y: auto; }

.uk-close:after {
  content: "" !important;
  font-family: 'dbg-iconfont' !important; }

#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  #nav ul li {
    display: inline-block;
    height: 100%;
    margin-right: 10px; }
    @media (min-width: 960px) {
      #nav ul li {
        margin-right: 20px; } }
    @media (min-width: 1232px) {
      #nav ul li {
        margin-right: 30px; } }
    #nav ul li.offcanvas-only {
      display: none; }
    #nav ul li a,
    #nav ul li span {
      color: #083e53;
      cursor: pointer;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif;
      font-size: 1.1em;
      letter-spacing: 2px;
      text-decoration: none;
      text-transform: uppercase; }
      #nav ul li a:hover,
      #nav ul li span:hover {
        color: #f49b2a; }
      #nav ul li a.opened, #nav ul li a.active,
      #nav ul li span.opened,
      #nav ul li span.active {
        border-bottom: 4px solid; }
    #nav ul li ul {
      background: #083e53;
      display: none;
      left: 0;
      padding: 10px;
      position: absolute;
      right: 0;
      top: 103px;
      z-index: 10; }
      @media (min-width: 1232px) {
        #nav ul li ul {
          top: 83px; } }
      #nav ul li ul a,
      #nav ul li ul span {
        color: #fff;
        cursor: pointer; }
      #nav ul li ul li {
        float: left;
        margin-right: 0;
        padding: 10px;
        width: 20%; }
        #nav ul li ul li a,
        #nav ul li ul li span {
          border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          display: inline-block;
          font-family: "UniSansBold", Helvetica, Arial, sans-serif;
          font-size: 1em;
          padding: 10px 0;
          width: 100%; }
          #nav ul li ul li a:hover,
          #nav ul li ul li span:hover {
            border-bottom: 1px solid #fff;
            color: #fff; }
        #nav ul li ul li ul {
          display: block !important;
          padding: 0;
          position: static;
          width: 100%; }
          #nav ul li ul li ul li {
            display: inline-block;
            padding: 0;
            width: 100%; }
            #nav ul li ul li ul li a,
            #nav ul li ul li ul li span {
              font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
              font-size: 15px;
              letter-spacing: normal;
              text-transform: none; }
            #nav ul li ul li ul li.Selected a,
            #nav ul li ul li ul li.Selected span {
              color: #f49b2a;
              border-bottom: 1px solid #f49b2a; }

@media (min-width: 959px) {
  #nav ul li ul li ul li ul {
    display: none !important; } }
.offcanvas-divider {
  border-top: 1px solid #c5c5cb; }

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  margin-left: 0 !important; }

.dbg-slider {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  position: relative; }
  .dbg-slider .slick-slide {
    position: relative; }
  .dbg-slider .dbg-slider-overlay {
    font-size: .75em;
    left: 15px;
    max-width: 55%;
    position: absolute;
    top: 15px; }
    @media (min-width: 480px) {
      .dbg-slider .dbg-slider-overlay {
        font-size: 1em;
        max-width: 65%;
        top: 20px;
        left: 20px; } }
    @media (min-width: 768px) {
      .dbg-slider .dbg-slider-overlay {
        left: 45px;
        top: 70px; } }
    @media (min-width: 1232px) {
      .dbg-slider .dbg-slider-overlay {
        left: 45px;
        top: 70px; } }
    @media (max-width: 320px) {
      .dbg-slider .dbg-slider-overlay {
        font-size: .7em;
        top: 15px;
        left: 15px; } }
    @media (max-width: 480px) {
      .dbg-slider .dbg-slider-overlay .btn {
        padding: 6px 12px; } }
    .dbg-slider .dbg-slider-overlay header {
      border-bottom: 5px solid #f49b2a;
      line-height: 1;
      margin-bottom: 10px;
      padding-bottom: 6px;
      display: inline-block; }
      @media (min-width: 960px) {
        .dbg-slider .dbg-slider-overlay header {
          border-bottom: 8px solid #f49b2a;
          margin-bottom: 20px;
          padding-bottom: 15px; } }
      @media (max-width: 320px) {
        .dbg-slider .dbg-slider-overlay header {
          margin-bottom: 0; } }
      .dbg-slider .dbg-slider-overlay header .dbg-slider-headline {
        font-family: "AlianzaSlab700", Georgia, sans-serif;
        font-size: 2em; }
        @media (min-width: 1232px) {
          .dbg-slider .dbg-slider-overlay header .dbg-slider-headline {
            font-size: 3em; } }
        @media (max-width: 480px) {
          .dbg-slider .dbg-slider-overlay header .dbg-slider-headline br {
            display: none; } }
        @media (max-width: 320px) {
          .dbg-slider .dbg-slider-overlay header .dbg-slider-headline br {
            display: block; } }
    .dbg-slider .dbg-slider-overlay.fallback-mode {
      max-width: none;
      right: 15px; }
      @media (min-width: 480px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode {
          right: 20px; } }
      @media (min-width: 768px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode {
          right: 45px; } }
      @media (min-width: 1232px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode {
          right: 45px; } }
      .dbg-slider .dbg-slider-overlay.fallback-mode .btn.btn-border:not(:hover) {
        background: #fff; }
      .dbg-slider .dbg-slider-overlay.fallback-mode .product-fallback-image {
        float: left;
        width: 30%;
        margin-left: 2%; }
      .dbg-slider .dbg-slider-overlay.fallback-mode .article-inner {
        float: left;
        width: 68%; }
      @media (min-width: 768px) {
        .dbg-slider .dbg-slider-overlay.fallback-mode .product-fallback-image {
          width: 36%; }
        .dbg-slider .dbg-slider-overlay.fallback-mode .article-inner {
          width: 62%; } }
  @media (min-width: 480px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay {
      left: 30px;
      top: 30px; } }
  @media (min-width: 768px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay {
      top: 30px;
      left: 30px; } }
  @media (min-width: 1232px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay {
      top: 70px;
      left: 45px; } }
  @media (max-width: 960px) {
    .dbg-slider.dbg-slider-shop .dbg-slider-overlay header {
      margin-bottom: 0; } }
  .dbg-slider.dbg-slider-shop .dbg-slider-shop-product {
    display: none;
    max-width: 450px; }
    @media (min-width: 641px) {
      .dbg-slider.dbg-slider-shop .dbg-slider-shop-product {
        display: block; } }

.slick-dots {
  bottom: 5px !important;
  margin: 0 !important;
  padding: 0 15px !important;
  text-align: left !important; }
  @media (min-width: 480px) {
    .slick-dots {
      bottom: 10px !important;
      padding: 0 10px !important; } }
  @media (min-width: 768px) {
    .slick-dots {
      bottom: 30px !important;
      padding: 0 30px !important; } }
  @media (min-width: 960px) {
    .slick-dots {
      bottom: 30px !important;
      padding: 0 30px !important; } }
  .slick-dots li {
    margin: 0 8px 0 0 !important;
    width: 16px !important;
    height: 16px !important; }
    @media (max-width: 480px) {
      .slick-dots li {
        width: 12px !important;
        height: 12px !important; } }
    .slick-dots li button {
      width: 16px !important;
      height: 16px !important; }
      @media (max-width: 480px) {
        .slick-dots li button {
          width: 12px !important;
          height: 12px !important; } }
      .slick-dots li button:before {
        border-radius: 999px;
        border: 2px solid #dfe1e4;
        content: '' !important;
        background: #fff !important;
        opacity: 1 !important;
        width: 16px !important;
        height: 16px !important; }
        @media (max-width: 480px) {
          .slick-dots li button:before {
            width: 12px !important;
            height: 12px !important; } }
    .slick-dots li.slick-active button:before {
      border: none !important;
      background: #f49b2a !important; }

.slick-prev,
.slick-next {
  height: 40px;
  margin-top: -20px;
  z-index: 1; }
  .slick-prev:before,
  .slick-next:before {
    color: #f49b2a;
    font-size: 40px; }

.slick-prev {
  left: 15px; }

.slick-next {
  right: 15px; }

.dbg-teaser {
  align-content: stretch;
  align-items: stretch;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px !important;
  overflow: hidden;
  position: relative; }
  .dbg-teaser h3 {
    font-size: 14px;
    letter-spacing: 2.4px;
    text-transform: uppercase; }
  .dbg-teaser h2 {
    margin-top: 15px; }
  .dbg-teaser img {
    display: inline-block;
    height: auto;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    vertical-align: middle; }
  .dbg-teaser__content {
    order: 1;
    padding: 10px 20px 15px;
    width: 50%; }
  .dbg-teaser__image {
    order: 2;
    text-align: right;
    width: 50%; }
  .dbg-teaser--buttonfix .btn {
    bottom: 15px;
    position: absolute; }
  .dbg-teaser--buttonfix .dbg-teaser__content {
    padding-bottom: 54px; }

.uk-width-medium-1-2 .dbg-teaser,
.uk-width-large-1-4 .dbg-teaser {
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  .uk-width-medium-1-2 .dbg-teaser h3,
  .uk-width-large-1-4 .dbg-teaser h3 {
    left: 20px;
    position: absolute;
    top: 10px; }
  .uk-width-medium-1-2 .dbg-teaser__content,
  .uk-width-large-1-4 .dbg-teaser__content {
    order: 2;
    width: 100%; }
  .uk-width-medium-1-2 .dbg-teaser__image,
  .uk-width-large-1-4 .dbg-teaser__image {
    order: 1;
    text-align: left;
    width: 100%; }

@media (max-width: 480px) {
  .dbg-teaser {
    flex-wrap: wrap; }
    .dbg-teaser__content {
      order: 2;
      width: 100%; }
    .dbg-teaser__image {
      order: 1;
      text-align: center;
      width: 100%; } }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #083e53;
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility; }
  @media (min-width: 480px) {
    body {
      font-size: 16px; } }
  @media (min-width: 960px) {
    body {
      font-size: 16px; } }

hr {
  border: 0;
  border-top: 1px solid #c5c6cc;
  margin-top: 30px;
  padding-top: 30px; }

img {
  max-width: 100%; }

a {
  color: #f49b2a;
  transition: color .2s ease-in-out; }
  a * {
    color: inherit !important; }
  a:hover {
    color: #083e53; }
  a:active {
    color: #f49b2a; }

strong {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

h1,
.h1 {
  font-family: "AlianzaSlab700", Georgia, sans-serif !important;
  font-size: 2.2em; }
  h1 strong,
  .h1 strong {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-weight: normal; }

h2,
.h2 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 2em; }

h3,
.h3 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.6em; }

h4,
.h4 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.3125em; }

h5,
.h5 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1.2em; }

h6,
.h6 {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif;
  font-size: 1em; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #083e53;
  font-weight: normal;
  line-height: 1.2;
  margin: .5em 0; }

blockquote {
  font-size: 1.2em;
  font-style: italic;
  padding-left: 30px;
  position: relative; }
  blockquote:before {
    content: "";
    font-family: 'dbg-iconfont';
    left: 0;
    position: absolute;
    top: 0; }

.font-family-UniSansRegular {
  font-family: "UniSansRegular", Helvetica, Arial, sans-serif !important; }

.font-family-UniSansBold {
  font-family: "UniSansBold", Helvetica, Arial, sans-serif !important; }

.font-family-AlianzaSlabRegular {
  font-family: "AlianzaSlab200", Georgia, sans-serif !important; }

.font-family-AlianzaSlabBold {
  font-family: "AlianzaSlab700", Georgia, sans-serif !important; }

.font-family-AlianzaItalic {
  font-family: "AlianzaItalic200", Georgia, sans-serif !important; }

.font-weight-light {
  font-weight: 300; }

.font-weight-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: 600; }

.text-big,
big {
  font-size: 1.25em; }

.text-default {
  font-size: 1em !important; }

.text-small,
small {
  font-size: 0.9em; }

.transform-none {
  text-transform: none; }

.transform-uppercase {
  text-transform: uppercase; }

.transform-lowercase {
  text-transform: lowercase; }

.letter-spacing-none {
  letter-spacing: normal; }

.letter-spacing {
  letter-spacing: 2px; }

.letter-spacing-big {
  letter-spacing: 3px; }

.hidden-text {
  height: 1px;
  overflow: hidden;
  position: absolute;
  text-indent: -10000px;
  width: 1px; }

.dbg-wood-background {
  background-image: url("../Images/wood-background.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover; }

#wrapper {
  background: #fff; }

#scrolltop {
  background: #f49b2a;
  bottom: 195px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  height: 50px;
  padding-top: 2px;
  position: fixed;
  right: 10px;
  text-align: center;
  width: 50px;
  z-index: 10; }
  @media (max-width: 959px) {
    #scrolltop {
      bottom: 0;
      display: block !important;
      opacity: 1 !important;
      position: relative;
      right: 0;
      width: 100%; } }

.cc_btn {
  background-color: #f49b2a !important;
  border-radius: 0 !important;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "UniSansBold", Helvetica, Arial, sans-serif !important;
  font-size: 0.85em !important;
  letter-spacing: 2.4px !important;
  line-height: 1 !important;
  font-weight: normal !important;
  padding: 14px 22px !important; }

.cc_message {
  margin-top: .75em !important; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }

.hamburger-box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #083e53;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -7px; }
  .hamburger-inner::after {
    bottom: -7px; }

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -7px, 0) rotate(-45deg); }

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-270deg);
    transition-delay: 0.1s; }

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 7px;
    transition: opacity 0.15s 0.4s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 14px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(270deg);
    transition-delay: 0.1s; }

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 7px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 14px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(-90deg); }

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 7px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 14px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 7px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -5px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -14px, 0) rotate(90deg); }

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.15s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 7px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 7px, 0) rotate(-45deg); }

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -14px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -7px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../Images/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "dbg-iconfont";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "dbg-iconfont";
        font-size: 40px;
        line-height: 20px;
        text-align: center;
        color: #f49b2a;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #f49b2a;
      opacity: 1; }

.dbg-slider,
.dbg-main-image {
  display: none; }
  .dbg-slider.slick-initialized,
  .dbg-main-image.slick-initialized {
    display: block; }

.slick-prev:before,
.slick-next:before {
  transition: color .2s ease-in-out; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
  outline: none; }
  .slick-prev:hover:before, .slick-prev:focus:before,
  .slick-next:hover:before,
  .slick-next:focus:before {
    color: #083e53; }

.lg-outer .lg-thumb {
  margin: 0 auto !important; }
.lg-outer .lg-thumb-item {
  border-radius: 0; }

@font-face {
  font-family: 'lg';
  src: url("../Fonts/LightGallery//lg.eot?n1z373");
  src: url("../Fonts/LightGallery//lg.eot?#iefixn1z373") format("embedded-opentype"), url("../Fonts/LightGallery//lg.woff?n1z373") format("woff"), url("../Fonts/LightGallery//lg.ttf?n1z373") format("truetype"), url("../Fonts/LightGallery//lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: #f49b2a;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }
.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\e095"; }
.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\e094"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }
@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\e070"; }
  .lg-toolbar .lg-download:after {
    content: "\e0f2"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #f49b2a; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%; }
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 0 0 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer; }
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../Images/LightGallery//vimeo-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../Images/LightGallery//vimeo-play.png") no-repeat scroll 0 -58px transparent; }
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../Images/LightGallery//video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../Images/LightGallery//youtube-play.png") no-repeat scroll 0 0 transparent; }
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../Images/LightGallery//youtube-play.png") no-repeat scroll 0 -60px transparent; }
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #f49b2a;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\e01d"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\e311"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\e033"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\e312"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\e20c"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"; }

.group {
  *zoom: 1; }

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0; }

.group:after {
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: url("../Images/LightGallery//loading.gif") no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 1060; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 0.9; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }
.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, border, -moz-transform;
  -ms-transition-property: top, right, bottom, left, border, -ms-transform;
  -o-transition-property: top, right, bottom, left, border, -o-transform;
  transition-property: top, right, bottom, left, border, transform; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list * {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-shadow: none; }
.mm-list a,
.mm-list a:hover {
  text-decoration: none; }
.mm-list > li {
  position: relative; }
  .mm-list > li > a,
  .mm-list > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto; }
.mm-list a.mm-subopen {
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  .mm-list a.mm-subopen::before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .mm-list a.mm-subopen.mm-fullsubopen {
    width: 100%; }
    .mm-list a.mm-subopen.mm-fullsubopen:before {
      border-left: none; }
  .mm-list a.mm-subopen + a,
  .mm-list a.mm-subopen + span {
    padding-right: 5px;
    margin-right: 40px; }
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent; }
.mm-list > li.mm-selected > a.mm-fullsubopen + a,
.mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0; }
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px; }
.mm-list > li.mm-label {
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }
.mm-list a.mm-subopen:after,
.mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 7px;
  height: 7px;
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px; }
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

em.mm-counter {
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%; }
  em.mm-counter + a.mm-subopen {
    padding-left: 40px; }
    em.mm-counter + a.mm-subopen + a,
    em.mm-counter + a.mm-subopen + span {
      padding-right: 80px; }
  em.mm-counter + a.mm-fullsubopen {
    padding-left: 0; }

.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-vertical li.mm-selected > em.mm-counter + a.mm-subopen + span {
  margin-right: 75px; }

.mm-nosubresults > em.mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

.mm-header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-shadow: none;
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  width: 100%;
  height: 60px;
  padding: 30px 40px 0 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0; }
  .mm-header span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1; }
  .mm-header a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
    width: 40px;
    height: 100%;
    position: absolute;
    bottom: 0; }
    .mm-header a:before {
      content: '';
      border: 2px solid transparent;
      display: block;
      width: 7px;
      height: 7px;
      margin-bottom: -5px;
      position: absolute;
      bottom: 50%;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      margin-bottom: -15px; }
    .mm-header a.mm-prev {
      left: 0; }
      .mm-header a.mm-prev:before {
        border-right: none;
        border-bottom: none;
        left: 22px; }
    .mm-header a.mm-next {
      right: 0; }
      .mm-header a.mm-next:before {
        border-top: none;
        border-left: none;
        right: 18px; }

.mm-hassearch .mm-header {
  height: 50px;
  padding-top: 20px;
  top: 50px; }
  .mm-hassearch .mm-header a:before {
    margin-bottom: -10px; }

.mm-menu.mm-hasheader li.mm-subtitle {
  display: none; }
.mm-menu.mm-hasheader .mm-panel {
  padding-top: 80px; }
.mm-menu.mm-hasheader.mm-hassearch .mm-panel {
  padding-top: 120px; }
.mm-menu.mm-hasheader.mm-ismenu .mm-panel {
  padding-top: 60px; }
.mm-menu.mm-hasheader.mm-ismenu.mm-hassearch .mm-panel {
  padding-top: 100px; }

.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.mm-search {
  background: inherit;
  width: 100%;
  height: 50px;
  padding: 10px;
  position: relative;
  top: 0;
  z-index: 2; }
  .mm-search input {
    -webkit-text-size-adjust: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-shadow: none;
    border: none;
    border-radius: 15px;
    line-height: 30px;
    outline: none;
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0 10px; }

.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none; }
  .mm-menu li.mm-nosubresults > a.mm-subopen + a,
  .mm-menu li.mm-nosubresults > a.mm-subopen + span {
    padding-right: 10px; }
.mm-menu li.mm-noresults {
  text-align: center;
  font-size: 20px;
  display: none;
  padding-top: 80px; }
  .mm-menu li.mm-noresults:after {
    border: none; }
.mm-menu.mm-noresults li.mm-noresults {
  display: block; }
.mm-menu.mm-hassearch .mm-panel {
  padding-top: 60px; }

.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

html.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  left: 100%; }

.mm-menu.mm-fullscreen {
  width: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen {
    width: 140px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen {
    width: 10000px; }

  html.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    left: 10000px; } }
.mm-menu.mm-top.mm-fullscreen {
  height: 100%; }

html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: 100%; }
html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen {
    height: 10000px; }

  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: 10000px; }
  html.mm-top.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: -10000px; } }
.mm-menu.mm-right.mm-fullscreen {
  width: 100%; }

html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  right: 100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen {
    width: 10000px; }

  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    right: 10000px; } }
.mm-menu.mm-bottom.mm-fullscreen {
  height: 100%; }

html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
  bottom: 100%; }
html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen {
    height: 10000px; }

  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-page,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-bottom {
    bottom: 10000px; }
  html.mm-bottom.mm-opened.mm-opening.mm-fullscreen .mm-fixed-top {
    top: -10000px; } }
.mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
  left: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-fullscreen.mm-front, .mm-menu.mm-fullscreen.mm-next {
    left: -10000px; } }
.mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
  top: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-top.mm-fullscreen.mm-front, .mm-menu.mm-top.mm-fullscreen.mm-next {
    top: -10000px; } }
.mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
  right: -100%; }

@media all and (max-width: 140px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -140px; } }
@media all and (min-width: 10000px) {
  .mm-menu.mm-right.mm-fullscreen.mm-front, .mm-menu.mm-right.mm-fullscreen.mm-next {
    right: -10000px; } }
.mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
  bottom: -100%; }

@media all and (max-height: 140px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -140px; } }
@media all and (min-height: 10000px) {
  .mm-menu.mm-bottom.mm-fullscreen.mm-front, .mm-menu.mm-bottom.mm-fullscreen.mm-next {
    bottom: -10000px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important; }

/*
	The CSS rules in this file should force all transitions for the menu into hardware acceleration.
	Unfortunately, this is really buggy in different browsers.
	Use with caution and test thoroughly!
*/
html.mm-accelerated.mm-opened .mm-page,
html.mm-accelerated.mm-opened #mm-blocker,
html.mm-accelerated.mm-opened .mm-menu.mm-front,
html.mm-accelerated.mm-opened .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0px);
  -moz-transform: translate3d(0, 0, 0px);
  -ms-transform: translate3d(0, 0, 0px);
  -o-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px); }
html.mm-accelerated.mm-opened.mm-opening .mm-page,
html.mm-accelerated.mm-opened.mm-opening #mm-blocker,
html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-front,
html.mm-accelerated.mm-opened.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 1px);
  -moz-transform: translate3d(0, 0, 1px);
  -ms-transform: translate3d(0, 0, 1px);
  -o-transform: translate3d(0, 0, 1px);
  transform: translate3d(0, 0, 1px); }
html.mm-accelerated .mm-menu.mm-horizontal .mm-panel {
  -webkit-transform: translate3d(0, 0, 0px);
  -moz-transform: translate3d(0, 0, 0px);
  -ms-transform: translate3d(0, 0, 0px);
  -o-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px); }
  html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened {
    -webkit-transform: translate3d(0, 0, 1px);
    -moz-transform: translate3d(0, 0, 1px);
    -ms-transform: translate3d(0, 0, 1px);
    -o-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px); }
    html.mm-accelerated .mm-menu.mm-horizontal .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: translate3d(0, 0, 2px);
      -moz-transform: translate3d(0, 0, 2px);
      -ms-transform: translate3d(0, 0, 2px);
      -o-transform: translate3d(0, 0, 2px);
      transform: translate3d(0, 0, 2px); }

.mm-menu.mm-top {
  width: 100%; }

html.mm-top.mm-opened .mm-page,
html.mm-top.mm-opened #mm-blocker {
  top: 0%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top,
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  left: 0; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

html.mm-right.mm-opened .mm-page,
html.mm-right.mm-opened #mm-blocker,
html.mm-right.mm-opened .mm-fixed-top,
html.mm-right.mm-opened .mm-fixed-bottom {
  left: auto;
  right: 0%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  left: auto; }

.mm-menu.mm-bottom {
  width: 100%;
  top: auto;
  bottom: 0; }

html.mm-bottom.mm-opened .mm-page,
html.mm-bottom.mm-opened #mm-blocker {
  bottom: 0%;
  top: auto; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  top: auto;
  left: 0; }

.mm-menu.mm-top {
  height: 80%; }

html.mm-top.mm-opened.mm-opening .mm-page,
html.mm-top.mm-opened.mm-opening #mm-blocker,
html.mm-top.mm-opened.mm-opening .mm-fixed-top {
  top: 80%; }
html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top {
    height: 140px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 140px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top {
    height: 880px; }

  html.mm-top.mm-opened.mm-opening .mm-page,
  html.mm-top.mm-opened.mm-opening #mm-blocker,
  html.mm-top.mm-opened.mm-opening .mm-fixed-top {
    top: 880px; }
  html.mm-top.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: -880px; } }
.mm-menu.mm-right {
  width: 80%; }

html.mm-right.mm-opened.mm-opening .mm-page,
html.mm-right.mm-opened.mm-opening #mm-blocker,
html.mm-right.mm-opened.mm-opening .mm-fixed-top,
html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
  right: 80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right {
    width: 140px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right {
    width: 440px; }

  html.mm-right.mm-opened.mm-opening .mm-page,
  html.mm-right.mm-opened.mm-opening #mm-blocker,
  html.mm-right.mm-opened.mm-opening .mm-fixed-top,
  html.mm-right.mm-opened.mm-opening .mm-fixed-bottom {
    right: 440px; } }
.mm-menu.mm-bottom {
  height: 80%; }

html.mm-bottom.mm-opened.mm-opening .mm-page,
html.mm-bottom.mm-opened.mm-opening #mm-blocker,
html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
  bottom: 80%; }
html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom {
    height: 140px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 140px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom {
    height: 880px; }

  html.mm-bottom.mm-opened.mm-opening .mm-page,
  html.mm-bottom.mm-opened.mm-opening #mm-blocker,
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom {
    bottom: 880px; }
  html.mm-bottom.mm-opened.mm-opening .mm-fixed-top {
    top: -880px; } }
html.mm-front.mm-opened .mm-page {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important; }

.mm-menu.mm-front,
.mm-menu.mm-next {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, -webkit-transform;
  -moz-transition-property: top, right, bottom, left, -moz-transform;
  -ms-transition-property: top, right, bottom, left, -o-transform;
  -o-transition-property: top, right, bottom, left, -o-transform;
  transition-property: top, right, bottom, left, transform; }

html.mm-front .mm-page,
html.mm-front #mm-blocker {
  z-index: 0; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  left: 0%; }

.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  left: 0; }

html.mm-opening .mm-menu.mm-top.mm-front, html.mm-opening .mm-menu.mm-top.mm-next {
  left: 0;
  top: 0%; }

.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  left: auto; }

html.mm-opening .mm-menu.mm-right.mm-front, html.mm-opening .mm-menu.mm-right.mm-next {
  left: auto;
  right: 0%; }

.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  top: auto;
  left: 0; }

html.mm-opening .mm-menu.mm-bottom.mm-front, html.mm-opening .mm-menu.mm-bottom.mm-next {
  left: 0;
  bottom: 0%; }

.mm-menu.mm-front, .mm-menu.mm-next {
  left: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-front, .mm-menu.mm-next {
    left: -440px; } }
.mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
  top: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-top.mm-front, .mm-menu.mm-top.mm-next {
    top: -880px; } }
.mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
  right: -80%; }

@media all and (max-width: 175px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -140px; } }
@media all and (min-width: 550px) {
  .mm-menu.mm-right.mm-front, .mm-menu.mm-right.mm-next {
    right: -440px; } }
.mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
  bottom: -80%; }

@media all and (max-height: 175px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -140px; } }
@media all and (min-height: 1100px) {
  .mm-menu.mm-bottom.mm-front, .mm-menu.mm-bottom.mm-next {
    bottom: -880px; } }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  left: 0;
  right: auto; }
html.mm-opened.mm-front .mm-fixed-top,
html.mm-opened.mm-opening.mm-front .mm-fixed-top {
  top: 0; }
html.mm-opened.mm-front .mm-fixed-bottom,
html.mm-opened.mm-opening.mm-front .mm-fixed-bottom {
  bottom: 0; }

html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: #fff; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: #000; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
  transform: translateX(-40%); }
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(40%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  transform: translateX(40%); }
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%); }
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%); }
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%); }

html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  -moz-transition: -moz-transform 0.4s ease;
  -o-transition: -o-transform 0.4s ease;
  transition: transform 0.4s ease; }
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-40%);
  -moz-transform: scale(0.7, 0.7) translateX(-40%);
  -ms-transform: scale(0.7, 0.7) translateX(-40%);
  -o-transform: scale(0.7, 0.7) translateX(-40%);
  transform: scale(0.7, 0.7) translateX(-40%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(40%);
  -moz-transform: scale(0.7, 0.7) translateX(40%);
  -ms-transform: scale(0.7, 0.7) translateX(40%);
  -o-transform: scale(0.7, 0.7) translateX(40%);
  transform: scale(0.7, 0.7) translateX(40%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%); }
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-40%);
  -moz-transform: scale(0.7, 0.7) translateY(-40%);
  -ms-transform: scale(0.7, 0.7) translateY(-40%);
  -o-transform: scale(0.7, 0.7) translateY(-40%);
  transform: scale(0.7, 0.7) translateY(-40%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(40%);
  -moz-transform: scale(0.7, 0.7) translateY(40%);
  -ms-transform: scale(0.7, 0.7) translateY(40%);
  -o-transform: scale(0.7, 0.7) translateY(40%);
  transform: scale(0.7, 0.7) translateY(40%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%); }

html.mm-zoom-page.mm-opened .mm-page {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
html.mm-zoom-page.mm-opening .mm-page {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5); }
html.mm-zoom-page.mm-right.mm-opened .mm-page {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
html.mm-zoom-page.mm-top.mm-opened .mm-page {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top; }
html.mm-zoom-page.mm-bottom.mm-opened .mm-page {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

html.mm-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
  html.mm-zoom-panels .mm-panel.mm-opened {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
    html.mm-zoom-panels .mm-panel.mm-opened.mm-subopened {
      -webkit-transform: scale(0.7, 0.7);
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -o-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }

.mm-ismenu {
  background: #083e53; }

#topbar .dbg-overlay-trigger {
  text-transform: none; }

.lg-video {
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important; }

@media (max-width: 480px) {
  .lg-video-cont {
    height: 100% !important; }

  .lg-outer .lg-video {
    height: 100% !important;
    padding-bottom: 0 !important; }

  .lg-outer .lg-video-cont {
    padding: 57px 2% 2% !important; } }
.bible-text-container {
  background-color: #fff;
  padding: 45px 36px; }

.bible-text {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
  padding-right: 16%;
  position: relative; }
  .bible-text strong {
    font-family: Arial, sans-serif;
    font-weight: bold; }
  .bible-text .location {
    list-style-type: none;
    margin: 0 0 5px;
    padding: 0; }
  .bible-text .name {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: 1.5625rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase; }
  .bible-text .scripture {
    display: none; }
  .bible-text h1 {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif !important;
    font-size: 1.125rem;
    letter-spacing: 1px;
    margin: 30px 0;
    text-transform: none; }
  .bible-text h2 {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1rem;
    margin: 20px 0 10px; }
  .bible-text h3 {
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1rem;
    margin: 15px 0 10px; }
  .bible-text .chapter {
    display: inline-block;
    font-family: "AlianzaSlab700", Georgia, sans-serif;
    font-size: 1.5625rem;
    padding-right: 5px; }
  .bible-text .verse {
    color: #63A3c3;
    font-size: .875rem;
    font-weight: bold;
    position: relative;
    top: -1px; }
  .bible-text p {
    display: inline; }
  .bible-text .linebreak:first-of-type {
    height: 0; }
  .bible-text .fussnote,
  .bible-text .annotation {
    display: none; }
  .bible-text .sachwort {
    background: #63A3c3 url("../Images/bible-sachwort-icon.png") 50% 50% no-repeat;
    border-radius: 50%;
    color: transparent;
    display: inline-block;
    height: 15px;
    margin-left: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 2px;
    transition: all 200ms linear;
    width: 15px; }
    .bible-text .sachwort:hover {
      background-color: #f49b2a; }
  .bible-text blockquote {
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-style: normal;
    line-height: 1.375rem;
    padding-left: 0; }
    .bible-text blockquote::before, .bible-text blockquote::after {
      content: ''; }
    .bible-text blockquote blockquote {
      margin: 0;
      padding: 0; }
  .bible-text .highlight {
    background-color: #edeef0;
    padding: 5px; }
  .bible-text .name-of-deity {
    text-transform: uppercase; }

.lexicon .bible-text .sachwort,
.themeregister .bible-text .sachwort {
  background: none;
  color: #f49b2a;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  top: 0;
  width: auto; }
  .lexicon .bible-text .sachwort:hover,
  .themeregister .bible-text .sachwort:hover {
    color: #083e53; }

.bibelmodul .errorbox {
  background: #fff;
  padding: 13px 20px; }

@media (max-width: 480px) {
  .bible-text-container {
    padding: 20px 15px; }

  .bible-text {
    padding-right: 0; }
    .bible-text p {
      font-size: .875rem; }
    .bible-text .name {
      font-size: 1rem; }
    .bible-text .chapter {
      font-size: 1.25rem; } }
@media (min-width: 768px) and (max-width: 959px) {
  .bible-text {
    padding-right: 0; } }
.bible-annotation {
  color: #969696;
  font-size: .75rem;
  margin: 30px 0; }
  .bible-annotation em {
    display: inline-block;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-style: normal;
    letter-spacing: 2px;
    margin-right: 5px;
    text-transform: uppercase; }

.bible-navigation {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative; }
  .bible-navigation__title {
    color: #969696;
    font-family: "UniSansBold", Helvetica, Arial, sans-serif;
    font-size: .6875rem; }
  .bible-navigation__location {
    background-color: #fff;
    color: #f49b2a;
    cursor: pointer;
    font-size: .625rem;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 10px 20px 8px 32px;
    position: relative;
    text-transform: uppercase; }
    .bible-navigation__location strong {
      display: block;
      font-family: "UniSansBold", Helvetica, Arial, sans-serif;
      font-size: .9375rem; }
    .bible-navigation__location::after {
      background-color: #f49b2a;
      content: '';
      height: 100%;
      left: 25px;
      position: absolute;
      top: 0;
      width: 1px; }
    .bible-navigation__location::before {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgMTEgNiI+PHBhdGggZmlsbD0iI0Y1OUMyQiIgZD0iTTAgLjQ3M0MwIC4zNTMuMDQ3LjIzMy4xNDMuMTRjLjE5LS4xODYuNS0uMTg2LjY5IDBMNS41IDQuNjYgMTAuMTcuMTRjLjE5LS4xODYuNS0uMTg2LjY5IDBzLjE5LjQ4MyAwIC42NjdMNS41IDYgLjE0NC44MDdDLjA0Ny43MTUgMCAuNTk0IDAgLjQ3M3oiLz48L3N2Zz4=");
      color: #f49b2a;
      content: '';
      height: 6px;
      left: 7px;
      margin-top: -3px;
      position: absolute;
      top: 50%;
      transition: all 50ms linear;
      width: 11px; }
    .bible-navigation__location.is-toggled::before {
      transform: rotate(180deg); }
  .bible-navigation__popup {
    background: #f49b2a;
    color: #fff;
    display: none;
    padding: 25px 15px 35px;
    position: absolute;
    width: 100%;
    z-index: 10; }
    .bible-navigation__popup.is-open {
      display: block; }
  .bible-navigation__input a {
    padding: 0 3px;
    text-decoration: none; }
  .bible-navigation__input select,
  .bible-navigation__input input {
    display: inline-block;
    margin: 0; }
  .bible-navigation__input div {
    color: #969696;
    font-size: .9375rem;
    margin-bottom: 9px; }
  .bible-navigation__input--fixed {
    width: 110px; }
  .bible-navigation__input--select {
    position: relative; }
    .bible-navigation__input--select select {
      cursor: pointer;
      line-height: 1.5;
      padding: 13px 20px;
      width: 100%; }
    .bible-navigation__input--select::after {
      border: solid 11px transparent;
      border-top-color: #fff;
      bottom: -22px;
      content: '';
      height: 0;
      margin-right: -6px;
      pointer-events: none;
      position: absolute;
      right: 50%;
      width: 0; }
  .bible-navigation__input--search {
    font-size: 0;
    position: relative;
    vertical-align: top; }
    .bible-navigation__input--search::before {
      background-color: #c5c6cc;
      bottom: -10px;
      content: '';
      height: 120%;
      left: 9px;
      position: absolute;
      width: 1px; }
    .bible-navigation__input--search input {
      display: inline-block;
      font-family: "UniSansRegular", Helvetica, Arial, sans-serif;
      font-size: .85rem;
      height: 47px;
      line-height: 1.5;
      padding-bottom: 12px;
      vertical-align: bottom;
      width: 100%; }
    .bible-navigation__input--search button {
      background: #f49b2a url("../Images/bible-navigation-search-submit.png") 50% 50% no-repeat;
      border: 4px solid #f49b2a;
      bottom: 0;
      box-shadow: 0 0 0 10px #edeef0;
      color: #fff;
      cursor: pointer;
      display: inline-block;
      font: 0/0 a;
      height: 47px;
      line-height: 1.5;
      margin-left: 10px;
      position: absolute;
      right: 0;
      transition: all 0.2s ease-in;
      vertical-align: top;
      width: 47px; }
    .bible-navigation__input--search button:hover {
      background-color: #fff;
      background-image: url("../Images/bible-navigation-search-submit-hover.png");
      border-color: #f49b2a; }

.bible-navigation--mobile {
  margin-bottom: 0;
  margin-top: 20px; }
  .bible-navigation--mobile .bible-navigation__input {
    margin-bottom: 15px; }
    .bible-navigation--mobile .bible-navigation__input div {
      color: #fff;
      font-family: "AlianzaSlab700", Georgia, sans-serif;
      font-size: .6875rem;
      margin-bottom: 0;
      padding-bottom: 2px; }
    .bible-navigation--mobile .bible-navigation__input--search input {
      width: 100%; }
    .bible-navigation--mobile .bible-navigation__input--search::before {
      display: none; }

.bible-navigation--simple {
  margin-bottom: 0;
  margin-top: 45px; }
  .bible-navigation--simple .btn {
    margin-right: 15px; }

.bible-header {
  overflow: hidden; }

.bible-intro {
  background-position: 95% 5%;
  background-repeat: no-repeat;
  min-height: 240px;
  overflow: hidden;
  position: relative; }
  .bible-intro::after {
    background: #c5c6cc;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10; }
  .bible-intro h1 {
    font-family: "UniSansBold", Helvetica, Arial, sans-serif !important;
    font-size: 2.1875rem;
    letter-spacing: 4px;
    padding-left: 270px;
    position: relative;
    text-transform: uppercase;
    z-index: 1; }
  .bible-intro p {
    font-size: 1rem;
    max-width: 75%;
    padding-left: 270px;
    position: relative;
    z-index: 1; }
  .bible-intro .bible-cover {
    height: 412px;
    left: 0;
    position: absolute;
    top: -60px;
    width: 243px;
    z-index: 0; }

@media (max-width: 768px) {
  .bible-intro {
    background-image: none !important; }
    .bible-intro h1,
    .bible-intro p {
      padding-left: 0; }
    .bible-intro p {
      max-width: 90%; }
    .bible-intro .bible-cover {
      display: none; } }
@media (max-width: 480px) {
  .bible-intro {
    background-image: none !important;
    min-height: 100%;
    padding-bottom: 20px; }
    .bible-intro h1 {
      font-size: 1.25rem;
      letter-spacing: 1px; }
    .bible-intro p {
      font-size: .875rem;
      max-width: 100%; }

  .lg-video-cont {
    height: 70%;
    max-width: 100% !important; }
    .lg-video-cont .lg-video {
      height: 100%;
      -webkit-overflow-scrolling: touch;
      overflow-y: scroll;
      padding-bottom: 0; } }
.dummy-socialshare {
  display: block;
  margin: 30px 0; }

body {
  background-color: #fff; }

/* Transform modifiers
 ========================================================================== */
.uk-text-capitalize {
  text-transform: capitalize !important; }

.uk-text-lowercase {
  text-transform: lowercase !important; }

.uk-text-uppercase {
  text-transform: uppercase !important; }

.uk-container {
  margin: 0 auto; }
