/* Minification failed. Returning unminified contents.
(25844,33): run-time error CSS1030: Expected identifier, found '.'
(25844,51): run-time error CSS1031: Expected selector, found ')'
(25844,51): run-time error CSS1025: Expected comma or open brace, found ')'
(26268,41): run-time error CSS1030: Expected identifier, found '.'
(26268,50): run-time error CSS1031: Expected selector, found ')'
(26268,50): run-time error CSS1025: Expected comma or open brace, found ')'
(29597,23): run-time error CSS1030: Expected identifier, found '-'
(29597,23): run-time error CSS1031: Expected selector, found '-'
(29597,23): run-time error CSS1025: Expected comma or open brace, found '-'
(29601,23): run-time error CSS1030: Expected identifier, found '-'
(29601,23): run-time error CSS1031: Expected selector, found '-'
(29601,23): run-time error CSS1025: Expected comma or open brace, found '-'
(29605,23): run-time error CSS1030: Expected identifier, found '-'
(29605,23): run-time error CSS1031: Expected selector, found '-'
(29605,23): run-time error CSS1025: Expected comma or open brace, found '-'
(29836,23): run-time error CSS1030: Expected identifier, found '.'
(29836,40): run-time error CSS1031: Expected selector, found ')'
(29836,40): run-time error CSS1025: Expected comma or open brace, found ')'
(29873,32): run-time error CSS1030: Expected identifier, found '-'
(29873,32): run-time error CSS1031: Expected selector, found '-'
(29873,32): run-time error CSS1025: Expected comma or open brace, found '-'
(29879,32): run-time error CSS1030: Expected identifier, found '-'
(29879,32): run-time error CSS1031: Expected selector, found '-'
(29879,32): run-time error CSS1025: Expected comma or open brace, found '-'
(39022,42): run-time error CSS1055: Expected media-query expression, found 'screen'
 */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}

.d-none {
  display: none !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: .25rem !important;
}

.mt-1,
.my-1 {
  margin-top: .25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}

.m-2 {
  margin: .5rem !important;
}

.mt-2,
.my-2 {
  margin-top: .5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: .25rem !important;
}

.pt-1,
.py-1 {
  padding-top: .25rem !important;
}

.pr-1,
.px-1 {
  padding-right: .25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}

.pl-1,
.px-1 {
  padding-left: .25rem !important;
}

.p-2 {
  padding: .5rem !important;
}

.pt-2,
.py-2 {
  padding-top: .5rem !important;
}

.pr-2,
.px-2 {
  padding-right: .5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}

.pl-2,
.px-2 {
  padding-left: .5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: .25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }

  .m-sm-2 {
    margin: .5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: .25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }

  .p-sm-2 {
    padding: .5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: .25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }

  .m-md-2 {
    margin: .5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: .25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }

  .p-md-2 {
    padding: .5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: .25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }

  .m-lg-2 {
    margin: .5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: .25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }

  .p-lg-2 {
    padding: .5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: .25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }

  .m-xl-2 {
    margin: .5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: .25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }

  .p-xl-2 {
    padding: .5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: .25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: .25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: .5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: .5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: .25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: .25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: .5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: .5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@charset "UTF-8";

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/static/dist/fonts/glyphicons-halflings-regular.eot");
  src: url("/static/dist/fonts/glyphicons-halflings-regular.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/glyphicons-halflings-regular.woff2") format('woff2'), url("/static/dist/fonts/glyphicons-halflings-regular.woff") format('woff'), url("/static/dist/fonts/glyphicons-halflings-regular.ttf") format('truetype'), url("/static/dist/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.625;
  color: #000;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #137892;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0a404e;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Montserrat", Arial;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 48px;
}

h2,
.h2 {
  font-size: 25px;
}

h3,
.h3 {
  font-size: 20px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

p {
  margin: 0 0 13px;
}

.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

small,
.small {
  font-size: 87%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #006d8a;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #004557;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #006d8a;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #004557;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 26px;
}

dt,
dd {
  line-height: 1.625;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.625;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 1.625;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 1.625;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:focus {
  border-color: #d1d1d1;
  background: #e5e5e5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 40px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 26px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 42px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 33px;
  line-height: 33px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 40px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 50px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 31px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #404040;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #000;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #000;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}

.btn-default:focus,
.btn-default.focus {
  color: #000;
  background-color: #cfcfcf;
  border-color: #9b9b9b;
}

.btn-default:hover {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #000;
  background-color: #bdbdbd;
  border-color: #9b9b9b;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}

.btn-default .badge {
  color: #e8e8e8;
  background-color: #000;
}

.btn-primary {
  color: #000;
  background-color: #ffe366;
  border-color: #ffde4c;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #cca700;
}

.btn-primary:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #cca700;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #ffe366;
  border-color: #ffde4c;
}

.btn-primary .badge {
  color: #ffe366;
  background-color: #000;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #137892;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #0a404e;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transition: all opacity 0.15s linear ease-out;
  -moz-transition: all opacity 0.15s linear ease-out;
  -o-transition: all opacity 0.15s linear ease-out;
  transition: all opacity 0.15s linear ease-out;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -moz-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.625;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #006d8a;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.625;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  line-height: 33px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #137892;
}

.nav .nav-divider {
  height: 1px;
  margin: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.625;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #e5e5e5 #e5e5e5 #e5e5e5;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ededed;
  border: 1px solid #e5e5e5;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #006d8a;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 26px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 26px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 6px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 26px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-btn.btn-sm {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

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

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "-\00a0";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 26px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.625;
  text-decoration: none;
  color: #137892;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #0a404e;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #006d8a;
  border-color: #006d8a;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 26px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #006d8a;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #004557;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #137892;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 1.625;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-transition: all border 0.2s ease-in-out ease-out;
  -moz-transition: all border 0.2s ease-in-out ease-out;
  -o-transition: all border 0.2s ease-in-out ease-out;
  transition: all border 0.2s ease-in-out ease-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #137892;
}

.thumbnail .caption {
  padding: 9px;
  color: #000;
}

.alert {
  padding: 15px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  text-align: center;
  background-color: #006d8a;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-transition: all width 0.6s ease ease-out;
  -moz-transition: all width 0.6s ease ease-out;
  -o-transition: all width 0.6s ease ease-out;
  transition: all width 0.6s ease ease-out;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

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

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

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #006d8a;
  border-color: #006d8a;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #57dcff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 26px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 26px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #006d8a;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #006d8a;
  border-color: #006d8a;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #006d8a;
}

.panel-primary > .panel-heading .badge {
  color: #006d8a;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #006d8a;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  -webkit-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.625;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.tooltip.in {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.625;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 35px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #006d8a;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 52.5px;
    height: 52.5px;
    margin-top: -17.5px;
    font-size: 52.5px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -17.5px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -17.5px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.item-presentation .re-icons-list:before,
.item-presentation .re-icons-list:after,
.resident-main-info .re-icons-list:before,
.resident-main-info .re-icons-list:after,
.forecast-example > div:before,
.forecast-example > div:after,
.filter-calendar > .dropdown-menu > div:before,
.filter-calendar > .dropdown-menu > div:after,
.resident-main-info + div .price-tables:before,
.resident-main-info + div .price-tables:after,
p.img-holder:before,
p.img-holder:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after,
.item-presentation .re-icons-list:after,
.resident-main-info .re-icons-list:after,
.forecast-example > div:after,
.filter-calendar > .dropdown-menu > div:after,
.resident-main-info + div .price-tables:after,
p.img-holder:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border-radius: 0.1em;
  border: solid 0.08em #eee;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-stars:before {
  content: "\f762";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("/static/dist/fonts/fa-light-300.eot");
  src: url("/static/dist/fonts/fa-light-300.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/fa-light-300.woff2") format('woff2'), url("/static/dist/fonts/fa-light-300.woff") format('woff'), url("/static/dist/fonts/fa-light-300.ttf") format('truetype'), url("/static/dist/fonts/fa-light-300.svg#fontawesome") format('svg');
}

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("/static/dist/fonts/fa-regular-400.eot");
  src: url("/static/dist/fonts/fa-regular-400.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/fa-regular-400.woff2") format('woff2'), url("/static/dist/fonts/fa-regular-400.woff") format('woff'), url("/static/dist/fonts/fa-regular-400.ttf") format('truetype'), url("/static/dist/fonts/fa-regular-400.svg#fontawesome") format('svg');
}

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("/static/dist/fonts/fa-solid-900.eot");
  src: url("/static/dist/fonts/fa-solid-900.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/fa-solid-900.woff2") format('woff2'), url("/static/dist/fonts/fa-solid-900.woff") format('woff'), url("/static/dist/fonts/fa-solid-900.ttf") format('truetype'), url("/static/dist/fonts/fa-solid-900.svg#fontawesome") format('svg');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

/*!
 * Font Awesome Pro 5.10.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("/static/dist/fonts/fa-brands-400.eot");
  src: url("/static/dist/fonts/fa-brands-400.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/fa-brands-400.woff2") format('woff2'), url("/static/dist/fonts/fa-brands-400.woff") format('woff'), url("/static/dist/fonts/fa-brands-400.ttf") format('truetype'), url("/static/dist/fonts/fa-brands-400.svg#fontawesome") format('svg');
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.stoten-icons {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.stoten-icons-absolute {
  display: inline-block;
  font-family: "stoten";
  position: absolute;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

@font-face {
  font-family: "stoten";
  src: url("/static/dist//fonts/stoten.eot");
  src: url("/static/dist//fonts/stoten.eot?#iefix") format("embedded-opentype"), url("/static/dist//fonts/stoten.woff") format("woff"), url("/static/dist//fonts/stoten.ttf") format("truetype"), url("/static/dist//fonts/stoten.svg#stoten") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
  font-family: "stoten";
  src:url("fonts/stoten.eot");
  src:url("fonts/stoten.eot?#iefix") format("embedded-opentype"),
    url("fonts/stoten.woff") format("woff"),
    url("fonts/stoten.ttf") format("truetype"),
    url("fonts/stoten.svg#stoten") format("svg");
  font-weight: normal;
  font-style: normal;
}
*/

[data-icon]:before {
  font-family: "stoten" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "stoten" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-skier:before {
  content: "a";
}

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

.icon-minus:before {
  content: "m";
}

.icon-plus:before {
  content: "p";
}

.icon-zoom-plus:before {
  content: "z";
}

.icon-fullscreen:before {
  content: "f";
}

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

.icon-re-size:before {
  content: "b";
}

.icon-caddie-shopping-streamline:before {
  content: "d";
}

.icon-map-pin-streamline:before {
  content: "e";
}

.icon-lock-locker-streamline:before {
  content: "g";
}

.icon-locker-streamline-unlock:before {
  content: "h";
}

.icon-cocktail-mojito-streamline:before {
  content: "i";
}

.icon-cutlery:before {
  content: "j";
}

.icon-note-beamed:before {
  content: "k";
}

.icon-mic:before {
  content: "l";
}

.icon-note:before {
  content: "n";
}

.icon-wifi-3:before {
  content: "o";
}

.icon-heart:before {
  content: "q";
}

.icon-bubble:before {
  content: "r";
}

.icon-device-desktop:before {
  content: "t";
}

.icon-re-shower:before {
  content: "u";
}

.icon-re-rooms:before {
  content: "v";
}

.icon-re-pets:before {
  content: "w";
}

.icon-ticket:before {
  content: "y";
}

.icon-temperature:before {
  content: "A";
}

.icon-snow-flake:before {
  content: "B";
}

.icon-wind:before {
  content: "C";
}

.icon-circle:before {
  content: "D";
}

.icon-circle-k:before {
  content: "E";
}

.icon-square-rotate:before {
  content: "F";
}

.icon-ruler:before {
  content: "G";
}

.icon-lift:before {
  content: "H";
}

.icon-skier-cc:before {
  content: "I";
}

.icon-webcam:before {
  content: "J";
}

.icon-cabin:before {
  content: "K";
}

.icon-ski-school:before {
  content: "L";
}

.icon-ski-shop:before {
  content: "M";
}

.icon-re-fireplace:before {
  content: "O";
}

.icon-re-microwave-oven:before {
  content: "P";
}

.icon-re-oven:before {
  content: "Q";
}

.icon-re-sauna:before {
  content: "R";
}

.icon-re-handicap:before {
  content: "T";
}

.icon-re-drying-cabinet:before {
  content: "S";
}

.icon-re-beds:before {
  content: "N";
}

.icon-re-balcony:before {
  content: "x";
}

.icon-lift-sit:before {
  content: "U";
}

.icon-re-cleaning:before {
  content: "V";
}

.icon-re-toilet:before {
  content: "W";
}

.icon-morgonakning:before {
  content: "\58";
}

.re-icons-list li {
  font-size: 13px;
  line-height: 1.1em;
  display: block;
  padding: 0 0 0 23px;
  position: relative;
}

.re-icons-list li span {
  font-size: 13px;
  line-height: 1.1em;
}

.re-icons-list.re-icons-lg li {
  font-size: 16px;
  padding: 0 0 0 30px;
}

.item-presentation .re-icons-list,
.resident-main-info .re-icons-list {
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 0 0;
  margin: 0;
}

.item-presentation .re-icons-list li,
.resident-main-info .re-icons-list li {
  margin-bottom: 5px;
}

.item-presentation .re-icons-list li:before,
.resident-main-info .re-icons-list li:before {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -8px;
}

@media screen and (max-width: 767px) {
  .item-presentation .re-icons-list li,
  .resident-main-info .re-icons-list li {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 30px;
    padding-right: 5px;
  }
}

@media screen and (min-width: 992px) {
  .item-presentation .re-icons-list li,
  .resident-main-info .re-icons-list li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 30px;
    padding-right: 5px;
  }

  .item-presentation .re-icons-list li:nth-child(2n+1),
  .resident-main-info .re-icons-list li:nth-child(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) and (min-width: 768px) {
  .item-presentation .re-icons-list li,
  .resident-main-info .re-icons-list li {
    float: left;
    width: 50%;
  }
}

.my-page-living .re-icons-list {
  margin: 0;
}

.my-page-living .re-icons-list li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 0;
}

.my-page-living .re-icons-list li span {
  padding-left: 3px;
}

.compare-list [class^="re-icon-"],
.compare-list [class*=" re-icon-"] {
  position: relative;
  padding-left: 50px;
}

[class^="re-icon-"]:before,
[class*=" re-icon-"]:before {
  content: "\00a0";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.compare-list [class^="re-icon-"]:before,
.compare-list [class*=" re-icon-"]:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  margin-top: -12px;
  text-align: center;
  font-size: 24px;
}

.re-icon-size:before,
.re-icon-rooms:before,
.re-icon-beds:before,
.re-icon-wifi:before,
.re-icon-balcony:before,
.re-icon-drying-cabinet:before,
.re-icon-fire-place:before,
.re-icon-pets-allowed:before,
.re-icon-sauna:before,
.re-icon-microwave-oven:before,
.re-icon-wifi:before,
.re-icon-handicap-room:before,
.re-icon-handicap-entrance:before,
.re-icon-tv:before,
.re-icon-cleaning:before,
.re-icon-oven:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.re-icon-size:before {
  content: "b";
}

.re-icon-rooms:before {
  content: "v";
}

.re-icon-beds:before {
  content: "N";
}

.re-icon-wifi:before {
  content: "o";
}

.re-icon-balcony:before {
  content: "x";
}

.re-icon-drying-cabinet:before {
  content: "S";
}

.re-icon-fire-place:before {
  content: "O";
}

.re-icon-pets-allowed:before {
  content: "w";
}

.re-icon-sauna:before {
  content: "R";
}

.re-icon-microwave-oven:before {
  content: "P";
}

.re-icon-handicap-room:before {
  content: "T";
}

.re-icon-handicap-entrance:before {
  content: "T";
}

.re-icon-tv:before {
  content: "t";
}

.re-icon-oven:before {
  content: "Q";
}

.re-icon-cleaning:before {
  content: "V";
}

.re-icon-toilet:before {
  content: "W";
}

@font-face {
  font-family: "iconvault";
  src: url("/static/dist/fonts/iconvault_forecastfont.eot");
  src: url("/static/dist/fonts/iconvault_forecastfont.eot?#iefix") format("embedded-opentype"), url("/static/dist/fonts/iconvault_forecastfont.woff") format("woff"), url("/static/dist/fonts/iconvault_forecastfont.ttf") format("truetype"), url("/static/dist/fonts/iconvault_forecastfont.svg#iconvault") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ff-icon {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
}

[class^="ivffbase-"],
[class^="ivff-"],
[class*=" ivff-"] {
  font-family: "iconvault";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 100px;
}

[class^="ivffbase-"]:before,
[class^="ivff-"]:before,
[class*=" ivff-"]:before,
[class^="ivffbase-"]:after,
[class^="ivff-"]:after,
[class*=" ivff-"]:after {
  position: absolute;
  left: 0;
  top: 0;
}

.c-side-navigation [class^="ivffbase-"]:before,
.c-side-navigation [class^="ivff-"]:before,
.c-side-navigation [class*=" ivff-"]:before,
.c-side-navigation [class^="ivffbase-"]:after,
.c-side-navigation [class^="ivff-"]:after,
.c-side-navigation [class*=" ivff-"]:after {
  color: white !important;
}

/* -----BaseCloud----- */

/*.ff-icon.Snow .ivffbase-base:before,
.ff-icon.Light-snow .ivffbase-base:before,
.ff-icon.Heavy-snow .ivffbase-base:before,
.ff-icon.Light-snow-showers .ivffbase-base:before,
.ff-icon.Snow-showers .ivffbase-base:before,
.ff-icon.Heavy-snow-showers .ivffbase-base:before,
.ff-icon.Light-snow-thunder .ivffbase-base:before,
.ff-icon.Snow-thunder .ivffbase-base:before,
.ff-icon.Heavy-snow-thunder .ivffbase-base:before,
.ff-icon.Light-sleet .ivffbase-base:before,
.ff-icon.Sleet .ivffbase-base:before,
.ff-icon.Heavy-sleet .ivffbase-base:before,
.ff-icon.Light-sleet-showers .ivffbase-base:before,
.ff-icon.Sleet-showers .ivffbase-base:before,
.ff-icon.Heavy-sleet-showers .ivffbase-base:before,
.ff-icon.Light-sleet-showers-thunder .ivffbase-base:before,
.ff-icon.Sleet-showers-thunder .ivffbase-base:before,
.ff-icon.Heavy-sleet-showers-thunder .ivffbase-base:before,
.ff-icon.Rain .ivffbase-base:before,
.ff-icon.Rain-thunder .ivffbase-base:before,
.ff-icon.Light-rain-showers .ivffbase-base:before,
.ff-icon.Rain-showers .ivffbase-base:before,
.ff-icon.Heavy-rain-showers .ivffbase-base:before,
.ff-icon.Heavy-rain .ivffbase-base:before,
.ivffbase-basecloud:before {
  content: "\f105";
  color: @color-cloud;
}*/

/* -----windyraincloud----- */

/*.ivffbase-windyraincloud:before {
  content: "\f111";
  color: @color-cloud;
}*/

/* -----Windysnowcloud----- */

/*.ivffbase-windysnowcloud:before {
  content: "\f109";
  color: @color-cloud;
}*/

/* -----Basethundercloud----- */

/*.ff-icon.Light-rain-showers-thunder .ivffbase-base:before,
.ff-icon.Rain-showers-thunder .ivffbase-base:before,
.ff-icon.Heavy-rain-showers-thunder .ivffbase-base:before,
.ff-icon.Light-snow-showers-thunder .ivffbase-base:before,
.ff-icon.Snow-showers-thunder .ivffbase-base:before,
.ff-icon.Heavy-snow-showers-thunder .ivffbase-base:before,
.ivffbase-basethundercloud:before {
  content: "\f105";
  color: @color-cloud;
}*/

/* -----Thunder----- */

/*.ff-icon.Light-snow-thunder .ivffbase-base:after,
.ff-icon.Snow-thunder .ivffbase-base:after,
.ff-icon.Heavy-snow-thunder .ivffbase-base:after,
.ff-icon.Light-rain-showers-thunder .ivffbase-base:after,
.ff-icon.Rain-showers-thunder .ivffbase-base:after,
.ff-icon.Heavy-rain-showers-thunder .ivffbase-base:after,
.ff-icon.Light-snow-showers-thunder .ivffbase-base:after,
.ff-icon.Snow-showers-thunder .ivffbase-base:after,
.ff-icon.Heavy-snow-showers-thunder .ivffbase-base:after,
.ff-icon.Light-rain-thunder .ivffbase-base:after,
.ff-icon.Rain-thunder .ivffbase-base:after,
.ff-icon.Heavy-rain-thunder .ivffbase-base:after {
  left: 10px;
}
.ff-icon.Light-snow-thunder .ivffbase-base:after,
.ff-icon.Snow-thunder .ivffbase-base:after,
.ff-icon.Heavy-snow-thunder .ivffbase-base:after,
.ff-icon.Rain-thunder .ivffbase-base:after,
.ff-icon.Light-rain-showers-thunder .ivffbase-base:after,
.ff-icon.Rain-showers-thunder .ivffbase-base:after,
.ff-icon.Heavy-rain-showers-thunder .ivffbase-base:after,
.ff-icon.Light-snow-showers-thunder .ivffbase-base:after,
.ff-icon.Snow-showers-thunder .ivffbase-base:after,
.ff-icon.Heavy-snow-showers-thunder .ivffbase-base:after,
.ivff-thunder:before {
  content: "\f114";
  color: @color-sun;
}*/

/* -----Sunny----- */

/*.ff-icon.Fair .ivff-main:after {
  font-size: @ivff-font-size*1.15;
  margin-left: -20px;
  margin-top: 10px;
}
// .ff-icon.Light-snow .ivff-main:after,
.ff-icon.Light-snow-showers .ivff-main:after,
.ff-icon.Snow-showers .ivff-main:after,
.ff-icon.Heavy-snow-showers .ivff-main:after,
.ff-icon.Light-sleet-showers .ivff-main:after,
.ff-icon.Sleet-showers .ivff-main:after,
.ff-icon.Heavy-sleet-showers .ivff-main:after,
.ff-icon.Light-sleet-showers-thunder .ivff-main:after,
.ff-icon.Sleet-showers-thunder .ivff-main:after,
.ff-icon.Heavy-sleet-showers-thunder .ivff-main:after,
.ff-icon.Light-rain-showers .ivff-main:after,
.ff-icon.Rain-showers .ivff-main:after,
.ff-icon.Heavy-rain-showers .ivff-main:after,
.ff-icon.Light-rain-showers-thunder .ivff-main:after,
.ff-icon.Rain-showers-thunder .ivff-main:after,
.ff-icon.Heavy-rain-showers-thunder .ivff-main:after,
.ff-icon.Fair .ivff-main:after,
.ff-icon.Partly-cloudy .ivff-main:after,
.ff-icon.Partly.cloudy .ivff-main:after,
.ivff-sunny:after {
  content: "\f101";
  color: @color-sun;
}*/

/* -----Drizzle----- */

/*.ivff-drizzle:before {
  content: "\f10a";
  color: @color-rain;
}*/

/* -----Hail----- */

/*.ivff-hail:before {
  content: "\f10f";
  color: @color-cloud;
}*/

/* -----Showers----- */

/*.ff-icon.Heavy-rain .ivff-main:before {
  font-size: @ivff-font-size*1.25;
  margin-left: -10px;
  margin-top: -10px;
}
.ff-icon.Light-rain-showers-thunder .ivff-main:before {
  font-size: @ivff-font-size*.75;
  margin-left: 5px;
}
.ff-icon.Rain-showers-thunder .ivff-main:before {
  font-size: @ivff-font-size*.75;
  margin-left: 5px;
}
.ff-icon.Heavy-rain-showers-thunder .ivff-main:before {
  font-size: @ivff-font-size*.75;
  margin-left: 5px;
}
.ff-icon.Light-rain-showers .ivff-main:before,
.ff-icon.Rain-showers .ivff-main:before,
.ff-icon.Heavy-rain-showers .ivff-main:before,
.ff-icon.Light-rain-showers-thunder .ivff-main:before,
.ff-icon.Rain-showers-thunder .ivff-main:before,
.ff-icon.Heavy-rain-showers-thunder .ivff-main:before,
.ff-icon.Heavy-rain .ivff-main:before,
.ivff-showers:before {
  content: "\f104";
  color: @color-rain;
}*/

/* -----Rainy----- */

/*.ff-icon.Ligth-rain-thunder .ivff-main:before,
.ff-icon.Rain-thunder .ivff-main:before
.ff-icon.Heavy-rain-thunder .ivff-main:before {
  font-size: @ivff-font-size*.9;
  margin-left: -10px;
}
.ff-icon.Rain .ivff-main:before,
.ff-icon.Rain-thunder .ivff-main:before,
.ivff-rainy:before {
  content: "\f107";
  color: @color-rain2;
}*/

/* -----Snowy----- */

/*.ff-icon.Light-snow-thunder .ivff-main:before,
.ff-icon.Snow-thunder .ivff-main:before,
.ff-icon.Heavy-snow-thunder .ivff-main:before {
  font-size: @ivff-font-size*.9;
  margin-left: -5px;
}
.ff-icon.Light-snow .ivff-main:before,
.ff-icon.Snow .ivff-main:before,
.ff-icon.Heavy-snow .ivff-main:before,
.ff-icon.Light-snow-showers .ivff-main:before,
.ff-icon.Snow-showers .ivff-main:before,
.ff-icon.Heavy-snow-showers .ivff-main:before,
.ff-icon.Light-snow-showers-thunder .ivff-main:before,
.ff-icon.Snow-showers-thunder .ivff-main:before,
.ff-icon.Heavy-snow-showers-thunder .ivff-main:before,
.ff-icon.Light-snow-thunder .ivff-main:before,
.ff-icon.Snow-thunder .ivff-main:before,
.ff-icon.Heavy-snow-thunder .ivff-main:before,
.ivff-snowy:before {
  content: "\f10b";
  color: @color-snow;
}*/

/* -----Frosty----- */

/*.ivff-frosty:before {
  content: "\f102";
  color: #85d8f7;
}*/

/* -----Windy----- */

/*.ivff-windy:before {
  content: "\f115";
  color: @color-cloud;
}*/

/* -----WindyRain----- */

/*.ivff-windyrain:before {
  content: "\f10e";
  color: @color-snow;
}*/

/* -----WindySnow----- */

/*.ivff-windysnow:before {
  content: "\f103";
  color: @color-snow;
}*/

/* -----Sleet----- */

/*.ff-icon.Light-sleet-showers .ivff-main:before,
.ff-icon.Sleet-showers .ivff-main:before,
.ff-icon.Heavy-sleet-showers .ivff-main:before,
.ff-icon.Light-sleet-showers-thunder .ivff-main:before,
.ff-icon.Sleet-showers-thunder .ivff-main:before,
.ff-icon.Heavy-sleet-showers-thunder .ivff-main:before,
.ff-icon.Light-sleet .ivff-main:before,
.ff-icon.Sleet .ivff-main:before,
.ff-icon.Heavy-sleet .ivff-main:before,
.ivff-sleet:before {
  content: "\f10c";
  color: @color-snow;
}*/

/* -----Moon----- */

/*.ivff-moon:after {
  content: "\f10d";
  color: @color-sun;
}*/

/* -----Night----- */

/*.ivff-night:after {
  content: "\f100";
  color: @color-sun;
}*/

/* -----Sun----- */

/*.ff-icon.Sun-clear .ivff-main:after,
.ff-icon.Clear-sky .ivff-main:after,
.ivff-sun:after {
  content: "\f113";
  color: @color-sun;
}*/

/* -----Cloud----- */

/*.ff-icon.Fair .ivff-main:before {
  font-size: @ivff-font-size*.5;
  left: 25%;
}
.ff-icon.Partly-cloudy .ivff-main:before,
.ff-icon.Partly.cloudy .ivff-main:before {
  font-size: @ivff-font-size*.9;
}
.ff-icon.Fair .ivff-main:before,
.ff-icon.Partly-cloudy .ivff-main:before,
.ff-icon.Partly.cloudy .ivff-main:before,
.ff-icon.Cloudy .ivff-main:after,
.ivff-cloud:after {
  content: "\f106";
  color: @color-cloud;
}*/

/* -----Sunrise----- */

/*.ivff-sunrise:before {
  content: "\f112";
  color: @color-sun;
}*/

/* -----Sunset----- */

/*.ivff-sunset:before {
  content: "\f110";
  color: darken(@color-sun, 10%);
}*/

/* -----Mist----- */

/*.ff-icon.Fog .ivff-main:before,
.ivff-mist:before {
  content: "\f108";
  color: @color-cloud;
}*/

/* -----BaseCloud----- */

.ff-icon.lightsnowandthunder .ivffbase-base:before,
.ff-icon.snowandthunder .ivffbase-base:before,
.ff-icon.heavysnowandthunder .ivffbase-base:before,
.ff-icon.snow .ivffbase-base:before,
.ff-icon.lightsnow .ivffbase-base:before,
.ff-icon.heavysnow .ivffbase-base:before,
.ff-icon.lightsnowshowers .ivffbase-base:before,
.ff-icon.snowshowers .ivffbase-base:before,
.ff-icon.heavysnowshowers .ivffbase-base:before,
.ff-icon.lightssnowshowersandthunder .ivffbase-base:before,
.ff-icon.snowshowersandthunder .ivffbase-base:before,
.ff-icon.heavysnowshowersandthunder .ivffbase-base:before,
.ff-icon.snowandthunder .ivffbase-base:before,
.ff-icon.lightsleet .ivffbase-base:before,
.ff-icon.sleet .ivffbase-base:before,
.ff-icon.heavysleet .ivffbase-base:before,
.ff-icon.lightsleetandthunder .ivffbase-base:before,
.ff-icon.sleetandthunder .ivffbase-base:before,
.ff-icon.heavysleetandthunder .ivffbase-base:before,
.ff-icon.lightsleetshowers .ivffbase-base:before,
.ff-icon.sleetshowers .ivffbase-base:before,
.ff-icon.heavysleetshowers .ivffbase-base:before,
.ff-icon.lightssleetshowersandthunder .ivffbase-base:before,
.ff-icon.sleetshowersandthunder .ivffbase-base:before,
.ff-icon.heavysleetshowersandthunder .ivffbase-base:before,
.ff-icon.rain .ivffbase-base:before,
.ff-icon.lightrain .ivffbase-base:before,
.ff-icon.rainandthunder .ivffbase-base:before,
.ff-icon.lightrainshowers .ivffbase-base:before,
.ff-icon.rainshowers .ivffbase-base:before,
.ff-icon.heavyrainshowers .ivffbase-base:before,
.ff-icon.heavyrain .ivffbase-base:before,
.ivffbase-basecloud:before {
  content: '\f105';
  color: #000;
}

/* -----windyraincloud----- */

.ivffbase-windyraincloud:before {
  content: '\f111';
  color: #000;
}

/* -----Windysnowcloud----- */

.ivffbase-windysnowcloud:before {
  content: '\f109';
  color: #000;
}

/* -----Basethundercloud----- */

.ff-icon.lightrainandthunder .ivffbase-base:before,
.ff-icon.rainandthunder .ivffbase-base:before,
.ff-icon.heavyrainandthunder .ivffbase-base:before,
.ff-icon.lightrainshowersandthunder .ivffbase-base:before,
.ff-icon.rainshowersandthunder .ivffbase-base:before,
.ff-icon.heavyrainshowersandthunder .ivffbase-base:before,
.ivffbase-basethundercloud:before {
  content: '\f105';
  color: #000;
}

/* -----Thunder----- */

.ff-icon.lightssnowshowersandthunder .ivffbase-base:after,
.ff-icon.snowshowersandthunder .ivffbase-base:after,
.ff-icon.heavysnowshowersandthunder .ivffbase-base:after,
.ff-icon.lightssleetshowersandthunder .ivffbase-base:after,
.ff-icon.sleetshowersandthunder .ivffbase-base:after,
.ff-icon.heavysleetshowersandthunder .ivffbase-base:after,
.ff-icon.lightsnowandthunder .ivffbase-base:after,
.ff-icon.snowandthunder .ivffbase-base:after,
.ff-icon.heavysnowandthunder .ivffbase-base:after,
.ff-icon.lightssnowshowersandthunder .ivffbase-base:after,
.ff-icon.snowshowersandthunder .ivffbase-base:after,
.ff-icon.heavysnowshowersandthunder .ivffbase-base:after,
.ff-icon.lightrainshowersandthunder .ivffbase-base:after,
.ff-icon.rainshowersandthunder .ivffbase-base:after,
.ff-icon.heavyrainshowersandthunder .ivffbase-base:after,
.ff-icon.lightsleetandthunder .ivffbase-base:after,
.ff-icon.sleetandthunder .ivffbase-base:after,
.ff-icon.heavysleetandthunder .ivffbase-base:after,
.ff-icon.lightrainandthunder .ivffbase-base:after,
.ff-icon.rainandthunder .ivffbase-base:after,
.ff-icon.heavyrainandthunder .ivffbase-base:after {
  left: 30%;
}

.ff-icon.lightssnowshowersandthunder .ivffbase-base:after,
.ff-icon.snowshowersandthunder .ivffbase-base:after,
.ff-icon.heavysnowshowersandthunder .ivffbase-base:after,
.ff-icon.lightssleetshowersandthunder .ivffbase-base:after,
.ff-icon.sleetshowersandthunder .ivffbase-base:after,
.ff-icon.heavysleetshowersandthunder .ivffbase-base:after,
.ff-icon.lightsnowandthunder .ivffbase-base:after,
.ff-icon.snowandthunder .ivffbase-base:after,
.ff-icon.heavysnowandthunder .ivffbase-base:after,
.ff-icon.lightrainandthunder .ivffbase-base:after,
.ff-icon.rainandthunder .ivffbase-base:after,
.ff-icon.heavyrainandthunder .ivffbase-base:after,
.ff-icon.lightsleetandthunder .ivffbase-base:after,
.ff-icon.sleetandthunder .ivffbase-base:after,
.ff-icon.heavysleetandthunder .ivffbase-base:after,
.ff-icon.lightrainshowersandthunder .ivffbase-base:after,
.ff-icon.rainshowersandthunder .ivffbase-base:after,
.ff-icon.heavyrainshowersandthunder .ivffbase-base:after,
.ivff-thunder:before {
  content: "\f114";
  color: #000;
}

/* -----Sunny----- */

.ff-icon.fair .ivff-main:after {
  font-size: 150px;
  margin-left: -50px;
  margin-top: 10px;
  /*  #header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size-mobile*1.5;
    margin-top: 5px;
    margin-left: -22px;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*1.5;
    }
  }*/
}

.ff-icon.lightsnowshowers .ivff-main:after,
.ff-icon.snowshowers .ivff-main:after,
.ff-icon.heavysnowshowers .ivff-main:after,
.ff-icon.lightssnowshowersandthunder .ivff-main:after,
.ff-icon.snowshowersandthunder .ivff-main:after,
.ff-icon.heavysnowshowersandthunder .ivff-main:after,
.ff-icon.lightsleetshowers .ivff-main:after,
.ff-icon.sleetshowers .ivff-main:after,
.ff-icon.heavysleetshowers .ivff-main:after,
.ff-icon.lightssleetshowersandthunder .ivff-main:after,
.ff-icon.sleetshowersandthunder .ivff-main:after,
.ff-icon.heavysleetshowersandthunder .ivff-main:after,
.ff-icon.lightrainshowers .ivff-main:after,
.ff-icon.rainshowers .ivff-main:after,
.ff-icon.lightrainshowersandthunder .ivff-main:after,
.ff-icon.rainshowersandthunder .ivff-main:after,
.ff-icon.heavyrainshowersandthunder .ivff-main:after,
.ff-icon.fair .ivff-main:after,
.ff-icon.partlycloudy .ivff-main:after,
.ivff-sunny:after {
  content: "\f101";
  color: #000;
}

/* -----Drizzle----- */

.ivff-drizzle:before {
  content: "\f10a";
  color: #000;
}

/* -----Hail----- */

.ivff-hail:before {
  content: "\f10f";
  color: #000;
}

/* -----Showers----- */

.ff-icon.heavyrain .ivff-main:before {
  font-size: 125px;
  margin-left: -10%;
  margin-top: -10%;
  /*#header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size-mobile*1.25;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*1.25;
    }
  }*/
}

.ff-icon.lightrainshowersandthunder .ivff-main:before,
.ff-icon.rainshowersandthunder .ivff-main:before,
.ff-icon.heavyrainshowersandthunder .ivff-main:before {
  font-size: 75px;
  margin-left: 15%;
  /* #header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size-mobile*.75;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*.75;
    }
  }*/
}

.ff-icon.lightrainshowers .ivff-main:before,
.ff-icon.rainshowers .ivff-main:before,
.ff-icon.heavyrainshowers .ivff-main:before,
.ff-icon.lightrainshowersandthunder .ivff-main:before,
.ff-icon.rainshowersandthunder .ivff-main:before,
.ff-icon.heavyrainshowersandthunder .ivff-main:before,
.ff-icon.heavyrain .ivff-main:before,
.ivff-showers:before {
  content: "\f104";
  color: #000;
}

/* -----Rainy----- */

.ff-icon.lightrainandthunder .ivff-main:before,
.ff-icon.rainandthunder .ivff-main:before,
.ff-icon.heavyrainandthunder .ivff-main:before {
  font-size: 90px;
  margin-left: 5%;
  /*#header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size-mobile*.9;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*.9;
    }
  }*/
}

.ff-icon.rain .ivff-main:before,
.ff-icon.lightrain .ivff-main:before,
.ff-icon.lightrainandthunder .ivff-main:before,
.ff-icon.rainandthunder .ivff-main:before,
.ff-icon.heavyrainandthunder .ivff-main:before,
.ivff-rainy:before {
  content: "\f107";
  color: #000;
}

/* -----Snowy----- */

.ff-icon.lightsnowandthunder .ivff-main:before,
.ff-icon.snowandthunder .ivff-main:before,
.ff-icon.heavysnowandthunder .ivff-main:before {
  font-size: 90px;
  margin-left: 5%;
  /*#header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size*.9;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*.9;
    }
  }*/
}

.ff-icon.lightsnow .ivff-main:before,
.ff-icon.snow .ivff-main:before,
.ff-icon.heavysnow .ivff-main:before,
.ff-icon.lightsnowshowers .ivff-main:before,
.ff-icon.snowshowers .ivff-main:before,
.ff-icon.heavysnowshowers .ivff-main:before,
.ff-icon.lightssnowshowersandthunder .ivff-main:before,
.ff-icon.snowshowersandthunder .ivff-main:before,
.ff-icon.heavysnowshowersandthunder .ivff-main:before,
.ff-icon.lightsnowandthunder .ivff-main:before,
.ff-icon.snowandthunder .ivff-main:before,
.ff-icon.heavysnowandthunder .ivff-main:before,
.ivff-snowy:before {
  content: "\f10b";
  color: #000;
}

/* -----Frosty----- */

.ivff-frosty:before {
  content: "\f102";
  color: #85d8f7;
}

/* -----Windy----- */

.ivff-windy:before {
  content: "\f115";
  color: #000;
}

/* -----WindyRain----- */

.ivff-windyrain:before {
  content: "\f10e";
  color: #000;
}

/* -----WindySnow----- */

.ivff-windysnow:before {
  content: "\f103";
  color: #000;
}

/* -----Sleet----- */

.ff-icon.lightsleetandthunder .ivff-main:before,
.ff-icon.sleetandthunder .ivff-main:before,
.ff-icon.heavysleetandthunder .ivff-main:before,
.ff-icon.lightsleetshowers .ivff-main:before,
.ff-icon.sleetshowers .ivff-main:before,
.ff-icon.heavysleetshowers .ivff-main:before,
.ff-icon.lightssleetshowersandthunder .ivff-main:before,
.ff-icon.sleetshowersandthunder .ivff-main:before,
.ff-icon.heavysleetshowersandthunder .ivff-main:before,
.ff-icon.lightsleet .ivff-main:before,
.ff-icon.sleet .ivff-main:before,
.ff-icon.heavysleet .ivff-main:before,
.ivff-sleet:before {
  content: "\f10c";
  color: #000;
}

/* -----Moon----- */

.ivff-moon:after {
  content: "\f10d";
  color: #000;
}

/* -----Night----- */

.ivff-night:after {
  content: "\f100";
  color: #000;
}

/* -----Sun----- */

.ff-icon.Sun-clear .ivff-main:after,
.ff-icon.clearsky .ivff-main:after,
.ivff-sun:after {
  content: "\f113";
  color: #000;
}

/* -----Cloud----- */

.ff-icon.fair .ivff-main:before {
  font-size: 70px;
  left: 0;
  /*#header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size-mobile*.6;
    left: 0px;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*.6;
    }
  }*/
}

.ff-icon.partlycloudy .ivff-main:before {
  font-size: 90px;
  /* #header &,
  .ff-icon-header & {
    font-size: @ivff-header-font-size-mobile*.9;

    @media screen and (min-width:@screen-sm) {
      font-size: @ivff-header-font-size*.9;
    }
  }*/
}

.ff-icon.fair .ivff-main:before,
.ff-icon.partlycloudy .ivff-main:before,
.ff-icon.cloudy .ivff-main:after,
.ivff-cloud:after {
  content: "\f106";
  color: #000;
}

/* -----Sunrise----- */

.ivff-sunrise:before {
  content: '\f112';
  color: #000;
}

/* -----Sunset----- */

.ivff-sunset:before {
  content: '\f110';
  color: #000000;
}

/* -----Mist----- */

.ff-icon.fog .ivff-main:before,
.ivff-mist:before {
  content: '\f108';
  color: #000;
}

.forecast-example > div {
  margin-left: -15px;
  margin-right: -15px;
}

.forecast-example > div > div {
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .forecast-example > div > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .forecast-example > div > div:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .forecast-example > div > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .forecast-example > div > div:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .forecast-example > div > div {
    float: left;
    width: 25%;
  }
}

.forecast-example > div > div p {
  font-size: 12px;
}

.forecast-demo {
  position: fixed;
  z-index: 888;
  left: auto;
  right: 15px;
  top: 100px;
  background: #e4e4e4;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.forecast-demo ul {
  padding-left: 0;
  list-style: none;
}

.forecast-demo ul li:hover {
  cursor: pointer;
}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/

/* LESS Document */

.filter-buttons {
  color: #000;
  background: #fff;
  border: solid 1px #d5d5d5;
}

@media screen and (min-width: 992px) {
  .btn-toggle-filter-wrapper {
    display: none !important;
  }
}

.btn-toggle-filters,
.btn-toggle-area-options {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: #ffe366;
  border-color: #ffde4c;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn-toggle-filters:focus,
.btn-toggle-area-options:focus,
.btn-toggle-filters:active:focus,
.btn-toggle-area-options:active:focus,
.btn-toggle-filters.active:focus,
.btn-toggle-area-options.active:focus,
.btn-toggle-filters.focus,
.btn-toggle-area-options.focus,
.btn-toggle-filters:active.focus,
.btn-toggle-area-options:active.focus,
.btn-toggle-filters.active.focus,
.btn-toggle-area-options.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-toggle-filters:hover,
.btn-toggle-area-options:hover,
.btn-toggle-filters:focus,
.btn-toggle-area-options:focus,
.btn-toggle-filters.focus,
.btn-toggle-area-options.focus {
  color: #000;
  text-decoration: none;
}

.btn-toggle-filters:active,
.btn-toggle-area-options:active,
.btn-toggle-filters.active,
.btn-toggle-area-options.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-toggle-filters.disabled,
.btn-toggle-area-options.disabled,
.btn-toggle-filters[disabled],
.btn-toggle-area-options[disabled],
fieldset[disabled] .btn-toggle-filters,
fieldset[disabled] .btn-toggle-area-options {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-toggle-filters.disabled,
a.btn-toggle-area-options.disabled,
fieldset[disabled] a.btn-toggle-filters,
fieldset[disabled] a.btn-toggle-area-options {
  pointer-events: none;
}

.btn-toggle-filters:active,
.btn-toggle-area-options:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-toggle-filters:focus,
.btn-toggle-area-options:focus,
.btn-toggle-filters.focus,
.btn-toggle-area-options.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #cca700;
}

.btn-toggle-filters:hover,
.btn-toggle-area-options:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.btn-toggle-filters:active,
.btn-toggle-area-options:active,
.btn-toggle-filters.active,
.btn-toggle-area-options.active,
.open > .dropdown-toggle.btn-toggle-filters,
.open > .dropdown-toggle.btn-toggle-area-options {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.btn-toggle-filters:active:hover,
.btn-toggle-area-options:active:hover,
.btn-toggle-filters.active:hover,
.btn-toggle-area-options.active:hover,
.open > .dropdown-toggle.btn-toggle-filters:hover,
.open > .dropdown-toggle.btn-toggle-area-options:hover,
.btn-toggle-filters:active:focus,
.btn-toggle-area-options:active:focus,
.btn-toggle-filters.active:focus,
.btn-toggle-area-options.active:focus,
.open > .dropdown-toggle.btn-toggle-filters:focus,
.open > .dropdown-toggle.btn-toggle-area-options:focus,
.btn-toggle-filters:active.focus,
.btn-toggle-area-options:active.focus,
.btn-toggle-filters.active.focus,
.btn-toggle-area-options.active.focus,
.open > .dropdown-toggle.btn-toggle-filters.focus,
.open > .dropdown-toggle.btn-toggle-area-options.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #cca700;
}

.btn-toggle-filters:active,
.btn-toggle-area-options:active,
.btn-toggle-filters.active,
.btn-toggle-area-options.active,
.open > .dropdown-toggle.btn-toggle-filters,
.open > .dropdown-toggle.btn-toggle-area-options {
  background-image: none;
}

.btn-toggle-filters.disabled:hover,
.btn-toggle-area-options.disabled:hover,
.btn-toggle-filters[disabled]:hover,
.btn-toggle-area-options[disabled]:hover,
fieldset[disabled] .btn-toggle-filters:hover,
fieldset[disabled] .btn-toggle-area-options:hover,
.btn-toggle-filters.disabled:focus,
.btn-toggle-area-options.disabled:focus,
.btn-toggle-filters[disabled]:focus,
.btn-toggle-area-options[disabled]:focus,
fieldset[disabled] .btn-toggle-filters:focus,
fieldset[disabled] .btn-toggle-area-options:focus,
.btn-toggle-filters.disabled.focus,
.btn-toggle-area-options.disabled.focus,
.btn-toggle-filters[disabled].focus,
.btn-toggle-area-options[disabled].focus,
fieldset[disabled] .btn-toggle-filters.focus,
fieldset[disabled] .btn-toggle-area-options.focus {
  background-color: #ffe366;
  border-color: #ffde4c;
}

.btn-toggle-filters .badge,
.btn-toggle-area-options .badge {
  color: #ffe366;
  background-color: #000;
}

.btn-toggle-filters:before,
.btn-toggle-area-options:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f0b0";
  padding-right: 5px;
}

.btn-toggle-filters:before.fa-pull-left,
.btn-toggle-area-options:before.fa-pull-left {
  margin-right: 0.3em;
}

.btn-toggle-filters:before.fa-pull-right,
.btn-toggle-area-options:before.fa-pull-right {
  margin-left: 0.3em;
}

.btn-toggle-filters:after,
.btn-toggle-area-options:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #fff;
  position: absolute;
  font-size: 20px;
  top: 50%;
  right: 0;
  width: 25px;
  text-align: center;
  content: "\f107";
  margin-top: -10px;
}

.btn-toggle-filters:after.fa-pull-left,
.btn-toggle-area-options:after.fa-pull-left {
  margin-right: 0.3em;
}

.btn-toggle-filters:after.fa-pull-right,
.btn-toggle-area-options:after.fa-pull-right {
  margin-left: 0.3em;
}

.btn-toggle-filters.collapsed .open-text,
.btn-toggle-area-options.collapsed .open-text {
  display: inline-block;
}

.btn-toggle-filters.collapsed .hide-text,
.btn-toggle-area-options.collapsed .hide-text {
  display: none;
}

.btn-toggle-filters:not(.collapsed):after,
.btn-toggle-area-options:not(.collapsed):after {
  content: "\f106";
}

.btn-toggle-filters:not(.collapsed) .open-text,
.btn-toggle-area-options:not(.collapsed) .open-text {
  display: none;
}

.btn-toggle-filters:not(.collapsed) .hide-text,
.btn-toggle-area-options:not(.collapsed) .hide-text {
  display: inline-block;
}

.btn-toggle-area-options {
  margin: 15px 0 5px;
}

.btn-toggle-area-options:before {
  content: "\f041";
}

.btn-filter-dd {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 25px 5px 40px;
  box-sizing: border-box;
  position: relative;
  color: #000;
  background: #fff;
  border: solid 1px #d5d5d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  border-bottom: solid 1px #898989;
  border-right: solid 1px #afafaf;
  white-space: normal;
}

.btn-filter-dd:before,
.btn-filter-dd:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 50%;
}

.btn-filter-dd:before.fa-pull-left,
.btn-filter-dd:after.fa-pull-left {
  margin-right: 0.3em;
}

.btn-filter-dd:before.fa-pull-right,
.btn-filter-dd:after.fa-pull-right {
  margin-left: 0.3em;
}

.btn-filter-dd:before {
  left: 0px;
  width: 40px;
  text-align: center;
}

.btn-filter-dd:after {
  font-size: 20px;
  right: 0;
  width: 25px;
  text-align: center;
  content: "\f107";
  margin-top: -10px;
}

.btn-filter-dd[aria-expanded="true"] {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.btn-filter-dd:hover,
.btn-filter-dd:focus,
.btn-filter-dd.focus {
  outline: 0;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0);
}

.btn-filter-dd:hover:before,
.btn-filter-dd:focus:before,
.btn-filter-dd.focus:before {
  background: #006d8a;
  color: #fff !important;
}

.btn-filter-dd:active,
.btn-filter-dd.active {
  outline: 0;
  background-image: none;
}

.open .btn-filter-dd,
.open .btn-filter-dd *,
.open .btn-filter-dd:before {
  color: #fff !important;
  background: #006d8a;
}

.open .btn-filter-dd:after {
  content: "\f106";
}

@font-face {
  font-family: 'Raphael';
  src: local('Raphael'), url("/static/dist/fonts/Raphael.woff2") format('woff2'), url("/static/dist/fonts/Raphael.woff") format('woff'), url("/static/dist/fonts/Raphael.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir LT Std';
  src: local('Avenir LT Std 85 Heavy'), local('AvenirLTStd-Heavy'), url("/static/dist/fonts/AvenirLTStd-Heavy.woff2") format('woff2'), url("/static/dist/fonts/AvenirLTStd-Heavy.woff") format('woff'), url("/static/dist/fonts/AvenirLTStd-Heavy.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

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

.main-header {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  transition: ease-in-out all 0.2s;
  height: 75px;
}

@media screen and (max-width: 991px) {
  .main-header {
    height: 55px;
  }
}

@media screen and (min-width: 992px) {

}

.main-header__left {
  display: flex;
  gap: 2rem;
}

.main-header--base {
  background: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.main-header--opaque {
  background: transparent;
}

.affix .main-header--opaque {
  background: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.main-header--gradient-black {
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.25) 70%, rgba(0, 0, 0, 0) 100%);
}

.affix .main-header--gradient-black {
  background: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.15);
}

.main-header--gradient-white {
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100%);
}

html,
body {
  overflow-x: hidden;
}

.c-sidenav {
  background: #006d8a;
  position: relative;
  height: 100%;
  overflow: auto;
  /*  .btn>a:hover {
    color: @vertical-sub-nav-color;
  }*/
}

.c-sidenav-header {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #63a6b7;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.c-sidenav .btn > a {
  padding: 6px 12px 6px 0;
  color: #fff;
  font-weight: 100;
}

.c-sidenav .btn > a span {
  font-size: 16px;
}

.c-sidenav .login-button > a:hover {
  color: #fff;
}

.c-sidenav .login-button > a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f007";
  left: 17px;
  top: 10px;
  font-size: 20px;
  margin-right: 1rem;
}

.c-sidenav .login-button > a::before.fa-pull-left {
  margin-right: 0.3em;
}

.c-sidenav .login-button > a::before.fa-pull-right {
  margin-left: 0.3em;
}

.c-sidenav .booking-button > a::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f133";
  left: 17px;
  top: 10px;
  font-size: 20px;
}

.c-sidenav .booking-button > a::before.fa-pull-left {
  margin-right: 0.3em;
}

.c-sidenav .booking-button > a::before.fa-pull-right {
  margin-left: 0.3em;
}

.c-sidenav .close-sidenav {
  color: #fff;
  border-radius: 0;
  margin: 0 1rem 0 auto;
  font-size: 28px;
}

.c-sidenav .close-sidenav::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f00d";
}

.c-sidenav .close-sidenav::before.fa-pull-left {
  margin-right: 0.3em;
}

.c-sidenav .close-sidenav::before.fa-pull-right {
  margin-left: 0.3em;
}

.c-sidenav .close-sidenav:hover,
.c-sidenav .close-sidenav:focus {
  background: #004f64;
}

.c-pinboard .block {
  margin-bottom: 30px;
}

.c-services-bar {
  color: #fff;
  background: #006d8a;
  margin-left: -15px;
  margin-right: -15px;
}

.c-services-bar .container {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .c-services-bar {
    margin-top: -8.1rem;
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-services-list__row {
  display: grid;
  grid-template-rows: 1fr;
}

@media screen and (min-width: 992px) {
  .c-services-list__row {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-service-item:not(:last-child) {
  border-bottom: solid 1px rgba(255, 255, 255, 0.52);
}

@media screen and (min-width: 992px) {
  .c-service-item {
    grid-template-columns: repeat(4, 1fr);
  }

  .c-service-item:not(:last-child) {
    position: relative;
    border: none;
  }

  .c-service-item:not(:last-child)::after {
    content: "";
    width: 1px;
    position: absolute;
    top: 11%;
    bottom: 11%;
    right: 0;
    background: rgba(255, 255, 255, 0.52);
    transition: all 0.24s ease;
  }

  .c-service-item:not(:last-child):hover::after,
  .c-service-item:not(:last-child):focus::after {
    background: #004f64;
  }
}

.c-service-item__link {
  align-items: center;
  color: #fff;
  transition: all 0.24s ease;
  display: flex;
  padding: 15px;
}

@media screen and (min-width: 992px) {
  .c-service-item__link {
    flex-direction: column;
    padding: 30px;
  }
}

.c-service-item__link svg {
  fill: #fff;
}

.c-service-item__link:hover,
.c-service-item__link:focus {
  text-decoration: none;
  background-color: #004f64;
  color: #fff;
}

.c-service-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 45px;
  margin-right: 1rem;
}

@media screen and (min-width: 992px) {
  .c-service-item__image {
    height: 56px;
    margin-bottom: 15px;
    margin-right: 0;
  }
}

.c-service-item__image img {
  width: auto;
  height: 100%;
  max-height: 100%;
}

.c-service-item__heading h2 {
  margin: 0;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .c-service-item__heading h2 {
    font-size: 16px;
  }
}

.c-activity-status {
  text-align: center;
}

.c-activity-status__row {
  width: 100%;
  display: grid;
  gap: 2rem;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.c-activity-status__col {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.c-activity-status__heading {
  font-family: "Raphael", Georgia, serif;
  font-weight: normal;
  margin: 15px 0 30px;
}

.c-activity-status__col-heading {
  font-size: 1.2rem;
  text-transform: uppercase;
  justify-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.c-activity-status__value {
  margin-top: 1rem;
  font-family: "Montserrat", Arial;
  font-weight: 400;
  font-size: 3.5rem;
  white-space: nowrap;
}

.fa-absolute {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .img-left,
  .img-right {
    max-width: 50%;
  }
}

.img-left {
  float: left;
  margin: 0 20px 20px 0;
}

@media screen and (max-width: 767px) {
  .img-left {
    margin-right: 10px;
  }
}

.img-right {
  float: right;
  margin: 0 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .img-right {
    margin-left: 10px;
  }
}

/* LESS Document */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.2em;
}

h1 {
  color: #fff;
}

h1 .heading {
  color: #ffe366;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 991px) {
  h1 .heading {
    color: #000;
  }
}

h1 .sub-heading {
  display: block;
  font-size: 22px;
}

.header h1,
h1 .heading.hero-heading--text-light {
  color: #fff;
}

.header h1,
h1 .heading.hero-heading--text-dark {
  color: #000;
}

.sub-header h1,
h1 .sub-heading.hero-subheading--text-yellow {
  color: #ffe366;
}

.sub-header h1,
h1 .sub-heading.hero-subheading--text-dark {
  color: #000;
}

.main-article header h1,
.main-article header h1 .heading {
  color: #000;
}

@media screen and (max-width: 991px) {
  h1 {
    color: #000;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 31.2px;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26.4px;
  }
}

@media print {
  h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hero h1 {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .hero h1 .heading {
    font-size: 57.6px;
  }
}

@media screen and (min-width: 1200px) {
  .hero h1 .heading {
    font-size: 74.4px;
  }
}

@media screen and (min-width: 1200px) {
  .hero h1 .sub-heading {
    font-size: 32px;
  }
}

.hero-top-image--text-dark {
  color: #000;
}

.hero-top-image--text-yellow {
  color: #ffe366;
}

h2 {
  font-weight: 500;
}

h3 {
  font-weight: 500;
}

p {
  margin-bottom: 1rem;
}

@media screen and (max-width: 480px) {
  .main-article p {
    font-size: 14px;
  }
}

p.lead {
  color: #000;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  p.lead {
    font-size: 16.5px;
  }
}

@media screen and (max-width: 480px) {
  p.lead {
    font-size: 14.3px;
  }
}

@media print {
  p.lead {
    font-size: 24px;
  }
}

.small-print {
  font-size: 12.8px;
}

blockquote {
  padding: 0 25px;
  margin: 0 0 30px;
  font-size: 16px;
  border: none;
}

blockquote:before {
  content: open-quote;
}

blockquote:after {
  content: close-quote;
}

.editor ul li,
.editor ol li {
  margin-top: 0.4em;
}

.editor ul li:first-child,
.editor ol li:first-child {
  margin-top: 0;
}

.section-header {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 37.5px;
}

.section-sub-header {
  font-weight: normal;
}

.skip-links {
  position: absolute;
  top: -999px;
  left: 0;
  z-index: 2999;
  width: 100%;
}

.skip-links:before,
.skip-links:after {
  content: " ";
  display: table;
}

.skip-links:after {
  clear: both;
}

.skip-links:before,
.skip-links:after {
  content: " ";
  display: table;
}

.skip-links:after {
  clear: both;
}

.skip-links a {
  color: white;
  background: #006d8a;
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 10px;
}

.skip-links a:active,
.skip-links a:focus {
  color: white;
  top: 999px;
  outline: 0;
}

.left-nav-layout .skip-links a.skip-links-leftnav {
  display: none;
  visibility: hidden;
  position: absolute;
}

.skip-links a[class="sr-only"] {
  visibility: hidden;
}

.logo {
  display: flex;
  align-items: stretch;
}

.logo,
.logo a {
  width: 145px;
}

@media screen and (max-width: 767px) {
  .logo,
  .logo a {
    width: 95px;
  }
}

.affix .logo,
.affix .logo a {
  width: 110px;
  top: 10px;
}

.logo,
.logo a,
.logo img,
.logo a img {
  transition: ease-in-out 0.2s all;
}

.logo a {
  position: relative;
  display: block;
}

.logo a:hover,
.logo a:focus {
  text-decoration: none !important;
}

.logo a:focus:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  content: "\00a0";
  border: solid 2px #006d8a;
}

.logo img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 90px;
}

@media screen and (max-width: 1140px) {
  .logo img {
    width: 80px;
  }
}

.affix .logo img {
  width: 45px;
}

@media screen and (max-width: 991px) {
  .affix .logo img {
    width: 45px;
  }
}

.footer-logo {
  position: absolute;
  z-index: 1;
  width: 75px;
  left: 50%;
  bottom: 0;
  text-align: center;
  margin-left: -37.5px;
  margin-bottom: -10px;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    bottom: auto;
    top: 0;
    margin-bottom: 0;
    margin-top: -20px;
  }
}

.footer-logo img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media print {
  .main-header .logo {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: auto !important;
  }

  .main-header .logo a {
    width: auto !important;
    padding: 30px 0 !important;
  }

  .main-header .logo a img {
    width: 150px !important;
    max-width: 150px !important;
  }
}

.edit-mode #header {
  position: relative !important;
}

.header-affix {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  right: 0;
  z-index: 999;
}

#header {
  position: relative;
  box-shadow: 0 -10px 21px 7px rgba(0, 0, 0, 0.3);
}

@media print {
  #header {
    position: relative !important;
  }
}

@media screen and (max-width: 767px) {
  #header {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    min-height: 55px;
    height: auto !important;
    height: 55px;
    background: #fff;
  }

  #header.affix {
    position: relative;
  }

  #header,
  #header + div {
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -webkit-transition: all all 0.3s ease-in ease-out;
    -moz-transition: all all 0.3s ease-in ease-out;
    -o-transition: all all 0.3s ease-in ease-out;
    transition: all all 0.3s ease-in ease-out;
  }
}

@media screen and (min-width: 768px) {
  #header {
    z-index: 201;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #header.affix,
  #header.affix-bottom {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

@media screen and (min-width: 768px) {
  #header.affix:not(.nav-down) #nav ul.nav {
    display: none;
  }
}

#header.affix:not(.nav-down) #nav {
  min-height: 0;
  height: auto !important;
  height: 0;
}

@media screen and (min-width: 768px) {
  #header.ext-bg > .nav-wrapper {
    background: rgba(0, 0, 0, 0.4);
  }
}

.nav-toggle {
  color: #fff;
  background-color: #006d8a;
  border-color: transparent;
  border-radius: 0 !important;
}

.nav-toggle:focus,
.nav-toggle.focus {
  color: #fff;
  background-color: #004557;
  border-color: rgba(0, 0, 0, 0);
}

.nav-toggle:hover {
  color: #fff;
  background-color: #004557;
  border-color: rgba(0, 0, 0, 0);
}

.nav-toggle:active,
.nav-toggle.active,
.open > .dropdown-toggle.nav-toggle {
  color: #fff;
  background-color: #004557;
  border-color: rgba(0, 0, 0, 0);
}

.nav-toggle:active:hover,
.nav-toggle.active:hover,
.open > .dropdown-toggle.nav-toggle:hover,
.nav-toggle:active:focus,
.nav-toggle.active:focus,
.open > .dropdown-toggle.nav-toggle:focus,
.nav-toggle:active.focus,
.nav-toggle.active.focus,
.open > .dropdown-toggle.nav-toggle.focus {
  color: #fff;
  background-color: #002933;
  border-color: rgba(0, 0, 0, 0);
}

.nav-toggle:active,
.nav-toggle.active,
.open > .dropdown-toggle.nav-toggle {
  background-image: none;
}

.nav-toggle.disabled:hover,
.nav-toggle[disabled]:hover,
fieldset[disabled] .nav-toggle:hover,
.nav-toggle.disabled:focus,
.nav-toggle[disabled]:focus,
fieldset[disabled] .nav-toggle:focus,
.nav-toggle.disabled.focus,
.nav-toggle[disabled].focus,
fieldset[disabled] .nav-toggle.focus {
  background-color: #006d8a;
  border-color: transparent;
}

.nav-toggle .badge {
  color: #006d8a;
  background-color: #fff;
}

.nav-toggle span {
  display: block;
  font-size: 14px;
  opacity: 1;
  transition: ease-in-out 0.2s all;
}

.affix .nav-toggle span {
  /*   font-size: 1px;
      opacity: 0;*/
}

@media screen and (max-width: 991px) {
  .nav-toggle span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.search-toggle {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
}

.search-toggle:focus,
.search-toggle:active:focus,
.search-toggle.active:focus,
.search-toggle.focus,
.search-toggle:active.focus,
.search-toggle.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.search-toggle:hover,
.search-toggle:focus,
.search-toggle.focus {
  color: #000;
  text-decoration: none;
}

.search-toggle:active,
.search-toggle.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-toggle.disabled,
.search-toggle[disabled],
fieldset[disabled] .search-toggle {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.search-toggle.disabled,
fieldset[disabled] a.search-toggle {
  pointer-events: none;
}

.search-toggle:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.search-toggle:focus,
.search-toggle.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.search-toggle:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.search-toggle:active,
.search-toggle.active,
.open > .dropdown-toggle.search-toggle {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.search-toggle:active:hover,
.search-toggle.active:hover,
.open > .dropdown-toggle.search-toggle:hover,
.search-toggle:active:focus,
.search-toggle.active:focus,
.open > .dropdown-toggle.search-toggle:focus,
.search-toggle:active.focus,
.search-toggle.active.focus,
.open > .dropdown-toggle.search-toggle.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.search-toggle:active,
.search-toggle.active,
.open > .dropdown-toggle.search-toggle {
  background-image: none;
}

.search-toggle.disabled:hover,
.search-toggle[disabled]:hover,
fieldset[disabled] .search-toggle:hover,
.search-toggle.disabled:focus,
.search-toggle[disabled]:focus,
fieldset[disabled] .search-toggle:focus,
.search-toggle.disabled.focus,
.search-toggle[disabled].focus,
fieldset[disabled] .search-toggle.focus {
  background-color: transparent;
  border-color: transparent;
}

.search-toggle .badge {
  color: transparent;
  background-color: #000;
}

.search-toggle:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f002";
  padding-right: 2px;
}

.search-toggle:before.fa-pull-left {
  margin-right: 0.3em;
}

.search-toggle:before.fa-pull-right {
  margin-left: 0.3em;
}

.search-toggle span {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .search-toggle span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.main-footer {
  position: relative;
  background: #8e3009;
}

.main-footer::before {
  display: block;
  content: "\00a0";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 15px;
  overflow: hidden;
}

.booking-menu {
  z-index: 200;
  display: flex;
  align-items: stretch;
  position: relative;
}

.booking-menu .linkblock {
  margin: 0;
}

.booking-menu .dropdown {
  display: flex;
  align-items: stretch;
  position: relative;
}

.booking-menu .dropdown > a.btn-to-cart {
  color: #000;
  background-color: #ffe366;
  border-color: #ffe366;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  border-radius: 0;
  z-index: 1;
  overflow: hidden;
}

.booking-menu .dropdown > a.btn-to-cart:focus,
.booking-menu .dropdown > a.btn-to-cart.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #e5bb00;
}

.booking-menu .dropdown > a.btn-to-cart:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd829;
}

.booking-menu .dropdown > a.btn-to-cart:active,
.booking-menu .dropdown > a.btn-to-cart.active,
.open > .dropdown-toggle.booking-menu .dropdown > a.btn-to-cart {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd829;
}

.booking-menu .dropdown > a.btn-to-cart:active:hover,
.booking-menu .dropdown > a.btn-to-cart.active:hover,
.open > .dropdown-toggle.booking-menu .dropdown > a.btn-to-cart:hover,
.booking-menu .dropdown > a.btn-to-cart:active:focus,
.booking-menu .dropdown > a.btn-to-cart.active:focus,
.open > .dropdown-toggle.booking-menu .dropdown > a.btn-to-cart:focus,
.booking-menu .dropdown > a.btn-to-cart:active.focus,
.booking-menu .dropdown > a.btn-to-cart.active.focus,
.open > .dropdown-toggle.booking-menu .dropdown > a.btn-to-cart.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #e5bb00;
}

.booking-menu .dropdown > a.btn-to-cart:active,
.booking-menu .dropdown > a.btn-to-cart.active,
.open > .dropdown-toggle.booking-menu .dropdown > a.btn-to-cart {
  background-image: none;
}

.booking-menu .dropdown > a.btn-to-cart.disabled:hover,
.booking-menu .dropdown > a.btn-to-cart[disabled]:hover,
fieldset[disabled] .booking-menu .dropdown > a.btn-to-cart:hover,
.booking-menu .dropdown > a.btn-to-cart.disabled:focus,
.booking-menu .dropdown > a.btn-to-cart[disabled]:focus,
fieldset[disabled] .booking-menu .dropdown > a.btn-to-cart:focus,
.booking-menu .dropdown > a.btn-to-cart.disabled.focus,
.booking-menu .dropdown > a.btn-to-cart[disabled].focus,
fieldset[disabled] .booking-menu .dropdown > a.btn-to-cart.focus {
  background-color: #ffe366;
  border-color: #ffe366;
}

.booking-menu .dropdown > a.btn-to-cart .badge {
  color: #ffe366;
  background-color: #000;
}

.booking-menu .dropdown > a.btn-to-cart span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.booking-menu .dropdown > a.btn-to-cart:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "d";
  font-size: 18px;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  .booking-menu .dropdown > a.btn-to-cart:before {
    font-size: 20px;
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .booking-menu .dropdown > a.btn-to-cart:before {
    font-size: 25px;
  }
}

.booking-menu .dropdown > a.btn-to-cart:hover:before,
.booking-menu .dropdown > a.btn-to-cart:focus:before {
  background: #ffd519;
}

@media screen and (max-width: 767px) {
  .booking-menu .dropdown > a.btn-to-cart {
    display: none;
  }
}

.booking-menu .dropdown > .btn-booking {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #ffe366;
  border-color: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  align-self: stretch;
  position: relative;
  text-transform: uppercase;
}

.booking-menu .dropdown > .btn-booking:focus,
.booking-menu .dropdown > .btn-booking:active:focus,
.booking-menu .dropdown > .btn-booking.active:focus,
.booking-menu .dropdown > .btn-booking.focus,
.booking-menu .dropdown > .btn-booking:active.focus,
.booking-menu .dropdown > .btn-booking.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.booking-menu .dropdown > .btn-booking:hover,
.booking-menu .dropdown > .btn-booking:focus,
.booking-menu .dropdown > .btn-booking.focus {
  color: #000;
  text-decoration: none;
}

.booking-menu .dropdown > .btn-booking:active,
.booking-menu .dropdown > .btn-booking.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.booking-menu .dropdown > .btn-booking.disabled,
.booking-menu .dropdown > .btn-booking[disabled],
fieldset[disabled] .booking-menu .dropdown > .btn-booking {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.booking-menu .dropdown > .btn-booking.disabled,
fieldset[disabled] a.booking-menu .dropdown > .btn-booking {
  pointer-events: none;
}

.booking-menu .dropdown > .btn-booking:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.booking-menu .dropdown > .btn-booking:focus,
.booking-menu .dropdown > .btn-booking.focus {
  color: #000;
  background-color: #ffda33;
  border-color: rgba(0, 0, 0, 0);
}

.booking-menu .dropdown > .btn-booking:hover {
  color: #000;
  background-color: #ffda33;
  border-color: rgba(0, 0, 0, 0);
}

.booking-menu .dropdown > .btn-booking:active,
.booking-menu .dropdown > .btn-booking.active,
.open > .dropdown-toggle.booking-menu .dropdown > .btn-booking {
  color: #000;
  background-color: #ffda33;
  border-color: rgba(0, 0, 0, 0);
}

.booking-menu .dropdown > .btn-booking:active:hover,
.booking-menu .dropdown > .btn-booking.active:hover,
.open > .dropdown-toggle.booking-menu .dropdown > .btn-booking:hover,
.booking-menu .dropdown > .btn-booking:active:focus,
.booking-menu .dropdown > .btn-booking.active:focus,
.open > .dropdown-toggle.booking-menu .dropdown > .btn-booking:focus,
.booking-menu .dropdown > .btn-booking:active.focus,
.booking-menu .dropdown > .btn-booking.active.focus,
.open > .dropdown-toggle.booking-menu .dropdown > .btn-booking.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: rgba(0, 0, 0, 0);
}

.booking-menu .dropdown > .btn-booking:active,
.booking-menu .dropdown > .btn-booking.active,
.open > .dropdown-toggle.booking-menu .dropdown > .btn-booking {
  background-image: none;
}

.booking-menu .dropdown > .btn-booking.disabled:hover,
.booking-menu .dropdown > .btn-booking[disabled]:hover,
fieldset[disabled] .booking-menu .dropdown > .btn-booking:hover,
.booking-menu .dropdown > .btn-booking.disabled:focus,
.booking-menu .dropdown > .btn-booking[disabled]:focus,
fieldset[disabled] .booking-menu .dropdown > .btn-booking:focus,
.booking-menu .dropdown > .btn-booking.disabled.focus,
.booking-menu .dropdown > .btn-booking[disabled].focus,
fieldset[disabled] .booking-menu .dropdown > .btn-booking.focus {
  background-color: #ffe366;
  border-color: transparent;
}

.booking-menu .dropdown > .btn-booking .badge {
  color: #ffe366;
  background-color: #000;
}

@media screen and (min-width: 768px) {
  .booking-menu .dropdown > .btn-booking {
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .booking-menu .dropdown > .btn-booking:before {
    display: inline-block;
    font-family: "stoten";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    content: "d";
    font-size: 18px;
    text-transform: none;
  }
}

.booking-menu .dropdown > .btn-booking:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f107";
  padding-left: 10px;
}

.booking-menu .dropdown > .btn-booking:after.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown > .btn-booking:after.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown > .btn-booking[aria-expanded="true"] {
  padding-bottom: 6px;
}

.booking-menu .dropdown > .btn-booking[aria-expanded="true"]:after {
  content: "\f106";
}

@media screen and (max-width: 1140px) {
  .booking-menu .dropdown > .btn-booking span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

@media screen and (max-width: 767px) {
  .booking-menu .dropdown-backdrop {
    display: none !important;
  }
}

.booking-menu .dropdown-menu {
  left: auto;
  right: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0 0 0 0 !important;
  min-width: 200px;
}

.booking-menu .dropdown-menu > div:first-child {
  padding: 2px 1px;
}

.booking-menu .dropdown-menu .link-block > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: white;
  background-color: #006d8a;
  border-color: white;
  border-radius: 0;
  position: relative;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 30px 8px 60px;
  border-bottom: solid 1px white;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

.booking-menu .dropdown-menu .link-block > a:focus,
.booking-menu .dropdown-menu .link-block > a:active:focus,
.booking-menu .dropdown-menu .link-block > a.active:focus,
.booking-menu .dropdown-menu .link-block > a.focus,
.booking-menu .dropdown-menu .link-block > a:active.focus,
.booking-menu .dropdown-menu .link-block > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.booking-menu .dropdown-menu .link-block > a:hover,
.booking-menu .dropdown-menu .link-block > a:focus,
.booking-menu .dropdown-menu .link-block > a.focus {
  color: #000;
  text-decoration: none;
}

.booking-menu .dropdown-menu .link-block > a:active,
.booking-menu .dropdown-menu .link-block > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.booking-menu .dropdown-menu .link-block > a.disabled,
.booking-menu .dropdown-menu .link-block > a[disabled],
fieldset[disabled] .booking-menu .dropdown-menu .link-block > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.booking-menu .dropdown-menu .link-block > a.disabled,
fieldset[disabled] a.booking-menu .dropdown-menu .link-block > a {
  pointer-events: none;
}

.booking-menu .dropdown-menu .link-block > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.booking-menu .dropdown-menu .link-block > a:focus,
.booking-menu .dropdown-menu .link-block > a.focus {
  color: white;
  background-color: #004557;
  border-color: #bfbfbf;
}

.booking-menu .dropdown-menu .link-block > a:hover {
  color: white;
  background-color: #004557;
  border-color: #e0e0e0;
}

.booking-menu .dropdown-menu .link-block > a:active,
.booking-menu .dropdown-menu .link-block > a.active,
.open > .dropdown-toggle.booking-menu .dropdown-menu .link-block > a {
  color: white;
  background-color: #004557;
  border-color: #e0e0e0;
}

.booking-menu .dropdown-menu .link-block > a:active:hover,
.booking-menu .dropdown-menu .link-block > a.active:hover,
.open > .dropdown-toggle.booking-menu .dropdown-menu .link-block > a:hover,
.booking-menu .dropdown-menu .link-block > a:active:focus,
.booking-menu .dropdown-menu .link-block > a.active:focus,
.open > .dropdown-toggle.booking-menu .dropdown-menu .link-block > a:focus,
.booking-menu .dropdown-menu .link-block > a:active.focus,
.booking-menu .dropdown-menu .link-block > a.active.focus,
.open > .dropdown-toggle.booking-menu .dropdown-menu .link-block > a.focus {
  color: white;
  background-color: #002933;
  border-color: #bfbfbf;
}

.booking-menu .dropdown-menu .link-block > a:active,
.booking-menu .dropdown-menu .link-block > a.active,
.open > .dropdown-toggle.booking-menu .dropdown-menu .link-block > a {
  background-image: none;
}

.booking-menu .dropdown-menu .link-block > a.disabled:hover,
.booking-menu .dropdown-menu .link-block > a[disabled]:hover,
fieldset[disabled] .booking-menu .dropdown-menu .link-block > a:hover,
.booking-menu .dropdown-menu .link-block > a.disabled:focus,
.booking-menu .dropdown-menu .link-block > a[disabled]:focus,
fieldset[disabled] .booking-menu .dropdown-menu .link-block > a:focus,
.booking-menu .dropdown-menu .link-block > a.disabled.focus,
.booking-menu .dropdown-menu .link-block > a[disabled].focus,
fieldset[disabled] .booking-menu .dropdown-menu .link-block > a.focus {
  background-color: #006d8a;
  border-color: white;
}

.booking-menu .dropdown-menu .link-block > a .badge {
  color: #006d8a;
  background-color: white;
}

.booking-menu .dropdown-menu .link-block > a:not(.lift):before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "\00a0";
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 25px;
}

.booking-menu .dropdown-menu .link-block > a:after {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  left: auto;
  right: 10px;
  content: "\f105";
  font-size: 30px;
  line-height: 40px;
}

.booking-menu .dropdown-menu .link-block > a:after.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .link-block > a:after.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .link-block.resident > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f015";
  left: 10px;
  top: 6px;
  margin-top: 0px;
}

.booking-menu .dropdown-menu .link-block.resident > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .link-block.resident > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .link-block.skiipass > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f7c9";
  left: 10px;
  top: 6px;
  margin-top: 0px;
}

.booking-menu .dropdown-menu .link-block.skiipass > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .link-block.skiipass > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .link-block.skiirent > a:before {
  content: "M";
  font-size: 40px;
  left: 5px;
  top: 0;
  margin-top: 0px;
}

.booking-menu .dropdown-menu .link-block.skiischool > a:before {
  content: "L";
  font-size: 40px;
  left: 5px;
  top: 0;
  margin-top: 0px;
}

.booking-menu .dropdown-menu .link-block.activities > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f6ec";
  left: 13px;
  top: 5px;
  margin-top: 0px;
}

.booking-menu .dropdown-menu .link-block.activities > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .link-block.activities > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .link-block.lift > a::before {
  display: block;
  content: "\00a0";
  left: 5px;
  top: 4px;
  width: 40px;
  height: 30px;
  background: url("/static/dist/images/icons/icon-lift.svg") 50% 50% no-repeat transparent;
  background-size: contain;
}

.booking-menu .dropdown-menu .link-block.link-block--sale > a:before {
  content: "%";
  text-align: center;
  width: 29px;
  line-height: 1.3;
}

.booking-menu .dropdown-menu .link-block.link-block--biking > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f84a";
}

.booking-menu .dropdown-menu .link-block.link-block--biking > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .link-block.link-block--biking > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .link-block.login > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f007";
  left: 17px;
  top: 10px;
  font-size: 20px;
}

.booking-menu .dropdown-menu .link-block.login > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .link-block.login > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .link-block > div {
  padding: 15px;
}

.booking-menu .dropdown-menu .link-block > div:before,
.booking-menu .dropdown-menu .link-block > div:after {
  content: " ";
  display: table;
}

.booking-menu .dropdown-menu .link-block > div:after {
  clear: both;
}

.booking-menu .dropdown-menu .link-block > div:before,
.booking-menu .dropdown-menu .link-block > div:after {
  content: " ";
  display: table;
}

.booking-menu .dropdown-menu .link-block > div:after {
  clear: both;
}

.booking-menu .dropdown-menu .cart-total {
  font-size: 14px;
}

.booking-menu .dropdown-menu .cart-total a {
  display: block;
  padding: 8px 10px;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

.booking-menu .dropdown-menu .cart-total a,
.booking-menu .dropdown-menu .cart-total a:hover,
.booking-menu .dropdown-menu .cart-total a:focus {
  color: #000;
}

.booking-menu .dropdown-menu .cart-total a:hover,
.booking-menu .dropdown-menu .cart-total a:focus,
.booking-menu .dropdown-menu .cart-total a:hover *,
.booking-menu .dropdown-menu .cart-total a:focus * {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .booking-menu .dropdown-menu .cart-total a:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    content: "\f07a";
    padding-right: 5px;
  }

  .booking-menu .dropdown-menu .cart-total a:before.fa-pull-left {
    margin-right: 0.3em;
  }

  .booking-menu .dropdown-menu .cart-total a:before.fa-pull-right {
    margin-left: 0.3em;
  }
}

.booking-menu .dropdown-menu .cart-total a span {
  float: right;
  display: block;
}

.booking-menu .dropdown-menu .contact-phone {
  display: flex;
  align-items: center;
  background: #eeeeee;
  padding: 10px;
}

.booking-menu .dropdown-menu .contact-phone:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f3cd";
  color: #000;
  font-size: 35px;
  flex-basis: 35px;
  text-align: center;
}

.booking-menu .dropdown-menu .contact-phone:before.fa-pull-left {
  margin-right: 0.3em;
}

.booking-menu .dropdown-menu .contact-phone:before.fa-pull-right {
  margin-left: 0.3em;
}

.booking-menu .dropdown-menu .contact-phone p {
  margin: 0;
  font-size: 14px;
}

.booking-menu .dropdown-menu .contact-phone span,
.booking-menu .dropdown-menu .contact-phone a {
  font-size: 24px;
  white-space: nowrap;
}

.booking-menu .dropdown-menu .contact-phone span {
  display: block;
}

@media screen and (max-width: 991px) {
  .booking-menu .dropdown-menu .contact-phone span {
    display: none;
  }
}

.booking-menu .dropdown-menu .contact-phone a {
  display: none;
}

@media screen and (max-width: 991px) {
  .booking-menu .dropdown-menu .contact-phone a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .booking-cart {
    clear: none !important;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 5px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .booking-cart {
    float: left;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .booking-cart .dropdown-backdrop {
    display: none !important;
  }
}

.booking-cart .dropdown-menu {
  min-width: 200px;
  left: 0;
  margin: 0;
  background: #952f17;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  padding: 0 0 0 0 !important;
}

@media screen and (max-width: 767px) {
  .booking-cart .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
  }
}

.booking-cart .dropdown-menu ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.booking-cart .dropdown-menu ul li > span,
.booking-cart .dropdown-menu ul li > a {
  position: relative;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border-top: solid 1px #c13d1e;
  padding: 8px 60px 8px 15px;
}

.booking-cart .dropdown-menu ul li > span #cart-total,
.booking-cart .dropdown-menu ul li > a #cart-total {
  display: block;
}

.booking-cart .dropdown-menu ul li > a:hover,
.booking-cart .dropdown-menu ul li > a:focus {
  background: #ab361a;
}

.booking-cart .dropdown-menu ul li > a:after {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  left: auto;
  right: 10px;
  content: "\f105";
  font-size: 30px;
  line-height: 40px;
}

.booking-cart .dropdown-menu ul li:first-child > span,
.booking-cart .dropdown-menu ul li:first-child > a {
  border-top: none;
}

.booking-cart .dropdown-menu ul li > div {
  background: #fff;
  padding: 15px;
}

.booking-cart .dropdown-menu ul li > div:before,
.booking-cart .dropdown-menu ul li > div:after {
  content: " ";
  display: table;
}

.booking-cart .dropdown-menu ul li > div:after {
  clear: both;
}

.booking-cart .dropdown-menu ul li > div:before,
.booking-cart .dropdown-menu ul li > div:after {
  content: " ";
  display: table;
}

.booking-cart .dropdown-menu ul li > div:after {
  clear: both;
}

.top-links {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  gap: 1rem;
}

@media screen and (max-width: 991px) {
  .top-links,
  .top-links *,
  .top-links *::before {
    color: #fff;
  }
}

.top-links__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  border: none;
  border-radius: 0;
  background: none;
  color: #000000;
  width: 75px;
}

.top-links__item:hover {
  text-decoration: none;
  color: #000000;
}

.top-links__item--left {
  align-items: flex-start;
}

.top-links__item__title {
  text-transform: uppercase;
  font-size: 10px;
}

.top-links__item__title--bold {
  font-weight: 700;
}

.top-links__item a,
.top-links__item button {
  border-radius: 0;
}

.top-links__item--yellow {
  background-color: #FFE366;
}

.lang {
  display: flex;
  align-items: center;
}

.lang > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  position: relative;
}

.lang > a:focus,
.lang > a:active:focus,
.lang > a.active:focus,
.lang > a.focus,
.lang > a:active.focus,
.lang > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lang > a:hover,
.lang > a:focus,
.lang > a.focus {
  color: #000;
  text-decoration: none;
}

.lang > a:active,
.lang > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lang > a.disabled,
.lang > a[disabled],
fieldset[disabled] .lang > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.lang > a.disabled,
fieldset[disabled] a.lang > a {
  pointer-events: none;
}

.lang > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.lang > a:focus,
.lang > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lang > a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lang > a:active,
.lang > a.active,
.open > .dropdown-toggle.lang > a {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lang > a:active:hover,
.lang > a.active:hover,
.open > .dropdown-toggle.lang > a:hover,
.lang > a:active:focus,
.lang > a.active:focus,
.open > .dropdown-toggle.lang > a:focus,
.lang > a:active.focus,
.lang > a.active.focus,
.open > .dropdown-toggle.lang > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lang > a:active,
.lang > a.active,
.open > .dropdown-toggle.lang > a {
  background-image: none;
}

.lang > a.disabled:hover,
.lang > a[disabled]:hover,
fieldset[disabled] .lang > a:hover,
.lang > a.disabled:focus,
.lang > a[disabled]:focus,
fieldset[disabled] .lang > a:focus,
.lang > a.disabled.focus,
.lang > a[disabled].focus,
fieldset[disabled] .lang > a.focus {
  background-color: transparent;
  border-color: transparent;
}

.lang > a .badge {
  color: transparent;
  background-color: #000;
}

.lang > a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.lang > a:before {
  content: "\00a0";
  display: block;
  overflow: hidden;
  width: 22.5px;
  height: 13.5px;
  background: url("/static/dist/images/sprite-flags.png") 0 0 no-repeat transparent;
  background-size: 100% auto;
}

.lang > a.sv:before {
  background-position: 0 -13.5px;
}

.webcam {
  display: flex;
  align-items: center;
}

.webcam > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  display: block;
  font-size: 22px;
}

.webcam > a:focus,
.webcam > a:active:focus,
.webcam > a.active:focus,
.webcam > a.focus,
.webcam > a:active.focus,
.webcam > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.webcam > a:hover,
.webcam > a:focus,
.webcam > a.focus {
  color: #000;
  text-decoration: none;
}

.webcam > a:active,
.webcam > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.webcam > a.disabled,
.webcam > a[disabled],
fieldset[disabled] .webcam > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.webcam > a.disabled,
fieldset[disabled] a.webcam > a {
  pointer-events: none;
}

.webcam > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.webcam > a:focus,
.webcam > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.webcam > a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.webcam > a:active,
.webcam > a.active,
.open > .dropdown-toggle.webcam > a {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.webcam > a:active:hover,
.webcam > a.active:hover,
.open > .dropdown-toggle.webcam > a:hover,
.webcam > a:active:focus,
.webcam > a.active:focus,
.open > .dropdown-toggle.webcam > a:focus,
.webcam > a:active.focus,
.webcam > a.active.focus,
.open > .dropdown-toggle.webcam > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.webcam > a:active,
.webcam > a.active,
.open > .dropdown-toggle.webcam > a {
  background-image: none;
}

.webcam > a.disabled:hover,
.webcam > a[disabled]:hover,
fieldset[disabled] .webcam > a:hover,
.webcam > a.disabled:focus,
.webcam > a[disabled]:focus,
fieldset[disabled] .webcam > a:focus,
.webcam > a.disabled.focus,
.webcam > a[disabled].focus,
fieldset[disabled] .webcam > a.focus {
  background-color: transparent;
  border-color: transparent;
}

.webcam > a .badge {
  color: transparent;
  background-color: #000;
}

.webcam > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f832";
}

.webcam > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.webcam > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.login-button {
  display: flex;
  align-items: stretch;
}

.login-button > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  align-items: center;
}

.login-button > a:focus,
.login-button > a:active:focus,
.login-button > a.active:focus,
.login-button > a.focus,
.login-button > a:active.focus,
.login-button > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.login-button > a:hover,
.login-button > a:focus,
.login-button > a.focus {
  color: #000;
  text-decoration: none;
}

.login-button > a:active,
.login-button > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.login-button > a.disabled,
.login-button > a[disabled],
fieldset[disabled] .login-button > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.login-button > a.disabled,
fieldset[disabled] a.login-button > a {
  pointer-events: none;
}

.login-button > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.login-button > a:focus,
.login-button > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.login-button > a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.login-button > a:active,
.login-button > a.active,
.open > .dropdown-toggle.login-button > a {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.login-button > a:active:hover,
.login-button > a.active:hover,
.open > .dropdown-toggle.login-button > a:hover,
.login-button > a:active:focus,
.login-button > a.active:focus,
.open > .dropdown-toggle.login-button > a:focus,
.login-button > a:active.focus,
.login-button > a.active.focus,
.open > .dropdown-toggle.login-button > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.login-button > a:active,
.login-button > a.active,
.open > .dropdown-toggle.login-button > a {
  background-image: none;
}

.login-button > a.disabled:hover,
.login-button > a[disabled]:hover,
fieldset[disabled] .login-button > a:hover,
.login-button > a.disabled:focus,
.login-button > a[disabled]:focus,
fieldset[disabled] .login-button > a:focus,
.login-button > a.disabled.focus,
.login-button > a[disabled].focus,
fieldset[disabled] .login-button > a.focus {
  background-color: transparent;
  border-color: transparent;
}

.login-button > a .badge {
  color: transparent;
  background-color: #000;
}

.login-button > a span {
  font-size: 14px;
}

.weather {
  display: flex;
  align-items: stretch;
}

.weather > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  font-size: 14px;
  position: relative;
  padding-left: 35px;
}

.weather > a:focus,
.weather > a:active:focus,
.weather > a.active:focus,
.weather > a.focus,
.weather > a:active.focus,
.weather > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.weather > a:hover,
.weather > a:focus,
.weather > a.focus {
  color: #000;
  text-decoration: none;
}

.weather > a:active,
.weather > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.weather > a.disabled,
.weather > a[disabled],
fieldset[disabled] .weather > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.weather > a.disabled,
fieldset[disabled] a.weather > a {
  pointer-events: none;
}

.weather > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.weather > a:focus,
.weather > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.weather > a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.weather > a:active,
.weather > a.active,
.open > .dropdown-toggle.weather > a {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.weather > a:active:hover,
.weather > a.active:hover,
.open > .dropdown-toggle.weather > a:hover,
.weather > a:active:focus,
.weather > a.active:focus,
.open > .dropdown-toggle.weather > a:focus,
.weather > a:active.focus,
.weather > a.active.focus,
.open > .dropdown-toggle.weather > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.weather > a:active,
.weather > a.active,
.open > .dropdown-toggle.weather > a {
  background-image: none;
}

.weather > a.disabled:hover,
.weather > a[disabled]:hover,
fieldset[disabled] .weather > a:hover,
.weather > a.disabled:focus,
.weather > a[disabled]:focus,
fieldset[disabled] .weather > a:focus,
.weather > a.disabled.focus,
.weather > a[disabled].focus,
fieldset[disabled] .weather > a.focus {
  background-color: transparent;
  border-color: transparent;
}

.weather > a .badge {
  color: transparent;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .weather > a {
    padding-right: 0px;
  }
}

.weather .ff-icon {
  position: absolute;
  left: 0;
  transform: scale(0.3) translateX(-105px);
}

.ie11 .weather .ff-icon {
  top: 0;
  height: 100%;
}

.ie11 .c-side-navigation .weather .ff-icon {
  transform: scale(0.3) translate(-105px, -50%);
}

.weather .temp {
  margin-left: 0.4em;
}

@media screen and (max-width: 767px) {
  .main-header .weather .temp {
    font-size: 12px;
    margin-right: 0.35em;
  }
}

.lift-report-header {
  display: flex;
  align-items: stretch;
}

.lift-report-header > a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: transparent;
  border-color: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding-left: 0.75em;
  padding-top: 0.2em;
}

.lift-report-header > a:focus,
.lift-report-header > a:active:focus,
.lift-report-header > a.active:focus,
.lift-report-header > a.focus,
.lift-report-header > a:active.focus,
.lift-report-header > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lift-report-header > a:hover,
.lift-report-header > a:focus,
.lift-report-header > a.focus {
  color: #000;
  text-decoration: none;
}

.lift-report-header > a:active,
.lift-report-header > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.lift-report-header > a.disabled,
.lift-report-header > a[disabled],
fieldset[disabled] .lift-report-header > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.lift-report-header > a.disabled,
fieldset[disabled] a.lift-report-header > a {
  pointer-events: none;
}

.lift-report-header > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.lift-report-header > a:focus,
.lift-report-header > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lift-report-header > a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lift-report-header > a:active,
.lift-report-header > a.active,
.open > .dropdown-toggle.lift-report-header > a {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lift-report-header > a:active:hover,
.lift-report-header > a.active:hover,
.open > .dropdown-toggle.lift-report-header > a:hover,
.lift-report-header > a:active:focus,
.lift-report-header > a.active:focus,
.open > .dropdown-toggle.lift-report-header > a:focus,
.lift-report-header > a:active.focus,
.lift-report-header > a.active.focus,
.open > .dropdown-toggle.lift-report-header > a.focus {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.lift-report-header > a:active,
.lift-report-header > a.active,
.open > .dropdown-toggle.lift-report-header > a {
  background-image: none;
}

.lift-report-header > a.disabled:hover,
.lift-report-header > a[disabled]:hover,
fieldset[disabled] .lift-report-header > a:hover,
.lift-report-header > a.disabled:focus,
.lift-report-header > a[disabled]:focus,
fieldset[disabled] .lift-report-header > a:focus,
.lift-report-header > a.disabled.focus,
.lift-report-header > a[disabled].focus,
fieldset[disabled] .lift-report-header > a.focus {
  background-color: transparent;
  border-color: transparent;
}

.lift-report-header > a .badge {
  color: transparent;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  .lift-report-header > a {
    padding-left: 0.15em;
    padding-right: 0.15em;
  }
}

.lift-report-header > a:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "U";
  font-size: 22px;
}

.lift-report-header > a > span {
  font-size: 14px;
  margin-left: 0.4em;
  margin-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .lift-report-header > a > span {
    font-size: 12px;
    margin-left: 0.3em;
    margin-top: 0.2em;
  }
}

.rb-menu {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 78px;
  font-size: 1.4rem;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .rb-menu {
    flex-direction: row;
  }
}

.rb-menu .r1 .toggle-sidenav {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  color: #fff;
  text-decoration: none;
  transition: background ease 0.25s;
}

.rb-menu .r1 .toggle-sidenav svg {
  fill: #fff;
  width: 3.6rem;
}

.rb-menu .r1 .l1 {
  display: flex;
  gap: 1rem;
}

.rb-menu .r1 .l1 .link:not(.nav-toggle) span.txt {
  padding: 0.35rem 0.45rem;
  transition: background ease 0.25s;
}

.rb-menu .r1 .l1 .link:not(.nav-toggle) span:not(.txt) {
  padding: 0 0.45rem;
}

.rb-menu .r1 .l1 .link:not(.nav-toggle):hover,
.rb-menu .r1 .l1 .link:not(.nav-toggle):focus {
  text-decoration: none;
}

.rb-menu .r1 .l1 .link:not(.nav-toggle):hover span.txt,
.rb-menu .r1 .l1 .link:not(.nav-toggle):focus span.txt {
  background-color: #89b7c4;
}

.rb-menu .r1 .l1 .txt {
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .rb-menu .r1 .l1 {
    gap: 0rem;
  }

  .rb-menu .r1 .l1 .link:not(.nav-toggle) {
    font-size: 11.5px;
  }

  .rb-menu .r1 .l1 .link:not(.nav-toggle) span.txt {
    padding-bottom: 0;
  }

  .rb-menu .r1 .l1 .link:not(.nav-toggle):hover span.txt,
  .rb-menu .r1 .l1 .link:not(.nav-toggle):focus span.txt {
    background-color: transparent;
  }

  .rb-menu .r1 .l1 svg {
    flex-shrink: 0;
  }
}

.rb-menu .l2 {
  display: flex;
  gap: 1.7rem;
}

.rb-menu .l2 .link .ico {
  display: flex;
  padding: 0.45rem 0.75rem;
  transition: background ease 0.25s;
}

.rb-menu .l2 .link .ico svg {
  width: 100%;
  height: 2.2rem;
}

.rb-menu .l2 .link:hover,
.rb-menu .l2 .link:focus {
  text-decoration: none;
}

.rb-menu .l2 .link:not(.rb-menu .l2 .link__booking):hover .ico,
.rb-menu .l2 .link:not(.rb-menu .l2 .link__booking):focus .ico {
  background-color: #89b7c4;
}

.rb-menu .l2 .link__booking {
  background-color: #ffe366;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  transition: background ease 0.25s;
}

.rb-menu .l2 .link__booking:hover,
.rb-menu .l2 .link__booking:focus {
  background-color: #e0c657;
}

@media screen and (max-width: 1200px) {
  .rb-menu .l2 {
    gap: 0.3rem;
    flex-direction: row-reverse;
  }

  .rb-menu .l2 svg {
    flex-shrink: 0;
  }
}

.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  top: 44px;
  transition: ease 0.25s;
  z-index: 900;
}

@media (min-width: 768px) {
  .logo {
    width: 200px;
    top: 20px;
    z-index: 900;
  }
}

.r1 {
  background-color: #EAEAEA;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .r1 .link-lang {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .r1 {
    width: 100%;
    background-color: white;
  }
}

.rb-menu__mobile {
  background-color: #fff;
  justify-content: space-between;
  display: flex;
  font-size: 12px;
}

.rb-menu__mobile .ico {
  padding: 0;
}

.rb-menu__mobile .ico svg {
  height: 2.2rem;
  flex-shrink: 0;
}

.rb-menu__mobile .ico-search svg {
  width: 2rem;
  flex-shrink: 0;
}

.rb-menu__mobile .toggle-sidenav {
  padding: 0.45rem;
  color: #fff;
  text-decoration: none;
  transition: background ease 0.25s;
  background-color: transparent;
  color: #000;
  margin-right: 1rem;
}

.rb-menu__mobile .toggle-sidenav svg {
  fill: #006d8a;
  width: 3.6rem;
}

.rb-menu__mobile .link__booking {
  background-color: #ffe366;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition: background ease 0.25s;
  margin-left: 0.75rem;
}

.rb-menu__mobile .link__booking svg {
  width: 1.8rem;
}

.rb-menu__mobile .link__booking:hover,
.rb-menu__mobile .link__booking:focus {
  background-color: #e0c657;
}

@media screen and (min-width: 1200px) {
  .rb-menu__mobile {
    display: none;
  }
}

.l1 .link {
  align-items: flex-start;
}

.m21 {
  display: flex;
  gap: 1rem;
}

.m22 {
  display: flex;
  gap: 1rem;
}

.link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .link-faq {
    margin-right: 1.1rem;
  }

  .link-faq .txt {
    display: none;
  }
}

.link__menu {
  background-color: blue;
}

@media screen and (max-width: 1200px) {
  .hp {
    display: none;
  }
}

@media (min-width: 768px) {
  .hd {
    display: none;
  }
}

.nav-sub-collapse {
  position: absolute;
  display: block;
  padding: 0;
  margin: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  font-size: 20px;
  outline: 0;
  color: #fff;
  background-color: #006d8a;
  border-color: transparent;
  border-radius: 0;
}

.nav-sub-collapse:focus,
.nav-sub-collapse.focus {
  color: #fff;
  background-color: #004557;
  border-color: rgba(0, 0, 0, 0);
}

.nav-sub-collapse:hover {
  color: #fff;
  background-color: #004557;
  border-color: rgba(0, 0, 0, 0);
}

.nav-sub-collapse:active,
.nav-sub-collapse.active,
.open > .dropdown-toggle.nav-sub-collapse {
  color: #fff;
  background-color: #004557;
  border-color: rgba(0, 0, 0, 0);
}

.nav-sub-collapse:active:hover,
.nav-sub-collapse.active:hover,
.open > .dropdown-toggle.nav-sub-collapse:hover,
.nav-sub-collapse:active:focus,
.nav-sub-collapse.active:focus,
.open > .dropdown-toggle.nav-sub-collapse:focus,
.nav-sub-collapse:active.focus,
.nav-sub-collapse.active.focus,
.open > .dropdown-toggle.nav-sub-collapse.focus {
  color: #fff;
  background-color: #002933;
  border-color: rgba(0, 0, 0, 0);
}

.nav-sub-collapse:active,
.nav-sub-collapse.active,
.open > .dropdown-toggle.nav-sub-collapse {
  background-image: none;
}

.nav-sub-collapse.disabled:hover,
.nav-sub-collapse[disabled]:hover,
fieldset[disabled] .nav-sub-collapse:hover,
.nav-sub-collapse.disabled:focus,
.nav-sub-collapse[disabled]:focus,
fieldset[disabled] .nav-sub-collapse:focus,
.nav-sub-collapse.disabled.focus,
.nav-sub-collapse[disabled].focus,
fieldset[disabled] .nav-sub-collapse.focus {
  background-color: #006d8a;
  border-color: transparent;
}

.nav-sub-collapse .badge {
  color: #006d8a;
  background-color: #fff;
}

.nav-sub-collapse:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  line-height: 44px;
}

.nav-sub-collapse:before.fa-pull-left {
  margin-right: 0.3em;
}

.nav-sub-collapse:before.fa-pull-right {
  margin-left: 0.3em;
}

.nav-sub-collapse[aria-expanded="true"]:before {
  content: "\f106";
}

.c-side-navigation li li .nav-sub-collapse {
  color: #fff;
  background-color: #5192a4;
  border-color: transparent;
}

.c-side-navigation li li .nav-sub-collapse:focus,
.c-side-navigation li li .nav-sub-collapse.focus {
  color: #fff;
  background-color: #407482;
  border-color: rgba(0, 0, 0, 0);
}

.c-side-navigation li li .nav-sub-collapse:hover {
  color: #fff;
  background-color: #407482;
  border-color: rgba(0, 0, 0, 0);
}

.c-side-navigation li li .nav-sub-collapse:active,
.c-side-navigation li li .nav-sub-collapse.active,
.open > .dropdown-toggle.c-side-navigation li li .nav-sub-collapse {
  color: #fff;
  background-color: #407482;
  border-color: rgba(0, 0, 0, 0);
}

.c-side-navigation li li .nav-sub-collapse:active:hover,
.c-side-navigation li li .nav-sub-collapse.active:hover,
.open > .dropdown-toggle.c-side-navigation li li .nav-sub-collapse:hover,
.c-side-navigation li li .nav-sub-collapse:active:focus,
.c-side-navigation li li .nav-sub-collapse.active:focus,
.open > .dropdown-toggle.c-side-navigation li li .nav-sub-collapse:focus,
.c-side-navigation li li .nav-sub-collapse:active.focus,
.c-side-navigation li li .nav-sub-collapse.active.focus,
.open > .dropdown-toggle.c-side-navigation li li .nav-sub-collapse.focus {
  color: #fff;
  background-color: #345e6a;
  border-color: rgba(0, 0, 0, 0);
}

.c-side-navigation li li .nav-sub-collapse:active,
.c-side-navigation li li .nav-sub-collapse.active,
.open > .dropdown-toggle.c-side-navigation li li .nav-sub-collapse {
  background-image: none;
}

.c-side-navigation li li .nav-sub-collapse.disabled:hover,
.c-side-navigation li li .nav-sub-collapse[disabled]:hover,
fieldset[disabled] .c-side-navigation li li .nav-sub-collapse:hover,
.c-side-navigation li li .nav-sub-collapse.disabled:focus,
.c-side-navigation li li .nav-sub-collapse[disabled]:focus,
fieldset[disabled] .c-side-navigation li li .nav-sub-collapse:focus,
.c-side-navigation li li .nav-sub-collapse.disabled.focus,
.c-side-navigation li li .nav-sub-collapse[disabled].focus,
fieldset[disabled] .c-side-navigation li li .nav-sub-collapse.focus {
  background-color: #5192a4;
  border-color: transparent;
}

.c-side-navigation li li .nav-sub-collapse .badge {
  color: #5192a4;
  background-color: #fff;
}

.c-side-navigation li li .nav-sub-collapse:before {
  line-height: 38px;
}

.c-side-navigation__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.c-side-navigation__nav li {
  padding: 1rem 0 1rem 3rem;
}

.c-side-navigation__nav li:hover {
  background: #0a404e;
}

.c-side-navigation__nav .nav-go-back button,
.c-side-navigation__nav .has-children button {
  font-size: 22px;
  text-align: left;
  padding: 0;
  background: transparent;
  font-weight: 100;
  color: #fff;
  height: 100%;
  width: 100%;
}

.c-side-navigation__nav a {
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}

.c-side-navigation__nav a:hover {
  color: #fff;
}

.c-side-navigation__nav .nav-open {
  padding-left: 57px;
}

.c-side-navigation__nav .nav-go-back > button::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f060";
  left: 17px;
  top: 10px;
  font-size: 20px;
  color: #fff;
  margin-right: 1rem;
}

.c-side-navigation__nav .nav-go-back > button::before.fa-pull-left {
  margin-right: 0.3em;
}

.c-side-navigation__nav .nav-go-back > button::before.fa-pull-right {
  margin-left: 0.3em;
}

.c-side-navigation__nav .is-current-page {
  font-weight: 600;
}

.c-side-navigation__nav :nth-child(1 of .nav-link) {
  margin-top: 1rem;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Montserrat", Arial;
  font-size: 20px;
}

label {
  margin-bottom: 5px;
}

label input,
label textarea {
  font-weight: normal;
}

.field-validation-error {
  font-weight: 500;
}

input[type="number"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  font-size: 14px;
  -webkit-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 6px rgba(0, 0, 0, 0.15);
  border: solid 1px #d9d9d9;
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #d1d1d1;
  background: #e5e5e5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

input[type="number"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input[type="number"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="number"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="number"]::-ms-expand,
input[type="text"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="password"]::-ms-expand,
textarea::-ms-expand {
  border: 0;
  background-color: transparent;
}

input[type="number"][disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
input[type="number"][readonly],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
textarea[readonly],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea {
  background-color: #eeeeee;
  opacity: 1;
}

input[type="number"][disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea {
  cursor: not-allowed;
}

textareainput[type="number"],
textareainput[type="text"],
textareainput[type="email"],
textareainput[type="password"],
textareatextarea {
  height: auto;
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #d1d1d1;
  background: #e5e5e5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

input[type="number"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input[type="number"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="number"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="number"][disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
input[type="number"][readonly],
input[type="text"][readonly],
input[type="email"][readonly],
input[type="password"][readonly],
textarea[readonly],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea {
  background-color: #eeeeee;
  opacity: 1;
}

input[type="number"][disabled],
input[type="text"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
textarea[disabled],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="password"],
fieldset[disabled] textarea {
  cursor: not-allowed;
}

textareainput[type="number"],
textareainput[type="text"],
textareainput[type="email"],
textareainput[type="password"],
textareatextarea {
  height: auto;
}

input[type="number"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.4);
  background: #f2f2f2;
}

input[type="submit"],
input[type="button"],
button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus,
input[type="submit"]:active:focus,
input[type="button"]:active:focus,
button:active:focus,
input[type="submit"].active:focus,
input[type="button"].active:focus,
button.active:focus,
input[type="submit"].focus,
input[type="button"].focus,
button.focus,
input[type="submit"]:active.focus,
input[type="button"]:active.focus,
button:active.focus,
input[type="submit"].active.focus,
input[type="button"].active.focus,
button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
button:focus,
input[type="submit"].focus,
input[type="button"].focus,
button.focus {
  color: #000;
  text-decoration: none;
}

input[type="submit"]:active,
input[type="button"]:active,
button:active,
input[type="submit"].active,
input[type="button"].active,
button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled,
input[type="submit"][disabled],
input[type="button"][disabled],
button[disabled],
fieldset[disabled] input[type="submit"],
fieldset[disabled] input[type="button"],
fieldset[disabled] button {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

ainput[type="submit"].disabled,
ainput[type="button"].disabled,
abutton.disabled,
fieldset[disabled] ainput[type="submit"],
fieldset[disabled] ainput[type="button"],
fieldset[disabled] abutton {
  pointer-events: none;
}

input[type="submit"]:active,
input[type="button"]:active,
button:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#id_matrix {
  margin: 10px 0 0;
  background: transparent !important;
  border: none !important;
}

#id_matrix th,
#id_matrix td {
  font-size: 14px;
  padding: 0 0 0 10px;
  background: transparent !important;
}

#id_matrix th:first-child,
#id_matrix td:first-child {
  padding: 0;
}

#id_matrix hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: solid 1px #d9d9d9;
}

#id_matrix label {
  display: block;
  font-weight: normal;
  margin: 0;
}

#id_matrix input[type="text"],
#id_matrix textarea {
  margin: 0 0 10px;
}

#id_matrix input[type="text"][size],
#id_matrix textarea[size] {
  width: auto;
}

#id_matrix input[type="text"][size="0"],
#id_matrix textarea[size="0"] {
  width: 100%;
}

#id_matrix textarea {
  height: auto;
}

#id_matrix input[type="file"] {
  margin-top: 10px;
}

#id_matrix input[type="file"]:first-child {
  margin-top: 0;
}

#id_matrix input[type="submit"],
#id_matrix input[type="button"],
#id_matrix button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: #ffe366;
  border-color: #ffde4c;
}

#id_matrix input[type="submit"]:focus,
#id_matrix input[type="button"]:focus,
#id_matrix button:focus,
#id_matrix input[type="submit"]:active:focus,
#id_matrix input[type="button"]:active:focus,
#id_matrix button:active:focus,
#id_matrix input[type="submit"].active:focus,
#id_matrix input[type="button"].active:focus,
#id_matrix button.active:focus,
#id_matrix input[type="submit"].focus,
#id_matrix input[type="button"].focus,
#id_matrix button.focus,
#id_matrix input[type="submit"]:active.focus,
#id_matrix input[type="button"]:active.focus,
#id_matrix button:active.focus,
#id_matrix input[type="submit"].active.focus,
#id_matrix input[type="button"].active.focus,
#id_matrix button.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#id_matrix input[type="submit"]:hover,
#id_matrix input[type="button"]:hover,
#id_matrix button:hover,
#id_matrix input[type="submit"]:focus,
#id_matrix input[type="button"]:focus,
#id_matrix button:focus,
#id_matrix input[type="submit"].focus,
#id_matrix input[type="button"].focus,
#id_matrix button.focus {
  color: #000;
  text-decoration: none;
}

#id_matrix input[type="submit"]:active,
#id_matrix input[type="button"]:active,
#id_matrix button:active,
#id_matrix input[type="submit"].active,
#id_matrix input[type="button"].active,
#id_matrix button.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#id_matrix input[type="submit"].disabled,
#id_matrix input[type="button"].disabled,
#id_matrix button.disabled,
#id_matrix input[type="submit"][disabled],
#id_matrix input[type="button"][disabled],
#id_matrix button[disabled],
fieldset[disabled] #id_matrix input[type="submit"],
fieldset[disabled] #id_matrix input[type="button"],
fieldset[disabled] #id_matrix button {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a#id_matrix input[type="submit"].disabled,
a#id_matrix input[type="button"].disabled,
a#id_matrix button.disabled,
fieldset[disabled] a#id_matrix input[type="submit"],
fieldset[disabled] a#id_matrix input[type="button"],
fieldset[disabled] a#id_matrix button {
  pointer-events: none;
}

#id_matrix input[type="submit"]:active,
#id_matrix input[type="button"]:active,
#id_matrix button:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#id_matrix input[type="submit"]:focus,
#id_matrix input[type="button"]:focus,
#id_matrix button:focus,
#id_matrix input[type="submit"].focus,
#id_matrix input[type="button"].focus,
#id_matrix button.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #cca700;
}

#id_matrix input[type="submit"]:hover,
#id_matrix input[type="button"]:hover,
#id_matrix button:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

#id_matrix input[type="submit"]:active,
#id_matrix input[type="button"]:active,
#id_matrix button:active,
#id_matrix input[type="submit"].active,
#id_matrix input[type="button"].active,
#id_matrix button.active,
.open > .dropdown-toggle#id_matrix input[type="submit"],
.open > .dropdown-toggle#id_matrix input[type="button"],
.open > .dropdown-toggle#id_matrix button {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

#id_matrix input[type="submit"]:active:hover,
#id_matrix input[type="button"]:active:hover,
#id_matrix button:active:hover,
#id_matrix input[type="submit"].active:hover,
#id_matrix input[type="button"].active:hover,
#id_matrix button.active:hover,
.open > .dropdown-toggle#id_matrix input[type="submit"]:hover,
.open > .dropdown-toggle#id_matrix input[type="button"]:hover,
.open > .dropdown-toggle#id_matrix button:hover,
#id_matrix input[type="submit"]:active:focus,
#id_matrix input[type="button"]:active:focus,
#id_matrix button:active:focus,
#id_matrix input[type="submit"].active:focus,
#id_matrix input[type="button"].active:focus,
#id_matrix button.active:focus,
.open > .dropdown-toggle#id_matrix input[type="submit"]:focus,
.open > .dropdown-toggle#id_matrix input[type="button"]:focus,
.open > .dropdown-toggle#id_matrix button:focus,
#id_matrix input[type="submit"]:active.focus,
#id_matrix input[type="button"]:active.focus,
#id_matrix button:active.focus,
#id_matrix input[type="submit"].active.focus,
#id_matrix input[type="button"].active.focus,
#id_matrix button.active.focus,
.open > .dropdown-toggle#id_matrix input[type="submit"].focus,
.open > .dropdown-toggle#id_matrix input[type="button"].focus,
.open > .dropdown-toggle#id_matrix button.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #cca700;
}

#id_matrix input[type="submit"]:active,
#id_matrix input[type="button"]:active,
#id_matrix button:active,
#id_matrix input[type="submit"].active,
#id_matrix input[type="button"].active,
#id_matrix button.active,
.open > .dropdown-toggle#id_matrix input[type="submit"],
.open > .dropdown-toggle#id_matrix input[type="button"],
.open > .dropdown-toggle#id_matrix button {
  background-image: none;
}

#id_matrix input[type="submit"].disabled:hover,
#id_matrix input[type="button"].disabled:hover,
#id_matrix button.disabled:hover,
#id_matrix input[type="submit"][disabled]:hover,
#id_matrix input[type="button"][disabled]:hover,
#id_matrix button[disabled]:hover,
fieldset[disabled] #id_matrix input[type="submit"]:hover,
fieldset[disabled] #id_matrix input[type="button"]:hover,
fieldset[disabled] #id_matrix button:hover,
#id_matrix input[type="submit"].disabled:focus,
#id_matrix input[type="button"].disabled:focus,
#id_matrix button.disabled:focus,
#id_matrix input[type="submit"][disabled]:focus,
#id_matrix input[type="button"][disabled]:focus,
#id_matrix button[disabled]:focus,
fieldset[disabled] #id_matrix input[type="submit"]:focus,
fieldset[disabled] #id_matrix input[type="button"]:focus,
fieldset[disabled] #id_matrix button:focus,
#id_matrix input[type="submit"].disabled.focus,
#id_matrix input[type="button"].disabled.focus,
#id_matrix button.disabled.focus,
#id_matrix input[type="submit"][disabled].focus,
#id_matrix input[type="button"][disabled].focus,
#id_matrix button[disabled].focus,
fieldset[disabled] #id_matrix input[type="submit"].focus,
fieldset[disabled] #id_matrix input[type="button"].focus,
fieldset[disabled] #id_matrix button.focus {
  background-color: #ffe366;
  border-color: #ffde4c;
}

#id_matrix input[type="submit"] .badge,
#id_matrix input[type="button"] .badge,
#id_matrix button .badge {
  color: #ffe366;
  background-color: #000;
}

#id_matrix fieldset {
  margin: 10px 0 10px;
}

#id_matrix fieldset.orientationHorizontal label {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
}

#id_matrix fieldset legend {
  border: none;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 500;
}

#id_matrix .xforms-highlight input,
#id_matrix .xforms-highlight textarea,
#id_matrix .xforms-highlight select {
  border: 2px solid #d28080;
  margin: -1px;
}

#id_matrix .xforms-highlight input:focus,
#id_matrix .xforms-highlight textarea:focus,
#id_matrix .xforms-highlight select:focus {
  border: 2px solid #a13535;
  margin: -1px;
}

#id_matrix .field-validation-error {
  float: left;
  line-height: 1.2em;
  padding: 5px;
  margin: 0 0 10px;
  color: #b94a48;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.btn:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.fact-box button {
  display: block;
  width: 100%;
  white-space: normal;
  font-size: 14px;
  margin-top: 10px;
}

.fact-box button,
.fact-box button:hover,
.fact-box button:focus {
  color: #137892;
  background: #fff;
}

.fact-box button:hover,
.fact-box button:focus {
  color: #0a404e;
}

.fact-box button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f055";
  padding-right: 5px;
}

.fact-box button:before.fa-pull-left {
  margin-right: 0.3em;
}

.fact-box button:before.fa-pull-right {
  margin-left: 0.3em;
}

.btn-book {
  color: #fff;
  background: #952f17;
}

.btn-book:hover,
.btn-book:focus {
  background: #692110;
}

.btn-book:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f07a";
  font-size: 18px;
}

.btn-book:before.fa-pull-left {
  margin-right: 0.3em;
}

.btn-book:before.fa-pull-right {
  margin-left: 0.3em;
}

.btn-standard {
  color: #000;
  background-color: #f3f3f3;
  border-color: transparent;
}

.btn-standard:focus,
.btn-standard.focus {
  color: #000;
  background-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0);
}

.btn-standard:hover {
  color: #000;
  background-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0);
}

.btn-standard:active,
.btn-standard.active,
.open > .dropdown-toggle.btn-standard {
  color: #000;
  background-color: #d9d9d9;
  border-color: rgba(0, 0, 0, 0);
}

.btn-standard:active:hover,
.btn-standard.active:hover,
.open > .dropdown-toggle.btn-standard:hover,
.btn-standard:active:focus,
.btn-standard.active:focus,
.open > .dropdown-toggle.btn-standard:focus,
.btn-standard:active.focus,
.btn-standard.active.focus,
.open > .dropdown-toggle.btn-standard.focus {
  color: #000;
  background-color: #c7c7c7;
  border-color: rgba(0, 0, 0, 0);
}

.btn-standard:active,
.btn-standard.active,
.open > .dropdown-toggle.btn-standard {
  background-image: none;
}

.btn-standard.disabled:hover,
.btn-standard[disabled]:hover,
fieldset[disabled] .btn-standard:hover,
.btn-standard.disabled:focus,
.btn-standard[disabled]:focus,
fieldset[disabled] .btn-standard:focus,
.btn-standard.disabled.focus,
.btn-standard[disabled].focus,
fieldset[disabled] .btn-standard.focus {
  background-color: #f3f3f3;
  border-color: transparent;
}

.btn-standard .badge {
  color: #f3f3f3;
  background-color: #000;
}

.btn-delete {
  color: #fff;
  background-color: #952f17;
  border-color: transparent;
  border: none;
}

.btn-delete:focus,
.btn-delete.focus {
  color: #fff;
  background-color: #692110;
  border-color: rgba(0, 0, 0, 0);
}

.btn-delete:hover {
  color: #fff;
  background-color: #692110;
  border-color: rgba(0, 0, 0, 0);
}

.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  color: #fff;
  background-color: #692110;
  border-color: rgba(0, 0, 0, 0);
}

.btn-delete:active:hover,
.btn-delete.active:hover,
.open > .dropdown-toggle.btn-delete:hover,
.btn-delete:active:focus,
.btn-delete.active:focus,
.open > .dropdown-toggle.btn-delete:focus,
.btn-delete:active.focus,
.btn-delete.active.focus,
.open > .dropdown-toggle.btn-delete.focus {
  color: #fff;
  background-color: #4a170b;
  border-color: rgba(0, 0, 0, 0);
}

.btn-delete:active,
.btn-delete.active,
.open > .dropdown-toggle.btn-delete {
  background-image: none;
}

.btn-delete.disabled:hover,
.btn-delete[disabled]:hover,
fieldset[disabled] .btn-delete:hover,
.btn-delete.disabled:focus,
.btn-delete[disabled]:focus,
fieldset[disabled] .btn-delete:focus,
.btn-delete.disabled.focus,
.btn-delete[disabled].focus,
fieldset[disabled] .btn-delete.focus {
  background-color: #952f17;
  border-color: transparent;
}

.btn-delete .badge {
  color: #952f17;
  background-color: #fff;
}

.btn-delete:hover,
.btn-delete:focus {
  color: #fff;
  background: #692110;
}

.btn-delete:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f1f8";
  padding-right: 5px;
}

.btn-delete:before.fa-pull-left {
  margin-right: 0.3em;
}

.btn-delete:before.fa-pull-right {
  margin-left: 0.3em;
}

.share > a,
.save-my-stoten > a,
.btn-show-map > a {
  display: flex;
  align-items: center;
  line-height: 1.2em;
}

.share > a > span,
.save-my-stoten > a > span,
.btn-show-map > a > span {
  display: flex;
  align-items: center;
}

.share > a > span.btn,
.save-my-stoten > a > span.btn,
.btn-show-map > a > span.btn {
  color: #000;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
  border-radius: 0;
  position: relative;
  text-align: center;
  border: none !important;
}

.share > a > span.btn:focus,
.save-my-stoten > a > span.btn:focus,
.btn-show-map > a > span.btn:focus,
.share > a > span.btn.focus,
.save-my-stoten > a > span.btn.focus,
.btn-show-map > a > span.btn.focus {
  color: #000;
  background-color: #cfcfcf;
  border-color: #9b9b9b;
}

.share > a > span.btn:hover,
.save-my-stoten > a > span.btn:hover,
.btn-show-map > a > span.btn:hover {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.share > a > span.btn:active,
.save-my-stoten > a > span.btn:active,
.btn-show-map > a > span.btn:active,
.share > a > span.btn.active,
.save-my-stoten > a > span.btn.active,
.btn-show-map > a > span.btn.active,
.open > .dropdown-toggle.share > a > span.btn,
.open > .dropdown-toggle.save-my-stoten > a > span.btn,
.open > .dropdown-toggle.btn-show-map > a > span.btn {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.share > a > span.btn:active:hover,
.save-my-stoten > a > span.btn:active:hover,
.btn-show-map > a > span.btn:active:hover,
.share > a > span.btn.active:hover,
.save-my-stoten > a > span.btn.active:hover,
.btn-show-map > a > span.btn.active:hover,
.open > .dropdown-toggle.share > a > span.btn:hover,
.open > .dropdown-toggle.save-my-stoten > a > span.btn:hover,
.open > .dropdown-toggle.btn-show-map > a > span.btn:hover,
.share > a > span.btn:active:focus,
.save-my-stoten > a > span.btn:active:focus,
.btn-show-map > a > span.btn:active:focus,
.share > a > span.btn.active:focus,
.save-my-stoten > a > span.btn.active:focus,
.btn-show-map > a > span.btn.active:focus,
.open > .dropdown-toggle.share > a > span.btn:focus,
.open > .dropdown-toggle.save-my-stoten > a > span.btn:focus,
.open > .dropdown-toggle.btn-show-map > a > span.btn:focus,
.share > a > span.btn:active.focus,
.save-my-stoten > a > span.btn:active.focus,
.btn-show-map > a > span.btn:active.focus,
.share > a > span.btn.active.focus,
.save-my-stoten > a > span.btn.active.focus,
.btn-show-map > a > span.btn.active.focus,
.open > .dropdown-toggle.share > a > span.btn.focus,
.open > .dropdown-toggle.save-my-stoten > a > span.btn.focus,
.open > .dropdown-toggle.btn-show-map > a > span.btn.focus {
  color: #000;
  background-color: #bdbdbd;
  border-color: #9b9b9b;
}

.share > a > span.btn:active,
.save-my-stoten > a > span.btn:active,
.btn-show-map > a > span.btn:active,
.share > a > span.btn.active,
.save-my-stoten > a > span.btn.active,
.btn-show-map > a > span.btn.active,
.open > .dropdown-toggle.share > a > span.btn,
.open > .dropdown-toggle.save-my-stoten > a > span.btn,
.open > .dropdown-toggle.btn-show-map > a > span.btn {
  background-image: none;
}

.share > a > span.btn.disabled:hover,
.save-my-stoten > a > span.btn.disabled:hover,
.btn-show-map > a > span.btn.disabled:hover,
.share > a > span.btn[disabled]:hover,
.save-my-stoten > a > span.btn[disabled]:hover,
.btn-show-map > a > span.btn[disabled]:hover,
fieldset[disabled] .share > a > span.btn:hover,
fieldset[disabled] .save-my-stoten > a > span.btn:hover,
fieldset[disabled] .btn-show-map > a > span.btn:hover,
.share > a > span.btn.disabled:focus,
.save-my-stoten > a > span.btn.disabled:focus,
.btn-show-map > a > span.btn.disabled:focus,
.share > a > span.btn[disabled]:focus,
.save-my-stoten > a > span.btn[disabled]:focus,
.btn-show-map > a > span.btn[disabled]:focus,
fieldset[disabled] .share > a > span.btn:focus,
fieldset[disabled] .save-my-stoten > a > span.btn:focus,
fieldset[disabled] .btn-show-map > a > span.btn:focus,
.share > a > span.btn.disabled.focus,
.save-my-stoten > a > span.btn.disabled.focus,
.btn-show-map > a > span.btn.disabled.focus,
.share > a > span.btn[disabled].focus,
.save-my-stoten > a > span.btn[disabled].focus,
.btn-show-map > a > span.btn[disabled].focus,
fieldset[disabled] .share > a > span.btn.focus,
fieldset[disabled] .save-my-stoten > a > span.btn.focus,
fieldset[disabled] .btn-show-map > a > span.btn.focus {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}

.share > a > span.btn .badge,
.save-my-stoten > a > span.btn .badge,
.btn-show-map > a > span.btn .badge {
  color: #e8e8e8;
  background-color: #000;
}

.share > a > span.heading,
.save-my-stoten > a > span.heading,
.btn-show-map > a > span.heading {
  font-weight: 500;
  padding-left: 5px;
}

.show-price-tables .share > a > span.heading,
.show-price-tables .save-my-stoten > a > span.heading,
.show-price-tables .btn-show-map > a > span.heading {
  border: solid 1px #dddddd;
  padding-right: 5px;
}

.share > a:hover,
.save-my-stoten > a:hover,
.btn-show-map > a:hover,
.share > a:focus,
.save-my-stoten > a:focus,
.btn-show-map > a:focus {
  text-decoration: none;
}

.save-my-stoten {
  float: left;
  margin-left: 15px;
}

.save-my-stoten > a .btn {
  background: #006d8a;
}

.save-my-stoten > a .btn:before,
.save-my-stoten > a .btn:after {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all all 0.2s ease-in-out ease-out;
  -moz-transition: all all 0.2s ease-in-out ease-out;
  -o-transition: all all 0.2s ease-in-out ease-out;
  transition: all all 0.2s ease-in-out ease-out;
}

.save-my-stoten > a .btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f004";
}

.save-my-stoten > a .btn:before.fa-pull-left {
  margin-right: 0.3em;
}

.save-my-stoten > a .btn:before.fa-pull-right {
  margin-left: 0.3em;
}

.save-my-stoten > a .btn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f055";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #006d8a;
  color: #fff;
  line-height: 35px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.save-my-stoten > a .btn:after.fa-pull-left {
  margin-right: 0.3em;
}

.save-my-stoten > a .btn:after.fa-pull-right {
  margin-left: 0.3em;
}

.save-my-stoten > a:hover .btn,
.save-my-stoten > a:focus .btn {
  background: #004557;
}

.save-my-stoten > a:hover .btn:after,
.save-my-stoten > a:focus .btn:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.save-my-stoten.active > a .btn:before {
  content: "\f004";
}

.save-my-stoten.active > a .btn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f00d";
  font-size: 10px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: auto;
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #952f17;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}

.save-my-stoten.active > a .btn:after.fa-pull-left {
  margin-right: 0.3em;
}

.save-my-stoten.active > a .btn:after.fa-pull-right {
  margin-left: 0.3em;
}

.save-my-stoten.active > a:hover .btn:after,
.save-my-stoten.active > a:focus .btn:after {
  font-size: 20px;
  width: 100%;
  height: 100%;
  line-height: 35px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.btn-show-map > a .btn {
  background: #006d8a;
}

.btn-show-map > a .btn:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "e";
  color: #fff;
}

.btn-show-map > a:hover .btn,
.btn-show-map > a:focus .btn {
  background: #004557;
}

.show-price-tables .btn-show-map {
  float: left;
}

.btn-show-map.map-img {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .btn-show-map.map-img {
    float: left;
    width: 50%;
    display: block;
    clear: both;
  }

  .btn-show-map.map-img > a {
    content: "\00a0";
    min-height: 40px;
    height: auto !important;
    height: 40px;
  }

  .btn-show-map.map-img > a img {
    display: none;
  }
}

.btn-show-map.map-img > a {
  display: block;
}

.btn-show-map.map-img > a,
.btn-show-map.map-img > a *,
.btn-show-map.map-img > a:after {
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

.btn-show-map.map-img > a > span {
  display: table;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  table-layout: fixed;
  z-index: 2;
}

.btn-show-map.map-img > a > span > span {
  display: table-cell;
  vertical-align: middle;
}

.btn-show-map.map-img > a > span > span.btn {
  width: 40px;
}

.btn-show-map.map-img > a > span > span.heading {
  padding-left: 5px;
  padding-right: 5px;
  background: rgba(255, 255, 255, 0.65);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.btn-show-map.map-img > a:before {
  content: "\00a0";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  background: rgba(0, 109, 138, 0.5);
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.btn-show-map.map-img > a:after {
  position: absolute;
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "f";
  color: #fff !important;
  font-size: 10px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -5px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .btn-show-map.map-img > a:hover > span > .heading,
  .btn-show-map.map-img > a:focus > span > .heading {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
  }

  .btn-show-map.map-img > a:hover:before,
  .btn-show-map.map-img > a:focus:before,
  .btn-show-map.map-img > a:hover:after,
  .btn-show-map.map-img > a:focus:after {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }

  .btn-show-map.map-img > a:hover:after,
  .btn-show-map.map-img > a:focus:after {
    color: #fff;
    font-size: 40px;
    margin-top: -20px;
  }
}

.btn-living-search {
  clear: both;
  text-align: right;
  margin-bottom: 30px;
}

.btn-living-search > a {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: #ffe366;
  border-color: #ffde4c;
  padding-left: 60px;
  padding-right: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.45);
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.45);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  white-space: normal;
  line-height: 1.15em;
}

.btn-living-search > a:focus,
.btn-living-search > a:active:focus,
.btn-living-search > a.active:focus,
.btn-living-search > a.focus,
.btn-living-search > a:active.focus,
.btn-living-search > a.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-living-search > a:hover,
.btn-living-search > a:focus,
.btn-living-search > a.focus {
  color: #000;
  text-decoration: none;
}

.btn-living-search > a:active,
.btn-living-search > a.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-living-search > a.disabled,
.btn-living-search > a[disabled],
fieldset[disabled] .btn-living-search > a {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-living-search > a.disabled,
fieldset[disabled] a.btn-living-search > a {
  pointer-events: none;
}

.btn-living-search > a:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-living-search > a:focus,
.btn-living-search > a.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #cca700;
}

.btn-living-search > a:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.btn-living-search > a:active,
.btn-living-search > a.active,
.open > .dropdown-toggle.btn-living-search > a {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.btn-living-search > a:active:hover,
.btn-living-search > a.active:hover,
.open > .dropdown-toggle.btn-living-search > a:hover,
.btn-living-search > a:active:focus,
.btn-living-search > a.active:focus,
.open > .dropdown-toggle.btn-living-search > a:focus,
.btn-living-search > a:active.focus,
.btn-living-search > a.active.focus,
.open > .dropdown-toggle.btn-living-search > a.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #cca700;
}

.btn-living-search > a:active,
.btn-living-search > a.active,
.open > .dropdown-toggle.btn-living-search > a {
  background-image: none;
}

.btn-living-search > a.disabled:hover,
.btn-living-search > a[disabled]:hover,
fieldset[disabled] .btn-living-search > a:hover,
.btn-living-search > a.disabled:focus,
.btn-living-search > a[disabled]:focus,
fieldset[disabled] .btn-living-search > a:focus,
.btn-living-search > a.disabled.focus,
.btn-living-search > a[disabled].focus,
fieldset[disabled] .btn-living-search > a.focus {
  background-color: #ffe366;
  border-color: #ffde4c;
}

.btn-living-search > a .badge {
  color: #ffe366;
  background-color: #000;
}

.btn-living-search > a:before,
.btn-living-search > a:after {
  text-transform: none;
}

.btn-living-search > a:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "K";
  font-size: 30px;
  width: 50px;
  position: absolute;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.btn-living-search > a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f105";
  font-size: 24px;
  width: 40px;
  position: absolute;
  text-align: center;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
}

.btn-living-search > a:after.fa-pull-left {
  margin-right: 0.3em;
}

.btn-living-search > a:after.fa-pull-right {
  margin-left: 0.3em;
}

.article-droparea .btn-living-search,
.drop-area .btn-living-search {
  text-align: center;
}

.article-droparea .btn-living-search > a,
.drop-area .btn-living-search > a {
  margin: 0 auto;
}

.wide-wrapper.search-wrapper {
  padding: 30px 0 30px 0;
}

.wide-wrapper.search-wrapper + .search-wrapper {
  padding: 0 0 15px 0;
}

@media screen and (min-width: 768px) {
  .search-form,
  .search-result-info,
  .search-result {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .search-form,
  .search-result-info,
  .search-result {
    float: left;
    width: 66.66666667%;
  }
}

@media screen and (min-width: 992px) {
  .search-form,
  .search-result-info,
  .search-result {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .search-form,
  .search-result-info,
  .search-result {
    float: left;
    width: 75%;
  }
}

.search-form input,
.search-form button {
  border: none;
}

.search-form input[type="text"] {
  color: #000;
  background: #fff;
  border-radius: 0 !important;
}

.search-form input[type="text"]:focus {
  background: #f2f2f2;
}

.search-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  background-color: #ffe366;
  border-color: #ffde4c;
  border-radius: 0;
  text-transform: uppercase;
  padding-right: 20px;
}

.search-form .btn:focus,
.search-form .btn:active:focus,
.search-form .btn.active:focus,
.search-form .btn.focus,
.search-form .btn:active.focus,
.search-form .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.search-form .btn:hover,
.search-form .btn:focus,
.search-form .btn.focus {
  color: #000;
  text-decoration: none;
}

.search-form .btn:active,
.search-form .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-form .btn.disabled,
.search-form .btn[disabled],
fieldset[disabled] .search-form .btn {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.search-form .btn.disabled,
fieldset[disabled] a.search-form .btn {
  pointer-events: none;
}

.search-form .btn:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.search-form .btn:focus,
.search-form .btn.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #cca700;
}

.search-form .btn:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.search-form .btn:active,
.search-form .btn.active,
.open > .dropdown-toggle.search-form .btn {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.search-form .btn:active:hover,
.search-form .btn.active:hover,
.open > .dropdown-toggle.search-form .btn:hover,
.search-form .btn:active:focus,
.search-form .btn.active:focus,
.open > .dropdown-toggle.search-form .btn:focus,
.search-form .btn:active.focus,
.search-form .btn.active.focus,
.open > .dropdown-toggle.search-form .btn.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #cca700;
}

.search-form .btn:active,
.search-form .btn.active,
.open > .dropdown-toggle.search-form .btn {
  background-image: none;
}

.search-form .btn.disabled:hover,
.search-form .btn[disabled]:hover,
fieldset[disabled] .search-form .btn:hover,
.search-form .btn.disabled:focus,
.search-form .btn[disabled]:focus,
fieldset[disabled] .search-form .btn:focus,
.search-form .btn.disabled.focus,
.search-form .btn[disabled].focus,
fieldset[disabled] .search-form .btn.focus {
  background-color: #ffe366;
  border-color: #ffde4c;
}

.search-form .btn .badge {
  color: #ffe366;
  background-color: #000;
}

.search-form .btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f002";
  padding-left: 0;
  padding-right: 10px;
}

.search-form .btn:before.fa-pull-left {
  margin-right: 0.3em;
}

.search-form .btn:before.fa-pull-right {
  margin-left: 0.3em;
}

.search-result-info {
  clear: both;
  margin-bottom: 30px;
}

.search-result-info > div {
  color: #000;
  border-bottom: solid 4px #ededed;
  padding: 10px 0;
}

.search-result-info h2 {
  font-size: 30px;
}

.search-result-info i {
  font-size: 25px;
  font-family: "Montserrat", Arial;
  font-style: normal;
  color: #fcb813;
}

.search-result-info p {
  margin: 0;
}

.search-container {
  position: relative;
}

@media screen and (max-width: 991px) {
  .search-container {
    background: #ddd;
  }
}

.search {
  opacity: 0;
  clear: both;
  transition: ease-in-out 0.3s opacity;
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto !important;
  background: #fff;
  padding: 0;
}

.search .search-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.search .search-form {
  max-width: calc(100% - 70px);
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 2px #006d8a;
}

.search #search,
.search #search form {
  padding: 0;
  margin: 0;
}

.search #search input[type="search"] {
  box-shadow: none;
  border: solid 1px #ccc;
  border-radius: 0 !important;
}

.search #search input[type="search"]:focus {
  outline: 0;
  border-color: #d1d1d1;
  background: #e5e5e5;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.search #search button {
  margin-left: 0;
  border-radius: 0;
}

.search #search button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f002";
  padding-right: 10px;
}

.search #search button:before.fa-pull-left {
  margin-right: 0.3em;
}

.search #search button:before.fa-pull-right {
  margin-left: 0.3em;
}

.search-close {
  position: absolute;
  right: 0;
}

.article-droparea > .row {
  margin-top: 30px;
}

.article-droparea > .row:first-child {
  margin-top: 0;
}

table {
  font-size: 16px;
  max-width: 100%;
  background-color: transparent;
  border: solid 1px #e9e9e9;
}

table caption {
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  color: inherit;
  padding: 3px 8px;
  border: solid 1px #e9e9e9;
  background: #ffe366;
  text-transform: uppercase;
}

table.noformat-table caption {
  background: transparent;
}

table[align=left] {
  margin: 0 20px 20px 0;
}

table[align=right] {
  margin: 0 0 20px 20px;
}

.editor table:not(.weather-table) th {
  text-align: left;
  font-weight: 500;
  color: white;
  background: #006d8a !important;
}

table,
.table {
  width: 100%;
  margin-bottom: 30px;
}

table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  padding: 4px 8px;
  line-height: 1.625;
  vertical-align: top;
}

table > thead > tr > th.text-left,
.table > thead > tr > th.text-left,
table > tbody > tr > th.text-left,
.table > tbody > tr > th.text-left,
table > tfoot > tr > th.text-left,
.table > tfoot > tr > th.text-left,
table > thead > tr > td.text-left,
.table > thead > tr > td.text-left,
table > tbody > tr > td.text-left,
.table > tbody > tr > td.text-left,
table > tfoot > tr > td.text-left,
.table > tfoot > tr > td.text-left {
  text-align: left !important;
}

table > thead > tr > th.text-right,
.table > thead > tr > th.text-right,
table > tbody > tr > th.text-right,
.table > tbody > tr > th.text-right,
table > tfoot > tr > th.text-right,
.table > tfoot > tr > th.text-right,
table > thead > tr > td.text-right,
.table > thead > tr > td.text-right,
table > tbody > tr > td.text-right,
.table > tbody > tr > td.text-right,
table > tfoot > tr > td.text-right,
.table > tfoot > tr > td.text-right {
  text-align: right !important;
}

table.noformat-table > thead > tr > th,
.table.noformat-table > thead > tr > th,
table.noformat-table > tbody > tr > th,
.table.noformat-table > tbody > tr > th,
table.noformat-table > tfoot > tr > th,
.table.noformat-table > tfoot > tr > th,
table.noformat-table > thead > tr > td,
.table.noformat-table > thead > tr > td,
table.noformat-table > tbody > tr > td,
.table.noformat-table > tbody > tr > td,
table.noformat-table > tfoot > tr > td,
.table.noformat-table > tfoot > tr > td {
  border: 1px solid #ddd;
}

table > thead > tr > th,
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

table > tbody + tbody,
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

table .table,
.table .table {
  background-color: #fff;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

table:not(.noformat-table) > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > td,
table:not(.noformat-table) > tbody > tr:nth-child(even) > th,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

table.pricelist-table {
  border: none;
  width: 100% !important;
}

table.pricelist-table > thead > tr > th,
table.pricelist-table > tbody > tr > th,
table.pricelist-table > tfoot > tr > th,
table.pricelist-table > thead > tr > td,
table.pricelist-table > tbody > tr > td,
table.pricelist-table > tfoot > tr > td {
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

table.pricelist-table > thead > tr > th p,
table.pricelist-table > tbody > tr > th p,
table.pricelist-table > tfoot > tr > th p,
table.pricelist-table > thead > tr > td p,
table.pricelist-table > tbody > tr > td p,
table.pricelist-table > tfoot > tr > td p {
  margin: 0;
}

table.pricelist-table > thead > tr > th,
table.pricelist-table > tbody > tr > th,
table.pricelist-table > tfoot > tr > th {
  text-align: right;
  background: #fff !important;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
}

table.pricelist-table > thead > tr > th.pricelist-color1,
table.pricelist-table > tbody > tr > th.pricelist-color1,
table.pricelist-table > tfoot > tr > th.pricelist-color1 {
  background: #f1f1f1 !important;
}

table.pricelist-table > thead > tr > td,
table.pricelist-table > tbody > tr > td,
table.pricelist-table > tfoot > tr > td {
  text-align: right;
}

table.pricelist-table > thead > tr > td.pricelist-special,
table.pricelist-table > tbody > tr > td.pricelist-special,
table.pricelist-table > tfoot > tr > td.pricelist-special {
  background: #0095bd;
  text-align: center;
}

table.pricelist-table > thead > tr > td.pricelist-special > a,
table.pricelist-table > tbody > tr > td.pricelist-special > a,
table.pricelist-table > tfoot > tr > td.pricelist-special > a,
table.pricelist-table > thead > tr > td.pricelist-special > a:before,
table.pricelist-table > tbody > tr > td.pricelist-special > a:before,
table.pricelist-table > tfoot > tr > td.pricelist-special > a:before {
  color: #000;
}

table.pricelist-table > thead > tr > td.pricelist-color1,
table.pricelist-table > tbody > tr > td.pricelist-color1,
table.pricelist-table > tfoot > tr > td.pricelist-color1 {
  background: #f1f1f1 !important;
}

table.pricelist-table > thead > tr > td a,
table.pricelist-table > tbody > tr > td a,
table.pricelist-table > tfoot > tr > td a {
  display: block;
}

table.pricelist-table > thead > tr > td a:before,
table.pricelist-table > tbody > tr > td a:before,
table.pricelist-table > tfoot > tr > td a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f105";
  padding-right: 5px;
}

table.pricelist-table > thead > tr > td a:before.fa-pull-left,
table.pricelist-table > tbody > tr > td a:before.fa-pull-left,
table.pricelist-table > tfoot > tr > td a:before.fa-pull-left {
  margin-right: 0.3em;
}

table.pricelist-table > thead > tr > td a:before.fa-pull-right,
table.pricelist-table > tbody > tr > td a:before.fa-pull-right,
table.pricelist-table > tfoot > tr > td a:before.fa-pull-right {
  margin-left: 0.3em;
}

.listing {
  clear: both;
}

.listing header + article,
.listing article:first-child {
  margin-top: 45px;
}

.listing article {
  margin-bottom: 10px;
}

.listing article:before,
.listing article:after {
  content: " ";
  display: table;
}

.listing article:after {
  clear: both;
}

.listing article:before,
.listing article:after {
  content: " ";
  display: table;
}

.listing article:after {
  clear: both;
}

.listing article:last-child {
  margin-bottom: 20px;
}

.listing article a {
  display: block;
}

.listing article a .meta {
  color: #4a4a4a;
  display: block;
  margin: 5px 0 0;
}

.listing article a header h2,
.listing article a header h3 {
  color: #137892;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: 6px 0;
}

.listing article a > img {
  float: right;
  max-width: 110px;
  max-height: 60px;
  margin-left: 20px;
}

.listing article a p {
  margin: 0 0 10px;
  color: #000;
}

.listing article a:hover,
.listing article a:focus {
  text-decoration: none;
}

.listing article a:hover h2,
.listing article a:focus h2,
.listing article a:hover h3,
.listing article a:focus h3 {
  color: #0a404e;
  text-decoration: underline;
}

@media (min-width: 480px) {
  .listing article a > img {
    float: right;
    max-width: 180px;
    max-height: 96px;
    margin-left: 20px;
  }
}

.tab-pane .listing article {
  border-bottom: solid 1px #d1d1d1;
  padding-left: 10px;
  padding-right: 10px;
}

.tab-pane .listing article,
.tab-pane .listing article:first-child {
  margin: 0;
}

.tab-pane .listing article:last-child {
  border: none;
}

.tab-pane .listing article a .meta {
  margin: 8px 0 0;
  line-height: 1em;
}

.tab-pane .listing article a header h2,
.tab-pane .listing article a header h3 {
  margin: 5px 0 7px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listing.calendar-list article {
  margin-bottom: 30px;
}

.listing.calendar-list article a .date {
  float: left;
  width: auto;
  margin: 0;
  text-align: center;
  position: relative;
  font-size: 13px;
  line-height: 11px;
}

.listing.calendar-list article a .date:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f133";
  font-size: 88px;
  color: #d5d5d5;
  padding-right: 0;
}

.listing.calendar-list article a .date:before.fa-pull-left {
  margin-right: 0.3em;
}

.listing.calendar-list article a .date:before.fa-pull-right {
  margin-left: 0.3em;
}

@media screen and (max-width: 767px) {
  .listing.calendar-list article a .date:before {
    font-size: 48px;
  }
}

.listing.calendar-list article a .date > span {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 28px;
  width: 100%;
  height: 100%;
}

.listing.calendar-list article a .date > span,
.listing.calendar-list article a .date > span > span {
  color: #000;
}

.listing.calendar-list article a .date > span > span {
  font-size: 20px;
  line-height: 18px;
  display: block;
  font-weight: 500;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .listing.calendar-list article a .date > span {
    font-size: 12px;
    line-height: 10px;
    margin-top: 12px;
  }

  .listing.calendar-list article a .date > span > span {
    font-size: 14px;
    line-height: 10px;
  }
}

.listing.calendar-list article a header,
.listing.calendar-list article a .meta,
.listing.calendar-list article a p {
  margin-left: 110px;
}

@media screen and (max-width: 767px) {
  .listing.calendar-list article a header,
  .listing.calendar-list article a .meta,
  .listing.calendar-list article a p {
    margin-left: 60px;
  }
}

.listing.calendar-list article a header h2,
.listing.calendar-list article a h3 {
  margin-top: 0;
}

.listing.calendar-list article a .meta {
  margin-top: 0;
  margin-bottom: 6px;
}

.listing.calendar-list article a:hover .date:before,
.listing.calendar-list article a:focus .date:before {
  color: #afafaf;
}

.list-block {
  padding-top: 35px;
  border-top: solid 5px #e5e5e5;
}

div > .list-block:first-child {
  padding-top: 0;
  border-top: 0;
}

.list-block header h2 {
  font-size: 18px;
  margin-bottom: 15px;
}

.list-block article {
  margin-bottom: 25px;
  line-height: 1.4em;
}

.list-block article a .meta {
  line-height: 1em;
  margin-top: 0;
}

.list-block .btn-read-more {
  margin-bottom: 20px;
}

ul.link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.link-list li {
  padding: 0;
  margin: 0;
}

ul.link-list li a {
  display: block;
  position: relative;
  padding: 5px 10px 5px 20px;
}

ul.link-list li a:before {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #137892;
  content: "\f105";
  margin: 9px 0 0 7px;
}

ul.link-list li a:before.fa-pull-left {
  margin-right: 0.3em;
}

ul.link-list li a:before.fa-pull-right {
  margin-left: 0.3em;
}

ul.link-list li a[href^="http://"]:before {
  font-size: 15px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f08e";
  margin-top: 6px;
  margin-left: 2px;
}

.main-footer ul.link-list li a[href^="http://"]:before {
  margin-top: 9px;
}

ul.link-list li a[href$=".pdf"]:before,
ul.link-list li a[href$=".doc"]:before,
ul.link-list li a[href$=".docx"]:before,
ul.link-list li a[href$=".xls"]:before,
ul.link-list li a[href$=".xlsx"]:before,
ul.link-list li a[href$=".ppt"]:before,
ul.link-list li a[href$=".pptx"]:before {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f15b";
  font-size: 15px;
  margin-top: 7px;
  margin-left: 0;
}

ul.link-list li a[href$=".pdf"]:before.fa-pull-left,
ul.link-list li a[href$=".doc"]:before.fa-pull-left,
ul.link-list li a[href$=".docx"]:before.fa-pull-left,
ul.link-list li a[href$=".xls"]:before.fa-pull-left,
ul.link-list li a[href$=".xlsx"]:before.fa-pull-left,
ul.link-list li a[href$=".ppt"]:before.fa-pull-left,
ul.link-list li a[href$=".pptx"]:before.fa-pull-left {
  margin-right: 0.3em;
}

ul.link-list li a[href$=".pdf"]:before.fa-pull-right,
ul.link-list li a[href$=".doc"]:before.fa-pull-right,
ul.link-list li a[href$=".docx"]:before.fa-pull-right,
ul.link-list li a[href$=".xls"]:before.fa-pull-right,
ul.link-list li a[href$=".xlsx"]:before.fa-pull-right,
ul.link-list li a[href$=".ppt"]:before.fa-pull-right,
ul.link-list li a[href$=".pptx"]:before.fa-pull-right {
  margin-left: 0.3em;
}

ul.link-list li a:hover,
ul.link-list li a:hover:before {
  color: #0a404e;
}

ul.list-two-col li {
  float: left;
  width: 50%;
  display: block;
}

ul.list-two-col li:nth(2n+1) {
  clear: both;
}

ul.list-three-col li {
  float: left;
  width: 33.333%;
  display: block;
}

@media screen and (max-width: 767px) {
  ul.list-three-col li:nth(2n+1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  ul.list-three-col li:nth(3n+1) {
    clear: both;
  }
}

.vcard h3 {
  margin: 0;
  padding: 0;
}

.vcard ul li {
  position: relative;
  padding: 3px 0 3px 25px;
}

.vcard ul li.title {
  color: #333333;
  padding: 0;
  margin: 0 0 0.2em;
}

.vcard ul li.email a,
.vcard ul li.phone a,
.vcard ul li.contact-link a {
  display: block;
  color: #000;
}

.vcard ul li.email a:before,
.vcard ul li.phone:before,
.vcard ul li.contact-link a:before {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  text-align: center;
  width: 20px;
  height: 20px;
}

.vcard ul li.email a:before.fa-pull-left,
.vcard ul li.phone:before.fa-pull-left,
.vcard ul li.contact-link a:before.fa-pull-left {
  margin-right: 0.3em;
}

.vcard ul li.email a:before.fa-pull-right,
.vcard ul li.phone:before.fa-pull-right,
.vcard ul li.contact-link a:before.fa-pull-right {
  margin-left: 0.3em;
}

.vcard ul li.email a:before {
  content: "\f0e0";
  font-size: 15px;
  margin-top: 5px;
}

.vcard ul li.phone:before {
  content: "\f10b";
  font-size: 26px;
  margin-top: -1px;
}

.vcard ul li.contact-link a:before {
  content: "\f054";
  font-size: 14px;
  margin-top: 7px;
}

.page-alert {
  color: #000;
  padding: 5px 0;
  background: #ffe366;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffe366), color-stop(1, #ffe366));
  background: -ms-linear-gradient(bottom, #ffe366, #ffe366);
  background: -moz-linear-gradient(center bottom, #ffe366 0%, #ffe366 100%);
  background: -o-linear-gradient(#ffe366, #ffe366);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe366', endColorstr='#ffe366', GradientType=0);
}

.page-alert.lang-alert {
  font-size: 16px;
}

.page-alert.lang-alert p {
  position: relative;
  padding: 5px 0 5px 30px;
}

.page-alert.lang-alert p:before {
  color: #000;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  content: "\f05a";
  font-size: 25px;
  padding: 0;
  margin: 3px 0 0;
}

.page-alert.lang-alert p:before.fa-pull-left {
  margin-right: 0.3em;
}

.page-alert.lang-alert p:before.fa-pull-right {
  margin-left: 0.3em;
}

.page-alert.lang-alert a,
.page-alert.lang-alert a:hover {
  color: #fff;
}

.page-alert.lang-alert a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f105";
}

.page-alert.lang-alert a:before.fa-pull-left {
  margin-right: 0.3em;
}

.page-alert.lang-alert a:before.fa-pull-right {
  margin-left: 0.3em;
}

.main-article header {
  text-align: center;
  margin: 30px auto 0;
}

.main-article .editor,
.main-article .article-footer {
  text-align: left;
}

.article-img {
  display: none;
  margin: 0 15px 30px;
}

.article-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.article-page .article-img {
  display: block;
}

.article-footer {
  clear: both;
  position: relative;
  margin: 20px 0;
}

.article-footer:before,
.article-footer:after {
  content: " ";
  display: table;
}

.article-footer:after {
  clear: both;
}

.article-footer:before,
.article-footer:after {
  content: " ";
  display: table;
}

.article-footer:after {
  clear: both;
}

.article-footer .date-edited {
  margin: 10px 0;
}

.share .share-toggle-button {
  border: solid 1px transparent;
}

.share .share-toggle-button,
.share .share-toggle-button:hover,
.share .share-toggle-button:focus {
  outline: 0;
}

.share .share-toggle-button[aria-expanded="true"] .btn:before {
  content: "\f00d";
}

.share .share-toggle-button .btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f1e0";
}

.share .share-toggle-button .btn:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .share-toggle-button .btn:before.fa-pull-right {
  margin-left: 0.3em;
}

ul.share {
  margin: 1rem 0 0;
  padding: 0;
}

ul.share,
ul.share li {
  list-style: none;
}

ul.share li {
  display: inline-block;
  padding: 0;
  margin: 0 15px 0 0;
}

ul.share a {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #006d8a;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

ul.share a:hover,
ul.share a:focus {
  outline: 0;
  color: #004f64;
}

ul.share a:focus {
  border: solid 1px #0a404e;
}

.share .facebook:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f09a";
}

.share .facebook:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .facebook:before.fa-pull-right {
  margin-left: 0.3em;
}

.share .twitter:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f099";
}

.share .twitter:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .twitter:before.fa-pull-right {
  margin-left: 0.3em;
}

.share .linkedin:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f08c";
}

.share .linkedin:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .linkedin:before.fa-pull-right {
  margin-left: 0.3em;
}

.share .instagram:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f16d";
}

.share .instagram:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .instagram:before.fa-pull-right {
  margin-left: 0.3em;
}

.share .youtube:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Brands';
  content: "\f167";
}

.share .youtube:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .youtube:before.fa-pull-right {
  margin-left: 0.3em;
}

.share .email:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f0e0";
}

.share .email:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .email:before.fa-pull-right {
  margin-left: 0.3em;
}

.share .print:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f02f";
}

.share .print:before.fa-pull-left {
  margin-right: 0.3em;
}

.share .print:before.fa-pull-right {
  margin-left: 0.3em;
}

.wrapper-color-01 {
  background: #006d8a;
}

.wrapper-color-02 {
  background: #ffe366;
}

.wrapper-color-03 {
  background: #952f17;
}

.wrapper-color-04 {
  background: #f2f2f2;
}

.wrapper-color-05 {
  background: #e8e8e8;
}

.rel-articles-wrapper {
  padding: 30px 0;
}

.rel-articles-header {
  clear: both;
}

.rel-articles-header > *:last-child {
  margin-bottom: 0;
}

.rel-articles-header h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 37.5px;
}

.rel-articles-header .--pos-center {
  text-align: center;
}

.rel-articles-header .--pos-right {
  text-align: right;
}

.rel-articles-header .--bold {
  font-weight: 600;
}

.rel-articles-header p {
  margin-top: 15px;
}

.rel-articles-header p:empty {
  display: none;
}

.rel-articles-sub-header {
  clear: both;
  text-align: center;
  padding-top: 30px;
}

.rel-articles-sub-header h3 {
  font-weight: normal;
}

.rel-articles-sub-header p {
  margin-bottom: 10px;
}

.drop-article {
  margin-top: 45px;
}

.rel-articles .sub-pages-list {
  clear: both;
}

@media screen and (min-width: 768px) {
  .rel-articles .resident-list .block {
    padding: 0 3px;
  }
}

.rel-articles .resident-list .block .block-box {
  margin: 0 0 6px;
}

.rel-articles .resident-list .block a {
  position: relative;
  overflow: hidden;
}

.rel-articles .resident-list .block a,
.rel-articles .resident-list .block a:hover,
.rel-articles .resident-list .block a:focus {
  color: #fff;
}

.rel-articles .resident-list .block a:hover,
.rel-articles .resident-list .block a:focus,
.rel-articles .resident-list .block a:hover *,
.rel-articles .resident-list .block a:focus * {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-transition: all all ease-in-out 0.15s ease-out;
  -moz-transition: all all ease-in-out 0.15s ease-out;
  -o-transition: all all ease-in-out 0.15s ease-out;
  transition: all all ease-in-out 0.15s ease-out;
}

.rel-articles .resident-list .block a:hover .box-content:before,
.rel-articles .resident-list .block a:focus .box-content:before {
  background: rgba(0, 109, 138, 0.5);
}

.rel-articles .resident-list .block a:hover .box-content > h2,
.rel-articles .resident-list .block a:focus .box-content > h2,
.rel-articles .resident-list .block a:hover .box-content > h3,
.rel-articles .resident-list .block a:focus .box-content > h3 {
  margin-bottom: 40px;
}

.rel-articles .resident-list .block a:hover .box-content > div,
.rel-articles .resident-list .block a:focus .box-content > div {
  margin-bottom: 0;
}

.rel-articles .resident-list .block .img-holder {
  margin: 0;
  min-height: 50px;
  height: auto !important;
  height: 50px;
}

@media screen and (min-width: 768px) {
  .rel-articles .resident-list .block .img-holder {
    min-height: 0;
    height: auto !important;
    height: 0;
  }
}

@media screen and (min-width: 992px) {
  .rel-articles .resident-list .block .img-holder {
    min-height: 0;
    height: auto !important;
    height: 0;
  }
}

.rel-articles .resident-list .block .box-content {
  overflow: hidden;
}

.rel-articles .resident-list .block .box-content:before {
  content: "\00a0";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 109, 138, 0);
}

.rel-articles .resident-list .block .box-content > h2,
.rel-articles .resident-list .block .box-content > h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30%;
  text-align: center;
  padding: 0 10px;
  line-height: 0.9em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.rel-articles .resident-list .block .box-content > div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px 10px;
  font-size: 14.4px;
  line-height: 1.4625;
  color: #fff;
  height: 70px;
  margin-bottom: -70px;
  text-align: center;
  background: rgba(0, 109, 138, 0.75);
}

.rel-articles .resident-list .block .select-area {
  background: #fff;
  padding: 5px;
}

.hero {
  position: relative;
}

.hero .img-holder {
  text-align: center;
}

.hero .img-holder img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero .box-content {
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  }
}

@media screen and (max-width: 767px) {
  .hero .box-content .row > div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media print {
  body:not(.startpage) .hero h1,
  body:not(.startpage) .hero .heading {
    display: none !important;
  }
}

.hero p {
  font-size: 20px;
  line-height: 1.25em;
  display: block;
}

@media screen and (min-width: 992px) {
  .hero p {
    font-size: 22px;
    line-height: 1.2em;
  }
}

.hero span {
  display: block;
}

.hero .btn {
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .hero .btn {
    font-size: 16px;
  }
}

@media screen and (min-width: 992px) {
  .hero body.startpage .box-content {
    position: absolute;
    bottom: 30px;
    left: 0;
  }
}

.hero .img-holder:has(.embed-responsive) {
  display: inline;
}

.hero .img-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero .img-holder .btn-primary::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f061";
  margin-inline-start: 1rem;
}

.hero .img-holder .btn-primary::after.fa-pull-left {
  margin-right: 0.3em;
}

.hero .img-holder .btn-primary::after.fa-pull-right {
  margin-left: 0.3em;
}

.hero .img-holder .btn-primary {
  width: max-content;
  text-shadow: none;
}

.hero .img-holder .btn-primary.--bg-light {
  background: #fff;
  color: #000;
  border: none;
}

.hero .img-holder .btn-primary.--bg-blue {
  background: #006d8a;
  color: #fff;
  border: none;
}

@media screen and (min-width: 992px) {
  .hero .box-content {
    margin: 0 auto;
    bottom: 15px;
    left: 30px;
    right: 30px;
    position: absolute;
    text-align: center;
  }

  .hero .box-content > div {
    display: flex;
    margin: 0 auto;
    width: auto;
    padding: 15px;
  }

  .hero.pos-top .box-content {
    top: 15px;
    bottom: auto;
  }

  .hero.pos-middle .box-content {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }

  .hero.pos-left .box-content {
    left: 30px;
    right: auto;
    text-align: left;
  }

  .hero.pos-right .box-content {
    right: 30px;
    left: auto;
    text-align: right;
  }

  .hero.full .box-content {
    left: 0;
    right: 0;
  }

  .hero.full .box-content > div {
    display: block;
  }

  .hero.wide .box-content {
    left: 30px;
    right: 30px;
  }

  .hero.wide .box-content > div {
    display: block;
  }

  .hero.half .box-content {
    width: 50%;
  }

  .hero.half .box-content > div {
    display: block;
  }

  .hero.one-third .box-content {
    width: 33%;
  }

  .hero.one-third .box-content > div {
    display: block;
  }

  .hero.auto .box-content {
    width: auto;
  }

  .hero.auto .box-content > div {
    display: block;
  }

  .hero.bg-fade-light .box-content > div {
    background: rgba(255, 255, 255, 0.5);
  }

  .hero.bg-fade-light-2 .box-content > div {
    background: rgba(255, 255, 255, 0.75);
  }

  .hero.bg-solid-light .box-content > div {
    background: #fff;
  }

  .hero.bg-fade-dark .box-content > div {
    background: rgba(0, 0, 0, 0.5);
  }

  .hero.bg-fade-dark-2 .box-content > div {
    background: rgba(0, 0, 0, 0.75);
  }

  .hero.bg-solid-dark .box-content > div {
    background: #000;
  }

  .main-article .slideshowblock .hero .box-content {
    margin: 0 auto;
    bottom: 30px;
  }

  .main-article .slideshowblock .hero .box-content > div {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px;
  }

  .main-article .slideshowblock .hero.pos-top .box-content {
    top: 15px;
    bottom: auto;
  }

  .main-article .slideshowblock .hero.pos-left .box-content {
    left: 15px;
  }

  .main-article .slideshowblock .hero.pos-right .box-content {
    right: 15px;
  }
}

.hero-teaser .img-holder {
  max-height: 200px;
  overflow: hidden;
}

.hero-map {
  position: relative;
}

.hero-map .heading {
  font-size: 18px !important;
}

.hero-map .map-area {
  position: absolute;
  width: 200px;
}

.hero-map .map-area a {
  display: block;
  position: relative;
}

.hero-map .map-area a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #006d8a;
  line-height: 30px;
  font-size: 30px;
  content: "\f041";
  background: rgba(255, 255, 255, 0.5);
}

.hero-map .map-area a:before.fa-pull-left {
  margin-right: 0.3em;
}

.hero-map .map-area a:before.fa-pull-right {
  margin-left: 0.3em;
}

.hero-map .map-area a:hover,
.hero-map .map-area a:focus {
  z-index: 2;
}

.hero-map .map-area a:hover:before,
.hero-map .map-area a:focus:before {
  font-size: 15px;
  content: "\f054";
}

.hero-map .map-area a:hover:before,
.hero-map .map-area a:focus:before,
.hero-map .map-area a:hover p,
.hero-map .map-area a:focus p {
  color: #fff;
  background: #952f17;
}

.hero-map .map-area a:hover .info-text,
.hero-map .map-area a:focus .info-text {
  display: block;
}

.hero-map .map-area p {
  position: absolute;
  left: 30px;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  text-align: left;
  min-height: 30px;
}

.hero-map .map-area .heading,
.hero-map .map-area .info-text {
  display: block;
  padding: 0 5px;
}

.hero-map .map-area .heading {
  font-weight: 600;
  line-height: 30px;
}

.hero-map .map-area .info-text {
  display: none;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.25em;
  font-size: 13px;
  padding: 5px;
}

.hero-map .map-area.area-01 a:before,
.hero-map .map-area.area-02 a:before,
.hero-map .map-area.area-01 p,
.hero-map .map-area.area-02 p {
  bottom: auto;
  top: 0;
}

.hero-map .map-area.area-01 {
  bottom: 49%;
  left: 41%;
}

.hero-map .map-area.area-02 {
  bottom: 42%;
  left: 21%;
}

.hero-map .map-area.area-03 {
  bottom: 5%;
  left: 22%;
}

.hero-map .map-area.area-03 > div:before {
  top: auto;
  bottom: 0;
}

.hero-map .map-area.area-04 {
  bottom: 21%;
  right: 35%;
}

.hero-map .map-area.area-04 > div:before {
  top: auto;
  bottom: 0;
}

.hero-map .map-area.area-05 {
  bottom: 30%;
  right: 11%;
}

.hero-map .map-area.area-05 > div:before {
  top: auto;
  bottom: 0;
}

.hero-map-slide .map-holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-map-slide .map-area {
  display: none;
}

.hero-map-slide .map-button {
  z-index: 3;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.hero-map-slide .map-button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f041";
  padding-right: 10px;
}

.hero-map-slide .map-button:before.fa-pull-left {
  margin-right: 0.3em;
}

.hero-map-slide .map-button:before.fa-pull-right {
  margin-left: 0.3em;
}

.socialmediablock,
.instagramblock {
  clear: both;
}

.social-feed-wrapper {
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.social-feed-wrapper:before,
.social-feed-wrapper:after {
  content: " ";
  display: table;
}

.social-feed-wrapper:after {
  clear: both;
}

.social-feed-wrapper:before,
.social-feed-wrapper:after {
  content: " ";
  display: table;
}

.social-feed-wrapper:after {
  clear: both;
}

.social-feed-wrapper > .container {
  text-align: center;
}

.social-feed-wrapper .instagram-col,
.social-feed-wrapper .facebook-col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}

@media (min-width: 768px) {
  .social-feed-wrapper .instagram-col,
  .social-feed-wrapper .facebook-col {
    float: left;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .social-feed-wrapper .instagram-col {
    margin: 0 15px;
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .social-feed-wrapper .instagram-col {
    width: 70%;
  }
}

@media screen and (min-width: 992px) {
  .social-feed-wrapper .instagram-col {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .social-feed-wrapper .facebook-col {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .social-feed-wrapper .facebook-col {
    width: 30%;
  }
}

@media screen and (min-width: 992px) {
  .social-feed-wrapper .facebook-col {
    width: 20%;
  }
}

.social-feed-wrapper .fb-feed-wrapper {
  padding: 0 15px;
}

.social-feed-wrapper h1,
.social-feed-wrapper p {
  color: #fff;
}

.social-feed-wrapper p {
  font-size: 20px;
}

.social-feed-wrapper .more-feed,
.social-feed-wrapper .follow-us {
  clear: both;
  padding: 10px 0 10px;
  margin: 0 auto;
}

.social-feed-wrapper .more-feed a,
.social-feed-wrapper .follow-us a {
  display: inline-block;
  padding: 15px 40px;
  border: solid 2px #fff;
}

.social-feed-wrapper .more-feed a,
.social-feed-wrapper .follow-us a,
.social-feed-wrapper .more-feed a:hover,
.social-feed-wrapper .follow-us a:hover,
.social-feed-wrapper .more-feed a:focus,
.social-feed-wrapper .follow-us a:focus {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .fb-page,
  .fb-page span,
  .fb-page span iframe[style] {
    width: 100% !important;
    height: 330px !important;
  }
}

@media screen and (min-width: 992px) {
  .fb-page,
  .fb-page span,
  .fb-page span iframe[style] {
    height: 400px !important;
  }
}

@media screen and (min-width: 1200px) {
  .fb-page,
  .fb-page span,
  .fb-page span iframe[style] {
    height: 450px !important;
  }
}

.social-media-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
}

.instagramblock {
  margin-bottom: 0 !important;
}

.instagram-information {
  position: relative;
  text-align: center;
  width: 100%;
  padding-bottom: 37.85%;
}

@media screen and (max-width: 767px) {
  .instagram-information {
    margin-top: -30px;
  }
}

@media screen and (min-width: 480px) {
  .instagram-information {
    width: 50%;
    padding-bottom: 18.925%;
  }
}

@media screen and (min-width: 992px) {
  .instagram-information {
    width: 30%;
    padding-bottom: 11.355%;
  }
}

@media screen and (min-width: 1200px) {
  .instagram-information {
    width: 20%;
    margin-top: -20px;
    padding-bottom: 0;
  }
}

.instagram-information .inner-padding {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("/static/dist/images/instagram-label-text.png") 50% 50% no-repeat transparent;
  background-size: contain;
}

html[lang="en"] .instagram-information .inner-padding {
  background-image: url("/static/dist/images/instagram-label-text-en.png");
}

@media screen and (min-width: 1200px) {
  .instagram-information .inner-padding {
    width: 390px;
    left: auto;
  }
}

.instagram-information .inner-padding::before {
  content: " ";
  display: block;
  padding-bottom: 37.85%;
}

.instagram-information .text-content {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: rotate(-6deg) translateY(-25%);
}

@media screen and (min-width: 1200px) {
  .instagram-information .text-content {
    left: auto;
    right: 30px;
  }
}

.instagram-information h2 {
  font-size: 20px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.instagram-information .follow-us {
  font-size: 31.25px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.instagram-information a {
  color: #000;
}

.instagram-med {
  max-width: 320px;
  max-height: 320px;
}

.likes-and-comments .likes,
.likes-and-comments .comments {
  display: block;
  padding: 5px 10px;
  font-family: "Montserrat", Arial;
  font-size: 16px;
  text-align: center;
}

.modal .likes-and-comments .likes,
.modal .likes-and-comments .comments {
  display: inline-block;
  text-align: left;
  font-size: 20px;
}

.likes-and-comments .likes:before,
.likes-and-comments .comments:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f004";
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

.likes-and-comments .likes:before.fa-pull-left,
.likes-and-comments .comments:before.fa-pull-left {
  margin-right: 0.3em;
}

.likes-and-comments .likes:before.fa-pull-right,
.likes-and-comments .comments:before.fa-pull-right {
  margin-left: 0.3em;
}

.modal-dialog .likes-and-comments .likes:before,
.modal-dialog .likes-and-comments .comments:before {
  color: #006d8a;
}

.likes-and-comments .comments:before {
  content: "\f075";
}

.instagram-post .likes,
.instagram-feed .likes,
.instagram-post .comments,
.instagram-feed .comments {
  display: block;
  padding: 5px 10px;
  font-family: "Montserrat", Arial;
  font-size: 16px;
  text-align: center;
}

.modal .instagram-post .likes,
.modal .instagram-feed .likes,
.modal .instagram-post .comments,
.modal .instagram-feed .comments {
  display: inline-block;
  text-align: left;
  font-size: 20px;
}

.instagram-post .likes:before,
.instagram-feed .likes:before,
.instagram-post .comments:before,
.instagram-feed .comments:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f004";
  padding-left: 5px;
  padding-right: 5px;
  color: #fff;
}

.instagram-post .likes:before.fa-pull-left,
.instagram-feed .likes:before.fa-pull-left,
.instagram-post .comments:before.fa-pull-left,
.instagram-feed .comments:before.fa-pull-left {
  margin-right: 0.3em;
}

.instagram-post .likes:before.fa-pull-right,
.instagram-feed .likes:before.fa-pull-right,
.instagram-post .comments:before.fa-pull-right,
.instagram-feed .comments:before.fa-pull-right {
  margin-left: 0.3em;
}

.modal-dialog .instagram-post .likes:before,
.modal-dialog .instagram-feed .likes:before,
.modal-dialog .instagram-post .comments:before,
.modal-dialog .instagram-feed .comments:before {
  color: #006d8a;
}

.instagram-post .comments:before,
.instagram-feed .comments:before {
  content: "\f075";
}

.instagram-feed .instagram-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .instagram-feed .instagram-gallery {
    flex-wrap: wrap;
  }
}

.instagram-feed .img-holder {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  position: relative;
  width: 100px;
  height: 100px;
  border: solid 5px transparent;
}

@media screen and (min-width: 768px) {
  .instagram-feed .img-holder {
    width: 140px;
    height: 140px;
  }
}

.instagram-feed a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.instagram-feed a,
.instagram-feed a:before,
.instagram-feed a:after,
.instagram-feed a > div {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.instagram-feed a,
.instagram-feed a:hover,
.instagram-feed a:focus {
  color: #fff;
}

.instagram-feed a:before {
  content: "\00a0";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #006d8a;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.instagram-feed a img {
  display: block;
  max-width: 100%;
  height: auto;
}

.instagram-feed a > div {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.instagram-feed a:hover:before,
.instagram-feed a:focus:before {
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}

.instagram-feed a:hover > div,
.instagram-feed a:focus > div {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.instagram-type.video:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.5);
}

.instagram-type.video:before.fa-pull-left {
  margin-right: 0.3em;
}

.instagram-type.video:before.fa-pull-right {
  margin-left: 0.3em;
}

.modal .instagram-type.video:hover:before,
.modal .instagram-type.video:focus:before {
  color: #fff;
}

.modal .instagram-type.video:before {
  width: 100px;
  font-size: 100px;
  margin: -50px 0 -50px;
}

.modal#instagram-post .close-modal {
  z-index: 1;
}

.modal#instagram-post .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .modal#instagram-post .modal-dialog {
    width: 640px;
  }
}

.modal#instagram-post .modal-dialog .modal-body {
  padding: 0;
}

.modal#instagram-post .modal-dialog .modal-body .instagram-post *:not(img) {
  padding-left: 15px;
  padding-right: 15px;
}

.modal#instagram-post .modal-dialog .modal-body .instagram-post .img-holder {
  position: relative;
}

.modal#instagram-post .modal-dialog .modal-body .instagram-post > p {
  margin: 15px 0;
}

.modal#instagram-post .modal-dialog .modal-body .instagram-post > div {
  text-align: center;
  display: block;
}

.modal#instagram-post .modal-dialog .modal-body .instagram-post a {
  font-size: 20px;
  display: block;
  color: #fff;
  background: #006d8a;
  text-align: center;
  margin: 0 15px 20px;
}

.block-border {
  border: dotted 1px #d1d1d1;
}

.block-solid {
  border: solid 1px #cecece;
}

.block-radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.block {
  margin-bottom: 30px;
}

.block img {
  display: block;
  max-width: 100%;
  height: auto;
}

.block:not(.editorialblock) .img-holder:not(.hero-teaser-img) img {
  width: 100%;
}

.block .block-box {
  position: relative;
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .block {
    clear: both;
  }
}

.editorialblock img {
  display: initial;
}

.editorblock a:focus h2,
.editorblock a:hover h2 {
  text-decoration: underline;
}

.editorblock .img-holder {
  position: relative;
  padding: 0;
  margin: 0 0 20px;
}

.editorblock .block-box > a {
  display: block;
  border: solid 1px transparent;
}

.editorblock .block-box > a:before,
.editorblock .block-box > a:after {
  content: " ";
  display: table;
}

.editorblock .block-box > a:after {
  clear: both;
}

.editorblock .block-box > a:before,
.editorblock .block-box > a:after {
  content: " ";
  display: table;
}

.editorblock .block-box > a:after {
  clear: both;
}

.editorblock .block-box > a,
.editorblock .block-box > a *,
.editorblock .block-box > a *:before {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition: all all 0.3s ease-out ease-out;
  -moz-transition: all all 0.3s ease-out ease-out;
  -o-transition: all all 0.3s ease-out ease-out;
  transition: all all 0.3s ease-out ease-out;
}

.editorblock .block-box > a:hover,
.editorblock .block-box > a:hover *,
.editorblock .block-box > a:hover *:before {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: all all 0.3s ease-in ease-out;
  -moz-transition: all all 0.3s ease-in ease-out;
  -o-transition: all all 0.3s ease-in ease-out;
  transition: all all 0.3s ease-in ease-out;
}

.editorblock .block-box > a:focus,
.editorblock .block-box > a:hover {
  text-decoration: none;
}

.editorblock .block-box > a:focus {
  outline-offset: -1px;
}

.editorblock .block-box .box-content h2,
.editorblock .block-box .box-content h3 {
  color: inherit;
  line-height: 1.15em;
}

.editorblock .block-box .box-content h2 > span,
.editorblock .block-box .box-content h3 > span {
  font-weight: 700;
}

.editorblock .block-box .box-content > div {
  color: #000;
}

.slideblock .img-holder {
  margin: 0;
}

.teaserblock-wide:before,
.teaserblock-wide:after {
  content: " ";
  display: table;
}

.teaserblock-wide:after {
  clear: both;
}

.teaserblock-wide:before,
.teaserblock-wide:after {
  content: " ";
  display: table;
}

.teaserblock-wide:after {
  clear: both;
}

.teaserblock-wide .img-holder {
  float: left;
  max-width: 42.5%;
  padding: 20px 0;
  margin-left: 20px;
}

.teaserblock-wide .img-holder:before {
  display: none;
}

.teaserblock-wide .block-box .box-content {
  padding: 0;
  margin-left: 42.5%;
}

.teaserblock-wide .block-box .box-content h2 {
  padding-top: 15px;
}

.teaserblock-wide .block-box .box-content h2,
.teaserblock-wide .block-box .box-content > div {
  padding-left: 40px;
  padding-right: 34px;
}

.teaserblock-wide .block-box .box-content > h2 + div {
  margin-top: 0;
}

.teaserblock-wide .block-box .box-content > div {
  padding-bottom: 0 !important;
}

.teaserblock-wide .block-box .box-content > div p {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .teaserblock-wide .img-holder {
    float: none;
    max-width: 100%;
    margin: 0 20px;
  }

  .teaserblock-wide .block-box .box-content {
    clear: both;
    margin: 0;
  }

  .teaserblock-wide .block-box .box-content h2 {
    padding-top: 0;
  }

  .teaserblock-wide .block-box .box-content h2,
  .teaserblock-wide .block-box .box-content > div {
    padding-left: 20px;
  }

  .teaserblock-wide .block-box .box-content > div {
    padding-bottom: 20px;
  }
}

.video-description h2 {
  font-weight: bold;
  margin-bottom: 0;
}

.video-description p {
  font-style: italic;
}

.brand-color-04 > .block-box > a,
.brand-color-04 > .block-box > div {
  background: #a4c8d2;
}

.brand-color-04 > .block-box > a:hover,
.brand-color-04 > .block-box > a:focus {
  background: #d7e7eb;
}

.brand-color-04 .block-box > a,
.brand-color-04 .block-box > a:before {
  color: inherit;
}

.brand-color-03 > .block-box > a,
.brand-color-03 > .block-box > div {
  background: #952f17;
}

.brand-color-03 > .block-box > a:hover,
.brand-color-03 > .block-box > a:focus {
  background: #d74421;
}

.brand-color-03 .block-box > a,
.brand-color-03 .block-box > a:before {
  color: inherit;
}

.brand-color-02 > .block-box > a,
.brand-color-02 > .block-box > div {
  background: #ffe366;
}

.brand-color-02 > .block-box > a:hover,
.brand-color-02 > .block-box > a:focus {
  background: #fff1b3;
}

.brand-color-02 .block-box > a,
.brand-color-02 .block-box > a:before {
  color: inherit;
}

.brand-color-01 > .block-box > a,
.brand-color-01 > .block-box > div {
  background: #006d8a;
}

.brand-color-01 > .block-box > a:hover,
.brand-color-01 > .block-box > a:focus {
  background: #00a9d6;
}

.brand-color-01 .block-box > a,
.brand-color-01 .block-box > a:before {
  color: inherit;
}

.vcard-block img {
  float: left;
  max-width: 100px;
  margin-right: 20px;
}

.vcard-block h2,
.vcard-block h3 {
  font-size: 16px;
  line-height: 1.625;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0;
}

.vcard-block ul,
.vcard-block li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vcard-block dl dt {
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .vcard-block img {
    max-width: 150px;
  }
}

@media screen and (max-width: 991px) {
  .vcard-block h2,
  .vcard-block h3 {
    clear: both;
  }
}

.special-contact-block {
  border: solid 1px #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
}

.special-contact-block h2 {
  font-size: 20px;
  margin: 0 0 6px;
}

.special-contact-block p {
  margin: 0 0 6px;
}

.special-contact-block a:before {
  color: #137892;
}

.special-contact-block a:hover:before {
  color: #0a404e;
}

@media screen and (max-width: 767px) {
  .special-contact-block {
    width: 100%;
  }
}

.contactblock {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 40px;
}

.contactblock:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.contactblock .contact-block {
  line-height: 1.85em;
}

.contactblock .contact-block h2 {
  font-size: 20px;
  padding: 5px 0;
}

.contactblock .contact-block h2 img {
  float: left;
  margin-right: 8px;
}

.contactblock .contact-block p {
  margin: 0;
}

.contactblock .contact-block > ul,
.contactblock .contact-block > ul > li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rel-block > h2 {
  font-size: 16px;
  color: #fff;
  background: #952f17;
  margin: 0;
  padding: 8px 20px 10px 50px;
  position: relative;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.rel-block > h2:before {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "e";
  color: #fff;
  font-size: 17px;
  margin: 10px 0 0 20px;
}

.rel-block > h2:before.fa-pull-left {
  margin-right: 0.3em;
}

.rel-block > h2:before.fa-pull-right {
  margin-left: 0.3em;
}

.rel-block .block-box {
  border: dotted 1px #d1d1d1;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 5px 20px 10px;
}

.btn-edit,
.btn-read-more {
  font-size: 14px;
  color: #000;
  margin-top: 5px;
  margin-left: 5px;
  display: block;
  padding: 5px 5px 7px 15px;
  position: relative;
}

.btn-edit:before,
.btn-read-more:before {
  color: #006d8a;
}

.list-block .btn-edit:before,
.list-block .btn-read-more:before {
  color: #137892;
}

.btn-edit:hover,
.btn-read-more:hover,
.btn-edit:focus,
.btn-read-more:focus,
.btn-edit:hover:before,
.btn-read-more:hover:before,
.btn-edit:focus:before,
.btn-read-more:focus:before {
  color: #0a404e;
}

.btn-edit {
  padding-left: 20px;
}

.btn-edit:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-top: 8px;
  content: "z";
  font-size: 16px;
}

.btn-read-more:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-top: 10px;
  content: "\f054";
  font-size: 12px;
}

.tab-pane .btn-read-more {
  margin-top: 0;
  border-top: solid 1px #d1d1d1 !important;
}

.phone-number {
  display: inline-block;
  font-size: 15px;
}

.phone-number-icon {
  display: inline-block;
}

.phone-number-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f095";
}

.phone-number-icon:before.fa-pull-left {
  margin-right: 0.3em;
}

.phone-number-icon:before.fa-pull-right {
  margin-left: 0.3em;
}

.email-icon {
  display: inline-block;
}

.email-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f0e0";
}

.email-icon:before.fa-pull-left {
  margin-right: 0.3em;
}

.email-icon:before.fa-pull-right {
  margin-left: 0.3em;
}

.calendar-block .box-content {
  background: #ebebeb;
}

.iconblock,
.colorblock {
  align-items: stretch;
}

.iconblock .heading,
.colorblock .heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.iconblock .sub-heading,
.colorblock .sub-heading {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.iconblock .sub-heading:empty,
.colorblock .sub-heading:empty {
  display: none;
}

@media screen and (max-width: 767px) {
  .iconblock,
  .colorblock {
    margin-bottom: 15px;
  }
}

.c-pinboard .iconblock,
.c-pinboard .colorblock,
.c-pinboard .iconblock .teaser-color,
.c-pinboard .colorblock .teaser-color {
  align-items: initial;
}

.teaser-color {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.teaser-color::before {
  content: "\00a0";
  padding-bottom: 45%;
}

@media screen and (min-width: 768px) {
  .teaser-color::before {
    padding-bottom: 65%;
  }
}

.teaser-color.color-01 a {
  color: #000;
  background: #ffe366;
}

.teaser-color.color-01 a:hover,
.teaser-color.color-01 a:focus {
  color: #000;
  background: #ffdc3d;
}

.teaser-color.color-02 a {
  color: white;
  background: #006d8a;
}

.teaser-color.color-02 a:hover,
.teaser-color.color-02 a:focus {
  color: white;
  background: #008db3;
}

.teaser-color.color-03 a {
  color: white;
  background: #952f17;
}

.teaser-color.color-03 a:hover,
.teaser-color.color-03 a:focus {
  color: white;
  background: #b83a1c;
}

.teaser-color.color-04 a {
  color: #000;
  background: #a4c8d2;
}

.teaser-color.color-04 a:hover,
.teaser-color.color-04 a:focus {
  color: #000;
  background: #89b7c4;
}

.teaser-color a {
  outline: none;
  text-decoration: none;
  color: #000;
  background: #a4c8d2;
  -webkit-transition: background ease-in-out 0.15s;
  -o-transition: background ease-in-out 0.15s;
  transition: background ease-in-out 0.15s;
  -webkit-transition: all background ease-in-out 0.15s ease-out;
  -moz-transition: all background ease-in-out 0.15s ease-out;
  -o-transition: all background ease-in-out 0.15s ease-out;
  transition: all background ease-in-out 0.15s ease-out;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
}

.teaser-color a:hover,
.teaser-color a:focus {
  color: #000;
  background: #89b7c4;
  text-decoration: none;
}

.iconblock .teaser-color a {
  justify-content: flex-start;
}

.teaser-color .teaser-icon {
  display: flex;
  width: 100%;
  flex-basis: 60%;
  align-items: center;
  justify-content: center;
}

.teaser-color .teaser-icon:before {
  font-size: 35px;
}

@media screen and (min-width: 480px) {
  .teaser-color .teaser-icon:before {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) {
  .teaser-color .teaser-icon:before {
    font-size: 50px;
  }

  .col-md-3 .teaser-color .teaser-icon:before {
    font-size: 35px;
  }
}

@media screen and (min-width: 992px) {
  .teaser-color .teaser-icon:before {
    font-size: 65px;
  }

  .col-md-3 .teaser-color .teaser-icon:before {
    font-size: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .teaser-color .teaser-icon:before {
    font-size: 75px;
  }

  .col-md-3 .teaser-color .teaser-icon:before {
    font-size: 55px;
  }
}

.teaser-color h2 {
  display: flex;
  min-height: 40%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  font-size: 20px;
  width: 100%;
}

.teaser-color h2 span {
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .teaser-color h2 {
    font-size: 25px;
  }

  .col-md-3 .teaser-color h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .col-md-3 .teaser-color h2 {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .teaserblock {
    margin-bottom: 15px;
  }
}

.teaserblock__link,
.teaserblock__link:hover,
.teaserblock__link:focus,
.teaserblock__link:before,
.teaserblock__link:hover:before,
.teaserblock__link:focus:before,
.teaserblock__link *,
.teaserblock__link:hover *,
.teaserblock__link:focus *,
.teaserblock__link *:before,
.teaserblock__link:hover *:before,
.teaserblock__link:focus *:before {
  -webkit-transition: all ease-in-out 0.15s;
  -o-transition: all ease-in-out 0.15s;
  transition: all ease-in-out 0.15s;
  -webkit-transition: all all ease-in-out 0.15s ease-out;
  -moz-transition: all all ease-in-out 0.15s ease-out;
  -o-transition: all all ease-in-out 0.15s ease-out;
  transition: all all ease-in-out 0.15s ease-out;
}

.teaserblock__text p:last-child {
  margin-bottom: 0;
}

.tb-standard a,
.standardpage a,
.standardpageteaserblock a,
.tb-standard .teaserblock__link,
.standardpage .teaserblock__link,
.standardpageteaserblock .teaserblock__link {
  color: #000;
  display: block;
  position: relative;
  overflow: hidden;
}

.tb-standard a:hover,
.standardpage a:hover,
.standardpageteaserblock a:hover,
.tb-standard .teaserblock__link:hover,
.standardpage .teaserblock__link:hover,
.standardpageteaserblock .teaserblock__link:hover,
.tb-standard a:focus,
.standardpage a:focus,
.standardpageteaserblock a:focus,
.tb-standard .teaserblock__link:focus,
.standardpage .teaserblock__link:focus,
.standardpageteaserblock .teaserblock__link:focus {
  color: #0a404e;
  text-decoration: none;
}

.tb-standard a:hover .teaserblock__image:before,
.standardpage a:hover .teaserblock__image:before,
.standardpageteaserblock a:hover .teaserblock__image:before,
.tb-standard .teaserblock__link:hover .teaserblock__image:before,
.standardpage .teaserblock__link:hover .teaserblock__image:before,
.standardpageteaserblock .teaserblock__link:hover .teaserblock__image:before,
.tb-standard a:focus .teaserblock__image:before,
.standardpage a:focus .teaserblock__image:before,
.standardpageteaserblock a:focus .teaserblock__image:before,
.tb-standard .teaserblock__link:focus .teaserblock__image:before,
.standardpage .teaserblock__link:focus .teaserblock__image:before,
.standardpageteaserblock .teaserblock__link:focus .teaserblock__image:before {
  background: rgba(0, 109, 138, 0.5);
}

.tb-standard .teaserblock__img-holder,
.standardpage .teaserblock__img-holder,
.standardpageteaserblock .teaserblock__img-holder {
  position: relative;
  margin: 0;
}

.tb-standard .teaserblock__img-holder:before,
.standardpage .teaserblock__img-holder:before,
.standardpageteaserblock .teaserblock__img-holder:before {
  content: "\00a0";
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 109, 138, 0);
}

.tb-standard .teaserblock__content,
.standardpage .teaserblock__content,
.standardpageteaserblock .teaserblock__content {
  padding: 10px 0;
}

.tb-standard .teaserblock__heading,
.standardpage .teaserblock__heading,
.standardpageteaserblock .teaserblock__heading {
  font-size: 20px;
}

.tb-standard.col-md-3 .teaserblock__heading,
.standardpage.col-md-3 .teaserblock__heading,
.standardpageteaserblock.col-md-3 .teaserblock__heading {
  font-size: 16px;
}

.tb-image .heading,
.tb-image-text .heading,
.tb-image-ani .heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
}

.tb-image .sub-heading,
.tb-image-text .sub-heading,
.tb-image-ani .sub-heading {
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0.5rem;
}

.tb-image .sub-heading:empty,
.tb-image-text .sub-heading:empty,
.tb-image-ani .sub-heading:empty {
  display: none;
}

.tb-image .teaserblock__link,
.tb-image-text .teaserblock__link,
.tb-image-ani .teaserblock__link {
  display: block;
  position: relative;
  overflow: hidden;
}

.tb-image .teaserblock__link::before,
.tb-image-text .teaserblock__link::before,
.tb-image-ani .teaserblock__link::before {
  content: "\00a0";
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 109, 138, 0);
}

.tb-image .teaserblock__link:hover::before,
.tb-image-text .teaserblock__link:hover::before,
.tb-image-ani .teaserblock__link:hover::before,
.tb-image .teaserblock__link:focus::before,
.tb-image-text .teaserblock__link:focus::before,
.tb-image-ani .teaserblock__link:focus::before {
  background: rgba(0, 109, 138, 0.5);
}

.tb-image .teaserblock__img-holder,
.tb-image-text .teaserblock__img-holder,
.tb-image-ani .teaserblock__img-holder {
  position: relative;
  z-index: 5;
}

.tb-image .teaserblock__content,
.tb-image-text .teaserblock__content,
.tb-image-ani .teaserblock__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 7;
  width: 80%;
  margin: 0 auto;
}

.tb-image .teaserblock__content .teaserblock__heading.textalign--left,
.tb-image-text .teaserblock__content .teaserblock__heading.textalign--left,
.tb-image-ani .teaserblock__content .teaserblock__heading.textalign--left {
  text-align: left;
}

.tb-image .teaserblock__content .teaserblock__heading.textalign--right,
.tb-image-text .teaserblock__content .teaserblock__heading.textalign--right,
.tb-image-ani .teaserblock__content .teaserblock__heading.textalign--right {
  text-align: right;
}

.tb-image .teaserblock__content .teaserblock__text.textalign--left,
.tb-image-text .teaserblock__content .teaserblock__text.textalign--left,
.tb-image-ani .teaserblock__content .teaserblock__text.textalign--left {
  text-align: left;
}

.tb-image .teaserblock__content .teaserblock__text.textalign--right,
.tb-image-text .teaserblock__content .teaserblock__text.textalign--right,
.tb-image-ani .teaserblock__content .teaserblock__text.textalign--right {
  text-align: right;
}

.tb-image .teaserblock__content .teaserblock__text.text-heading--text-dark,
.tb-image-text .teaserblock__content .teaserblock__text.text-heading--text-dark,
.tb-image-ani .teaserblock__content .teaserblock__text.text-heading--text-dark {
  color: #000;
}

.tb-image .teaserblock__content .teaserblock__text.text-heading--text-yellow,
.tb-image-text .teaserblock__content .teaserblock__text.text-heading--text-yellow,
.tb-image-ani .teaserblock__content .teaserblock__text.text-heading--text-yellow {
  color: #ffe366;
}

.tb-image .teaserblock__heading,
.tb-image-text .teaserblock__heading,
.tb-image-ani .teaserblock__heading {
  text-align: center;
  box-sizing: border-box;
}

.tb-image .teaserblock__heading span,
.tb-image-text .teaserblock__heading span,
.tb-image-ani .teaserblock__heading span {
  display: block;
}

.tb-image.col-md-12 .teaserblock__heading,
.tb-image-text.col-md-12 .teaserblock__heading,
.tb-image-ani.col-md-12 .teaserblock__heading {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .tb-image.col-md-12 .teaserblock__heading,
  .tb-image-text.col-md-12 .teaserblock__heading,
  .tb-image-ani.col-md-12 .teaserblock__heading {
    font-size: 25px;
  }
}

.tb-image.col-md-12 .teaserblock__heading .heading,
.tb-image-text.col-md-12 .teaserblock__heading .heading,
.tb-image-ani.col-md-12 .teaserblock__heading .heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  display: block;
}

.tb-image.col-md-12 .teaserblock__heading .heading.hero-heading--text-light,
.tb-image-text.col-md-12 .teaserblock__heading .heading.hero-heading--text-light,
.tb-image-ani.col-md-12 .teaserblock__heading .heading.hero-heading--text-light {
  color: #fff;
}

.tb-image.col-md-12 .teaserblock__heading .heading.hero-heading--text-dark,
.tb-image-text.col-md-12 .teaserblock__heading .heading.hero-heading--text-dark,
.tb-image-ani.col-md-12 .teaserblock__heading .heading.hero-heading--text-dark {
  color: #000;
}

.tb-image.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-yellow,
.tb-image-text.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-yellow,
.tb-image-ani.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-yellow {
  color: #ffe366;
}

.tb-image.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-dark,
.tb-image-text.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-dark,
.tb-image-ani.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-dark {
  color: #000;
}

.tb-image.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-light,
.tb-image-text.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-light,
.tb-image-ani.col-md-12 .teaserblock__heading .sub-heading.sub-hero-heading--text-light {
  color: #fff;
}

.tb-image.col-md-12 .teaserblock__heading .sub-heading,
.tb-image-text.col-md-12 .teaserblock__heading .sub-heading,
.tb-image-ani.col-md-12 .teaserblock__heading .sub-heading {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}

.tb-image .teaserblock__link,
.tb-image .teaserblock__link:hover,
.tb-image .teaserblock__link:focus {
  color: #000;
}

.tb-image .teaserblock__content {
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
}

.tb-image .teaserblock__text {
  display: none;
}

.tb-image-text .teaserblock__link,
.tb-image-text .teaserblock__link:hover,
.tb-image-text .teaserblock__link:focus {
  color: #fff;
}

.tb-image-text .teaserblock__img-holder::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}

.tb-image-text .teaserblock__heading {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
}

.tb-image-text .teaserblock__text {
  padding: 0 10px 10px;
  text-align: center;
  color: #fff;
}

.tb-image-text.col-md-12 .teaserblock__heading {
  margin-bottom: 5%;
}

.tb-image-text.col-md-12 .teaserblock__heading .heading {
  color: #ffe366;
}

.main-footer {
  /*   .teaserblock__heading .heading {
      text-shadow: none;

      @media (max-width: @screen-sm) {
        color: #000;
      }
    }*/
}

.main-footer  .block {
  margin-bottom: 0;
}

.main-footer  .teaserblock__content {
  position: relative;
  width: 100%;
}

.main-footer  .teaserblock__content.bg-color--dark {
  background: #000;
  color: #fff;
}

.main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .hero-heading--text-dark,
.main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .hero-heading--text-yellow {
  color: #fff;
}

.main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .sub-hero-heading--text-dark,
.main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .sub-hero-heading--text-yellow {
  color: #fff;
}

.main-footer  .teaserblock__content.bg-color--dark .teaserblock__text {
  color: #fff;
}

.main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .hero-heading--text-light,
.main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .hero-heading--text-yellow {
  color: #000;
}

.main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .sub-hero-heading--text-light,
.main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .sub-hero-heading--text-yellow {
  color: #000;
}

.main-footer  .teaserblock__content.bg-color--light .teaserblock__text {
  color: #000;
}

@media (min-width: 576px) {
  .main-footer  .teaserblock__content {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .main-footer  .teaserblock__content {
    position: absolute;
  }

  .main-footer  .teaserblock__content.bg-color--dark {
    background: none;
  }

  .main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .hero-heading--text-dark {
    color: #000;
  }

  .main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .hero-heading--text-yellow {
    color: #ffe366;
  }

  .main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .sub-hero-heading--text-dark {
    color: #000;
  }

  .main-footer  .teaserblock__content.bg-color--dark .teaserblock__heading .sub-hero-heading--text-yellow {
    color: #ffe366;
  }

  .main-footer  .teaserblock__content.bg-color--dark .text-heading--text-dark {
    color: #000;
  }

  .main-footer  .teaserblock__content.bg-color--dark .text-heading--text-yellow {
    color: #ffe366;
  }

  .main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .hero-heading--text-light {
    color: #fff;
  }

  .main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .hero-heading--text-yellow {
    color: #ffe366;
  }

  .main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .sub-hero-heading--text-light {
    color: #fff;
  }

  .main-footer  .teaserblock__content.bg-color--light .teaserblock__heading .sub-hero-heading--text-yellow {
    color: #ffe366;
  }

  .main-footer  .teaserblock__content.bg-color--light .text-heading--text-light {
    color: #fff;
  }

  .main-footer  .teaserblock__content.bg-color--light .text-heading--text-yellow {
    color: #ffe366;
  }
}

@media (min-width: 992px) {
  .main-footer  .teaserblock__content {
    padding-bottom: 2rem;
  }
}

@media (max-width: 992px) {
  .main-footer  .teaserblock__content .teaserblock__text .btn-primary {
    margin: 1rem 0;
  }
}

@media (max-width: 768px) {
  .main-footer  .teaserblock__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    background: #fff;
  }

  .main-footer  .teaserblock__content .teaserblock__text {
    align-items: center;
    color: #000;
  }
}

@media (min-width: 1200px) {
  .main-footer  .teaserblock__content {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .main-footer  .teaserblock__content {
    max-width: 1340px;
  }
}

.main-footer  .teaserblock__content .teaserblock__heading {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .main-footer  .teaserblock__content .teaserblock__heading .sub-heading {
    text-align: center;
  }
}

.main-footer  .teaserblock__content .teaserblock__heading .heading {
  font-size: 16px;
  font-weight: bold;
  margin: 0 10px 10px 10px;
  text-shadow: none;
}

@media (max-width: 768px) {
  .main-footer  .teaserblock__content .teaserblock__heading .heading {
    color: #000;
  }
}

.main-footer  .teaserblock__content .teaserblock__text {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .main-footer  .teaserblock__content .teaserblock__text {
    display: block;
  }
}

.main-footer  .teaserblock__content .teaserblock__text p {
  font-size: 16px;
  margin: 0;
  line-height: normal;
}

@media screen and (min-width: 768px) {
  .main-footer  .teaserblock__content .teaserblock__text p {
    font-size: 25px;
  }
}

@media screen and (min-width: 992px) {
  .main-footer  .teaserblock__content .teaserblock__text p {
    font-size: 48px;
  }
}

.main-footer  .footer-links {
  padding-top: 6rem;
}

.main-footer  .footer-links .container {
  color: #fff;
}

.main-footer  .footer-links .container .row .block {
  margin-bottom: 2rem;
}

.main-footer  .footer-links .container .row .block .share {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.main-footer  .footer-links .container .row .block .share li {
  margin-bottom: 2rem;
}

.main-footer  .footer-links .container .row h2 {
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.main-footer  .footer-links .container a {
  color: #fff;
  font-size: 16px;
}

.main-footer  .footer-bottom {
  background: #280c00;
  color: #fff;
}

.main-footer  .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-footer  .footer-bottom .container .block {
  height: max-content;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1rem 0;
}

.main-footer  .footer-bottom .container .block p {
  margin: 0;
}

.main-footer  .footer-bottom .container .link-top-of-page {
  display: flex;
  height: max-content;
  color: #fff;
  margin-right: 9rem;
}

.main-footer  .footer-bottom .container .link-top-of-page .ico {
  display: flex;
  align-items: center;
  margin-left: 1rem;
  padding: 0.5rem;
  color: #000;
  background: #fff;
}

.main-footer  .footer-bottom .container .link-top-of-page:hover {
  cursor: pointer;
  text-decoration: none;
}

.tb-image-ani a:hover .box-content > div,
.tb-image-ani a:focus .box-content > div {
  height: auto;
  padding: 10px;
}

.tb-image-ani .box-content > div {
  height: 0;
  padding: 0 10px;
  background: rgba(0, 109, 138, 0.75);
}

@media screen and (min-width: 768px) {
  .c-pinboard .block {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .c-pinboard .block > div::before {
    content: " ";
    display: block;
    padding-bottom: 100%;
  }

  .c-pinboard .block > div > * {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: auto;
  }

  .c-pinboard .block > div > * h2 {
    width: 100%;
  }

  .c-pinboard .block > div > * h2 span {
    max-width: 100%;
  }

  .c-pinboard .block > .block-double-height::before {
    padding-bottom: 200%;
  }
}

.hero-teaser-img,
.fallback-img {
  display: block;
  overflow: hidden;
  padding-bottom: 80.55%;
}

.block.col-md-6 .hero-teaser-img,
.block.col-md-6 .fallback-img {
  padding-bottom: 50.84%;
}

.hero-teaser-img img,
.fallback-img img {
  display: none;
}

.apsissubscriptionblock legend {
  border: none;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .apsissubscriptionblock .btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.apsissubscriptionblock h2 {
  text-align: center;
}

.areabookingblock {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .areabookingblock.col-md-6 {
    flex: 0 0 75%;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .areabookingblock.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 992px) {
  .drop-carousel-top .areabookingblock {
    max-width: 780px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2.5%;
    z-index: 100;
  }
}

.areabookingblock > div {
  background: #ededed;
  padding: 15px;
  border-radius: 45px;
}

.areabookingblock > div:before,
.areabookingblock > div:after {
  content: " ";
  display: table;
}

.areabookingblock > div:after {
  clear: both;
}

.areabookingblock > div:before,
.areabookingblock > div:after {
  content: " ";
  display: table;
}

.areabookingblock > div:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .areabookingblock > div {
    margin-left: 8px;
    margin-right: 8px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 992px) {
  .drop-carousel-top .areabookingblock > div {
    background: rgba(255, 255, 255, 0.5);
  }
}

.areabookingblock .areabooking-form {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .areabookingblock .areabooking-form {
    flex-direction: column;
  }
}

.areabookingblock .filter-dropdown.filter-calendar {
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 480px) {
  .areabookingblock .filter-dropdown.filter-calendar button::before {
    font-size: 20px;
  }
}

.areabookingblock .btn-filter-dd {
  border-radius: 30px;
  padding-right: 45px;
  border: none;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .areabookingblock .btn-filter-dd::before {
    width: 35px;
    font-size: 20px;
  }
}

.areabookingblock .btn-filter-dd::after {
  width: 45px;
}

@media screen and (max-width: 480px) {
  .areabookingblock .btn-filter-dd .selectedDateDisplay {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.areabookingblock .btn {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 30px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 15px;
}

.ie11 .areabookingblock .btn {
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .areabookingblock .btn {
    font-size: 14px;
    white-space: normal;
    margin-left: auto;
    margin-top: 10px;
  }
}

@media print {
  .block:before,
  .block:after {
    content: " ";
    display: table;
  }

  .block:after {
    clear: both;
  }

  .block:before,
  .block:after {
    content: " ";
    display: table;
  }

  .block:after {
    clear: both;
  }

  .block .box-content {
    position: relative;
  }

  .block.col-md-8 .block {
    width: 66%;
  }

  .block.col-md-6 .block {
    width: 50%;
  }

  .block.col-md-4 .block {
    width: 33%;
  }
}

.slideshowblock {
  margin-bottom: 0;
}

.slideshowblock:before,
.slideshowblock:after {
  content: " ";
  display: table;
}

.slideshowblock:after {
  clear: both;
}

.slideshowblock:before,
.slideshowblock:after {
  content: " ";
  display: table;
}

.slideshowblock:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .drop-carousel-top .slideshowblock {
    margin-bottom: 15px;
  }
}

.wide-wrapper.drop-carousel-top {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.carousel {
  position: relative;
}

.carousel a,
.carousel a *,
.carousel a *:before {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.carousel a:hover,
.carousel a:hover *,
.carousel a:hover *:before {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media screen and (max-width: 767px) {
  .carousel a:not(.btn),
  .carousel a:not(.btn):hover,
  .carousel a:not(.btn):focus,
  .carousel a:not(.btn) *,
  .carousel a:not(.btn):hover *,
  .carousel a:not(.btn):focus * {
    color: #000 !important;
  }
}

@media screen and (min-width: 768px) {
  .carousel a:not(.btn),
  .carousel a:not(.btn):hover,
  .carousel a:not(.btn):focus,
  .carousel a:not(.btn) *,
  .carousel a:not(.btn):hover *,
  .carousel a:not(.btn):focus * {
    color: #fff !important;
  }
}

.carousel a:not(.btn):hover h1,
.carousel a:not(.btn):focus h1,
.carousel a:not(.btn):hover h2,
.carousel a:not(.btn):focus h2,
.carousel a:not(.btn):hover h3,
.carousel a:not(.btn):focus h3 {
  text-decoration: underline;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 991px) {

}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  -webkit-transition: all 0.6s ease-in-out left ease-out;
  -moz-transition: all 0.6s ease-in-out left ease-out;
  -o-transition: all 0.6s ease-in-out left ease-out;
  transition: all 0.6s ease-in-out left ease-out;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control,
.bx-controls-direction a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  font-size: 35px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.slide-items-01 .carousel-control,
.slide-items-01 .bx-controls-direction a {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .carousel-control,
  .bx-controls-direction a {
    width: 7.5%;
  }
}

@media screen and (max-width: 991px) {
  .carousel-control,
  .bx-controls-direction a {
    height: 50px;
    top: auto;
    bottom: 0;
  }
}

.slideshowblock .carousel-control,
.slideshowblock .bx-controls-direction a {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.carousel-control.left,
.bx-controls-direction a.left,
.carousel-control.bx-prev,
.bx-controls-direction a.bx-prev {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

@media screen and (min-width: 768px) {
  .carousel-control.left:hover,
  .bx-controls-direction a.left:hover,
  .carousel-control.bx-prev:hover,
  .bx-controls-direction a.bx-prev:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  }
}

.carousel-control.right,
.bx-controls-direction a.right,
.carousel-control.bx-next,
.bx-controls-direction a.bx-next {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
}

@media screen and (min-width: 768px) {
  .carousel-control.right:hover,
  .bx-controls-direction a.right:hover,
  .carousel-control.bx-next:hover,
  .bx-controls-direction a.bx-next:hover {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#00000000', GradientType=1);
  }
}

.carousel-control.left:before,
.bx-controls-direction a.left:before,
.carousel-control.right:before,
.bx-controls-direction a.right:before,
.carousel-control.bx-prev:before,
.bx-controls-direction a.bx-prev:before,
.carousel-control.bx-next:before,
.bx-controls-direction a.bx-next:before {
  position: absolute;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  padding: 0 !important;
  content: "\f104";
  top: 50%;
  left: 0;
  margin-left: -50px;
  margin-top: -27.5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  text-align: center;
  font-size: 14px;
  border: solid 1px #fff;
}

.carousel-control.left:before.fa-pull-left,
.bx-controls-direction a.left:before.fa-pull-left,
.carousel-control.right:before.fa-pull-left,
.bx-controls-direction a.right:before.fa-pull-left,
.carousel-control.bx-prev:before.fa-pull-left,
.bx-controls-direction a.bx-prev:before.fa-pull-left,
.carousel-control.bx-next:before.fa-pull-left,
.bx-controls-direction a.bx-next:before.fa-pull-left {
  margin-right: 0.3em;
}

.carousel-control.left:before.fa-pull-right,
.bx-controls-direction a.left:before.fa-pull-right,
.carousel-control.right:before.fa-pull-right,
.bx-controls-direction a.right:before.fa-pull-right,
.carousel-control.bx-prev:before.fa-pull-right,
.bx-controls-direction a.bx-prev:before.fa-pull-right,
.carousel-control.bx-next:before.fa-pull-right,
.bx-controls-direction a.bx-next:before.fa-pull-right {
  margin-left: 0.3em;
}

.slideshowblock .carousel-control.left:before,
.slideshowblock .bx-controls-direction a.left:before,
.slideshowblock .carousel-control.right:before,
.slideshowblock .bx-controls-direction a.right:before,
.slideshowblock .carousel-control.bx-prev:before,
.slideshowblock .bx-controls-direction a.bx-prev:before,
.slideshowblock .carousel-control.bx-next:before,
.slideshowblock .bx-controls-direction a.bx-next:before {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .carousel-control.left:before,
  .bx-controls-direction a.left:before,
  .carousel-control.right:before,
  .bx-controls-direction a.right:before,
  .carousel-control.bx-prev:before,
  .bx-controls-direction a.bx-prev:before,
  .carousel-control.bx-next:before,
  .bx-controls-direction a.bx-next:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .slideshowblock .carousel-control.left,
  .slideshowblock .bx-controls-direction a.left,
  .slideshowblock .carousel-control.right,
  .slideshowblock .bx-controls-direction a.right,
  .slideshowblock .carousel-control.bx-prev,
  .slideshowblock .bx-controls-direction a.bx-prev,
  .slideshowblock .carousel-control.bx-next,
  .slideshowblock .bx-controls-direction a.bx-next {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }

  .slideshowblock .carousel-control.left:before,
  .slideshowblock .bx-controls-direction a.left:before,
  .slideshowblock .carousel-control.right:before,
  .slideshowblock .bx-controls-direction a.right:before,
  .slideshowblock .carousel-control.bx-prev:before,
  .slideshowblock .bx-controls-direction a.bx-prev:before,
  .slideshowblock .carousel-control.bx-next:before,
  .slideshowblock .bx-controls-direction a.bx-next:before {
    color: #006d8a;
    border-color: #ccc;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .slideshowblock .carousel-control.left:hover:before,
  .slideshowblock .bx-controls-direction a.left:hover:before,
  .slideshowblock .carousel-control.right:hover:before,
  .slideshowblock .bx-controls-direction a.right:hover:before,
  .slideshowblock .carousel-control.bx-prev:hover:before,
  .slideshowblock .bx-controls-direction a.bx-prev:hover:before,
  .slideshowblock .carousel-control.bx-next:hover:before,
  .slideshowblock .bx-controls-direction a.bx-next:hover:before,
  .slideshowblock .carousel-control.left:focus:before,
  .slideshowblock .bx-controls-direction a.left:focus:before,
  .slideshowblock .carousel-control.right:focus:before,
  .slideshowblock .bx-controls-direction a.right:focus:before,
  .slideshowblock .carousel-control.bx-prev:focus:before,
  .slideshowblock .bx-controls-direction a.bx-prev:focus:before,
  .slideshowblock .carousel-control.bx-next:focus:before,
  .slideshowblock .bx-controls-direction a.bx-next:focus:before {
    color: #fff;
    border-color: #ccc;
    background: #006d8a;
  }
}

.carousel-control.right:before,
.bx-controls-direction a.right:before,
.carousel-control.bx-next:before,
.bx-controls-direction a.bx-next:before {
  left: auto;
  right: 0;
  margin-right: -50px;
  content: "\f105";
}

.slideshowblock .carousel-control.right:before,
.slideshowblock .bx-controls-direction a.right:before,
.slideshowblock .carousel-control.bx-next:before,
.slideshowblock .bx-controls-direction a.bx-next:before {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .carousel-control.left:before,
  .bx-controls-direction a.left:before,
  .carousel-control.bx-prev:before,
  .bx-controls-direction a.bx-prev:before {
    left: 15px;
  }

  .main-article .slideshowblock .carousel-control.left:before,
  .main-article .slideshowblock .bx-controls-direction a.left:before,
  .main-article .slideshowblock .carousel-control.bx-prev:before,
  .main-article .slideshowblock .bx-controls-direction a.bx-prev:before {
    left: 0;
  }

  .carousel-control.right:before,
  .bx-controls-direction a.right:before,
  .carousel-control.bx-next:before,
  .bx-controls-direction a.bx-next:before {
    right: 15px;
  }

  .main-article .slideshowblock .carousel-control.right:before,
  .main-article .slideshowblock .bx-controls-direction a.right:before,
  .main-article .slideshowblock .carousel-control.bx-next:before,
  .main-article .slideshowblock .bx-controls-direction a.bx-next:before {
    right: 0;
  }
}

@media screen and (max-width: 991px) {
  .slideshowblock .carousel-control.left:before,
  .slideshowblock .bx-controls-direction a.left:before,
  .slideshowblock .carousel-control.bx-prev:before,
  .slideshowblock .bx-controls-direction a.bx-prev:before,
  .slideshowblock .carousel-control.right:before,
  .slideshowblock .bx-controls-direction a.right:before,
  .slideshowblock .carousel-control.bx-next:before,
  .slideshowblock .bx-controls-direction a.bx-next:before {
    bottom: 0;
    top: auto;
  }
}

.carousel-control:hover,
.bx-controls-direction a:hover,
.carousel-control:focus,
.bx-controls-direction a:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.carousel-control:hover.left:before,
.bx-controls-direction a:hover.left:before,
.carousel-control:focus.left:before,
.bx-controls-direction a:focus.left:before,
.carousel-control:hover.right:before,
.bx-controls-direction a:hover.right:before,
.carousel-control:focus.right:before,
.bx-controls-direction a:focus.right:before,
.carousel-control:hover.bx-prev:before,
.bx-controls-direction a:hover.bx-prev:before,
.carousel-control:focus.bx-prev:before,
.bx-controls-direction a:focus.bx-prev:before,
.carousel-control:hover.bx-next:before,
.bx-controls-direction a:hover.bx-next:before,
.carousel-control:focus.bx-next:before,
.bx-controls-direction a:focus.bx-next:before {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

.slideshowblock .carousel-control:hover.left:before,
.slideshowblock .bx-controls-direction a:hover.left:before,
.slideshowblock .carousel-control:focus.left:before,
.slideshowblock .bx-controls-direction a:focus.left:before,
.slideshowblock .carousel-control:hover.right:before,
.slideshowblock .bx-controls-direction a:hover.right:before,
.slideshowblock .carousel-control:focus.right:before,
.slideshowblock .bx-controls-direction a:focus.right:before,
.slideshowblock .carousel-control:hover.bx-prev:before,
.slideshowblock .bx-controls-direction a:hover.bx-prev:before,
.slideshowblock .carousel-control:focus.bx-prev:before,
.slideshowblock .bx-controls-direction a:focus.bx-prev:before,
.slideshowblock .carousel-control:hover.bx-next:before,
.slideshowblock .bx-controls-direction a:hover.bx-next:before,
.slideshowblock .carousel-control:focus.bx-next:before,
.slideshowblock .bx-controls-direction a:focus.bx-next:before {
  background: #006d8a;
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-bottom: -30px;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.slide-items-01 .carousel-indicators {
  display: none !important;
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: -999px;
  border: 0;
  border-radius: 16px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}

.carousel-indicators li.active {
  margin: 1px 0 0;
  width: 18px;
  height: 18px;
  background-color: #006d8a !important;
}

@media screen and (min-width: 768px) {
  .carousel-indicators .carousel-indicators {
    bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .carousel-indicators {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .bodynotstart .drop-carousel-top .carousel-indicators {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .carousel-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    padding-top: 10px;
    padding-bottom: 35px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    min-height: 110px;
    height: auto !important;
    height: 110px;
  }

  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3 {
    color: #000;
    font-size: 20px;
  }

  .carousel-caption p {
    color: #000;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    position: absolute;
    left: 25%;
    right: 60px;
    bottom: 45px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }

  .carousel-caption .btn {
    text-shadow: none;
  }

  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3 {
    color: #fff;
    font-size: 25px;
    line-height: 1.1em;
    text-align: right;
  }

  .carousel-caption .excerpt {
    color: #fff;
    text-align: right;
  }
}

@media screen and (min-width: 992px) {
  .carousel-caption h1,
  .carousel-caption h2,
  .carousel-caption h3 {
    font-size: 40px;
    line-height: 1.1em;
    text-align: right;
  }
}

.videoslidecontainer {
  z-index: 5000;
}

.webcam-credit {
  display: block;
  text-align: center;
}

.webcam-wrapper .tab-content {
  background: #ededed;
  border: solid 1px #e5e5e5;
  border-top: none;
  text-align: center;
  padding: 15px;
}

.camera {
  clear: both;
}

.webcam-control-button {
  float: right;
}

.webcam-control-button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f832";
  margin-right: 5px;
}

.webcam-control-button:before.fa-pull-left {
  margin-right: 0.3em;
}

.webcam-control-button:before.fa-pull-right {
  margin-left: 0.3em;
}

.webcam-legend-heading {
  float: left;
}

.webcam-widget {
  position: fixed;
  bottom: 0;
  right: 30px;
  background: #fff;
  display: flex;
  align-items: stretch;
  justify-content: center;
  -webkit-box-shadow: 1px -1px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px -1px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px -1px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 100;
}

.webcam-widget__open-button {
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  background: #fff;
}

.webcam-widget__open-button:hover .webcam-widget__icon,
.webcam-widget__open-button:focus .webcam-widget__icon,
.webcam-widget__open-button:active .webcam-widget__icon {
  background: #004f64;
}

.webcam-widget span {
  display: flex;
  align-items: center;
}

.webcam-widget__content {
  padding: 10px 15px;
}

.webcam-widget__close {
  border-left: solid 1px #cecece;
  padding: 0px 5px;
}

.webcam-widget__close button {
  border-radius: 0;
  background: #fff;
}

.webcam-widget__close button:hover,
.webcam-widget__close button:focus,
.webcam-widget__close button:active {
  background: #ececec;
}

.webcam-widget__icon {
  background: #006d8a;
  color: #fff;
  padding: 0px 15px;
  font-size: 20px;
}

.webcam-widget__icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f832";
}

.webcam-widget__icon:before.fa-pull-left {
  margin-right: 0.3em;
}

.webcam-widget__icon:before.fa-pull-right {
  margin-left: 0.3em;
}

.webcam-modal .modal-title {
  float: left;
}

.webcam-modal__queque {
  text-align: center;
  padding: 50px 0;
  font-size: 20px;
}

.webcam-modal__queque-value {
  font-weight: bold;
}

.webcam-modal__icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f832";
}

.webcam-modal__icon:before.fa-pull-left {
  margin-right: 0.3em;
}

.webcam-modal__icon:before.fa-pull-right {
  margin-left: 0.3em;
}

.camera #center {
  position: relative;
  background: #f1f1f1;
  padding: 15px 15px 0 15px;
}

.camera #timer {
  position: absolute;
  right: 20px;
  top: 20px;
  background: #fff;
  border: solid 1px white;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
}

.camera #footer {
  background: #f1f1f1;
  text-align: right;
}

.camera #zoomSlider {
  width: auto;
  margin: 10px auto;
  display: inline-block;
}

.camera .zoom-buttons {
  display: inline-block;
}

.camera .zoom-buttons button {
  display: inline-block;
}

.webcam-wrapper {
  /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
}

.webcam-wrapper input[type=range] {
  width: 100%;
  margin: 10.05px 0;
  background-color: transparent;
  -webkit-appearance: none;
}

.webcam-wrapper input[type=range]:focus {
  outline: none;
}

.webcam-wrapper input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 109, 138, 0.1);
  border: 0.4px solid rgba(1, 1, 1, 0.1);
  border-radius: 1.3px;
  width: 100%;
  height: 9.9px;
  cursor: pointer;
}

.webcam-wrapper input[type=range]::-webkit-slider-thumb {
  margin-top: -10.45px;
  width: 15px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 1px;
  cursor: pointer;
  -webkit-appearance: none;
}

.webcam-wrapper input[type=range]:focus::-webkit-slider-runnable-track {
  background: #0081a3;
}

.webcam-wrapper input[type=range]::-moz-range-track {
  background: rgba(0, 109, 138, 0.1);
  border: 0.4px solid rgba(1, 1, 1, 0.1);
  border-radius: 1.3px;
  width: 100%;
  height: 9.9px;
  cursor: pointer;
}

.webcam-wrapper input[type=range]::-moz-range-thumb {
  width: 15px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 1px;
  cursor: pointer;
}

.webcam-wrapper input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 11.05px 0;
  color: transparent;
  width: 100%;
  height: 9.9px;
  cursor: pointer;
}

.webcam-wrapper input[type=range]::-ms-fill-lower {
  background: #005971;
  border: 0.4px solid rgba(1, 1, 1, 0.1);
  border-radius: 2.6px;
}

.webcam-wrapper input[type=range]::-ms-fill-upper {
  background: rgba(0, 109, 138, 0.1);
  border: 0.4px solid rgba(1, 1, 1, 0.1);
  border-radius: 2.6px;
}

.webcam-wrapper input[type=range]::-ms-thumb {
  width: 15px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 1px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

.webcam-wrapper input[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 109, 138, 0.1);
}

.webcam-wrapper input[type=range]:focus::-ms-fill-upper {
  background: #0081a3;
}

@supports (-ms-ime-align:auto) {
  .webcam-wrapper {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  }

  .webcam-wrapper input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}

.nav-tabs {
  border-bottom: 3px solid #006d8a;
}

.nav-tabs > li:first-child {
  margin-left: 5px;
}

.nav-tabs > li > a {
  color: #777777;
  border: 1px solid #e5e5e5;
  border-bottom: none;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #fff;
  background: #006d8a;
}

.resident-result .nav-tabs > li > a {
  padding: 4px 10px;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a *,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff !important;
  background: #006d8a;
}

.lift-report-article header h1 {
  margin-bottom: 30px;
}

.lift-report {
  text-align: left;
}

.lift-report div > h2 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 37.5px;
  padding-bottom: 10px;
  margin: 0;
}

.lift-report table th,
.lift-report table td {
  font-size: 14px;
}

.lift-report div:not(.report-weather) table tr:first-child th,
.lift-report div:not(.report-weather) table tr:first-child td {
  text-align: left;
}

.lift-report div:not(.report-weather) table th:last-child,
.lift-report div:not(.report-weather) table td:last-child {
  text-align: center;
  width: 50px;
  white-space: nowrap;
}

.lift-report .report-weather {
  margin-bottom: 30px;
}

.lift-report .report-weather .report-weather-inner {
  background: #fff;
  border: solid 1px #ddd;
}

@media screen and (min-width: 992px) {
  .lift-report .report-weather .report-weather-inner > div > div:first-child {
    padding-right: 0;
  }

  .lift-report .report-weather .report-weather-inner > div > div:first-child + div {
    padding-left: 0;
  }
}

.lift-report .report-weather table {
  margin: 0;
}

.lift-report .report-weather table tr + tr th + th,
.lift-report .report-weather table tr + tr th + td,
.lift-report .report-weather table tr + tr td + td {
  text-align: right;
  width: auto;
  white-space: nowrap;
}

.lift-report .report-weather table th,
.lift-report .report-weather table td {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lift-report .report-weather table th:not(.forecast):first-child,
.lift-report .report-weather table td:not(.forecast):first-child {
  padding-left: 65px;
}

.lift-report .report-slopes table th:first-child + th + th,
.lift-report .report-slopes table td:first-child + td + td {
  text-align: right;
}

.lift-report .report-help {
  margin-top: 0;
  margin-bottom: 30px;
  transition: ease-in-out 0.2s margin;
}

@media screen and (min-width: 768px) {
  .lift-report .report-help.report-help--mobile {
    display: none;
  }
}

.lift-report .report-help.report-help--mobile ul {
  column-count: 2;
}

@media screen and (max-width: 767px) {
  .lift-report .report-help.report-help--desktop {
    display: none;
  }
}

.lift-report .report-help.report-help--desktop.affix {
  margin-top: 90px;
}

.lift-report .report-help > div {
  padding: 15px;
  border: solid 1px #ddd;
  background: #f9f9f9;
}

.lift-report .report-help > div ul {
  padding-left: 0;
  list-style: none;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .lift-report .report-help {
    position: relative;
  }
}

.lift-report .weather-now {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .lift-report .weather-now .weather-warning {
    border-top: solid 1px #ddd;
  }
}

.lift-report .weather-now p {
  padding: 8px 0 16px;
  margin: 0;
}

.lift-report .weather-now p span {
  line-height: 1.2em;
  display: block;
}

.lift-report .weather-now p span.heading {
  font-family: "Montserrat", Arial;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.weather-icon:before,
.weather-icon:after {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  padding-right: 5px;
}

.weather-icon.temperature:before {
  content: "A";
  font-size: 40px;
  color: #000000;
}

.weather-icon.snow-flake:before {
  content: "B";
  font-size: 20px;
  color: #000;
}

.weather-icon.wind:before {
  content: "C";
  font-size: 40px;
  color: #000000;
}

.weather-icon.snow-flake-ruler:before {
  content: "B";
  font-size: 20px;
  color: #000;
}

.weather-icon.snow-flake-ruler:after {
  content: "G";
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 15px;
  color: #000000;
}

.lift-report .weather-icon {
  position: relative;
  padding-left: 65px;
}

.lift-report .weather-icon:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  width: 55px;
  line-height: 52px;
}

.si-slope:before,
.si-lift:before,
.si-cross-country:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  left: 20px;
  top: 50%;
  color: #333;
  font-size: 40px;
  width: 40px;
  margin-top: -20px;
}

.active .si-slope:before,
.active .si-lift:before,
.active .si-cross-country:before {
  color: #fff;
}

.lift-report .si-slope {
  padding-left: 80px;
}

.si-slope:before {
  content: "a";
}

.lift-report .si-lift {
  padding-left: 80px;
}

.si-lift:before {
  content: "U";
}

.lift-report .si-cross-country {
  padding-left: 100px;
}

.si-cross-country:before {
  content: "I";
  font-size: 60px;
  margin-top: -30px;
}

.lift-report .nav-tabs li a h2 {
  font-size: 16px;
}

.lift-report .nav-tabs li a h2 em {
  font-size: 25px;
  font-style: normal;
}

.lift-report .nav-tabs li a h2 > span {
  display: block;
}

.lift-report .nav-tabs li a h2 > span + span {
  font-size: 16px;
}

.slope-i {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.slope-i:before {
  display: inline-block;
  text-align: center;
  content: "\00a0";
  font-size: 18px;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
}

.slope-i.slope-i-very-easy:before,
.slope-i.slope-i-hard:before,
.slope-i.slope-i-superhard:before,
.slope-i.slope-i-cannon:before,
.slope-i.slope-i-lights:before,
.slope-i.slope-i-evening:before,
.slope-i.slope-i-morning:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

.slope-i.slope-i-open:before,
.slope-i.slope-i-closed:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-size: 18px;
}

.slope-i.slope-i-open:before.fa-pull-left,
.slope-i.slope-i-closed:before.fa-pull-left {
  margin-right: 0.3em;
}

.slope-i.slope-i-open:before.fa-pull-right,
.slope-i.slope-i-closed:before.fa-pull-right {
  margin-left: 0.3em;
}

.slope-i.slope-i-very-easy:before {
  content: "D";
  color: #5edb03;
}

.slope-i.slope-i-easy:before {
  background: #7cb4f1;
}

.slope-i.slope-i-normal:before {
  background: #952f17;
}

.slope-i.slope-i-hard:before {
  content: "F";
}

.slope-i.slope-i-superhard:before {
  content: "FF";
  font-size: 12px;
  margin-top: 4px;
}

.slope-i.slope-i-cannon:before {
  content: "B";
}

.slope-i.slope-i-lights:before {
  content: "D";
  color: #c4ee00;
}

.slope-i.slope-i-evening:before {
  content: "E";
}

.slope-i.slope-i-morning:before {
  content: "X";
}

.slope-i.slope-i-open:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f14a";
}

.slope-i.slope-i-open:before.fa-pull-left {
  margin-right: 0.3em;
}

.slope-i.slope-i-open:before.fa-pull-right {
  margin-left: 0.3em;
}

.slope-i.slope-i-closed:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f0c8";
  color: #eeeeee;
}

.slope-i.slope-i-closed:before.fa-pull-left {
  margin-right: 0.3em;
}

.slope-i.slope-i-closed:before.fa-pull-right {
  margin-left: 0.3em;
}

.wide-wrapper.resident-filter {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wide-wrapper.resident-filter .filter-wrapper {
  background: #ededed;
  padding: 10px 15px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .wide-wrapper.resident-filter .collapse {
    display: block !important;
  }
}

.resident-filter-options {
  margin: 0 -2px;
}

.resident-filter-options > div {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 2px 4px 2px;
}

@media (min-width: 768px) {
  .resident-filter-options > div {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .resident-filter-options > div {
    float: left;
    width: 33.33333333%;
  }
}

@media screen and (max-width: 340px) {
  .resident-filter-options > div {
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  .resident-filter-options > div:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .resident-filter-options > div:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (min-width: 992px) {
  .resident-filter-options > div:nth-child(3n + 1) {
    clear: both;
  }
}

.resident-filter-options > div > div {
  position: relative;
  overflow: hidden;
}

.resident-filter-options > div > div label {
  position: relative;
  z-index: 9;
  display: block;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  color: #666;
  margin: 0;
  padding: 8px 5px 8px 40px;
  overflow: hidden;
}

.resident-filter-options > div > div label:hover:before,
.resident-filter-options > div > div label:focus:before {
  background: #006d8a;
  color: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.resident-filter-options > div > div input {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -100px;
}

.resident-filter-options > div > div span {
  position: absolute;
  z-index: 8;
  display: block;
  content: "\00a0";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #e2e2e2;
  border-bottom: solid 1px #898989;
  border-right: solid 1px #afafaf;
}

.resident-filter-options > div > div input[type="checkbox"]:checked + label,
.resident-filter-options > div > div input[type="checkbox"]:checked + input + label {
  color: #000;
}

.resident-filter-options > div > div input[type="checkbox"]:checked + label:before,
.resident-filter-options > div > div input[type="checkbox"]:checked + input + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f00c";
  line-height: 37px;
  font-size: 18px;
  background: #006d8a;
  color: #fff;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.resident-filter-options > div > div input[type="checkbox"]:checked + label:before.fa-pull-left,
.resident-filter-options > div > div input[type="checkbox"]:checked + input + label:before.fa-pull-left {
  margin-right: 0.3em;
}

.resident-filter-options > div > div input[type="checkbox"]:checked + label:before.fa-pull-right,
.resident-filter-options > div > div input[type="checkbox"]:checked + input + label:before.fa-pull-right {
  margin-left: 0.3em;
}

.resident-filter-options > div > div label:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  display: block;
  z-index: 10;
  width: 35px;
  height: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 37px;
  top: 0;
  bottom: 0;
  left: 0;
  color: #666;
  border-right: solid 1px #ccc;
}

.resident-filter-options > div > div.size label:before {
  content: "b";
}

.resident-filter-options > div > div.rooms label:before {
  content: "v";
}

.resident-filter-options > div > div.beds label:before {
  content: "N";
}

.resident-filter-options > div > div.wifi label:before {
  content: "o";
  text-transform: lowercase !important;
}

.resident-filter-options > div > div.balcony label:before {
  content: "x";
}

.resident-filter-options > div > div.drying-cabinet label:before {
  content: "S";
}

.resident-filter-options > div > div.fire-place label:before {
  content: "O";
}

.resident-filter-options > div > div.pets-allowed label:before {
  content: "w";
}

.resident-filter-options > div > div.sauna label:before {
  content: "R";
}

.resident-filter-options > div > div.microwave-oven label:before {
  content: "P";
}

.resident-filter-options > div > div.handicap-room label:before {
  content: "T";
}

.resident-filter-options > div > div.handicap-entrance label:before {
  content: "T";
}

.resident-filter-options > div > div.tv label:before {
  content: "t";
}

.resident-filter-options > div > div.oven label:before {
  content: "Q";
}

.resident-filter-options > div > div.departurecleaning label:before {
  content: "V";
}

.lift-slider {
  position: relative;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .lift-slider {
    margin-top: 0;
  }

  .lift-slider h2 {
    margin-top: 15px !important;
  }
}

@media screen and (min-width: 768px) {
  .lift-slider {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (min-width: 992px) {
  .lift-slider.collapse {
    display: block !important;
  }
}

.lift-slider h2 {
  font-size: 16px;
  padding-left: 35px;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 992px) {
  .lift-slider h2 {
    padding-left: 60px;
  }
}

.lift-slider h2:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "a";
  color: #666;
  font-size: 20px;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 0;
  margin-top: -2px;
}

@media screen and (min-width: 992px) {
  .lift-slider h2:before {
    font-size: 35px;
    width: 40px;
    height: 40px;
    margin-top: -12px;
    left: 12px;
  }
}

.lift-slider label {
  display: block;
  font-weight: normal;
}

.lift-slider .slider.slider-horizontal {
  width: 100%;
}

.lift-slider > span {
  position: absolute;
  bottom: 0;
  padding: 0 5px;
  font-size: 14px;
}

.lift-slider > span.min-value {
  left: 0;
  border-left: solid 2px #d5d5d5;
}

.lift-slider > span.max-value {
  right: 0;
  border-right: solid 2px #d5d5d5;
}

.resident-filter .button-row {
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .resident-filter .button-row {
    padding-top: 0;
  }
}

.resident-filter .button-row button {
  width: 100%;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.resident-filter .button-row button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f002";
  padding-right: 10px;
}

.resident-filter .button-row button:before.fa-pull-left {
  margin-right: 0.3em;
}

.resident-filter .button-row button:before.fa-pull-right {
  margin-left: 0.3em;
}

@media screen and (min-width: 768px) {
  .resident-filter .button-row button {
    width: auto;
  }
}

.resident-filter .button-row .btn-reset-filters {
  display: inline-block;
  margin-top: 20px;
  padding: 5px 25px;
  position: relative;
}

.resident-filter .button-row .btn-reset-filters:after {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "c";
  position: absolute;
  top: 50%;
  right: 0px;
  padding: 0;
  margin-top: -10px;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border: solid 1px #137892;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .resident-filter .button-row .btn-reset-filters {
    position: absolute;
    right: 15px;
    top: 6px;
    margin-top: 0;
  }
}

.resident-filter .filter-dropdowns {
  clear: both;
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .resident-filter .filter-dropdowns {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .resident-filter .filter-dropdowns > div {
    padding-top: 15px;
  }
}

.resident-filter .filter-dropdowns .row {
  margin: 0 -2px;
}

.resident-filter .filter-dropdowns .row > .filter-dropdown {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 2px 0 2px;
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .resident-filter .filter-dropdowns .row > .filter-dropdown {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .resident-filter .filter-dropdowns .row > .filter-dropdown {
    width: 33.3%;
  }
}

@media screen and (min-width: 992px) {
  .resident-filter .filter-dropdowns .row > .filter-dropdown {
    width: 20%;
  }
}

.filter-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  float: left;
  min-width: 160px;
  padding: 5px;
  margin: 0;
  background-color: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-sizing: border-box;
  border: solid 2px #006d8a;
}

@media screen and (min-width: 768px) {
  .filter-dropdown .dropdown-menu {
    min-width: 500px;
  }
}

.filter-dropdown.filter-calendar,
.filter-dropdown.filter-guests {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .filter-dropdown.filter-calendar .dropdown-menu,
  .filter-dropdown.filter-guests .dropdown-menu {
    max-width: 100%;
  }
}

.filter-dropdown.filter-calendar .dropdown-menu .rcWithTodate,
.filter-dropdown.filter-guests .dropdown-menu .rcWithTodate {
  max-width: 100%;
}

.filter-dropdown.filter-calendar button,
.filter-dropdown.filter-guests button {
  padding-left: 80px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .filter-dropdown.filter-calendar button,
  .filter-dropdown.filter-guests button {
    padding-left: 70px;
  }
}

.filter-dropdown.filter-calendar button:before,
.filter-dropdown.filter-guests button:before {
  font-size: 30px;
  color: #666;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f073";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 100%;
  border-right: solid 1px #ccc;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.filter-dropdown.filter-calendar button:before.fa-pull-left,
.filter-dropdown.filter-guests button:before.fa-pull-left {
  margin-right: 0.3em;
}

.filter-dropdown.filter-calendar button:before.fa-pull-right,
.filter-dropdown.filter-guests button:before.fa-pull-right {
  margin-left: 0.3em;
}

.filter-dropdown.filter-calendar button span,
.filter-dropdown.filter-guests button span {
  display: block;
}

.filter-dropdown.filter-calendar button span.heading,
.filter-dropdown.filter-guests button span.heading {
  font-size: 20px;
  line-height: 1.1em;
}

@media screen and (max-width: 767px) {
  .filter-dropdown.filter-calendar button span.heading,
  .filter-dropdown.filter-guests button span.heading {
    font-size: 20px;
  }
}

.filter-dropdown.filter-calendar button span.value,
.filter-dropdown.filter-guests button span.value {
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  color: #636363;
  /*&.active {
						color:#000;
						background:@active-filter-bg;
					}*/
}

.filter-dropdown.filter-guests button:before {
  content: "\f0c0";
}

.filter-dropdown.filter-area {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .filter-dropdown.filter-area {
    margin-bottom: 15px;
  }
}

.filter-dropdown.filter-area button {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.filter-dropdown.filter-area button span {
  display: inline-block;
}

.filter-dropdown.filter-area button span.heading {
  font-size: 14px;
  line-height: 40px;
}

.filter-dropdown.filter-area button span.value {
  font-size: 24px;
  line-height: 1.2em;
  float: right;
  padding: 5px;
}

.filter-dropdown.filter-area button span.value.active {
  color: #000;
}

.filter-dropdown.filter-area button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f3c5";
  position: absolute;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  left: 0;
  width: 35px;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: solid 1px #ccc;
}

.filter-dropdown.filter-area button:before.fa-pull-left {
  margin-right: 0.3em;
}

.filter-dropdown.filter-area button:before.fa-pull-right {
  margin-left: 0.3em;
}

.filter-dropdowns .filter-dropdown button {
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
}

.filter-dropdowns .filter-dropdown button span {
  display: inline-block;
}

.filter-dropdowns .filter-dropdown button span.heading {
  font-size: 14px;
  line-height: 1.2em;
  padding: 5px 0;
}

.filter-dropdowns .filter-dropdown button span.value {
  font-size: 24px;
  line-height: 1.2em;
  float: right;
  padding: 5px;
}

.filter-dropdowns .filter-dropdown button span.value.active {
  color: #000;
}

.filter-dropdowns .filter-dropdown button:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  position: absolute;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  left: 0;
  width: 35px;
  top: 0;
  bottom: 0;
  height: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-right: solid 1px #ccc;
}

.filter-dropdowns .filter-dropdown button#filterDropdownRooms:before {
  content: "v";
}

.filter-dropdowns .filter-dropdown button#filterDropdownBeds:before {
  content: "N";
}

.filter-dropdowns .filter-dropdown button#filterDropdownToilets:before {
  content: "W";
}

.filter-dropdowns .filter-dropdown button#filterDropdownShowers:before {
  content: "u";
}

.filter-dropdowns .filter-dropdown button#filterDropdownSize:before {
  content: "b";
}

.filter-dropdowns .filter-dropdown .dropdown-menu {
  padding: 0;
  left: 2px;
  right: 2px;
  margin-top: -1px;
}

.filter-dropdowns .filter-dropdown .dropdown-menu .radio {
  border-bottom: solid 1px #d5d5d5;
}

.filter-dropdowns .filter-dropdown .dropdown-menu .radio input[type="radio"] {
  left: 10px;
  top: 5px;
  margin-left: 0;
}

.filter-dropdowns .filter-dropdown .dropdown-menu .radio label {
  display: block;
  padding: 5px 50px 5px 30px;
}

.filter-dropdowns .filter-dropdown .dropdown-menu .radio label span {
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.filter-calendar > .dropdown-menu {
  padding: 5px 0;
}

.filter-calendar > .dropdown-menu h2 {
  display: block;
  text-align: center;
  font-size: 16px;
  margin: 5px 0;
}

.filter-calendar > .dropdown-menu > div {
  margin-left: -15px;
  margin-right: -15px;
  margin: 0;
}

.filter-calendar > .dropdown-menu > div > div {
  padding: 0 5px;
}

@media screen and (min-width: 768px) {
  .filter-calendar > .dropdown-menu > div > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0 5px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .filter-calendar > .dropdown-menu > div > div {
    float: left;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {

}

@media screen and (min-width: 992px) {
  .resident-area-options {
    margin-top: 15px;
  }
}

.resident-area-options h2 {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .resident-area-options h2 {
    display: none;
  }
}

.resident-area-options > div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.resident-area-options > div:before,
.resident-area-options > div:after {
  content: " ";
  display: table;
}

.resident-area-options > div:after {
  clear: both;
}

.resident-area-options > div:before,
.resident-area-options > div:after {
  content: " ";
  display: table;
}

.resident-area-options > div:after {
  clear: both;
}

@media screen and (max-width: 991px) {
  .resident-area-options > div {
    padding-bottom: 15px;
  }
}

.resident-area-options > div > div {
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .resident-area-options > div > div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .resident-area-options > div > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .resident-area-options > div > div {
    float: left;
    width: 50%;
  }
}

.resident-area-options label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  text-transform: lowercase;
}

.resident-area-options label:first-letter {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .resident-area-options label {
    font-size: 13px;
  }
}

.resident-area-options input {
  float: left;
  margin: 6px 5px 0 0;
}

.resident-area-options .checkbox-inline + .checkbox-inline {
  margin-left: 0;
}

.resident-demo .container > div {
  display: none;
  padding: 20px 60px;
  background: #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.resident-demo .container > div * {
  font-size: 16px;
  margin: 0;
}

.resident-demo .container > div:before {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f06a";
  left: 10px;
  top: 50%;
  font-size: 24px;
  color: #006d8a;
  transform: translateY(-50%);
}

.resident-demo .container > div:before.fa-pull-left {
  margin-right: 0.3em;
}

.resident-demo .container > div:before.fa-pull-right {
  margin-left: 0.3em;
}

.resident-result-info {
  margin: 20px 0;
  text-align: center;
  font-family: "Montserrat", Arial;
  font-size: 24px;
  line-height: 1.3em;
}

.resident-result-info p:last-child {
  margin: 0;
}

.resident-result--no-search {
  margin: 20px 0;
}

.resident-result--no-search .wide-wrapper {
  background: #ededed;
  padding-top: 0 !important;
}

.resident-result--no-search .wide-wrapper > div {
  padding-top: 20px;
}

.resident-result__tab-list {
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
}

.resident-result__tab-list::before,
.resident-result__tab-list::after {
  z-index: 1000;
}

.resident-result__tab-list::before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ededed;
  border-width: 20px;
  margin-left: -20px;
}

.resident-result__tab-list::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}

.resident-result__tab-list .row {
  margin-left: -4px;
  margin-right: -4px;
}

.resident-result__tab-list .row > div {
  padding-left: 4px;
  padding-right: 4px;
}

.resident-result__tab-list__item {
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}

.resident-result__tab-list__item a {
  position: relative;
  color: #000;
  line-height: 1.1em;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius: 4px;
  min-height: 50px;
  padding: 5px 3px 5px 5px;
  border: solid 1px #eaeaea;
}

.resident-result__tab-list__item a .heading {
  font-size: 14px;
  display: flex;
}

.resident-result__tab-list__item a .heading .fa {
  margin-right: 3px;
  color: #006d8a;
}

@media screen and (min-width: 768px) {
  .resident-result__tab-list__item a .heading {
    font-size: 16px;
  }
}

.resident-result__tab-list__item a .period {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

@media screen and (max-width: 767px) {
  .resident-result__tab-list__item a .period {
    display: none;
  }
}

.resident-result__tab-list__item a .hits {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  background: #ececec;
  padding: 3px;
  border-radius: 2px;
  white-space: nowrap;
}

.resident-result__tab-list__item a:hover {
  text-decoration: none;
}

.resident-result__tab-list__item a,
.resident-result__tab-list__item a:hover,
.resident-result__tab-list__item a:focus {
  transition: ease-in-out 0.2s all;
}

.resident-result__tab-list__item:not(.disabled) a {
  border: solid 1px #cecece;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.12);
}

.resident-result__tab-list__item:not(.disabled) a:hover,
.resident-result__tab-list__item:not(.disabled) a:focus {
  background: #006d8a;
}

.resident-result__tab-list__item:not(.disabled) a:hover,
.resident-result__tab-list__item:not(.disabled) a:focus,
.resident-result__tab-list__item:not(.disabled) a:hover *,
.resident-result__tab-list__item:not(.disabled) a:focus * {
  color: #fff;
}

.resident-result__tab-list__item:not(.disabled) a:hover .hits,
.resident-result__tab-list__item:not(.disabled) a:focus .hits {
  color: #333;
  background: #fff;
}

.resident-result__tab-list__item.disabled a,
.resident-result__tab-list__item.disabled a * {
  color: #b1b1b1;
}

.resident-result__tab-list__item.disabled a:hover,
.resident-result__tab-list__item.disabled a:focus {
  cursor: pointer;
}

.resident-result__tab-list__item.disabled .period {
  font-size: 13px;
  font-weight: normal;
}

.resident-result__tab-list__item.disabled .hits {
  font-weight: normal;
  background: #fff;
  border: solid 1px #ececec;
}

.resident-result__tab-list__item a.active {
  background: #006d8a;
}

.resident-result__tab-list__item a.active,
.resident-result__tab-list__item a.active *,
.resident-result__tab-list__item a.active *::before {
  color: #fff;
}

.resident-result__tab-list__item a.search-skipass,
.resident-result__tab-list__item a.specialPrice {
  padding-left: 50px;
}

.resident-result__tab-list__item a.search-skipass > div,
.resident-result__tab-list__item a.specialPrice > div {
  display: flex;
  align-items: center;
}

.resident-result__tab-list__item a.search-skipass .special-icon,
.resident-result__tab-list__item a.specialPrice .special-icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.resident-result__tab-list__item a.search-skipass h2,
.resident-result__tab-list__item a.specialPrice h2 {
  margin: 0;
}

.resident-result__tab-list__item a.search-skipass {
  justify-content: flex-start;
}

.resident-result__tab-list__item a.search-skipass .special-icon {
  color: #000;
  background: #ffe366;
}

.resident-result__tab-list__item a.search-skipass .special-icon::before {
  content: "a";
  font-family: "stoten";
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .resident-result__tab-list__item a.search-skipass .period {
    display: block;
  }
}

.resident-result__tab-list__item a.specialPrice .special-icon {
  background: #952f17;
}

.resident-result__tab-list__item a.specialPrice .special-icon::before {
  font-size: 24px;
  content: "%";
}

.resident-result__tab-list__item a.specialPrice h2 + span {
  display: none;
}

.resident-result__tab-list__item a.specialPrice .hits {
  color: #fff;
  background: #952f17;
}

.resident-result__tab-list__item a.specialPrice:hover,
.resident-result__tab-list__item a.specialPrice:focus {
  background-color: #c13d1e;
  border-color: #c13d1e;
}

.resident-result__tab-list__item a.specialPrice:focus {
  outline-color: #c13d1e;
}

.resident-result__tab-list__item a.specialPrice.active {
  background: #c13d1e;
}

.resident-result__tab-list__item.disabled .specialPrice,
.resident-result__tab-list__item.disabled .specialPrice:hover,
.resident-result__tab-list__item.disabled .specialPrice:focus {
  background: #fff;
}

.resident-result__tab-list__item.disabled .specialPrice h2:before,
.resident-result__tab-list__item.disabled .specialPrice:hover h2:before,
.resident-result__tab-list__item.disabled .specialPrice:focus h2:before {
  opacity: 0.5;
}

.resident-result__tab-list__item.active > a.specialPrice,
.resident-result__tab-list__item.active > a.specialPrice *,
.resident-result__tab-list__item.active > a.specialPrice:hover,
.resident-result__tab-list__item.active > a.specialPrice:focus {
  color: #fff;
  background: #952f17;
}

.resident-result__tab-list__item.active > a.specialPrice:before,
.resident-result__tab-list__item.active > a.specialPrice *:before,
.resident-result__tab-list__item.active > a.specialPrice:hover:before,
.resident-result__tab-list__item.active > a.specialPrice:focus:before {
  color: #fff;
  border-color: #fff;
}

@media screen and (min-width: 768px) {
  .area-wrapper {
    display: flex;
    align-items: center;
    padding-right: 40px;
    align-items: stretch;
  }
}

.area-wrapper .skipass-result-list {
  list-style-type: none;
  padding: 0;
  margin: 0 -4px 0 -4px;
}

@media screen and (min-width: 768px) {
  .area-wrapper .skipass-result-list {
    max-width: 70%;
  }
}

.area-wrapper .list-item {
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .area-wrapper .list-item {
    width: auto;
    margin-bottom: 10px;
  }
}

.area-wrapper .list-item .inner {
  background: white;
  border-radius: 4px;
  border: solid 1px #cecece;
  margin-bottom: 10px;
  padding: 2px 10px;
}

@media screen and (min-width: 768px) {
  .area-wrapper .list-item .inner {
    margin-bottom: 0;
  }
}

.area-wrapper .list-item span {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .area-wrapper .list-item span {
    font-size: 16px;
  }
}

.area-wrapper .list-item span.price {
  font-weight: 500;
}

.area-wrapper .skipass-result-link {
  display: block;
  clear: left;
  font-size: 14px;
  align-self: center;
}

.area-wrapper .skipass-result-link::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f105";
  padding-left: 8px;
}

.area-wrapper .skipass-result-link::after.fa-pull-left {
  margin-right: 0.3em;
}

.area-wrapper .skipass-result-link::after.fa-pull-right {
  margin-left: 0.3em;
}

@media screen and (min-width: 768px) {
  .area-wrapper .skipass-result-link {
    clear: none;
    margin-left: 15px;
    font-size: 16px;
    position: relative;
    top: -5px;
  }
}

.area-wrapper .skipass-result-close {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 15px;
  line-height: 0;
  color: #b1b1b1;
  transition: color 0.12s ease-in-out;
}

.area-wrapper .skipass-result-close:hover {
  cursor: pointer;
  color: #666666;
}

@media screen and (min-width: 768px) {
  .area-wrapper .skipass-result-close {
    top: 50%;
    margin-top: -22px;
  }
}

.area-wrapper .skipass-result-close::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f00d";
  font-size: 16px;
}

.area-wrapper .skipass-result-close::after.fa-pull-left {
  margin-right: 0.3em;
}

.area-wrapper .skipass-result-close::after.fa-pull-right {
  margin-left: 0.3em;
}

.resident-result-area {
  margin-top: 45px;
}

.resident-result-area:first-child {
  margin-top: 0;
}

.resident-result-area .area-wrapper {
  background: #fff;
  padding: 10px;
}

.resident-result-area .area-wrapper:before,
.resident-result-area .area-wrapper:after {
  content: " ";
  display: table;
}

.resident-result-area .area-wrapper:after {
  clear: both;
}

.resident-result-area .area-wrapper:before,
.resident-result-area .area-wrapper:after {
  content: " ";
  display: table;
}

.resident-result-area .area-wrapper:after {
  clear: both;
}

.resident-result-area .area-wrapper .area-img {
  width: 100px;
}

.resident-result-area .area-wrapper .area-img img {
  max-width: 100px;
}

@media screen and (max-width: 767px) {
  .resident-result-area .area-wrapper .area-img {
    float: left;
    margin: 0 10px 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-wrapper .area-img {
    width: 200px;
  }

  .resident-result-area .area-wrapper .area-img img {
    max-width: 200px;
  }
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-wrapper .area-info {
    padding: 0 15px;
  }
}

.resident-result-area .area-wrapper .area-info p {
  font-size: 13.5px;
}

.resident-result-area .area-wrapper .area-price {
  flex-shrink: 0;
}

.resident-result-area .area-wrapper .area-price:before,
.resident-result-area .area-wrapper .area-price:after {
  content: " ";
  display: table;
}

.resident-result-area .area-wrapper .area-price:after {
  clear: both;
}

.resident-result-area .area-wrapper .area-price:before,
.resident-result-area .area-wrapper .area-price:after {
  content: " ";
  display: table;
}

.resident-result-area .area-wrapper .area-price:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-wrapper .area-price {
    width: 200px;
  }
}

.resident-result-area .area-wrapper .area-price .price-start {
  margin-bottom: 0;
  text-align: right;
}

.resident-result-area .area-wrapper .area-price .price-start span {
  font-family: "Montserrat", Arial;
  font-weight: 500;
  font-size: 24px;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-wrapper .area-price .price-start span {
    font-size: 32px;
  }
}

.resident-result-area .area-wrapper .area-price .btn-show-map + .price-start {
  margin-top: 15px;
}

.resident-result-area .area-items {
  clear: both;
  border-top: solid 1px #ededed;
  background: #fff;
  padding: 10px;
}

.resident-result-area .area-items:before,
.resident-result-area .area-items:after {
  content: " ";
  display: table;
}

.resident-result-area .area-items:after {
  clear: both;
}

.resident-result-area .area-items:before,
.resident-result-area .area-items:after {
  content: " ";
  display: table;
}

.resident-result-area .area-items:after {
  clear: both;
}

.resident-result-area .area-items > ul {
  padding: 0;
  margin: 0;
}

.resident-result-area .area-items > ul.in {
  height: auto;
}

.resident-result-area .area-items > ul,
.resident-result-area .area-items > ul > li {
  list-style: none;
  float: left;
  width: 100%;
  clear: both;
}

.resident-result-area .area-items > ul > li {
  position: relative;
  display: block;
  background: #e0e0e0;
  margin-bottom: 1px;
}

.resident-result-area .area-items > ul > li > a {
  white-space: normal;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-align: left;
  padding: 8px 15px;
  box-sizing: border-box;
}

.resident-result-area .area-items > ul > li > a:before,
.resident-result-area .area-items > ul > li > a:after {
  content: " ";
  display: table;
}

.resident-result-area .area-items > ul > li > a:after {
  clear: both;
}

.resident-result-area .area-items > ul > li > a:before,
.resident-result-area .area-items > ul > li > a:after {
  content: " ";
  display: table;
}

.resident-result-area .area-items > ul > li > a:after {
  clear: both;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li > a {
    margin-right: 200px;
  }
}

.resident-result-area .area-items > ul > li > a,
.resident-result-area .area-items > ul > li > a:hover,
.resident-result-area .area-items > ul > li > a:focus {
  color: #000;
}

.resident-result-area .area-items > ul > li > a:hover:before,
.resident-result-area .area-items > ul > li > a:focus:before {
  background: #ededed;
}

.resident-result-area .area-items > ul > li > a:focus {
  text-decoration: none;
}

.resident-result-area .area-items > ul > li > a:not(.collapsed):before {
  background: #cecece;
}

.resident-result-area .area-items > ul > li > a > span {
  display: block;
}

@media screen and (max-width: 767px) {
  .resident-result-area .area-items > ul > li > a > span {
    padding-right: 60px;
  }
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li > a > span {
    float: left;
    display: inline-block;
    width: 87.5%;
  }
}

.resident-result-area .area-items > ul > li > a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f107";
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  border-left: solid 1px #fff;
}

.resident-result-area .area-items > ul > li > a:before.fa-pull-left {
  margin-right: 0.3em;
}

.resident-result-area .area-items > ul > li > a:before.fa-pull-right {
  margin-left: 0.3em;
}

.resident-result-area .area-items > ul > li > a:not(.collapsed):before {
  content: "\f106";
}

.resident-result-area .area-items > ul > li .btn-row {
  position: relative;
  z-index: 2;
  background: #e0e0e0;
  padding: 10px 15px;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row {
    display: none;
  }
}

.resident-result-area .area-items > ul > li .btn-row > button,
.resident-result-area .area-items > ul > li > button {
  color: #fff;
  background: #952f17;
  padding: 0;
  border: none;
  overflow: hidden;
}

.resident-result-area .area-items > ul > li .btn-row > button:hover,
.resident-result-area .area-items > ul > li > button:hover,
.resident-result-area .area-items > ul > li .btn-row > button:focus,
.resident-result-area .area-items > ul > li > button:focus {
  background: #692110;
}

.resident-result-area .area-items > ul > li .btn-row > button:before,
.resident-result-area .area-items > ul > li > button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f07a";
  font-size: 18px;
}

.resident-result-area .area-items > ul > li .btn-row > button:before.fa-pull-left,
.resident-result-area .area-items > ul > li > button:before.fa-pull-left {
  margin-right: 0.3em;
}

.resident-result-area .area-items > ul > li .btn-row > button:before.fa-pull-right,
.resident-result-area .area-items > ul > li > button:before.fa-pull-right {
  margin-left: 0.3em;
}

.resident-result-area .area-items > ul > li .btn-row > button.btn-desktop,
.resident-result-area .area-items > ul > li > button.btn-desktop {
  display: none;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row > button.btn-desktop,
  .resident-result-area .area-items > ul > li > button.btn-desktop {
    display: block;
  }
}

.resident-result-area .area-items > ul > li .btn-row > button.btn-mobile,
.resident-result-area .area-items > ul > li > button.btn-mobile {
  display: block;
  width: 100%;
}

.resident-result-area .area-items > ul > li .btn-row > button.btn-mobile:before,
.resident-result-area .area-items > ul > li > button.btn-mobile:before {
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row > button.btn-mobile,
  .resident-result-area .area-items > ul > li > button.btn-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row > button,
  .resident-result-area .area-items > ul > li > button {
    float: right;
    margin-top: 6px;
    margin-right: 60px;
  }
}

.resident-result-area .area-items > ul > li .btn-row > button:before,
.resident-result-area .area-items > ul > li > button:before,
.resident-result-area .area-items > ul > li .btn-row > button span,
.resident-result-area .area-items > ul > li > button span {
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row > button:before,
  .resident-result-area .area-items > ul > li > button:before,
  .resident-result-area .area-items > ul > li .btn-row > button span,
  .resident-result-area .area-items > ul > li > button span {
    float: left;
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row > button:before,
  .resident-result-area .area-items > ul > li > button:before {
    width: 40px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .resident-result-area .area-items > ul > li .btn-row > button span,
  .resident-result-area .area-items > ul > li > button span {
    border-left: solid 1px #c13d1e;
    background: #c13d1e;
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100px;
  }
}

.item-presentation {
  clear: both;
  background: #fff;
  border: solid 2px #cecece;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}

.item-presentation > div {
  padding: 5px 15px 30px;
}

@media screen and (min-width: 768px) {
  .item-presentation {
    border: solid 5px #cecece;
  }

  .item-presentation > div {
    padding: 20px;
  }
}

.modal .item-presentation {
  border: none;
}

.load-more-objects {
  text-align: center;
}

.load-more-objects button {
  display: block;
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 100%;
  border: solid 1px #e0e0e0;
}

.load-more-objects button:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "p";
  padding-right: 10px;
}

.load-more-objects button,
.load-more-objects button:hover,
.load-more-objects button:focus {
  color: #137892;
}

.load-more-objects button:hover,
.load-more-objects button:focus {
  background: #e0e0e0;
}

@media screen and (min-width: 768px) {
  .show-price-tables {
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .show-price-tables > div {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 0 0;
    padding: 0;
  }

  .show-price-tables > div a {
    width: 100%;
  }

  .show-price-tables > div a .heading {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 768px) {
  .show-price-tables > div {
    margin-left: 10px;
  }
}

.show-price-tables .save-my-stoten br {
  display: none;
}

.show-price-tables > button {
  position: relative;
  float: left;
  margin-left: 10px;
  padding-right: 50px;
  border: none !important;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

@media screen and (max-width: 767px) {
  .show-price-tables > button {
    display: block;
    width: 100%;
    margin: 10px 0 0;
  }
}

.show-price-tables > button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f107";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 35px;
  height: 100%;
  border-left: solid 1px #0095bd;
}

.show-price-tables > button:before.fa-pull-left {
  margin-right: 0.3em;
}

.show-price-tables > button:before.fa-pull-right {
  margin-left: 0.3em;
}

.show-price-tables > button[aria-expanded="true"] {
  padding-bottom: 12px;
  background: #006d8a;
  outline: none;
}

.show-price-tables > button[aria-expanded="true"]:before {
  content: "\f106";
}

.show-items button {
  color: #000;
  background-color: #ffe366;
  border-color: #ffde4c;
  white-space: normal;
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
}

.show-items button:focus,
.show-items button.focus {
  color: #000;
  background-color: #ffda33;
  border-color: #cca700;
}

.show-items button:hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.show-items button:active,
.show-items button.active,
.open > .dropdown-toggle.show-items button {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd30f;
}

.show-items button:active:hover,
.show-items button.active:hover,
.open > .dropdown-toggle.show-items button:hover,
.show-items button:active:focus,
.show-items button.active:focus,
.open > .dropdown-toggle.show-items button:focus,
.show-items button:active.focus,
.show-items button.active.focus,
.open > .dropdown-toggle.show-items button.focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #cca700;
}

.show-items button:active,
.show-items button.active,
.open > .dropdown-toggle.show-items button {
  background-image: none;
}

.show-items button.disabled:hover,
.show-items button[disabled]:hover,
fieldset[disabled] .show-items button:hover,
.show-items button.disabled:focus,
.show-items button[disabled]:focus,
fieldset[disabled] .show-items button:focus,
.show-items button.disabled.focus,
.show-items button[disabled].focus,
fieldset[disabled] .show-items button.focus {
  background-color: #ffe366;
  border-color: #ffde4c;
}

.show-items button .badge {
  color: #ffe366;
  background-color: #000;
}

.show-items button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f107";
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 49px;
  text-align: center;
  border-left: solid 1px #0095bd;
}

.show-items button:before.fa-pull-left {
  margin-right: 0.3em;
}

.show-items button:before.fa-pull-right {
  margin-left: 0.3em;
}

.show-items button:not(.collapsed):before {
  content: "\f106";
}

.result-date-period {
  font-size: 16px;
  padding: 30px 15px;
}

.result-date-period:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f06a";
  position: relative;
  left: -5px;
}

.result-date-period:before.fa-pull-left {
  margin-right: 0.3em;
}

.result-date-period:before.fa-pull-right {
  margin-left: 0.3em;
}

@media screen and (max-width: 767px) {
  .result-date-period {
    font-size: 16px;
  }

  .result-date-period > span {
    display: block;
    padding: 0 !important;
  }
}

.result-date-period .result-date-period-span {
  padding-left: 30px;
}

.result-date-period .result-date-period-span:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f133";
  position: relative;
  left: -5px;
}

.result-date-period .result-date-period-span:before.fa-pull-left {
  margin-right: 0.3em;
}

.result-date-period .result-date-period-span:before.fa-pull-right {
  margin-left: 0.3em;
}

.resident-result .tab-content {
  background: #e0e0e0;
}

.result-wrapper {
  background: #ededed;
  padding-top: 20px;
  padding-bottom: 30px;
}

.result-wrapper.skipass-result-area {
  margin-top: 20px;
  border-radius: 4px;
  padding: 35px 15px 15px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .result-wrapper.skipass-result-area {
    padding: 20px 20px 10px 20px;
  }
}

.result-wrapper.skipass-result-area::before {
  content: "";
  bottom: 100%;
  right: calc(25% - 10px);
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ededed;
  border-width: 10px;
  margin-left: -10px;
}

@media screen and (min-width: 768px) {
  .result-wrapper.skipass-result-area::before {
    right: 110px;
  }
}

@media screen and (min-width: 992px) {
  .result-wrapper.skipass-result-area::before {
    right: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .result-wrapper.skipass-result-area::before {
    right: 80px;
  }
}

@media screen and (max-width: 767px) {
  .resident-result-area .resident-slideshow {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.modal-open .search-notification-modal {
  display: flex;
}

.modal-open .search-notification-modal .modal-dialog {
  margin: auto !important;
}

.search-notification-modal .modal-header {
  display: flex;
  justify-content: space-between;
}

.search-notification-modal .modal-header .modal-title {
  font-size: 20px;
}

.search-notification-modal .modal-header .close {
  margin-left: auto;
}

.search-notification-modal .modal-body > div:not(:last-child) {
  margin-bottom: 1rem;
}

/* LESS Document */

.table-price table {
  max-width: 100%;
  margin-bottom: 26px;
  width: 100%;
  margin-bottom: 30px;
}

.table-price table > thead > tr > th,
.table-price table > tbody > tr > th,
.table-price table > tfoot > tr > th,
.table-price table > thead > tr > td,
.table-price table > tbody > tr > td,
.table-price table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.625;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table-price table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table-price table > caption + thead > tr:first-child > th,
.table-price table > colgroup + thead > tr:first-child > th,
.table-price table > thead:first-child > tr:first-child > th,
.table-price table > caption + thead > tr:first-child > td,
.table-price table > colgroup + thead > tr:first-child > td,
.table-price table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-price table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table-price table .table {
  background-color: #fff;
}

.table-price table > thead > tr > th,
.table-price table > tbody > tr > th,
.table-price table > tfoot > tr > th,
.table-price table > thead > tr > td,
.table-price table > tbody > tr > td,
.table-price table > tfoot > tr > td {
  padding: 4px 8px;
  line-height: 1.625;
  vertical-align: top;
}

.table-price table > thead > tr > th.text-left,
.table-price table > tbody > tr > th.text-left,
.table-price table > tfoot > tr > th.text-left,
.table-price table > thead > tr > td.text-left,
.table-price table > tbody > tr > td.text-left,
.table-price table > tfoot > tr > td.text-left {
  text-align: left !important;
}

.table-price table > thead > tr > th.text-right,
.table-price table > tbody > tr > th.text-right,
.table-price table > tfoot > tr > th.text-right,
.table-price table > thead > tr > td.text-right,
.table-price table > tbody > tr > td.text-right,
.table-price table > tfoot > tr > td.text-right {
  text-align: right !important;
}

.table-price table.noformat-table > thead > tr > th,
.table-price table.noformat-table > tbody > tr > th,
.table-price table.noformat-table > tfoot > tr > th,
.table-price table.noformat-table > thead > tr > td,
.table-price table.noformat-table > tbody > tr > td,
.table-price table.noformat-table > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-price table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table-price table > caption + thead > tr:first-child > th,
.table-price table > colgroup + thead > tr:first-child > th,
.table-price table > thead:first-child > tr:first-child > th,
.table-price table > caption + thead > tr:first-child > td,
.table-price table > colgroup + thead > tr:first-child > td,
.table-price table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table-price table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table-price table .table {
  background-color: #fff;
}

.table-price table tr th {
  font-size: 12px !important;
  font-weight: 500;
}

.table-price table tr th,
.table-price table tr td {
  font-size: 13px;
  text-align: right;
}

.table-price table tr th:first-child,
.table-price table tr td:first-child {
  text-align: left;
}

.table-price table tr .price-taken {
  color: #ccc !important;
}

.table-price table thead th {
  border-bottom: none !important;
}

.table-price table thead th:first-child {
  width: 60px;
}

.resident-main-info + div .price-tables {
  margin-left: -15px;
  margin-right: -15px;
}

.price-tables .table-price {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .price-tables .table-price {
    float: left;
    width: 50%;
  }
}

.filter-result-price-table {
  border: solid 1px #ddd;
  border-top: solid 3px #006d8a;
}

.filter-result-price-table > div {
  padding: 10px;
}

.filter-result-price-table table {
  margin: 0;
}

.resident-slideshow .container > .row,
.resident-slideshow > .row {
  background: #e5e5e5;
}

.resident-slideshow .container > .row {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.resident-slideshow .container > .row > div {
  text-align: center;
  padding: 5px 15px;
}

@media screen and (min-width: 768px) {
  .resident-slideshow .container > .row > div {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .resident-slideshow .container > .row > div:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: -5px 0 7px -2px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: -5px 0 7px -2px rgba(0, 0, 0, 0.35);
    box-shadow: -5px 0 7px -2px rgba(0, 0, 0, 0.35);
  }
}

.item-presentation .resident-slideshow > .row > div {
  padding: 0;
}

.bx-wrapper {
  margin: 0 auto !important;
}

.bx-wrapper img {
  width: 100%;
}

.bx-pager ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.bx-pager ul li {
  float: left;
  display: block;
  width: 20%;
}

@media screen and (min-width: 768px) {
  .bx-pager ul li {
    width: 33.333%;
  }
}

.bx-pager a {
  display: block;
  position: relative;
  margin: 5px;
  box-sizing: border-box;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  border: solid 5px #fff;
}

.item-presentation .bx-pager a {
  border: solid 2px #fff;
}

.bx-pager a img {
  width: 100%;
}

.bx-pager a.active,
.bx-pager a:hover,
.bx-pager a:focus {
  border-color: #006d8a;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.bx-pager.bx-pager-tooltip ul li {
  width: 16.66666667%;
}

.resident-main-info {
  margin-bottom: 30px;
}

.resident-fact {
  font-size: 14px;
}

.resident-header h3 {
  ont-size: 24px;
}

.fact-box {
  background: #f9f9f9;
  border: solid 1px #dddddd;
  box-sizing: border-box;
  padding: 10px;
}

.my-page-living .fact-box {
  padding: 5px 5px;
}

@media screen and (max-width: 767px) {
  .resident-result-area .fact-box {
    margin-bottom: 15px;
  }
}

.item-presentation .resident-main-info {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .item-presentation .fact-box {
    float: right;
    width: 35%;
    padding: 5px;
    margin: 0 0 10px 10px;
  }
}

@media screen and (min-width: 992px) {
  .item-presentation .fact-box {
    float: right;
    width: 42.5%;
    padding: 5px;
    margin: 0 0 15px 15px;
  }
}

.bxslider.slider-gallery a {
  display: block;
  position: relative;
}

.bxslider.slider-gallery a,
.bxslider.slider-gallery a:before,
.bxslider.slider-gallery a:after,
.bxslider.slider-gallery a * {
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.bxslider.slider-gallery a,
.bxslider.slider-gallery a:hover,
.bxslider.slider-gallery a:focus {
  color: #fff;
}

.bxslider.slider-gallery a:before {
  content: "\00a0";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 109, 138, 0.75);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.bxslider.slider-gallery a:after {
  position: absolute;
  left: 50%;
  top: 50%;
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "f";
  font-size: 20px;
  margin: -10px 0 0 -10px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}

.bxslider.slider-gallery a > div {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.bxslider.slider-gallery a:hover:before,
.bxslider.slider-gallery a:focus:before {
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
}

.bxslider.slider-gallery a:hover:after,
.bxslider.slider-gallery a:focus:after {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  font-size: 40px;
  margin: -20px 0 0 -20px;
}

.bxslider.slider-gallery a:hover > div,
.bxslider.slider-gallery a:focus > div {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.re-icons-list {
  padding-left: 0;
  list-style: none;
}

/*! jQuery UI - v1.10.4 - 2014-03-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.datepicker.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  /*border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;*/
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  /*width: 17em;*/
  padding: 0 5px 5px;
  display: none;
  -webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.9);
}

.filter-calendar .ui-datepicker {
  display: block !important;
  width: 100% !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0 12px;
  background: #e1e1e1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1e1), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, #e1e1e1, #f7f7f7);
  background: -moz-linear-gradient(center bottom, #e1e1e1 0%, #f7f7f7 100%);
  background: -o-linear-gradient(#f7f7f7, #e1e1e1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#e1e1e1', GradientType=0);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  text-align: center;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f0a8";
  color: #9d9d9d;
  font-size: 20px;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -10px;
}

.ui-datepicker .ui-datepicker-prev:before.fa-pull-left,
.ui-datepicker .ui-datepicker-next:before.fa-pull-left {
  margin-right: 0.3em;
}

.ui-datepicker .ui-datepicker-prev:before.fa-pull-right,
.ui-datepicker .ui-datepicker-next:before.fa-pull-right {
  margin-left: 0.3em;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:focus,
.ui-datepicker .ui-datepicker-next:focus {
  cursor: pointer;
  background: #f7f7f7 !important;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: none !important;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 0px;
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
  color: #006d8a;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f0a9";
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 0;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
  display: none;
}

.ui-datepicker .ui-datepicker-title {
  color: #000;
  font-family: "Montserrat", Arial;
  font-weight: 500;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0;
  line-height: 1em;
  text-align: center;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-title {
  font-size: 18px;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
}

.ui-datepicker.ui-datepicker-inline {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ui-datepicker.ui-datepicker-inline .ui-datepicker-prev,
.ui-datepicker.ui-datepicker-inline .ui-datepicker-next {
  top: 0;
  bottom: 0;
  height: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
}

.ui-datepicker table th,
.ui-datepicker table td {
  font-size: 14px;
}

.ui-datepicker th {
  padding: 0.3em 0.3em !important;
  text-align: center;
  font-weight: 500;
  color: #000 !important;
  border: 0 !important;
  background-color: #fff !important;
}

.ui-datepicker td {
  border: 1px solid #eeeeee !important;
  padding: 0 !important;
  text-align: center;
  position: relative;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0 0.2em;
  /*.15em .2em;*/
  text-align: center;
  text-decoration: none;
}

.ui-datepicker td.has-event {
  padding-top: 1px !important;
}

.ui-datepicker td.has-event a {
  background: #d9660a;
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 19px;
  margin: auto;
  color: #fff;
}

.ui-datepicker td.has-event a:before {
  /*position:absolute;	
	right:1px; top:1px; 
	width:9px; height:9px;
	content:"Event";
	overflow:hidden;
	text-indent:-200px;
	background:url(Static/images/clock.png);
	-moz-border-radius:4px;
	border-radius:4px;*/
}

.ui-datepicker th.ui-datepicker-week-col,
.ui-datepicker td.ui-datepicker-week-col {
  font-weight: 500;
  text-align: center;
  background: #fff !important;
  min-width: 25px;
}

.ui-datepicker th.ui-datepicker-week-col {
  overflow: hidden;
  text-indent: -333px;
}

.ui-datepicker td.ui-datepicker-week-col {
  padding: 0 0.2em !important;
}

.filter-date-leave .ui-datepicker td[data-handler="selectDay"] > a {
  font-weight: 500;
  background: #e2e2e2;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.ui-widget-content {
  border: none;
  padding: 0;
  color: #000;
  background: #fff;
}

.ui-widget-content a {
  color: #000;
}

.ui-widget-header {
  color: #ffffff;
  font-weight: 500;
  border: none;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
  background: transparent;
  font-weight: normal;
  color: #000;
  display: block;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #000;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none !important;
  background-color: #bfe0ef !important;
  font-weight: normal;
  color: #000;
}

.ui-widget-header .ui-state-hover {
  background-color: transparent !important;
  border-color: #00bef0 !important;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #000;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background-color: #006d8a !important;
  color: #fff;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/static/dist/Static/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 500;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  color: #fff;
  background-color: #006d8a !important;
  font-weight: bold !important;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_ffffff_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_ef8c08_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_228ef1_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/static/dist/Static/images/ui-icons_ffd27a_256x240.png");
}

/* positioning */

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/* Overlays */

.ui-widget-overlay {
  background: #666666 url("/static/dist/Static/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url("/static/dist/Static/images/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.my-pages-nav {
  text-align: center;
  clear: both;
  margin-bottom: 15px;
}

.my-pages-list {
  clear: both;
  padding-top: 20px;
  padding-bottom: 30px;
}

.my-pages-list:before,
.my-pages-list:after {
  content: " ";
  display: table;
}

.my-pages-list:after {
  clear: both;
}

.my-pages-list:before,
.my-pages-list:after {
  content: " ";
  display: table;
}

.my-pages-list:after {
  clear: both;
}

@media screen and (max-width: 767px) {
  .my-pages-list > * {
    margin-bottom: 30px;
  }
}

.my-pages-list .block,
.my-pages-list .teaser-color {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .my-pages-list .block,
  .my-pages-list .teaser-color {
    clear: both;
  }
}

@media screen and (min-width: 768px) {
  .my-pages-list .block,
  .my-pages-list .teaser-color {
    padding-top: 48px;
  }
}

.my-pages-list .block > *,
.my-pages-list .teaser-color > * {
  margin: 0;
}

.my-pages-list div.tb-standard:not(.my-page-living) .block-box > a h2 {
  font-size: 24px !important;
}

@media screen and (max-width: 991px) {
  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a h2 {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 991px) {
  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a > .box-content > div {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a {
    height: 220px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #fff;
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a:before {
    content: "\00a0";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 25px;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, rgba(255, 255, 255, 0)));
    background: -ms-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(center bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#ffffff', GradientType=0);
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a .img-holder.hero-teaser-img {
    height: 147px;
    overflow: hidden;
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a .img-holder.hero-teaser-img img {
    width: 480px;
    max-width: 480px;
    margin: -25px 0 0 -110px;
  }
}

@media screen and (min-width: 992px) {
  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a {
    height: 293px;
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a .img-holder.hero-teaser-img {
    height: 196px;
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a .img-holder.hero-teaser-img img {
    width: 480px;
    max-width: 480px;
    margin: 0 0 0 -93px;
  }
}

@media screen and (min-width: 1200px) {
  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a {
    height: 360px;
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a .img-holder.hero-teaser-img {
    height: 240px;
  }

  .my-pages-list div.tb-standard:not(.my-page-living) .block-box > a .img-holder.hero-teaser-img img {
    width: 576px;
    max-width: 576px;
    margin: 0 0 0 -108px;
  }
}

.block.my-page-living {
  position: relative;
}

@media screen and (min-width: 768px) {
  .block.my-page-living {
    padding-top: 48px;
  }
}

.block.my-page-living .img-holder:before {
  content: "\00a0";
  position: absolute;
  z-index: 889;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

.block.my-page-living.disabled .img-holder:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.block.my-page-living .block-box {
  position: relative;
  background: #fff;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .block.my-page-living .block-box {
    height: 240px;
    overflow: hidden;
    position: relative;
  }

  .compare-list .block.my-page-living .block-box {
    height: auto !important;
  }

  .block.my-page-living .block-box:before {
    content: "\00a0";
    left: 0;
    right: 0;
    width: 100%;
    bottom: 33px;
    height: 40px;
    position: absolute;
    z-index: 1;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, rgba(255, 255, 255, 0)));
    background: -ms-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(center bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=0);
  }

  .compare-list .block.my-page-living .block-box:before {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block.my-page-living .block-box {
    height: 275px;
  }

  .compare-list .block.my-page-living .block-box {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  .block.my-page-living .block-box .fact-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .block.my-page-living .block-box .fact-tab {
    font-size: 14px;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 15px;
    background: #f9f9f9;
    border: solid 1px #dddddd;
    border-bottom: none;
  }

  .block.my-page-living .block-box .fact-tab:hover {
    cursor: pointer;
  }

  .block.my-page-living .block-box .fact-tab:hover + div > div {
    margin-bottom: 0;
  }

  .block.my-page-living .block-box .box-content > div:hover {
    cursor: pointer;
    margin-bottom: 0;
  }
}

.block.my-page-living .block-box .box-content {
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .block.my-page-living .block-box .box-content {
    padding: 10px 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .block.my-page-living .block-box h3 {
    overflow: hidden;
    position: relative;
    height: 60px;
    text-align: left;
  }

  .block.my-page-living .block-box h3:before {
    content: "\00a0";
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 40px;
    position: absolute;
    z-index: 1;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, rgba(255, 255, 255, 0)));
    background: -ms-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(center bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255, 255, 255, 0)', endColorstr='#fff', GradientType=0);
  }
}

@media screen and (max-width: 991px) {
  .block.my-page-living .block-box h3 {
    font-size: 16px;
  }
}

.compare-list .block.my-page-living .block-box h3 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .block.my-page-living .block-box .box-content > div {
    -webkit-transition: margin 0.2s ease-in-out;
    -o-transition: margin 0.2s ease-in-out;
    transition: margin 0.2s ease-in-out;
    -webkit-transition: all margin 0.2s ease-in-out ease-out;
    -moz-transition: all margin 0.2s ease-in-out ease-out;
    -o-transition: all margin 0.2s ease-in-out ease-out;
    transition: all margin 0.2s ease-in-out ease-out;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -200px;
  }
}

.block.my-page-living .block-box .fact-box {
  clear: both;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .block.my-page-living .block-box .fact-box {
    display: none;
  }
}

.my-pages-footer {
  clear: both;
  background: rgba(255, 255, 255, 0.75);
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .my-pages-footer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 0;
    z-index: 888;
  }
}

.my-pages-footer ul {
  margin: 0;
  display: table;
  width: 100%;
}

.my-pages-footer ul li {
  display: table-cell;
  vertical-align: top;
  padding: 0;
}

.my-pages-footer ul li:first-child {
  width: 90%;
}

.my-pages-footer .btn-more-info {
  color: #000;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
  border-radius: 0;
  border: none;
}

.my-pages-footer .btn-more-info:focus,
.my-pages-footer .btn-more-info.focus {
  color: #000;
  background-color: #cfcfcf;
  border-color: #9b9b9b;
}

.my-pages-footer .btn-more-info:hover {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.my-pages-footer .btn-more-info:active,
.my-pages-footer .btn-more-info.active,
.open > .dropdown-toggle.my-pages-footer .btn-more-info {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.my-pages-footer .btn-more-info:active:hover,
.my-pages-footer .btn-more-info.active:hover,
.open > .dropdown-toggle.my-pages-footer .btn-more-info:hover,
.my-pages-footer .btn-more-info:active:focus,
.my-pages-footer .btn-more-info.active:focus,
.open > .dropdown-toggle.my-pages-footer .btn-more-info:focus,
.my-pages-footer .btn-more-info:active.focus,
.my-pages-footer .btn-more-info.active.focus,
.open > .dropdown-toggle.my-pages-footer .btn-more-info.focus {
  color: #000;
  background-color: #bdbdbd;
  border-color: #9b9b9b;
}

.my-pages-footer .btn-more-info:active,
.my-pages-footer .btn-more-info.active,
.open > .dropdown-toggle.my-pages-footer .btn-more-info {
  background-image: none;
}

.my-pages-footer .btn-more-info.disabled:hover,
.my-pages-footer .btn-more-info[disabled]:hover,
fieldset[disabled] .my-pages-footer .btn-more-info:hover,
.my-pages-footer .btn-more-info.disabled:focus,
.my-pages-footer .btn-more-info[disabled]:focus,
fieldset[disabled] .my-pages-footer .btn-more-info:focus,
.my-pages-footer .btn-more-info.disabled.focus,
.my-pages-footer .btn-more-info[disabled].focus,
fieldset[disabled] .my-pages-footer .btn-more-info.focus {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}

.my-pages-footer .btn-more-info .badge {
  color: #e8e8e8;
  background-color: #000;
}

.my-page-living .my-pages-footer .btn-more-info:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f05a";
  padding-right: 5px;
}

.my-page-living .my-pages-footer .btn-more-info:before.fa-pull-left {
  margin-right: 0.3em;
}

.my-page-living .my-pages-footer .btn-more-info:before.fa-pull-right {
  margin-left: 0.3em;
}

.my-pages-footer .btn-compare {
  color: #000;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
}

.my-pages-footer .btn-compare input {
  position: absolute;
  left: 8px;
  top: 7px;
}

.my-pages-footer .btn-compare input:checked + span {
  color: #fff;
  background: #006d8a;
}

.my-pages-footer .btn-compare span {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  display: block;
  background: #ddd;
  padding-left: 30px;
  border: none;
}

.my-pages-footer .btn-compare span:focus,
.my-pages-footer .btn-compare span:active:focus,
.my-pages-footer .btn-compare span.active:focus,
.my-pages-footer .btn-compare span.focus,
.my-pages-footer .btn-compare span:active.focus,
.my-pages-footer .btn-compare span.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.my-pages-footer .btn-compare span:hover,
.my-pages-footer .btn-compare span:focus,
.my-pages-footer .btn-compare span.focus {
  color: #000;
  text-decoration: none;
}

.my-pages-footer .btn-compare span:active,
.my-pages-footer .btn-compare span.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.my-pages-footer .btn-compare span.disabled,
.my-pages-footer .btn-compare span[disabled],
fieldset[disabled] .my-pages-footer .btn-compare span {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.my-pages-footer .btn-compare span.disabled,
fieldset[disabled] a.my-pages-footer .btn-compare span {
  pointer-events: none;
}

.my-pages-footer .btn-compare span:active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.my-pages-footer .btn-compare:hover span,
.my-pages-footer .btn-compare:focus span {
  color: #333;
  background: #d0d0d0;
}

.my-page-living.disabled .my-pages-footer .btn-compare {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  color: #404040;
}

.my-page-living.disabled .my-pages-footer .btn-compare,
.my-page-living.disabled .my-pages-footer .btn-compare:hover,
.my-page-living.disabled .my-pages-footer .btn-compare:focus {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #ddd !important;
}

.my-pages-footer .btn-delete {
  color: #fff;
  background-color: #952f17;
  border-color: transparent;
  border: none;
  margin-left: 5px;
}

.my-pages-footer .btn-delete:focus,
.my-pages-footer .btn-delete.focus {
  color: #fff;
  background-color: #692110;
  border-color: rgba(0, 0, 0, 0);
}

.my-pages-footer .btn-delete:hover {
  color: #fff;
  background-color: #692110;
  border-color: rgba(0, 0, 0, 0);
}

.my-pages-footer .btn-delete:active,
.my-pages-footer .btn-delete.active,
.open > .dropdown-toggle.my-pages-footer .btn-delete {
  color: #fff;
  background-color: #692110;
  border-color: rgba(0, 0, 0, 0);
}

.my-pages-footer .btn-delete:active:hover,
.my-pages-footer .btn-delete.active:hover,
.open > .dropdown-toggle.my-pages-footer .btn-delete:hover,
.my-pages-footer .btn-delete:active:focus,
.my-pages-footer .btn-delete.active:focus,
.open > .dropdown-toggle.my-pages-footer .btn-delete:focus,
.my-pages-footer .btn-delete:active.focus,
.my-pages-footer .btn-delete.active.focus,
.open > .dropdown-toggle.my-pages-footer .btn-delete.focus {
  color: #fff;
  background-color: #4a170b;
  border-color: rgba(0, 0, 0, 0);
}

.my-pages-footer .btn-delete:active,
.my-pages-footer .btn-delete.active,
.open > .dropdown-toggle.my-pages-footer .btn-delete {
  background-image: none;
}

.my-pages-footer .btn-delete.disabled:hover,
.my-pages-footer .btn-delete[disabled]:hover,
fieldset[disabled] .my-pages-footer .btn-delete:hover,
.my-pages-footer .btn-delete.disabled:focus,
.my-pages-footer .btn-delete[disabled]:focus,
fieldset[disabled] .my-pages-footer .btn-delete:focus,
.my-pages-footer .btn-delete.disabled.focus,
.my-pages-footer .btn-delete[disabled].focus,
fieldset[disabled] .my-pages-footer .btn-delete.focus {
  background-color: #952f17;
  border-color: transparent;
}

.my-pages-footer .btn-delete .badge {
  color: #952f17;
  background-color: #fff;
}

.my-pages-footer .btn-delete:hover,
.my-pages-footer .btn-delete:focus {
  color: #fff;
  background: #692110;
}

.my-pages-footer .btn-delete:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f1f8";
  padding-right: 5px;
}

.my-pages-footer .btn-delete:before.fa-pull-left {
  margin-right: 0.3em;
}

.my-pages-footer .btn-delete:before.fa-pull-right {
  margin-left: 0.3em;
}

.my-pages-list > div:not(.my-page-living) .my-pages-footer .btn-delete {
  float: right;
}

.my-pages-footer .btn-delete:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f1f8";
  padding-right: 0;
}

.my-pages-footer .btn-delete:before.fa-pull-left {
  margin-right: 0.3em;
}

.my-pages-footer .btn-delete:before.fa-pull-right {
  margin-left: 0.3em;
}

.my-pages-footer .btn-delete span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.compare-button {
  clear: both;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1201;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  margin-bottom: -70px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transition: all all 0.2s ease-in ease-out;
  -moz-transition: all all 0.2s ease-in ease-out;
  -o-transition: all all 0.2s ease-in ease-out;
  transition: all all 0.2s ease-in ease-out;
}

.compare-button.active {
  margin-bottom: 0;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.compare-button a {
  margin-top: 7px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  border-radius: 0;
}

.compare-button a:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f24e";
  padding-right: 5px;
}

.compare-button a:before.fa-pull-left {
  margin-right: 0.3em;
}

.compare-button a:before.fa-pull-right {
  margin-left: 0.3em;
}

.compare-list {
  clear: both;
}

@media screen and (max-width: 991px) {
  .compare-list table {
    max-width: 99%;
  }
}

.compare-list table > tbody > tr:first-child > th {
  background: #fff;
  padding: 0;
}

.compare-list table > tbody > tr:first-child > th:first-child {
  background: transparent !important;
  border-top: solid 1px transparent;
}

.compare-list table > tbody > tr > th,
.compare-list table > tbody > tr td {
  font-size: 14px;
  border: solid 1px #dbdbdb;
}

.compare-list table > tbody > tr > th:last-child,
.compare-list table > tbody > tr td:last-child {
  border-right: solid 1px transparent;
}

.compare-list table > tbody > tr > th:first-child {
  border-left: solid 1px transparent;
}

.compare-list table > tbody > tr > th:first-child,
.compare-list table > tbody > tr > td:first-child {
  vertical-align: middle;
}

.compare-list table > tbody > tr > th:first-child > span,
.compare-list table > tbody > tr > td:first-child > span {
  padding-left: 50px;
}

.compare-list table > tbody > tr > th:first-child > div > span:before,
.compare-list table > tbody > tr > td:first-child > div > span:before {
  width: 50px;
  font-size: 30px;
}

.compare-list table > tbody > tr:nth-child(odd) > th,
.compare-list table > tbody > tr:nth-child(odd) > td {
  background: #fff;
}

.compare-list table > tbody > tr:nth-child(odd) > th:first-child,
.compare-list table > tbody > tr:nth-child(odd) > td:first-child {
  background: #fafafa;
}

.compare-list table > tbody > tr:nth-child(even) > th,
.compare-list table > tbody > tr:nth-child(even) > td {
  background: #f2f2f2;
}

.compare-list table > tbody > tr:nth-child(even) > th:first-child,
.compare-list table > tbody > tr:nth-child(even) > td:first-child {
  background: #e8e8e8;
}

.compare-list table > tbody > tr:hover > th:first-child,
.compare-list table > tbody > tr:hover > td {
  border-left: solid 5px #006d8a !important;
}

.compare-list table > tbody > tr:first-child:hover > th:first-child {
  border-left: none !important;
}

.compare-list.compare-1 table tr:first-child th,
.compare-list.compare-2 table tr:first-child th {
  width: 42.5%;
}

.compare-list.compare-1 table tr:first-child th:first-child,
.compare-list.compare-2 table tr:first-child th:first-child {
  width: 15%;
}

.compare-list.compare-3 table tr:first-child th {
  width: 26.66666667%;
}

.compare-list.compare-3 table tr:first-child th:first-child {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .compare-list > div {
    overflow-x: auto;
    min-height: 0.01%;
    border: none;
  }
}

@media screen and (max-width: 991px) and screen and (max-width: 767px) {
  .compare-list > div {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .compare-list > div > .table {
    margin-bottom: 0;
  }

  .compare-list > div > .table > thead > tr > th,
  .compare-list > div > .table > tbody > tr > th,
  .compare-list > div > .table > tfoot > tr > th,
  .compare-list > div > .table > thead > tr > td,
  .compare-list > div > .table > tbody > tr > td,
  .compare-list > div > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .compare-list > div > .table-bordered {
    border: 0;
  }

  .compare-list > div > .table-bordered > thead > tr > th:first-child,
  .compare-list > div > .table-bordered > tbody > tr > th:first-child,
  .compare-list > div > .table-bordered > tfoot > tr > th:first-child,
  .compare-list > div > .table-bordered > thead > tr > td:first-child,
  .compare-list > div > .table-bordered > tbody > tr > td:first-child,
  .compare-list > div > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .compare-list > div > .table-bordered > thead > tr > th:last-child,
  .compare-list > div > .table-bordered > tbody > tr > th:last-child,
  .compare-list > div > .table-bordered > tfoot > tr > th:last-child,
  .compare-list > div > .table-bordered > thead > tr > td:last-child,
  .compare-list > div > .table-bordered > tbody > tr > td:last-child,
  .compare-list > div > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .compare-list > div > .table-bordered > tbody > tr:last-child > th,
  .compare-list > div > .table-bordered > tfoot > tr:last-child > th,
  .compare-list > div > .table-bordered > tbody > tr:last-child > td,
  .compare-list > div > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.compare-list .info-btn {
  color: #000;
  background-color: #e8e8e8;
  border-color: #dbdbdb;
  border-radius: 0;
  display: block;
}

.compare-list .info-btn:focus,
.compare-list .info-btn.focus {
  color: #000;
  background-color: #cfcfcf;
  border-color: #9b9b9b;
}

.compare-list .info-btn:hover {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.compare-list .info-btn:active,
.compare-list .info-btn.active,
.open > .dropdown-toggle.compare-list .info-btn {
  color: #000;
  background-color: #cfcfcf;
  border-color: #bdbdbd;
}

.compare-list .info-btn:active:hover,
.compare-list .info-btn.active:hover,
.open > .dropdown-toggle.compare-list .info-btn:hover,
.compare-list .info-btn:active:focus,
.compare-list .info-btn.active:focus,
.open > .dropdown-toggle.compare-list .info-btn:focus,
.compare-list .info-btn:active.focus,
.compare-list .info-btn.active.focus,
.open > .dropdown-toggle.compare-list .info-btn.focus {
  color: #000;
  background-color: #bdbdbd;
  border-color: #9b9b9b;
}

.compare-list .info-btn:active,
.compare-list .info-btn.active,
.open > .dropdown-toggle.compare-list .info-btn {
  background-image: none;
}

.compare-list .info-btn.disabled:hover,
.compare-list .info-btn[disabled]:hover,
fieldset[disabled] .compare-list .info-btn:hover,
.compare-list .info-btn.disabled:focus,
.compare-list .info-btn[disabled]:focus,
fieldset[disabled] .compare-list .info-btn:focus,
.compare-list .info-btn.disabled.focus,
.compare-list .info-btn[disabled].focus,
fieldset[disabled] .compare-list .info-btn.focus {
  background-color: #e8e8e8;
  border-color: #dbdbdb;
}

.compare-list .info-btn .badge {
  color: #e8e8e8;
  background-color: #000;
}

.compare-list .info-btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f129";
  padding-right: 10px;
}

.compare-list .info-btn:before.fa-pull-left {
  margin-right: 0.3em;
}

.compare-list .info-btn:before.fa-pull-right {
  margin-left: 0.3em;
}

.compare-list .popover {
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .lastminuteblock:nth-child(2n + 1) {
    clear: both;
  }
}

.LastMinuteBox {
  position: relative;
  margin-bottom: 20px;
  background: white;
  padding: 15px;
}

.LastMinuteBox:before,
.LastMinuteBox:after {
  content: " ";
  display: table;
}

.LastMinuteBox:after {
  clear: both;
}

.LastMinuteBox:before,
.LastMinuteBox:after {
  content: " ";
  display: table;
}

.LastMinuteBox:after {
  clear: both;
}

.LastMinuteBox .img-holder {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .LastMinuteBox .img-holder {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    position: initial;
  }

  .LastMinuteBox > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: initial;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .LastMinuteBox .img-holder {
    float: left;
    width: 33.33333333%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .LastMinuteBox > div {
    float: left;
    width: 66.66666667%;
  }
}

.LastMinuteBox .btn {
  background: #952f17;
  border: none;
  display: block;
}

.LastMinuteBox .btn:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f07a";
  padding-right: 10px;
}

.LastMinuteBox .btn:before.fa-pull-left {
  margin-right: 0.3em;
}

.LastMinuteBox .btn:before.fa-pull-right {
  margin-left: 0.3em;
}

.LastMinuteBox .btn:hover {
  background: #c13d1e;
}

.LastMinuteBox h2 {
  font-size: 24px;
}

.LastMinuteBox h3 {
  font-size: 30px;
  position: absolute;
  color: #fff;
  top: 0px;
  left: 0px;
  text-align: center;
  background: red;
  padding: 10px 10px;
  display: table;
  width: 100px;
  height: 100px;
  background: url("/static/dist/images/offer-splash-bg.svg") 50% 50% no-repeat transparent;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .LastMinuteBox h3 {
    top: -20px;
    left: -20px;
  }
}

.LastMinuteBox h3 > span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
}

.LastMinuteBox h4 {
  color: #952f17;
}

.LastMinuteBox h4 > span {
  font-size: 34px;
}

.offers-slider .offers-slider__item {
  height: 100%;
  display: block !important;
}

.offers-slider .LastMinuteBox {
  display: block !important;
  padding-top: 45px;
  background: transparent;
}

@media screen and (min-width: 768px) {
  .offers-slider .LastMinuteBox .img-holder {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    position: initial;
  }

  .offers-slider .LastMinuteBox > div {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
    position: initial;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .offers-slider .LastMinuteBox .img-holder {
    float: left;
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .offers-slider .LastMinuteBox > div {
    float: left;
    width: 100%;
  }
}

.offers-slider .LastMinuteBox h2 {
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .offers-slider .LastMinuteBox h2 {
    font-size: 21px;
  }
}

.offers-slider .LastMinuteBox h3 {
  font-size: 20px;
  top: 0px;
  left: 0px;
  padding: 10px 10px;
  width: 70px;
  height: 70px;
}

@media screen and (min-width: 768px) {
  .offers-slider .LastMinuteBox h3 {
    top: 20px;
    left: 0px;
  }
}

.packageblock {
  text-align: center;
  padding: 15px 7.5px;
  background: #006d8a;
}

.packageblock div[class*=col-md] {
  padding-left: 10px;
  padding-right: 10px;
}

.packageblock .heading {
  padding-top: 5px;
  padding-bottom: 5px;
}

.packageblock h2 {
  font-size: 25px;
  text-transform: uppercase;
  display: block;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .packageblock h2:before {
    content: "\00a0";
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}

.packageblock h2 > span {
  position: relative;
  z-index: 10;
  display: inline-block;
  background: #006d8a;
  padding: 0 1em;
}

.packageblock select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -moz-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  -o-transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  transition: all border-color ease-in-out .15s, box-shadow ease-in-out .15s ease-out;
  text-align: left;
}

.packageblock select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.packageblock select:focus {
  border-color: #d1d1d1;
  background: #e5e5e5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.packageblock select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.packageblock select:-ms-input-placeholder {
  color: #999;
}

.packageblock select::-webkit-input-placeholder {
  color: #999;
}

.packageblock select::-ms-expand {
  border: 0;
  background-color: transparent;
}

.packageblock select[disabled],
.packageblock select[readonly],
fieldset[disabled] .packageblock select {
  background-color: #eeeeee;
  opacity: 1;
}

.packageblock select[disabled],
fieldset[disabled] .packageblock select {
  cursor: not-allowed;
}

textarea.packageblock select {
  height: auto;
}

.packageblock select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.packageblock select:focus {
  border-color: #d1d1d1;
  background: #e5e5e5;
  outline: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.packageblock select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.packageblock select:-ms-input-placeholder {
  color: #999;
}

.packageblock select::-webkit-input-placeholder {
  color: #999;
}

.packageblock select[disabled],
.packageblock select[readonly],
fieldset[disabled] .packageblock select {
  background-color: #eeeeee;
  opacity: 1;
}

.packageblock select[disabled],
fieldset[disabled] .packageblock select {
  cursor: not-allowed;
}

textarea.packageblock select {
  height: auto;
}

.packageblock .btn-book {
  display: block;
}

.packageblock .btn-book:before {
  padding-right: 5px;
}

.search-skipass {
  background: #ededed;
}

.search-skipass:before,
.search-skipass:after {
  content: " ";
  display: table;
}

.search-skipass:after {
  clear: both;
}

.search-skipass:before,
.search-skipass:after {
  content: " ";
  display: table;
}

.search-skipass:after {
  clear: both;
}

.search-skipass .header > * {
  margin: 0;
  padding: 30px 30px 0;
}

.search-skipass-filter {
  padding: 30px 15px 40px 15px;
}

.search-skipass-filter:before,
.search-skipass-filter:after {
  content: " ";
  display: table;
}

.search-skipass-filter:after {
  clear: both;
}

.search-skipass-filter:before,
.search-skipass-filter:after {
  content: " ";
  display: table;
}

.search-skipass-filter:after {
  clear: both;
}

.search-skipass-dropdown.select-day select:hover,
.search-skipass-dropdown.select-date select:hover,
.search-skipass-dropdown.select-day input:hover,
.search-skipass-dropdown.select-date input:hover {
  cursor: pointer;
}

.search-skipass-dropdown.select-day select:focus,
.search-skipass-dropdown.select-date select:focus,
.search-skipass-dropdown.select-day input:focus,
.search-skipass-dropdown.select-date input:focus {
  color: white;
  outline: none;
}

.search-skipass-dropdown.select-day select:focus + .heading,
.search-skipass-dropdown.select-date select:focus + .heading,
.search-skipass-dropdown.select-day input:focus + .heading,
.search-skipass-dropdown.select-date input:focus + .heading {
  color: white;
  background: #006d8a;
}

.search-skipass-dropdown.select-day .heading,
.search-skipass-dropdown.select-date .heading {
  font-size: 13px;
  line-height: 1.2em;
  padding: 5px 0 5px 40px;
  position: relative;
  display: inline-block;
  background: white;
  width: 100%;
  border: solid 1px #e2e2e2;
  border-bottom: solid 1px #898989;
  border-right: solid 1px #afafaf;
  border-radius: 4px;
}

.search-skipass-dropdown.select-day .heading::before,
.search-skipass-dropdown.select-date .heading::before {
  position: absolute;
  padding-left: 2px;
  border-right: solid 1px #ccc;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  width: 35px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  font-size: 20px;
  line-height: 42px;
}

.search-skipass-dropdown.select-day {
  height: 42px;
  position: relative;
}

.search-skipass-dropdown.select-day .select-day-value {
  font-family: "VAG Rounded W01 Light";
  font-size: 24px;
  line-height: 1.2em;
  padding: 5px;
  right: 20px;
  position: absolute;
  top: 2px;
}

.search-skipass-dropdown.select-day .heading {
  width: 100%;
  position: absolute;
  left: 0;
  color: #555;
}

.search-skipass-dropdown.select-day .heading::before {
  content: "\f274";
  font-family: fontAwesome;
}

.search-skipass-dropdown.select-day .heading:after {
  content: "\f107";
  font-family: fontAwesome;
  font-size: 20px;
  right: 0;
  width: 25px;
  text-align: center;
  top: 13px;
  position: absolute;
}

.search-skipass-dropdown.select-day select {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 100%;
  border: 0;
  text-align-last: right;
  background: none;
  color: #555;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 25px 5px 5px;
  height: 42px;
  font-family: "VAG Rounded W01 Light";
  font-size: 24px;
  line-height: 1.2em;
  opacity: 0;
}

.search-skipass-dropdown.select-day option.select-day-option {
  background: white;
  color: #555;
  font-size: 13px;
  line-height: 1.2em;
  font-family: "Open Sans", Helvetica;
}

.search-skipass-dropdown.select-date .btn-filter-dd {
  padding: 0;
}

.search-skipass-dropdown.select-date .heading::before {
  content: "\f073";
  font-family: fontAwesome;
}

.search-skipass-dropdown.select-date input {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  padding-right: 30px;
  border: 0;
  box-shadow: none;
  font-family: "VAG Rounded W01 Light";
  font-size: 24px;
  line-height: 1.2em;
  z-index: 2;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .search-skipass-dropdown.select-date {
    margin-bottom: 20px;
  }
}

.search-skipass-empty-result {
  margin-bottom: 30px;
  display: block;
}

.search-skipass-result-wrapper {
  clear: both;
  position: relative;
}

.search-skipass-extra-margin {
  margin-right: 30px;
}

.search-skipass-result {
  clear: both;
  padding: 0 30px;
  font-family: "VAG Rounded W01 Light";
  font-size: 20px;
}

.search-skipass-result:before,
.search-skipass-result:after {
  content: " ";
  display: table;
}

.search-skipass-result:after {
  clear: both;
}

.search-skipass-result:before,
.search-skipass-result:after {
  content: " ";
  display: table;
}

.search-skipass-result:after {
  clear: both;
}

.search-skipass-result .skipass-header {
  font-size: 34px;
  margin-bottom: 10px;
}

.search-skipass-result > div span {
  margin: 0 30px 15px 0;
  background: white;
  display: inline-block;
  padding: 7px 7px;
  width: 90px;
  text-align: center;
  border: 1px solid #cecece;
  border-radius: 4px;
}

.search-skipass-result > div span > strong {
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .search-skipass-result > div span {
    width: 100%;
  }
}

.search-skipass-result > div span::first-child {
  margin-top: 15px;
}

.search-skipass-result > div span > * {
  padding: 0 15px;
}

.search-skipass-result > div span > *:first-child {
  max-width: 75%;
}

.search-skipass-result > div span > *:last-child {
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .search-skipass-result > div span > *:last-child {
    float: none;
  }
}

.search-skipass-result > div span .line {
  flex-grow: 1;
  padding: 5px 0;
}

.search-skipass-result > div span .line::before {
  content: "\00a0";
  display: block;
  border-bottom: #000 1px dotted;
}

.search-skipass-result > a.go-to-booking {
  margin: 20px 0;
  display: block;
}

.search-skipass-result > a.go-to-booking:after {
  display: inline-block;
  margin-bottom: 10px;
  font: normal normal normal 16px/1 FontAwesome;
  padding: 5px 10px 5px 10px;
  content: "\f105";
}

.offeringblock.slick-slide {
  /*display: flex;*/
  /*align-items: stretch;*/
}

.c-offering {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-offering {
    height: 100%;
  }
}

.c-offering__img-wrapper {
  display: block;
  margin-bottom: 0.75rem;
  /*img {
      width: 100%;
      max-width: 100%;
      height: auto;
    }*/
}

.c-offering__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .c-offering__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.c-offering__footer p {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .c-offering__footer .btn-default {
    display: block !important;
    margin-top: 1rem;
  }
}

#CalendarSearch {
  padding: 15px;
  background-color: #ededed;
}

#CalendarSearch .form-control:focus,
#CalendarSearch #FreeText:focus,
#CalendarSearch .form-control:hover,
#CalendarSearch #FreeText:hover {
  background: white;
}

#CalendarSearch .free-text-search {
  padding: 5px;
  width: 100%;
  float: left;
}

#CalendarSearch .date-pickers {
  padding: 5px;
  width: 100%;
  float: left;
}

#CalendarSearch .date-pickers .hasdatepicker {
  width: 100%;
}

#CalendarSearch .start-date {
  float: left;
  width: 50%;
  padding-right: 15px;
}

@media screen and (max-width: 992px) {
  #CalendarSearch .start-date {
    width: 100%;
    padding: 0;
  }
}

#CalendarSearch .stop-date {
  float: left;
  width: 50%;
  padding-left: 15px;
}

@media screen and (max-width: 992px) {
  #CalendarSearch .stop-date {
    width: 100%;
    padding: 0;
  }
}

#CalendarSearch .type-of-activity {
  padding: 5px;
  float: left;
  width: 100%;
}

#CalendarSearch .type-of-activity #ActivityDropdown {
  width: 100%;
}

#CalendarSearch .submit-area {
  padding: 5px;
  float: right;
}

#CalendarSearch #SearchButton:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f002";
  padding-right: 10px;
}

#CalendarSearch #SearchButton:before.fa-pull-left {
  margin-right: 0.3em;
}

#CalendarSearch #SearchButton:before.fa-pull-right {
  margin-left: 0.3em;
}

#CalendarSearch .calendar-categories {
  display: inline-block;
  padding: 15px 5px 0 5px;
}

@media screen and (max-width: 992px) {
  #CalendarSearch .calendar-categories {
    width: 100%;
  }
}

#CalendarSearch .calendar-categories .item-tag {
  float: left;
  padding: 0;
  margin: 0 10px 10px 0;
}

#CalendarSearch .calendar-categories .item-tag:hover span {
  border-color: #006d8a;
}

#CalendarSearch .calendar-categories .item-tag span {
  font-size: 16px;
  padding: 2px 15px;
  display: block;
  border: 2px solid #006d8a;
  border-radius: 2px;
  border-color: #d5d5d5;
  transition: all ease-in-out 0.15s;
}

#CalendarSearch .calendar-categories input[type=checkbox] {
  display: none !important;
}

#CalendarSearch .calendar-categories input[type=checkbox]:checked + span {
  background: #006d8a;
  color: white;
  border-color: #006d8a;
}

.search-result-for-calendar {
  margin-top: 60px;
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar {
    margin-top: 20px;
  }
}

.search-result-for-calendar .outer {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .search-result-for-calendar .outer {
    padding: 0 15px;
  }
}

.search-result-for-calendar .search-result-item {
  color: #000;
  margin-bottom: 30px;
  background-color: #ededed;
  float: left;
  width: 100%;
  position: relative;
  min-height: 240px;
  transition: all ease-in-out 0.15s;
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar .search-result-item {
    margin-bottom: 15px;
  }
}

.search-result-for-calendar .search-result-item:not(.not-link):hover,
.search-result-for-calendar .search-result-item:not(.not-link):focus,
.search-result-for-calendar .search-result-item:not(.not-link):active {
  outline: none;
  text-decoration: none;
  background: #e0e0e0;
}

.search-result-for-calendar .search-result-item:not(.not-link):hover .event-image::before,
.search-result-for-calendar .search-result-item:not(.not-link):focus .event-image::before,
.search-result-for-calendar .search-result-item:not(.not-link):active .event-image::before {
  content: "";
  background: rgba(0, 109, 138, 0.3);
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.search-result-for-calendar .inner {
  position: relative;
  padding-left: 130px;
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar .inner {
    padding-left: 0;
  }
}

.search-result-for-calendar .event-image {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar .event-image {
    position: relative;
  }
}

.search-result-for-calendar .event-image::before {
  content: "";
  transition: all ease-in-out 0.15s;
}

.search-result-for-calendar .event-image .wrapper {
  position: relative;
}

.search-result-for-calendar .event-image img {
  width: 360px;
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar .event-image img {
    width: 100%;
  }
}

.search-result-for-calendar .event-date-icon {
  background: #006d8a;
  color: white;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 20px;
  width: 80px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .search-result-for-calendar .event-date-icon {
    right: 15px;
    left: inherit;
  }
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar .event-date-icon {
    right: 20px;
    left: inherit;
  }
}

.search-result-for-calendar .event-date-icon .day {
  font-size: 1.6em;
}

.search-result-for-calendar .event-date-icon .month {
  font-size: 1em;
}

.search-result-for-calendar .event-date-icon .year {
  font-size: 0.6em;
}

.search-result-for-calendar .calendar-list-results {
  list-style: none;
  position: relative;
  padding: 20px 420px 40px 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .search-result-for-calendar .calendar-list-results {
    padding: 15px 15px 20px 15px;
  }
}

@media screen and (max-width: 992px) {
  .search-result-for-calendar .calendar-list-results {
    padding: 20px;
  }
}

.search-result-for-calendar .calendar-list-results .heading {
  text-transform: uppercase;
  font-size: 24px;
}

.search-result-for-calendar .calendar-list-results .time {
  font-size: 16px;
  margin: 10px 0 20px 0;
}

.search-result-for-calendar .calendar-list-results .description {
  font-size: 16px;
  line-height: 23px;
}

.ie9 .ajax-loader,
.ajax-loader {
  display: none;
  position: relative;
  z-index: 1040;
}

.ie9 .ajax-loader > div:before,
.ajax-loader > div:before,
.ie9 .ajax-loader > span:before,
.ajax-loader > span:before {
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  transform: translate(0, 0);
  animation: fa-spin 2s infinite linear;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f021";
  font-size: 16px;
  padding: 0;
  margin: -7px 3px 0 0;
  top: 50%;
  text-align: center;
}

.ie9 .ajax-loader > div:before.fa-pull-left,
.ajax-loader > div:before.fa-pull-left,
.ie9 .ajax-loader > span:before.fa-pull-left,
.ajax-loader > span:before.fa-pull-left {
  margin-right: 0.3em;
}

.ie9 .ajax-loader > div:before.fa-pull-right,
.ajax-loader > div:before.fa-pull-right,
.ie9 .ajax-loader > span:before.fa-pull-right,
.ajax-loader > span:before.fa-pull-right {
  margin-left: 0.3em;
}

.ie9 .ajax-loader.loader-over,
.ajax-loader.loader-over {
  position: absolute;
  width: 100%;
  height: 100%;
}

.ie9 .ajax-loader.loader-over:before,
.ajax-loader.loader-over:before,
.ie9 .ajax-loader.loader-over:after,
.ajax-loader.loader-over:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-over:after,
.ajax-loader.loader-over:after {
  clear: both;
}

.ie9 .ajax-loader.loader-over:before,
.ajax-loader.loader-over:before,
.ie9 .ajax-loader.loader-over:after,
.ajax-loader.loader-over:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-over:after,
.ajax-loader.loader-over:after {
  clear: both;
}

.filter-wrapper .ie9 .ajax-loader.loader-over,
.filter-wrapper .ajax-loader.loader-over {
  margin-left: -15px;
  margin-top: -10px;
}

.ie9 .ajax-loader.loader-over > div,
.ajax-loader.loader-over > div {
  position: relative;
  width: 100%;
  height: 100%;
  content: "\00a0";
  background: rgba(255, 255, 255, 0.7);
}

.ie9 .ajax-loader.loader-over > div:before,
.ajax-loader.loader-over > div:before,
.ie9 .ajax-loader.loader-over > div:after,
.ajax-loader.loader-over > div:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-over > div:after,
.ajax-loader.loader-over > div:after {
  clear: both;
}

.ie9 .ajax-loader.loader-over > div:before,
.ajax-loader.loader-over > div:before,
.ie9 .ajax-loader.loader-over > div:after,
.ajax-loader.loader-over > div:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-over > div:after,
.ajax-loader.loader-over > div:after {
  clear: both;
}

.ie9 .ajax-loader.loader-over > div:before,
.ajax-loader.loader-over > div:before {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  animation: fa-spin 2s infinite linear;
  z-index: 2000;
  font-size: 30px;
  line-height: 30px;
  color: #006d8a;
  content: "\f021";
  left: 50%;
  top: 50%;
  width: 30px;
  margin: -15px 0 0 -15px;
}

@media screen and (max-width: 767px) {
  .ie9 .ajax-loader.loader-over,
  .ajax-loader.loader-over {
    display: none !important;
  }
}

.ie9 .ajax-loader.loader-over.col-xs-12,
.ajax-loader.loader-over.col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}

.ie9 .ajax-loader.loader-mobile,
.ajax-loader.loader-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
}

.ie9 .ajax-loader.loader-mobile:before,
.ajax-loader.loader-mobile:before,
.ie9 .ajax-loader.loader-mobile:after,
.ajax-loader.loader-mobile:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-mobile:after,
.ajax-loader.loader-mobile:after {
  clear: both;
}

.ie9 .ajax-loader.loader-mobile:before,
.ajax-loader.loader-mobile:before,
.ie9 .ajax-loader.loader-mobile:after,
.ajax-loader.loader-mobile:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-mobile:after,
.ajax-loader.loader-mobile:after {
  clear: both;
}

.ie9 .ajax-loader.loader-mobile > div,
.ajax-loader.loader-mobile > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\00a0";
  background: rgba(255, 255, 255, 0.7);
}

.ie9 .ajax-loader.loader-mobile > div:before,
.ajax-loader.loader-mobile > div:before,
.ie9 .ajax-loader.loader-mobile > div:after,
.ajax-loader.loader-mobile > div:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-mobile > div:after,
.ajax-loader.loader-mobile > div:after {
  clear: both;
}

.ie9 .ajax-loader.loader-mobile > div:before,
.ajax-loader.loader-mobile > div:before,
.ie9 .ajax-loader.loader-mobile > div:after,
.ajax-loader.loader-mobile > div:after {
  content: " ";
  display: table;
}

.ie9 .ajax-loader.loader-mobile > div:after,
.ajax-loader.loader-mobile > div:after {
  clear: both;
}

.ie9 .ajax-loader.loader-mobile > div:before,
.ajax-loader.loader-mobile > div:before {
  color: #006d8a;
  z-index: 2000;
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  animation: fa-spin 2s infinite linear;
  content: "\f021";
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}

@media screen and (min-width: 768px) {
  .ie9 .ajax-loader.loader-mobile,
  .ajax-loader.loader-mobile {
    display: none !important;
  }
}

.ie9 .ajax-loader.loader-tab,
.ajax-loader.loader-tab {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.65);
}

.ie9 .ajax-loader.loader-tab > span:before,
.ajax-loader.loader-tab > span:before {
  color: #006d8a;
  font-size: 16px;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
}

.ie9 .ajax-loader > div:before {
  content: "\00a0";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/static/dist//Static/dist/images/bx_loader.gif") 50% 50% no-repeat transparent;
}

.ie9 .ajax-loader > div.loader-over {
  background: rgba(0, 0, 0, 0.5);
}

.ie9 .ajax-loader > div.loader-over:before {
  content: "\00a0";
  background: url("/static/dist//Static/dist/images/bx_loader.gif") 50% 50% no-repeat transparent;
}

.multiblock__content {
  padding: 25px;
  text-align: center;
}

.multiblock__content .heading {
  font-family: 'Montserrat';
  font-size: 3rem;
}

.multiblock--has-img {
  padding: 0 !important;
}

@media screen and (min-width: 992px) {
  .multiblock--has-img.imgleft .multiblock__text {
    order: 2;
  }

  .multiblock--has-img.imgleft .multiblock__img {
    order: 1;
  }
}

.multiblock--has-img .multiblock__content {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (min-width: 992px) {
  .multiblock--has-img .multiblock__content {
    display: grid;
    grid-template-columns: repeat(2, 50%);
  }
}

.multiblock--has-img .multiblock__content img {
  width: 100%;
}

.multiblock--has-img .multiblock__content .multiblock__text {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.multiblock--has-img .multiblock__content .multiblock__text a:hover,
.multiblock--has-img .multiblock__content .multiblock__text a:focus {
  text-decoration: none;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-primary::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f061";
  margin-inline-start: 1rem;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-primary::after.fa-pull-left {
  margin-right: 0.3em;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-primary::after.fa-pull-right {
  margin-left: 0.3em;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-blue {
  padding: 6px 12px;
  background-color: #006d8a;
  color: #fff;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-blue::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f061";
  margin-inline-start: 1rem;
  color: #fff;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-blue::after.fa-pull-left {
  margin-right: 0.3em;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-blue::after.fa-pull-right {
  margin-left: 0.3em;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-white {
  padding: 6px 12px;
  background-color: #fff;
  color: #000;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-white::after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  content: "\f061";
  margin-inline-start: 1rem;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-white::after.fa-pull-left {
  margin-right: 0.3em;
}

.multiblock--has-img .multiblock__content .multiblock__text .btn-white::after.fa-pull-right {
  margin-left: 0.3em;
}

.multiblock--bg-black {
  background: black;
  color: white;
}

.multiblock--bg-black a {
  color: white;
}

.multiblock--bg-black a:hover,
.multiblock--bg-black a:focus {
  color: white;
}

.multiblock--bg-white {
  background: white;
  color: black;
}

.multiblock--bg-white a {
  color: black;
}

.multiblock--bg-yellow {
  background: #ffe366;
  color: black;
}

.multiblock--bg-yellow h2 .btn-primary {
  background: #000;
  color: white;
}

.multiblock--bg-yellow a {
  color: black;
}

.multiblock--bg-yellow a:hover,
.multiblock--bg-yellow a:focus {
  color: black;
}

.multiblock--bg-blue {
  background: #006d8a;
  color: black;
}

.multiblock--bg-blue a {
  color: black;
}

.multiblock--bg-blue a:hover,
.multiblock--bg-blue a:focus {
  color: black;
}

.multiblock--bg-blue2 {
  background: #bed1d6;
  color: black;
}

.multiblock--bg-blue2 a {
  color: black;
}

.multiblock--bg-blue2 a:hover,
.multiblock--bg-blue2 a:focus {
  color: black;
}

.multiblock--bg-blue3 {
  background: #eff3f4;
  color: black;
}

.multiblock--bg-blue3 a {
  color: black;
}

.multiblock--bg-blue3 a:hover,
.multiblock--bg-blue3 a:focus {
  color: black;
}

.multiblock--bg-blue4 {
  background: #ccdee7;
  color: black;
}

.multiblock--bg-blue4 a {
  color: black;
}

.multiblock--bg-blue4 a:hover,
.multiblock--bg-blue4 a:focus {
  color: black;
}

.multiblock--bg-blue5 {
  background: #e5edef;
  color: black;
}

.multiblock--bg-blue5 a {
  color: black;
}

.multiblock--bg-blue5 a:hover,
.multiblock--bg-blue5 a:focus {
  color: black;
}

.multiblock[class*="--bg"] {
  padding: 30px;
}

.multiblock[class*="--bg"] a:hover,
.multiblock[class*="--bg"] a:focus {
  text-decoration: none;
}

.multiblock[class*="--bg"] .btn-lg.btn-primary {
  text-decoration: none;
}

/* LESS Document */

@media print {
  body #epi-quickNavigator,
  body .ajax-loader,
  body .lang-alert,
  body #nav,
  body .top-links,
  body .booking-menu,
  body .mobile-nav-buttons,
  body .article-footer,
  body .main-footer,
  body #id_matrix,
  body .article-droparea,
  body .drop-standard-middle,
  body .drop-standard-bottom {
    display: none !important;
  }

  body .print-icon {
    display: block !important;
  }

  .search-result-info {
    border: none !important;
  }

  a[href]:after {
    content: "";
  }

  body {
    font-size: 10pt;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper .bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("/static/dist/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 500;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

.bx-wrapper .bx-controls-direction > a:before {
  margin-left: 0;
  margin-right: 0;
}

.bx-wrapper .bx-controls-direction > a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("/static/dist/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("/static/dist/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *		Kyle Kemp
 *			- Twitter: @seiyria
 *			- Github:  seiyria
 *		Rohit Kalkur
 *			- Twitter: @Rovolutionary
 *			- Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip {
  z-index: 998;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
}

.slider .tooltip-arrow {
  border-top-color: #fff !important;
}

.slider .tooltip-inner {
  color: #636363;
  background-color: #fff !important;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #fff;
  border: solid 1px #d5d5d5;
  /*-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*/
  border: 1px solid #c0c0c0;
  border: solid 1px #afafaf;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background: #d1d1d1;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 1;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background: #006d8a;
  opacity: 1;
}

#slider-length-to-lift .slider-track-high,
#slider-length-to-lift .slider-track-low {
  background: #d1d1d1;
  border: solid 1px #ebebeb;
  border-top: solid 1px #c4c4c4;
}

#slider-length-to-lift .slider-selection {
  background: #fff;
}

.sl-overlay {
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
  z-index: 2006;
}

.sl-wrapper {
  z-index: 2010;
}

.sl-wrapper button {
  color: #fff;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: solid 1px #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.sl-wrapper button:hover,
.sl-wrapper button:focus {
  color: #006d8a;
  background: #fff;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 2015;
}

.sl-wrapper .sl-close:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "c";
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  text-algin: center;
  display: block;
  z-index: 2015;
}

@media screen and (min-width: 768px) {
  .sl-wrapper .sl-navigation button {
    margin-top: -25px;
  }
}

.sl-wrapper .sl-navigation button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: block;
  content: "\f104";
  padding: 0;
  margin: 0;
  font-size: 35px;
}

.sl-wrapper .sl-navigation button:before.fa-pull-left {
  margin-right: 0.3em;
}

.sl-wrapper .sl-navigation button:before.fa-pull-right {
  margin-left: 0.3em;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 15px;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 15px;
}

.sl-wrapper .sl-navigation button.sl-next:before {
  content: "\f105";
}

.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: solid 5px #fff;
}

.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 2010;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.webui-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  width: auto;
  min-height: 50px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 767px) {
  .webui-popover {
    display: none !important;
  }
}

.webui-popover.top,
.webui-popover.top-left,
.webui-popover.top-right {
  margin-top: -10px;
}

.webui-popover.right,
.webui-popover.right-top,
.webui-popover.right-bottom {
  margin-left: 10px;
}

.webui-popover.bottom,
.webui-popover.bottom-left,
.webui-popover.bottom-right {
  margin-top: 10px;
}

.webui-popover.left,
.webui-popover.left-top,
.webui-popover.left-bottom {
  margin-left: -10px;
}

.webui-popover-inner .close {
  font-family: arial;
  margin: 5px 10px 0 0;
  float: right;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  text-decoration: none;
}

.webui-popover-inner .close:hover,
.webui-popover-inner .close:focus {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.webui-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.webui-popover-content {
  padding: 5px;
  overflow: auto;
}

.webui-popover-inverse {
  background-color: #333;
  color: #eee;
}

.webui-popover-inverse .webui-popover-title {
  background: #3b3b3b;
  border-bottom: none;
  color: #eee;
}

.webui-no-padding .webui-popover-content {
  padding: 0;
}

.webui-no-padding .list-group-item {
  border-right: none;
  border-left: none;
}

.webui-no-padding .list-group-item:first-child {
  border-top: 0;
}

.webui-no-padding .list-group-item:last-child {
  border-bottom: 0;
}

.webui-popover > .arrow,
.webui-popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.webui-popover > .arrow {
  border-width: 11px;
}

.webui-popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.webui-popover.top > .arrow,
.webui-popover.top-right > .arrow,
.webui-popover.top-left > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.webui-popover.top > .arrow:after,
.webui-popover.top-right > .arrow:after,
.webui-popover.top-left > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.webui-popover.right > .arrow,
.webui-popover.right-top > .arrow,
.webui-popover.right-bottom > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.webui-popover.right > .arrow:after,
.webui-popover.right-top > .arrow:after,
.webui-popover.right-bottom > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.webui-popover.bottom > .arrow,
.webui-popover.bottom-right > .arrow,
.webui-popover.bottom-left > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.webui-popover.bottom > .arrow:after,
.webui-popover.bottom-right > .arrow:after,
.webui-popover.bottom-left > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
}

.webui-popover.left > .arrow,
.webui-popover.left-top > .arrow,
.webui-popover.left-bottom > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.webui-popover.left > .arrow:after,
.webui-popover.left-top > .arrow:after,
.webui-popover.left-bottom > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.webui-popover-inverse.top > .arrow,
.webui-popover-inverse.top-left > .arrow,
.webui-popover-inverse.top-right > .arrow,
.webui-popover-inverse.top > .arrow:after,
.webui-popover-inverse.top-left > .arrow:after,
.webui-popover-inverse.top-right > .arrow:after {
  border-top-color: #333;
}

.webui-popover-inverse.right > .arrow,
.webui-popover-inverse.right-top > .arrow,
.webui-popover-inverse.right-bottom > .arrow,
.webui-popover-inverse.right > .arrow:after,
.webui-popover-inverse.right-top > .arrow:after,
.webui-popover-inverse.right-bottom > .arrow:after {
  border-right-color: #333;
}

.webui-popover-inverse.bottom > .arrow,
.webui-popover-inverse.bottom-left > .arrow,
.webui-popover-inverse.bottom-right > .arrow,
.webui-popover-inverse.bottom > .arrow:after,
.webui-popover-inverse.bottom-left > .arrow:after,
.webui-popover-inverse.bottom-right > .arrow:after {
  border-bottom-color: #333;
}

.webui-popover-inverse.left > .arrow,
.webui-popover-inverse.left-top > .arrow,
.webui-popover-inverse.left-bottom > .arrow,
.webui-popover-inverse.left > .arrow:after,
.webui-popover-inverse.left-top > .arrow:after,
.webui-popover-inverse.left-bottom > .arrow:after {
  border-left-color: #333;
}

.webui-popover i.icon-refresh:before {
  content: "";
}

.webui-popover i.icon-refresh {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  top: 50%;
  left: 50%;
  position: absolute;
  background: url("/static/dist/img/loading.gif") no-repeat;
}

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* 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;
  margin-left: auto;
  margin-right: auto;
}

.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("/static/dist/./ajax-loader.gif") center center no-repeat;
}

/* 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-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus: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: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("/static/dist/fonts/slick.eot");
  src: url("/static/dist/fonts/slick.eot?#iefix") format('embedded-opentype'), url("/static/dist/fonts/slick.woff") format('woff'), url("/static/dist/fonts/slick.ttf") format('truetype'), url("/static/dist/fonts/slick.svg#slick") format('svg');
}

.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: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.offers-slider .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.offers-slider .slick-arrow {
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .offers-slider .slick-arrow {
    background: rgba(0, 0, 0, 0);
  }
}

.offers-slider .slick-arrow::before {
  color: #fff;
  opacity: 1;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .offers-slider .slick-arrow::before {
    color: #848484;
    background: rgba(0, 0, 0, 0);
  }
}

.offers-slider .slick-arrow:hover {
  background: #006d8a;
}

.offers-slider .slick-arrow:hover::before {
  color: white;
}

.offers-slider .slick-prev {
  left: -15px !important;
}

@media screen and (max-width: 767px) {
  .offers-slider .slick-prev {
    top: 30% !important;
  }
}

@media screen and (min-width: 768px) {
  .offers-slider .slick-prev {
    left: -45px !important;
  }
}

.offers-slider .slick-next {
  right: -15px !important;
}

@media screen and (max-width: 767px) {
  .offers-slider .slick-next {
    top: 30% !important;
  }
}

@media screen and (min-width: 768px) {
  .offers-slider .slick-next {
    right: -45px !important;
  }
}

.slick-arrow {
  z-index: 99;
  font-size: 30px;
  text-align: center;
  height: 35px;
  width: 35px;
}

@media screen and (min-width: 768px) {
  .slick-arrow {
    font-size: 40px;
    height: 45px;
    width: 45px;
  }
}

.slick-arrow::before {
  color: #909090;
}

.slick-arrow.slick-prev {
  left: 25px;
}

.slick-arrow.slick-prev::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f104";
}

.slick-arrow.slick-prev::before.fa-pull-left {
  margin-right: 0.3em;
}

.slick-arrow.slick-prev::before.fa-pull-right {
  margin-left: 0.3em;
}

.slick-arrow.slick-next {
  right: 25px;
}

.slick-arrow.slick-next::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f105";
}

.slick-arrow.slick-next::before.fa-pull-left {
  margin-right: 0.3em;
}

.slick-arrow.slick-next::before.fa-pull-right {
  margin-left: 0.3em;
}

@media screen and (max-width: 1240px) {
  .c-block-holder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.c-block-holder .block {
  clear: none;
  margin-bottom: 0;
}

.c-block-holder .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.c-block-holder .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  text-align: center;
  overflow: hidden;
}

@media screen and (min-width: 1240px) {
  .c-block-holder .slick-arrow {
    background: rgba(0, 0, 0, 0);
  }
}

.c-block-holder .slick-arrow::before {
  color: #fff;
  opacity: 1;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 1240px) {
  .c-block-holder .slick-arrow::before {
    color: #848484;
    background: rgba(0, 0, 0, 0);
  }
}

.c-block-holder .slick-arrow:hover {
  background: #006d8a;
}

.c-block-holder .slick-arrow:hover::before {
  color: white;
}

.c-block-holder .slick-prev {
  left: -40px !important;
}

@media screen and (max-width: 767px) {
  .c-block-holder .slick-prev {
    top: 30% !important;
  }
}

@media screen and (min-width: 1240px) {
  .c-block-holder .slick-prev {
    left: -55px !important;
  }
}

.c-block-holder .slick-next {
  right: -40px !important;
}

@media screen and (max-width: 767px) {
  .c-block-holder .slick-next {
    top: 30% !important;
  }
}

@media screen and (min-width: 1240px) {
  .c-block-holder .slick-next {
    right: -55px !important;
  }
}

#main {
  transition: ease-in-out 0.2s all;
}

#main body.startpage,
body.bodynotstart.edit-mode #main {
  overflow: hidden;
}

.affix-top ~ #main {
  padding-top: 75px;
}

@media screen and (max-width: 991px) {
  .affix-top ~ #main {
    padding-top: 55px;
  }
}

@media screen and (max-width: 767px) {
  .affix-top ~ #main {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}

p.img-holder {
  margin-left: -15px;
  margin-right: -15px;
}

p.img-holder img {
  position: relative;
  float: left;
  width: 33.33333333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  p.img-holder img {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  p.p-left,
  p.p-right {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

p.p-left {
  float: left;
  margin: 0 10px 10px 0;
}

p.p-right {
  float: right;
  margin: 0 0 10px 10px;
}

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

.main-footer .text-center a {
  display: inline-block;
}

a.open-media {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

a.open-media,
a.open-media:before,
a.open-media:after {
  -webkit-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -webkit-transition: all all 0.1s ease-in ease-out;
  -moz-transition: all all 0.1s ease-in ease-out;
  -o-transition: all all 0.1s ease-in ease-out;
  transition: all all 0.1s ease-in ease-out;
}

a.open-media:before {
  content: "\00a0";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 109, 138, 0);
}

a.open-media:after {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "f";
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
  font-size: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

a.open-media:hover:before,
a.open-media:focus:before {
  background: rgba(0, 109, 138, 0.5);
}

a.open-media:hover:after,
a.open-media:focus:after {
  font-size: 44px;
  margin-top: -22px;
  margin-left: -22px;
}

img.auto-width {
  width: auto !important;
}

.phone-number-text {
  font-family: "Montserrat", Arial;
  font-weight: 500;
  font-size: 20px;
  color: inherit;
}

.phone-number-icon {
  padding-left: 35px;
  position: relative;
}

.phone-number-icon:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f10b";
  color: #006d8a;
  font-size: 48px;
  position: absolute;
  left: 0;
  top: 0;
}

.phone-number-icon:before.fa-pull-left {
  margin-right: 0.3em;
}

.phone-number-icon:before.fa-pull-right {
  margin-left: 0.3em;
}

.signature {
  color: #666666;
}

.price-example {
  border: #d1d1d1 solid 1px;
}

p.table-columns {
  display: table;
}

p.table-columns span.table-col {
  display: table-cell;
  padding-left: 10px;
}

p.table-columns span.table-col:first-child {
  width: 10%;
  padding-left: 0;
}

.btn,
.btn-default,
.btn-lg,
.btn-group-lg > .btn {
  border-radius: 0;
}

.btn-default:not(.btn) {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}

.btn-default:not(.btn):focus,
.btn-default:not(.btn):active:focus,
.btn-default:not(.btn).active:focus,
.btn-default:not(.btn).focus,
.btn-default:not(.btn):active.focus,
.btn-default:not(.btn).active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-default:not(.btn):hover,
.btn-default:not(.btn):focus,
.btn-default:not(.btn).focus {
  color: #000;
  text-decoration: none;
}

.btn-default:not(.btn):active,
.btn-default:not(.btn).active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default:not(.btn).disabled,
.btn-default:not(.btn)[disabled],
fieldset[disabled] .btn-default:not(.btn) {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-default:not(.btn).disabled,
fieldset[disabled] a.btn-default:not(.btn) {
  pointer-events: none;
}

.btn-default:not(.btn):active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-default:not(.btn).btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  border-radius: 0;
}

.btn-primary:not(.btn) {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.625;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
  color: #000;
  background-color: #ffe366;
  border-color: #ffe366;
}

.btn-primary:not(.btn):focus,
.btn-primary:not(.btn):active:focus,
.btn-primary:not(.btn).active:focus,
.btn-primary:not(.btn).focus,
.btn-primary:not(.btn):active.focus,
.btn-primary:not(.btn).active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-primary:not(.btn):hover,
.btn-primary:not(.btn):focus,
.btn-primary:not(.btn).focus {
  color: #000;
  text-decoration: none;
}

.btn-primary:not(.btn):active,
.btn-primary:not(.btn).active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-primary:not(.btn).disabled,
.btn-primary:not(.btn)[disabled],
fieldset[disabled] .btn-primary:not(.btn) {
  cursor: not-allowed;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  -webkit-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a.btn-primary:not(.btn).disabled,
fieldset[disabled] a.btn-primary:not(.btn) {
  pointer-events: none;
}

.btn-primary:not(.btn):active {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.btn-primary:not(.btn):focus,
.btn-primary:not(.btn).focus {
  color: #000;
  background-color: #ffda33;
  border-color: #e5bb00;
}

.btn-primary:not(.btn):hover {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd829;
}

.btn-primary:not(.btn):active,
.btn-primary:not(.btn).active,
.open > .dropdown-toggle.btn-primary:not(.btn) {
  color: #000;
  background-color: #ffda33;
  border-color: #ffd829;
}

.btn-primary:not(.btn):active:hover,
.btn-primary:not(.btn).active:hover,
.open > .dropdown-toggle.btn-primary:not(.btn):hover,
.btn-primary:not(.btn):active:focus,
.btn-primary:not(.btn).active:focus,
.open > .dropdown-toggle.btn-primary:not(.btn):focus,
.btn-primary:not(.btn):active.focus,
.btn-primary:not(.btn).active.focus,
.open > .dropdown-toggle.btn-primary:not(.btn).focus {
  color: #000;
  background-color: #ffd30f;
  border-color: #e5bb00;
}

.btn-primary:not(.btn):active,
.btn-primary:not(.btn).active,
.open > .dropdown-toggle.btn-primary:not(.btn) {
  background-image: none;
}

.btn-primary:not(.btn).disabled:hover,
.btn-primary:not(.btn)[disabled]:hover,
fieldset[disabled] .btn-primary:not(.btn):hover,
.btn-primary:not(.btn).disabled:focus,
.btn-primary:not(.btn)[disabled]:focus,
fieldset[disabled] .btn-primary:not(.btn):focus,
.btn-primary:not(.btn).disabled.focus,
.btn-primary:not(.btn)[disabled].focus,
fieldset[disabled] .btn-primary:not(.btn).focus {
  background-color: #ffe366;
  border-color: #ffe366;
}

.btn-primary:not(.btn) .badge {
  color: #ffe366;
  background-color: #000;
}

.btn-primary:not(.btn).btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  border-radius: 0;
}

.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
}

.close-modal:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 10px 0 0;
  content: "\f00d";
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.35);
}

.close-modal:before.fa-pull-left {
  margin-right: 0.3em;
}

.close-modal:before.fa-pull-right {
  margin-left: 0.3em;
}

.close-modal:hover:before,
.close-modal:focus:before {
  background: #ffffff;
}

iframe {
  border: none;
  width: 100%;
}

a:focus {
  outline: solid 1px #006d8a;
}

a:hover,
a:focus,
a:active {
  color: #0a404e;
  text-decoration: underline;
}

a:hover,
a:active {
  outline: 0;
}

a.special-link {
  clear: both;
  display: block;
  padding: 10px;
  border: solid 1px #d1d1d1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

a.special-link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #137892;
  content: "\f054";
}

a.special-link:before.fa-pull-left {
  margin-right: 0.3em;
}

a.special-link:before.fa-pull-right {
  margin-left: 0.3em;
}

a.word-link {
  display: inline-block;
  color: #137892;
  position: relative;
}

a.word-link:before {
  content: "\00a0";
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: dotted 1px #137892;
  margin-bottom: 2px;
}

a.word-link:hover,
a.word-link:focus {
  color: #0a404e;
  text-decoration: none;
}

a.word-link:hover:before,
a.word-link:focus:before {
  border-color: #0a404e;
}

.map-link {
  display: inline-block;
  font-size: 14px;
}

.map-link:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  content: "\f041";
  font-size: 18px;
}

.map-link:before.fa-pull-left {
  margin-right: 0.3em;
}

.map-link:before.fa-pull-right {
  margin-left: 0.3em;
}

.main-article {
  clear: both;
  position: relative;
}

.main-article header {
  margin-bottom: 15px;
}

.main-article header .meta {
  display: block;
  color: #000;
  margin-top: 14px;
}

@media screen and (min-width: 768px) {
  .main-article {
    margin-bottom: 30px;
  }
}

.quick-links-row {
  margin-bottom: 0px;
}

.table-responsive {
  border: none;
}

.contact-form-wrapper {
  border: solid 1px #d1d1d1;
}

.contact-form-wrapper h2 {
  margin: 0;
  padding: 10px 10px;
  background: #242424;
  color: #fff;
}

.contact-form-wrapper h2 span {
  display: inline-block;
  margin-right: 10px;
  text-transform: none;
  font-size: 16px;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.contact-form-wrapper table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  margin: 0 !important;
}

.contact-form-wrapper table th,
.contact-form-wrapper table td {
  border-top: solid 1px #d1d1d1;
  padding: 5px 10px !important;
}

.contact-form-wrapper table tr:last-child td {
  background: #f0f2f3;
  padding: 10px 10px;
}

.contact-form-wrapper input[type="text"],
.contact-form-wrapper textarea {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .contact-form-wrapper h2 {
    padding: 10px 20px;
  }

  .contact-form-wrapper table tr:last-child td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

.page-active-bg {
  display: none;
}

@media screen and (min-width: 768px) {
  .page-active-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.65);
    z-index: 200;
    top: 0;
    left: 0;
    display: none;
  }

  .page-active-bg.open {
    display: block;
  }
}

.dropdown-backdrop {
  position: static !important;
}

#content,
#sub-nav,
.audience-link-container {
  outline: none;
}

.drop-area .container > .row,
.drop-area .container .rel-articles-list > .row {
  clear: both;
}

.drop-area.drop-area-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.drop-area.drop-article > .row:last-child {
  margin-bottom: 0;
}

.lb-outerContainer,
.lightbox .lb-image {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.lb-data .lb-closeContainer .lb-close {
  background-image: none;
  color: #fff;
  background: transparent;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: solid 1px #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 2015;
}

.lb-data .lb-closeContainer .lb-close:hover,
.lb-data .lb-closeContainer .lb-close:focus {
  color: #006d8a;
  background: #fff;
}

.lb-data .lb-closeContainer .lb-close:before {
  display: inline-block;
  font-family: "stoten";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  content: "c";
}

.editor .embed-responsive {
  margin-bottom: 30px;
}

.sale-img img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.sale-price {
  display: inline-block;
}

.sale-price strong {
  font-size: 28px;
  color: #952f17;
}

.sale-price + p {
  display: inline-block;
  float: right;
}

.breadcrumb-wrapper {
  text-align: center;
  margin-top: 15px;
}

header + .breadcrumb-wrapper {
  margin-top: 0;
}

.breadcrumb-wrapper .breadcrumb {
  margin: 0 auto 30px;
}

.modal .modal-header {
  color: #fff;
  background: #006d8a;
}

.modal .btn[data-dismiss="modal"] {
  color: #fff;
  margin-left: auto;
}

.modal.show {
  display: flex !important;
  align-items: center;
  height: 100%;
}

.modal-open .modal {
  visibility: visible;
}

#_hj_feedback_container > div:first-child {
  bottom: 15px;
  right: 90px;
}

#_hj_feedback_container > div + div {
  bottom: 70px;
  right: 90px;
}

._hj_feedback_container {
  position: relative;
  z-index: 9;
}
/* Preload images */
body:after {
    content: url(/Static/dist/images/close.png) url(/Static/dist/images/loading.gif) url(/Static/images/prev.png) url(/Static/dist/images/next.png);
    display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/Static/dist/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/Static/dist/images/prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/Static/dist/images/next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(/Static/dist/images/close.png) top right no-repeat;
        text-align: right;
        outline: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: 0.7;
        -webkit-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
        transition: opacity 0.2s;
    }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

