/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
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;
  }
}

.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-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%;
  min-height: 1px;
  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: none;
}

.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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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: none;
  }
  .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%;
  }
}
.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 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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
}
/* Scss Document */
/* http://mmenu.frebsite.nl/documentation/core/scss.html */
.mm-menu {
  --mm-color-background: #ffffff;
  --mm-color-background-highlight: #000000;
  --mm-color-background-emphasis: #ffffff;
  --mm-color-text: #354B54;
  --mm-color-text-dimmed: #354B54;
  --mm-color-button: #354B54;
  --mm-color-border: #000000;
  --mm-line-height: 40px;
  --mm-navbar-size: 50px;
  --mm-offset-top: 0px;
  border-top: #354B54 20px solid;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 2px 17px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 30px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 60px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-6px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(6px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(6px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-6px, -7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-6px, 7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(6px, -7.5px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(6px, 7.5px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -60px;
  top: -60px;
  transform: translate3d(60px, 60px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -60px;
  top: -60px;
  transform: translate3d(-60px, 60px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -60px;
  top: 60px;
  transform: translate3d(60px, -60px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -60px;
  top: 60px;
  transform: translate3d(-60px, -60px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(4.2857142857px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

.bcg1 {
  background: no-repeat;
  /*background-size: cover;*/
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  top: 0;
  right: 0;
  background-color: #000;
}

/*@media (min-width: 1600px) {
.bcg1 {
  background-size: cover;
  }
}*/
@media (max-width: 922px) {
  .bcg1 {
    background-size: cover;
    background-position-y: 0px !important;
  }
}
#parallax01 {
  position: relative;
  overflow: hidden;
  background-color: #000000;
  z-index: 100;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
/*$fs-XS: 1.3vh;
$fs-S: 1.5vh;
$fs-M: 1.8vh;
$fs-L: 2.5vh;
$fs-XL: 3vh;
$fs-XXL: 4.5vh;


$lh-XS: 1.3vh;
$lh-S: 1.5vh;
$lh-M: 1.8vh;
$lh-L: 2.5vh;
$lh-XL: 3vh;
$lh-XXL: 4.5vh;*/
/* RESPONSIVE FONT-SIZE */
/* RESPONSIVE LINE-HEIGHT */
/* local fonts start */
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-regular.woff") format("woff"), url("../fonts/open-sans-v27-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v27-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-500.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-500.woff") format("woff"), url("../fonts/open-sans-v27-latin-500.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-500.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v27-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-700.woff") format("woff"), url("../fonts/open-sans-v27-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v27-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-600.woff") format("woff"), url("../fonts/open-sans-v27-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?enzo3t");
  src: url("../fonts/icons.eot?enzo3t#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?enzo3t") format("truetype"), url("../fonts/icons.woff?enzo3t") format("woff"), url("../fonts/icons.svg?enzo3t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list4:before {
  content: "\e930";
}

.icon-home2:before {
  content: "\e601";
}

.icon-pencil:before {
  content: "\e60d";
}

.icon-toggle-off:before {
  content: "\e670";
}

.icon-toggle-on:before {
  content: "\e671";
}

.icon-cog:before {
  content: "\e672";
}

.icon-trash2:before {
  content: "\e681";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-paperclip:before {
  content: "\e698";
}

.icon-clipboard-text:before {
  content: "\e6cb";
}

.icon-headset:before {
  content: "\e6f0";
}

.icon-play:before {
  content: "\e6f7";
}

.icon-user:before {
  content: "\e71e";
}

.icon-cart:before {
  content: "\e74d";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-map-marker:before {
  content: "\e77a";
}

.icon-gift:before {
  content: "\e7ff";
}

.icon-thumbs-up2:before {
  content: "\e91b";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-zoom-in:before {
  content: "\e925";
}

.icon-zoom-out:before {
  content: "\e926";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-cross2:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-percent:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

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

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

.icon-expand:before {
  content: "\e94a";
}

.icon-rulers:before {
  content: "\e97a";
}

.icon-square:before {
  content: "\e98d";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-cross-square:before {
  content: "\e99a";
}

/* local fonts end */
strong {
  font-weight: 600;
}

hr {
  border: 0;
  background-color: #354B54;
  height: 1px;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  display: block;
}

a {
  color: #B49C11;
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: 600;
  font-size: 2.5vh;
  line-height: 2.5vh;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h2 span {
  font-weight: normal;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  h3 {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  h3 {
    line-height: 2.4vh;
  }
}

h4 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  h4 {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  h4 {
    line-height: 2.4vh;
  }
}

h5 {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  /*	h1 {
  		font-size:24px !important; 
  		line-height:24px !important;
  		-moz-hyphens: auto;
  		-o-hyphens: auto;
  		-webkit-hyphens: auto;
  		-ms-hyphens: auto;
  		hyphens: auto;
     }
  	h2 {font-size:24px; line-height:24px;}
  	h3 {font-size:20px; line-height:20px;}
  	h4 {font-size:18px; line-height:18px;}*/
}
/*FORM INPUT STYLES*/
input {
  font-family: "Open Sans", sans-serif;
}

input[type=text], input[type=email], input[type=password], textarea, select {
  font-weight: normal;
  color: #000000;
  border: none;
  background-color: #ebebeb;
  height: auto;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;*/
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 17px;
}
@media screen and (min-width: 1280px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: 1.7vh;
  }
}

.checkbox input[type=hidden] {
  visibility: hidden;
  z-index: -999999999 !important;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* z-index: 999999; */
}

/* Create a custom checkbox */
.checkbox .checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: #000000 1px solid;
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px -50px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.checkbox input[type=checkbox]:checked ~ .checkbox-span {
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px 0px;
  background-size: 16px 16px;
  background-color: #FFFFFF;
}

/*input[type="password"] {
	font-weight:normal;
	color: #000000;
	border: 1px #999999 solid;
	background-color: #ffffff;
	height:auto;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	cursor: pointer;
	text-align:left;
	width: auto;
}*/
input[type=submit] {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  background-color: #475D68;
  border: #475D68 1px solid;
  width: 100%;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=submit] {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=submit] {
    line-height: 2.4vh;
  }
}

input[type=file] {
  font-weight: bold;
  color: #FFFFFF;
  height: auto;
  border: 1px #999999 solid;
  background-color: #B49C11;
  width: auto;
  height: auto;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  text-align: left;
}

/*input[type="text"], input[type="password"] , input[type="email"], textarea, select {
  border: 1px solid $color2;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="submit"] {
  border: 1px solid $color3;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid $color4;
}*/
/*styled select*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: #A32E3F 1px solid;
  width: 100%;
  height: 4vh;
  -moz-padding-start: 7px;
  padding-left: 1vh;
  background: #FFFFFF;
  color: #354B54;
  font-size: 14px;
  line-height: 14px;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
@media screen and (min-width: 1280px) {
  select {
    font-size: 15px;
  }
}
@media screen and (min-width: 1980px) {
  select {
    font-size: 1.5vh;
  }
}
@media screen and (min-width: 1280px) {
  select {
    line-height: 15px;
  }
}
@media screen and (min-width: 1980px) {
  select {
    line-height: 1.5vh;
  }
}

.select-wrapper {
  /* ... */
  position: relative;
}

.select-wrapper::before {
  font-family: icons;
  content: "\e93a";
  font-size: 17px;
  line-height: 5vh;
  /*line-height: 4vh;*/
  position: absolute;
  right: 0;
  top: 0;
  color: #FFFFFF;
  height: 4vh;
  width: 4vh;
  background-color: #B49C11;
  pointer-events: none;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .select-wrapper::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  .select-wrapper::before {
    font-size: 1.7vh;
  }
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

.placeholder {
  color: #000000;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
/*$fs-XS: 1.3vh;
$fs-S: 1.5vh;
$fs-M: 1.8vh;
$fs-L: 2.5vh;
$fs-XL: 3vh;
$fs-XXL: 4.5vh;


$lh-XS: 1.3vh;
$lh-S: 1.5vh;
$lh-M: 1.8vh;
$lh-L: 2.5vh;
$lh-XL: 3vh;
$lh-XXL: 4.5vh;*/
/* RESPONSIVE FONT-SIZE */
/* RESPONSIVE LINE-HEIGHT */
/* CSS Document */
/* BASICS */
body, html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #354B54;
  background-color: #ffffff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 1280px) {
  body, html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  body, html {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  body, html {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  body, html {
    line-height: 2.4vh;
  }
}

.head {
  position: fixed;
  height: 13vh;
  min-height: 100px;
  z-index: 10000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.1+0,0.01+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.02) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.02) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.02) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1a000000", endColorstr="#03ffffff",GradientType=0 ); /* IE6-9 */
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.head .logo-wrapper {
  overflow: hidden;
  margin-top: 4vh;
  margin-right: 0vw;
  height: 6.5vh;
  max-height: 6.5vh;
  width: 7.6vh;
  min-height: 60px;
  min-width: 70px;
  display: block;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.head .logo-wrapper img {
  height: 100%;
  width: auto;
}

.head .nav-button-container {
  display: none;
  padding-top: 3vh;
}

.head.scroll-state {
  background: none;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.head.scroll-state .logo-wrapper {
  min-width: 220px;
  width: 14vw;
}

/*MODUL TEASER WITH FLEX POS TXT*/
.modul-teaser {
  position: relative;
  z-index: 9000;
  overflow: hidden;
  background-color: #000000;
}

.modul-teaser .image-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 7000;
}

.modul-teaser .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modul-teaser .text-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 8000;
  /*temp felxible setup*/
  padding-top: 40vh;
  padding-left: 50vw;
  padding-right: 5vh;
}

/*sizes*/
.modul-teaser.xl {
  height: 90vh;
}
.modul-teaser.xl .image-wrapper {
  height: 90vh;
}
.modul-teaser.xl .text-wrapper {
  height: 90vh;
}

.modul-teaser.l {
  height: 70vh;
}
.modul-teaser.l .image-wrapper {
  height: 70vh;
}
.modul-teaser.l .text-wrapper {
  height: 70vh;
}

.modul-teaser.m {
  height: 50vh;
}
.modul-teaser.m .image-wrapper {
  height: 50vh;
}
.modul-teaser.m .text-wrapper {
  height: 50vh;
}

.modul-teaser.s {
  height: 30vh;
}
.modul-teaser.s .image-wrapper {
  height: 30vh;
}
.modul-teaser.s .text-wrapper {
  height: 30vh;
}

.modul-teaser .text-wrapper h1 {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 4vh;
  line-height: 5vh;
}

/*MODUL TICKER*/
.modul-newsticker {
  position: relative;
  background-color: #A32E3F;
  overflow: hidden;
}

.modul-newsticker a {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}

.modul-newsticker a:hover {
  /*text-decoration: underline;*/
}

/*MODUL TARGETS WITH ICONS*/
.modul-targets {
  background-color: #FFFFFF;
}

.modul-targets.grey {
  background-color: #ebebeb;
}

.modul-targets a {
  text-decoration: none;
  color: #B49C11;
}

.modul-targets .container {
  padding-top: 8vh !important;
  padding-bottom: 8vh !important;
}

.modul-targets span.icon {
  display: block;
  padding-bottom: 3vh;
}

.modul-targets span.icon img {
  height: 5vh;
  width: auto;
}

.modul-targets .col-lg-4 {
  padding-right: 2vw !important;
}

/*MODUL TOP NEWS*/
.modul-top-news {
  position: relative;
  z-index: 1000;
}

.modul-top-news.grey {
  background-color: #ebebeb;
}

.modul-top-news h2 {
  padding-bottom: 5vh;
}

.modul-top-news .container {
  padding-top: 8vh !important;
  padding-bottom: 8vh !important;
}

.modul-top-news-image-wrapper {
  margin-bottom: 2vh;
  background-color: #ebebeb;
  min-height: 15vh;
  margin-right: 2px !important;
}

.modul-top-news-image-wrapper img {
  width: 100%;
  height: auto;
}

.modul-top-news-headline {
  color: #B49C11;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 2vw !important;
}

.modul-top-news-date-category {
  color: #B49C11;
  text-transform: uppercase;
  margin-bottom: 2vh;
  padding-right: 2vw !important;
}

.modul-top-news-teaser {
  padding-bottom: 4vh;
  min-height: 16vh;
  overflow: hidden;
  padding-right: 2vw !important;
  padding-right: 2vw !important;
}

a.modul-top-news-more {
  position: absolute;
  color: #B49C11;
  width: 100%;
  bottom: 0;
  padding-top: 4vh;
  text-decoration: none;
  z-index: 2000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0.01+0,1+56,1+100 */
  /*    background: -moz-linear-gradient(top,  rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.89) 50%, rgba(255,255,255,1) 56%, rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(top,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.89) 50%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
      background: linear-gradient(to bottom,  rgba(255,255,255,0.01) 0%,rgba(255,255,255,0.89) 50%,rgba(255,255,255,1) 56%,rgba(255,255,255,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03ffffff', endColorstr='#ffffff',GradientType=0 ); */
}

/*MODUL TOP DATES*/
.modul-top-dapreev {
  position: relative;
  z-index: 1000;
}

.modul-top-dapreev h2 {
  padding-bottom: 5vh;
}

.modul-top-dapreev span.icon {
  display: block;
  padding-bottom: 3vh;
}

.modul-top-dapreev span.icon img {
  height: 5vh;
  width: auto;
}

.modul-top-dapreev .container {
  padding-top: 12vh !important;
  padding-bottom: 12vh !important;
}

.modul-top-dapreev-headline {
  color: #B49C11;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 2vw !important;
}

.modul-top-dapreev-date-category {
  color: #B49C11;
  text-transform: uppercase;
  margin-bottom: 2vh;
  padding-right: 2vw !important;
}

.modul-top-dapreev-teaser {
  color: #FFFFFF;
  padding-bottom: 4vh;
  min-height: 16vh;
  overflow: hidden;
  padding-right: 2vw !important;
}

a.modul-top-dapreev-more {
  position: absolute;
  color: #B49C11;
  width: 100%;
  bottom: 0;
  padding-top: 4vh;
  text-decoration: none;
  z-index: 2000;
}

/*BG GREY CLEAN VERSION*/
.modul-top-dapreev.grey {
  background-color: #ebebeb;
}

.modul-top-dapreev.grey .modul-top-dapreev-teaser {
  color: #354B54;
}

/*MODUL PRIME PARTNER*/
.modul-partner.grey {
  background-color: #ebebeb;
}

.modul-partner .container {
  padding-top: 8vh !important;
  padding-bottom: 8vh !important;
}

.modul-partner h3 {
  padding-right: 2vw !important;
  padding-bottom: 2vh;
}

.modul-partner a {
  margin-right: 1vh !important;
  margin-bottom: 1vh !important;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  width: calc(20% - 1vh);
  float: left;
  /*background-color: $color2;*/
  /*    border-bottom: rgba(0,0,0,0) 1px solid;
      -moz-transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;*/
}

.modul-partner.prime a {
  width: calc(10% - 1vh);
}

.modul-partner a:hover {
  /*background-color: $color6;*/
  /*border-bottom: $color3 1px solid;*/
}

.modul-partner a img {
  width: auto;
  padding: 5px;
  height: auto;
  margin: 0 auto;
  max-width: 7.5vw;
  max-height: 7.5vh;
}

/*MODUL UNI BOX*/
.modul-uni-box.grey {
  background-color: #ebebeb;
}

.modul-uni-box h2 {
  padding-bottom: 5vh;
}

.modul-uni-box h3 {
  padding-bottom: 2vh;
}

.modul-uni-box a {
  color: #B49C11;
  text-decoration: none;
  display: block;
}

.modul-uni-box a.company-link {
  display: inline-block;
}

.modul-uni-box .container {
  padding-top: 5vh !important;
  padding-bottom: 5vh !important;
}

.modul-uni-box .col-lg-43, .modul-uni-box .col-lg-4, .modul-uni-box .col-lg-6, .modul-uni-box .col-lg-8, .modul-uni-box .col-lg-9, .modul-uni-box .col-lg {
  padding-right: 2vw !important;
}

.modul-uni-box .column-right img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 3vh;
}

.modul-uni-box .social {
  float: none;
  margin-top: 0.5vh;
  margin-left: 0;
}

.quote-box {
  background-color: #B49C11;
  color: #FFFFFF;
  padding-top: 4vh;
  padding-bottom: 4vh;
  padding-right: 4vh;
  margin-top: 3vh;
  margin-bottom: 2vh;
}

.quote-box .quote-box-inner {
  background-image: url("../../Public/Images/icon-quote_fff.svg");
  background-repeat: no-repeat;
  background-size: 5vw;
  background-position: 0 0;
  padding-left: 6.5vw;
  padding-top: 1.5vw;
}

.image-text-box .col-lg-4 {
  padding-right: 0 !important;
}

.image-text-box .col-lg-8 {
  padding-left: 2vw !important;
}

.image-text-box img {
  width: 5vh;
  height: auto;
  margin-right: 2vw;
  margin-bottom: 2vh;
}

.image-text-box.img-full-width {
  margin-bottom: 2vh;
}

.image-text-box.img-full-width img {
  width: 100% !important;
  padding-right: 0;
  margin-top: 1vh;
}

.tx-ccm-partner .image-text-box.img-full-width img {
  max-height: 160px;
}

.col-12.img-full-width {
  padding: 0 !important;
}

.col-lg-4.img-full-width {
  padding: 0 !important;
}

.col-lg-4.img-full-width .col-12 {
  padding: 0 !important;
}

.col-lg-4.img-full-width .col-12:nth-child(2) {
  padding-right: 2vw !important;
}

.col-lg-4.img-full-width .col-12 img {
  width: 100%;
  height: auto;
  padding-right: 2px;
  padding-bottom: 2vh;
}

.col-12.img-full-width img {
  width: 100%;
  height: auto;
  padding-right: 2px;
}

/*ADVISORY-BOARD IMAGE*/
.advisory-board-box {
  cursor: default;
  margin-right: 2px;
  margin-bottom: 2px;
}

.advisory-board-box .col-12 {
  overflow: hidden;
  position: relative;
}

.advisory-board-text-wrapper {
  position: absolute;
  bottom: -100px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: 2px;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.advisory-board-text-wrapper {
  padding: 1vh;
}

.advisory-board-text-wrapper .advisory-board-box-text-person h3 {
  padding-bottom: 0.5vh;
}

.advisory-board-text-wrapper .advisory-board-box-email {
  position: absolute;
  right: 0.5vw;
  bottom: 0;
  padding: 1vh;
  padding-bottom: 2.5vh;
  font-size: 5.5vh;
}

.advisory-board-box .col-12 img {
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transition: all 0.5s ease-in-out;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.advisory-board-box:hover img {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transform: scale(1.05);
}

.advisory-board-box:hover .advisory-board-text-wrapper {
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.9);
}

/*MODUL COMPETENCE GROUP*/
.modul-competence-group {
  position: relative;
  z-index: 1000;
}

.modul-competence-group h2 {
  padding-bottom: 5vh;
}

.modul-competence-group .col-lg-4 {
  margin-bottom: 4vh;
}

.modul-competence-group .container {
  padding-top: 8vh !important;
  padding-bottom: 5vh !important;
}

.modul-competence-group-image-wrapper {
  margin-bottom: 2vh;
  background-color: #ebebeb;
  min-height: 15vh;
  margin-right: 2px !important;
}

.modul-competence-group-image-wrapper img {
  width: 100%;
  height: auto;
}

.modul-competence-group-headline {
  color: #B49C11;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 2vw !important;
  padding-bottom: 2vw;
}

.modul-competence-group-date-category {
  color: #B49C11;
  text-transform: uppercase;
  margin-bottom: 2vh;
  padding-right: 2vw !important;
}

.modul-competence-group-teaser {
  padding-bottom: 4vh;
  min-height: 16vh;
  overflow: hidden;
  padding-right: 2vw !important;
  padding-right: 2vw !important;
}

a.modul-competence-group-more {
  position: absolute;
  color: #B49C11;
  width: 100%;
  bottom: 0;
  padding-top: 4vh;
  text-decoration: none;
  z-index: 2000;
}

/*MODUL MEMBER MODELS*/
.modul-member-models {
  position: relative;
  z-index: 1000;
}

.modul-member-models .container {
  padding-top: 10vh !important;
  padding-bottom: 7vh !important;
}

.modul-member-models h2 {
  padding-bottom: 5vh;
}

.modul-member-models h3 {
  padding-bottom: 1vh;
}

a.modul-member-models-wrapper {
  color: #354B54;
  background-color: #ebebeb;
  min-height: 15vh;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
  padding-top: 5vh;
  padding-bottom: 5vh;
  text-align: center;
  text-decoration: none;
  display: block;
}

a.modul-member-models-wrapper.gold {
  background-color: #B49C11;
}

a.modul-member-models-wrapper.gold h3 {
  color: #FFFFFF;
}

a.modul-member-models-wrapper span.icon {
  display: block;
  height: 6vh;
  margin-bottom: 2vh;
}

a.modul-member-models-wrapper span.icon img {
  height: 5vh;
  width: auto;
  margin: 0 auto;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.modul-member-models-wrapper:hover span.icon img {
  height: 5.5vh;
}

/*MODUL FILTER*/
.modul-member-filter {
  position: relative;
  z-index: 1000;
}

.modul-member-filter .container {
  padding-top: 2vh !important;
  padding-bottom: 2vh !important;
}

.modul-member-filter .col-12 h3 {
  padding-top: 2vh !important;
  padding-bottom: 1vh !important;
}

a.modul-member-filter-wrapper {
  color: #354B54;
  background-color: #ebebeb;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
  padding: 1vh;
  padding-left: 2vh;
  padding-right: 2vh;
  text-decoration: none;
  display: flex;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.modul-member-filter-wrapper h3 {
  float: left;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  width: calc(100% - 4vw);
  height: 7vh;
  /*hyphens: auto;*/
}

a.modul-member-filter-wrapper span {
  float: left;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  width: 4vw;
  height: 7vh;
}

a.modul-member-filter-wrapper span.icon img {
  width: 2vw;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.modul-member-filter-wrapper span.icon {
  filter: brightness(0) saturate(100%) invert(53%) sepia(99%) saturate(366%) hue-rotate(14deg) brightness(92%) contrast(97%);
}

a.modul-member-filter-wrapper:hover {
  background-color: #B49C11;
}

a.modul-member-filter-wrapper:hover h3 {
  color: #FFFFFF;
}

a.modul-member-filter-wrapper:hover span.icon {
  filter: brightness(0) invert(1);
}

a.modul-member-filter-wrapper:hover span.icon img {
  width: 2.2vw;
}

a.modul-member-filter-wrapper.active {
  background-color: #B49C11;
}

a.modul-member-filter-wrapper.active h3 {
  color: #FFFFFF;
}

a.modul-member-filter-wrapper.active span.icon {
  filter: brightness(0) invert(1);
}

/*MODUL FILTER RESULT*/
.modul-member-result {
  position: relative;
  z-index: 1000;
}

.modul-member-result .container {
  padding-top: 2vh !important;
  padding-bottom: 2vh !important;
}

.modul-member-result .col-12 {
  padding-bottom: 0vh !important;
}

.modul-member-result .col-12 h2 {
  padding-top: 3vh !important;
  padding-bottom: 2vh !important;
}

.modul-member-result .col-12 h3 {
  padding-top: 2vh !important;
  padding-bottom: 1vh !important;
}

a.modul-member-result-wrapper {
  position: relative;
  color: #354B54;
  background-color: #ebebeb;
  min-height: 20vh;
  margin-right: 2px !important;
  margin-bottom: 2px !important;
  text-align: center;
  text-decoration: none;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

a.modul-member-result-wrapper .logo {
  z-index: 1000;
  width: 100%;
}

a.modul-member-result-wrapper .logo img {
  width: 40%;
  height: auto;
  max-height: 150px;
  max-width: 150px;
  margin: 0 auto;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.modul-member-result-wrapper .overlay-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: #B49C11;
  opacity: 0;
  text-align: center;
  text-decoration: none;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a.modul-member-result-wrapper .overlay {
  width: 100%;
}

a.modul-member-result-wrapper .overlay h3 {
  color: #FFFFFF;
  text-decoration: none;
  padding: 1vh;
  margin: 0 auto;
  display: block;
}

a.modul-member-result-wrapper .overlay span.icon {
  display: block;
}

a.modul-member-result-wrapper .overlay span.icon img {
  width: 2vw;
  margin: 0 auto;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

a.modul-member-result-wrapper:hover .overlay-wrapper {
  opacity: 0.95;
}

a.modul-member-result-wrapper:hover .logo img {
  filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
  -webkit-transform: scale(1.05);
}

a.modul-member-result-wrapper:hover .overlay span.icon img {
  width: 3vw;
  margin: 0 auto;
}

/*FOOTER*/
footer {
  background-color: #354B54;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  footer {
    font-size: 15px;
  }
}
@media screen and (min-width: 1980px) {
  footer {
    font-size: 1.5vh;
  }
}
@media screen and (min-width: 1280px) {
  footer {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  footer {
    line-height: 2.4vh;
  }
}

footer .container {
  padding-top: 5vh;
  padding-bottom: 5vh;
}

footer .space {
  padding-bottom: 2vh;
}

footer h3 {
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
}
@media screen and (min-width: 1280px) {
  footer a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1980px) {
  footer a {
    font-size: 1.5vh;
  }
}
@media screen and (min-width: 1280px) {
  footer a {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  footer a {
    line-height: 2.4vh;
  }
}

footer a:hover {
  color: #B49C11;
}

footer .col-lg-3, footer .col-lg-6, footer .col-lg-9 {
  padding-left: 0.5vw !important;
}

footer .footer-bottom {
  background-color: #475D68;
}

footer .footer-bottom .container {
  padding-top: 1vh;
  padding-bottom: 1vh;
}

footer .footer-bottom h3 {
  padding-top: 0.5vh;
  padding-bottom: 0vh;
}

.social {
  position: relative;
  display: block;
  float: right;
  min-width: 30px;
  min-height: 30px;
  width: 3vh;
  height: 3vh;
  margin-left: 2vw;
  background-color: #B49C11;
  border-radius: 50%;
}

.social::before {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.social.fb::before {
  background-image: url("../../Public/Images/social-facebook.svg");
}

.social.in::before {
  background-image: url("../../Public/Images/social-linkedin.svg");
}

.social.tw::before {
  background-image: url("../../Public/Images/social-twitter.svg");
}

.social.ig::before {
  background-image: url("../../Public/Images/social-instagram.svg");
}

/*teaser {}
main {display:none;}
.midbar {display:none;}
footer {display:none;}
*/
/* ADDITIONALS */
.scrollToTop {
  width: auto;
  height: auto;
  padding: 1vh;
  padding-left: 1vh;
  padding-right: 1vh;
  text-align: center;
  background-color: #B49C11;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
  position: fixed;
  bottom: 75px;
  right: 25px;
  display: none;
  font-size: 2.5vh;
  cursor: pointer;
  z-index: 100000;
  border: #B49C11 1px solid;
  border-radius: 2px;
}

.scrollToTop:hover {
  text-decoration: none;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
.row {
  margin-right: 0;
  margin-left: 0;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 992px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row > .col,
  .row > [class*=col-] {
    /*    padding-right: 0px !important;
        padding-left: 0px !important;*/
  }
}
.container {
  width: 90vw !important;
  max-width: 6000px !important;
}

.container-fluid {
  padding: 0 !important;
}

@media (max-width: 1400px) {
  .container {
    /*width:1140px !important;*/
  }
}
@media (max-width: 580px) {
  .container {
    width: 100% !important;
    padding: 0px !important;
  }
}
@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px;
  }
  h1, h3, h3, h4 {
    padding-left: 0px;
  }
  section ul, p {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .news .col-md-4 {
    padding-right: 25px;
  }
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.w-100 {
  display: block;
  width: 100%;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
/*$fs-XS: 1.3vh;
$fs-S: 1.5vh;
$fs-M: 1.8vh;
$fs-L: 2.5vh;
$fs-XL: 3vh;
$fs-XXL: 4.5vh;


$lh-XS: 1.3vh;
$lh-S: 1.5vh;
$lh-M: 1.8vh;
$lh-L: 2.5vh;
$lh-XL: 3vh;
$lh-XXL: 4.5vh;*/
/* RESPONSIVE FONT-SIZE */
/* RESPONSIVE LINE-HEIGHT */
/* local fonts start */
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-regular.woff") format("woff"), url("../fonts/open-sans-v27-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v27-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-500.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-500.woff") format("woff"), url("../fonts/open-sans-v27-latin-500.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-500.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v27-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-700.woff") format("woff"), url("../fonts/open-sans-v27-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v27-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-600.woff") format("woff"), url("../fonts/open-sans-v27-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?enzo3t");
  src: url("../fonts/icons.eot?enzo3t#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?enzo3t") format("truetype"), url("../fonts/icons.woff?enzo3t") format("woff"), url("../fonts/icons.svg?enzo3t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list4:before {
  content: "\e930";
}

.icon-home2:before {
  content: "\e601";
}

.icon-pencil:before {
  content: "\e60d";
}

.icon-toggle-off:before {
  content: "\e670";
}

.icon-toggle-on:before {
  content: "\e671";
}

.icon-cog:before {
  content: "\e672";
}

.icon-trash2:before {
  content: "\e681";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-paperclip:before {
  content: "\e698";
}

.icon-clipboard-text:before {
  content: "\e6cb";
}

.icon-headset:before {
  content: "\e6f0";
}

.icon-play:before {
  content: "\e6f7";
}

.icon-user:before {
  content: "\e71e";
}

.icon-cart:before {
  content: "\e74d";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-map-marker:before {
  content: "\e77a";
}

.icon-gift:before {
  content: "\e7ff";
}

.icon-thumbs-up2:before {
  content: "\e91b";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-zoom-in:before {
  content: "\e925";
}

.icon-zoom-out:before {
  content: "\e926";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-cross2:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-percent:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

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

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

.icon-expand:before {
  content: "\e94a";
}

.icon-rulers:before {
  content: "\e97a";
}

.icon-square:before {
  content: "\e98d";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-cross-square:before {
  content: "\e99a";
}

/* local fonts end */
strong {
  font-weight: 600;
}

hr {
  border: 0;
  background-color: #354B54;
  height: 1px;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  display: block;
}

a {
  color: #B49C11;
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: 600;
  font-size: 2.5vh;
  line-height: 2.5vh;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h2 span {
  font-weight: normal;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  h3 {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  h3 {
    line-height: 2.4vh;
  }
}

h4 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  h4 {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  h4 {
    line-height: 2.4vh;
  }
}

h5 {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  /*	h1 {
  		font-size:24px !important; 
  		line-height:24px !important;
  		-moz-hyphens: auto;
  		-o-hyphens: auto;
  		-webkit-hyphens: auto;
  		-ms-hyphens: auto;
  		hyphens: auto;
     }
  	h2 {font-size:24px; line-height:24px;}
  	h3 {font-size:20px; line-height:20px;}
  	h4 {font-size:18px; line-height:18px;}*/
}
/*FORM INPUT STYLES*/
input {
  font-family: "Open Sans", sans-serif;
}

input[type=text], input[type=email], input[type=password], textarea, select {
  font-weight: normal;
  color: #000000;
  border: none;
  background-color: #ebebeb;
  height: auto;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;*/
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 17px;
}
@media screen and (min-width: 1280px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: 1.7vh;
  }
}

.checkbox input[type=hidden] {
  visibility: hidden;
  z-index: -999999999 !important;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* z-index: 999999; */
}

/* Create a custom checkbox */
.checkbox .checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: #000000 1px solid;
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px -50px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.checkbox input[type=checkbox]:checked ~ .checkbox-span {
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px 0px;
  background-size: 16px 16px;
  background-color: #FFFFFF;
}

/*input[type="password"] {
	font-weight:normal;
	color: #000000;
	border: 1px #999999 solid;
	background-color: #ffffff;
	height:auto;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	cursor: pointer;
	text-align:left;
	width: auto;
}*/
input[type=submit] {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  background-color: #475D68;
  border: #475D68 1px solid;
  width: 100%;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=submit] {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=submit] {
    line-height: 2.4vh;
  }
}

input[type=file] {
  font-weight: bold;
  color: #FFFFFF;
  height: auto;
  border: 1px #999999 solid;
  background-color: #B49C11;
  width: auto;
  height: auto;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  text-align: left;
}

/*input[type="text"], input[type="password"] , input[type="email"], textarea, select {
  border: 1px solid $color2;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="submit"] {
  border: 1px solid $color3;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid $color4;
}*/
/*styled select*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: #A32E3F 1px solid;
  width: 100%;
  height: 4vh;
  -moz-padding-start: 7px;
  padding-left: 1vh;
  background: #FFFFFF;
  color: #354B54;
  font-size: 14px;
  line-height: 14px;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
@media screen and (min-width: 1280px) {
  select {
    font-size: 15px;
  }
}
@media screen and (min-width: 1980px) {
  select {
    font-size: 1.5vh;
  }
}
@media screen and (min-width: 1280px) {
  select {
    line-height: 15px;
  }
}
@media screen and (min-width: 1980px) {
  select {
    line-height: 1.5vh;
  }
}

.select-wrapper {
  /* ... */
  position: relative;
}

.select-wrapper::before {
  font-family: icons;
  content: "\e93a";
  font-size: 17px;
  line-height: 5vh;
  /*line-height: 4vh;*/
  position: absolute;
  right: 0;
  top: 0;
  color: #FFFFFF;
  height: 4vh;
  width: 4vh;
  background-color: #B49C11;
  pointer-events: none;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .select-wrapper::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  .select-wrapper::before {
    font-size: 1.7vh;
  }
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

.placeholder {
  color: #000000;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
/*$fs-XS: 1.3vh;
$fs-S: 1.5vh;
$fs-M: 1.8vh;
$fs-L: 2.5vh;
$fs-XL: 3vh;
$fs-XXL: 4.5vh;


$lh-XS: 1.3vh;
$lh-S: 1.5vh;
$lh-M: 1.8vh;
$lh-L: 2.5vh;
$lh-XL: 3vh;
$lh-XXL: 4.5vh;*/
/* RESPONSIVE FONT-SIZE */
/* RESPONSIVE LINE-HEIGHT */
.dd-navigation {
  padding-top: 6vh;
  z-index: 11000;
}

.dd-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dd-navigation ul li {
  position: relative;
  float: left;
  margin-right: 1vw;
}

.dd-navigation ul li a {
  display: block;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-bottom: 0.5vh;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  min-height: 3.5vh;
}
@media screen and (min-width: 1280px) {
  .dd-navigation ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation ul li a {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  .dd-navigation ul li a {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation ul li a {
    line-height: 2.4vh;
  }
}

.head.scroll-state .dd-navigation ul li a {
  color: #354B54;
}

.dd-navigation ul li:hover a {
  border-bottom: #B49C11 0.5vh solid;
}

.dd-navigation ul li ul {
  display: none;
  position: absolute;
  top: 3.5vh;
  width: 15vw;
  min-width: 250px;
  background-color: #FFFFFF;
}

.dd-navigation ul li ul li {
  display: block;
  float: none;
}

.dd-navigation ul li ul li a {
  display: block;
  color: #354B54;
  padding-top: 1.4vh;
  padding-bottom: 1.4vh;
  width: 15vw;
  min-width: 250px;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  min-height: 0;
  border: 0 !important;
}
@media screen and (min-width: 1280px) {
  .dd-navigation ul li ul li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation ul li ul li a {
    font-size: 1.5vh;
  }
}
@media screen and (min-width: 1280px) {
  .dd-navigation ul li ul li a {
    line-height: 15px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation ul li ul li a {
    line-height: 1.5vh;
  }
}

.dd-navigation ul li ul li a:hover {
  color: #FFFFFF !important;
  background-color: #B49C11;
}

.dd-navigation ul li ul li:hover a {
  border: 0px;
}

.dd-navigation .language-select-wrapper {
  position: relative;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 0.3vh;
  float: left;
}

.dd-navigation .language-select-button {
  border: 0;
  background: none;
  width: 2vh;
  height: 2vh;
  min-width: 18px;
  min-height: 18px;
  background-image: url("../../Public/Images/world_fff.svg");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
}

.head.scroll-state .dd-navigation .language-select-button {
  background-image: url("../../Public/Images/world_354B54.svg");
}

.dd-navigation .language-select-switch-box {
  position: absolute;
  display: block;
  width: auto;
}

.dd-navigation .language-select-switch-box ul {
  margin: 0;
  margin-left: -0.1vw;
  padding: 0;
  width: 100px;
  display: block !important;
}

.dd-navigation .language-select-wrapper:hover ul li {
  opacity: 1;
  position: relative;
  float: left;
  margin-left: 0vw;
}

.dd-navigation .language-select-switch-box ul li {
  opacity: 0;
  margin: 0;
  margin-top: 0.5vh;
  margin-right: 0.3vw;
  padding: 0.6vh;
  padding-top: 0.8vh;
  padding-bottom: 0.8vh;
  border: 0;
  border-radius: 50%;
  background: none;
  background-color: #FFFFFF;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  position: absolute;
  left: 0;
  margin-left: -0.1vw;
  -moz-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  border: #B49C11 1px solid;
}
@media screen and (min-width: 1280px) {
  .dd-navigation .language-select-switch-box ul li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation .language-select-switch-box ul li {
    font-size: 1.3vh;
  }
}
@media screen and (min-width: 1280px) {
  .dd-navigation .language-select-switch-box ul li {
    line-height: 13px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation .language-select-switch-box ul li {
    line-height: 1.3vh;
  }
}

.dd-navigation .language-select-switch-box ul li:hover {
  background-color: #B49C11;
}

.dd-navigation .language-select-switch-box ul li:hover a {
  color: #FFFFFF;
}

.dd-navigation .language-select-switch-box ul li.active {
  color: #FFFFFF;
  background-color: #B49C11;
}

.dd-navigation .language-select-switch-box ul li a {
  font-size: 12px;
  line-height: 12px;
  min-height: 0;
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #000000;
}
@media screen and (min-width: 1280px) {
  .dd-navigation .language-select-switch-box ul li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation .language-select-switch-box ul li a {
    font-size: 1.3vh;
  }
}
@media screen and (min-width: 1280px) {
  .dd-navigation .language-select-switch-box ul li a {
    line-height: 13px;
  }
}
@media screen and (min-width: 1980px) {
  .dd-navigation .language-select-switch-box ul li a {
    line-height: 1.3vh;
  }
}

.dd-navigation .language-select-switch-box ul li:hover a {
  border-bottom: 0;
}

/*responsive*/
@media (max-width: 1280px) {
  .dd-navigation ul li {
    padding-right: 0;
  }
  .dd-navigation ul li a {
    display: block;
    padding-left: 1vw;
    padding-right: 1vw;
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1280px) {
  .dd-navigation ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 1980px) {
  .dd-navigation ul li a {
    font-size: 1.5vh;
  }
}
@media (max-width: 1100px) {
  .dd-navigation ul li a {
    padding-left: 0.5vw;
    padding-right: 0.5vw;
  }
}
@media (max-width: 1024px) {
  .dd-navigation {
    padding-top: 3vh;
  }
  .dd-navigation ul {
    display: none;
  }
  .dd-navigation .language-select-wrapper {
    padding-top: 0;
  }
  .dd-navigation .language-select-button {
    width: 22px;
    height: 22px;
  }
  .dd-navigation .language-select-switch-box {
    top: 0;
    left: 35px;
  }
  .dd-navigation .language-select-switch-box ul {
    margin: 0;
    margin-top: -2px;
    padding: 0;
    padding-right: 30px !important;
    display: inline-block;
  }
  .dd-navigation .language-select-switch-box ul li {
    margin-top: -1px;
    margin-right: 1vw;
  }
}
/*ticket-button*/
.dd-navigation ul li #mp-114 {
  background-color: #A32E3F;
  padding-top: 0.1vh;
  padding-bottom: 0vh;
  min-height: 3vh;
  border-radius: 0.5vh;
  color: #FFFFFF !important;
}

/*.head.scroll-state .dd-navigation ul li #mp-114 {
  color: #354B54;
}*/
.dd-navigation ul li #mp-114:hover {
  border-bottom: 0px;
  background-color: #B49C11;
}

@media (max-width: 1280px) {
  .dd-navigation ul li #mp-114 {
    min-height: 2.5vh;
  }
}
/* Scss Document */
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
/*$fs-XS: 1.3vh;
$fs-S: 1.5vh;
$fs-M: 1.8vh;
$fs-L: 2.5vh;
$fs-XL: 3vh;
$fs-XXL: 4.5vh;


$lh-XS: 1.3vh;
$lh-S: 1.5vh;
$lh-M: 1.8vh;
$lh-L: 2.5vh;
$lh-XL: 3vh;
$lh-XXL: 4.5vh;*/
/* RESPONSIVE FONT-SIZE */
/* RESPONSIVE LINE-HEIGHT */
/* local fonts start */
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v27-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-regular.woff") format("woff"), url("../fonts/open-sans-v27-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v27-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-500.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-500.woff") format("woff"), url("../fonts/open-sans-v27-latin-500.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-500.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v27-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-700.woff") format("woff"), url("../fonts/open-sans-v27-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v27-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/open-sans-v27-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v27-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v27-latin-600.woff") format("woff"), url("../fonts/open-sans-v27-latin-600.ttf") format("truetype"), url("../fonts/open-sans-v27-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?enzo3t");
  src: url("../fonts/icons.eot?enzo3t#iefix") format("embedded-opentype"), url("../fonts/icons.ttf?enzo3t") format("truetype"), url("../fonts/icons.woff?enzo3t") format("woff"), url("../fonts/icons.svg?enzo3t#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /*line-height: 1;*/
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list4:before {
  content: "\e930";
}

.icon-home2:before {
  content: "\e601";
}

.icon-pencil:before {
  content: "\e60d";
}

.icon-toggle-off:before {
  content: "\e670";
}

.icon-toggle-on:before {
  content: "\e671";
}

.icon-cog:before {
  content: "\e672";
}

.icon-trash2:before {
  content: "\e681";
}

.icon-heart:before {
  content: "\e68c";
}

.icon-star:before {
  content: "\e68d";
}

.icon-paperclip:before {
  content: "\e698";
}

.icon-clipboard-text:before {
  content: "\e6cb";
}

.icon-headset:before {
  content: "\e6f0";
}

.icon-play:before {
  content: "\e6f7";
}

.icon-user:before {
  content: "\e71e";
}

.icon-cart:before {
  content: "\e74d";
}

.icon-telephone:before {
  content: "\e76a";
}

.icon-map-marker:before {
  content: "\e77a";
}

.icon-gift:before {
  content: "\e7ff";
}

.icon-thumbs-up2:before {
  content: "\e91b";
}

.icon-magnifier:before {
  content: "\e922";
}

.icon-zoom-in:before {
  content: "\e925";
}

.icon-zoom-out:before {
  content: "\e926";
}

.icon-question:before {
  content: "\e933";
}

.icon-check:before {
  content: "\e934";
}

.icon-cross2:before {
  content: "\e935";
}

.icon-plus:before {
  content: "\e936";
}

.icon-minus:before {
  content: "\e937";
}

.icon-percent:before {
  content: "\e938";
}

.icon-chevron-up:before {
  content: "\e939";
}

.icon-chevron-down:before {
  content: "\e93a";
}

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

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

.icon-expand:before {
  content: "\e94a";
}

.icon-rulers:before {
  content: "\e97a";
}

.icon-square:before {
  content: "\e98d";
}

.icon-check-square:before {
  content: "\e999";
}

.icon-cross-square:before {
  content: "\e99a";
}

/* local fonts end */
strong {
  font-weight: 600;
}

hr {
  border: 0;
  background-color: #354B54;
  height: 1px;
  width: 100%;
  clear: both;
  margin-top: 15px;
  margin-bottom: 15px;
}

p {
  margin: 0px;
  padding: 0px;
}

img {
  border: 0;
  display: block;
}

a {
  color: #B49C11;
  text-decoration: none;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: 600;
  font-size: 2.5vh;
  line-height: 2.5vh;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h2 span {
  font-weight: normal;
}

h3 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  h3 {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  h3 {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  h3 {
    line-height: 2.4vh;
  }
}

h4 {
  font-family: "Open Sans", sans-serif;
  color: #B49C11;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  h4 {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  h4 {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  h4 {
    line-height: 2.4vh;
  }
}

h5 {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  /*	h1 {
  		font-size:24px !important; 
  		line-height:24px !important;
  		-moz-hyphens: auto;
  		-o-hyphens: auto;
  		-webkit-hyphens: auto;
  		-ms-hyphens: auto;
  		hyphens: auto;
     }
  	h2 {font-size:24px; line-height:24px;}
  	h3 {font-size:20px; line-height:20px;}
  	h4 {font-size:18px; line-height:18px;}*/
}
/*FORM INPUT STYLES*/
input {
  font-family: "Open Sans", sans-serif;
}

input[type=text], input[type=email], input[type=password], textarea, select {
  font-weight: normal;
  color: #000000;
  border: none;
  background-color: #ebebeb;
  height: auto;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  /*-webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;*/
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 17px;
}
@media screen and (min-width: 1280px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=text], input[type=email], input[type=password], textarea, select {
    font-size: 1.7vh;
  }
}

.checkbox input[type=hidden] {
  visibility: hidden;
  z-index: -999999999 !important;
}

.checkbox {
  display: inline-block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 0px !important;
  cursor: pointer;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* z-index: 999999; */
}

/* Create a custom checkbox */
.checkbox .checkbox-span {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: #000000 1px solid;
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px -50px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

.checkbox input[type=checkbox]:checked ~ .checkbox-span {
  background-image: url("../../Public/Images/checked.svg");
  background-position: 0px 0px;
  background-size: 16px 16px;
  background-color: #FFFFFF;
}

/*input[type="password"] {
	font-weight:normal;
	color: #000000;
	border: 1px #999999 solid;
	background-color: #ffffff;
	height:auto;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
	-webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
	cursor: pointer;
	text-align:left;
	width: auto;
}*/
input[type=submit] {
  font-weight: normal;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  border: none;
  background-color: #475D68;
  border: #475D68 1px solid;
  width: 100%;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  text-align: left;
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=submit] {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  input[type=submit] {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  input[type=submit] {
    line-height: 2.4vh;
  }
}

input[type=file] {
  font-weight: bold;
  color: #FFFFFF;
  height: auto;
  border: 1px #999999 solid;
  background-color: #B49C11;
  width: auto;
  height: auto;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  cursor: pointer;
  text-align: left;
}

/*input[type="text"], input[type="password"] , input[type="email"], textarea, select {
  border: 1px solid $color2;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="submit"] {
  border: 1px solid $color3;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/
/*input[type="text"]:focus, input[type="password"]:focus {
  border: 1px solid $color4;
}*/
/*styled select*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: #A32E3F 1px solid;
  width: 100%;
  height: 4vh;
  -moz-padding-start: 7px;
  padding-left: 1vh;
  background: #FFFFFF;
  color: #354B54;
  font-size: 14px;
  line-height: 14px;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
@media screen and (min-width: 1280px) {
  select {
    font-size: 15px;
  }
}
@media screen and (min-width: 1980px) {
  select {
    font-size: 1.5vh;
  }
}
@media screen and (min-width: 1280px) {
  select {
    line-height: 15px;
  }
}
@media screen and (min-width: 1980px) {
  select {
    line-height: 1.5vh;
  }
}

.select-wrapper {
  /* ... */
  position: relative;
}

.select-wrapper::before {
  font-family: icons;
  content: "\e93a";
  font-size: 17px;
  line-height: 5vh;
  /*line-height: 4vh;*/
  position: absolute;
  right: 0;
  top: 0;
  color: #FFFFFF;
  height: 4vh;
  width: 4vh;
  background-color: #B49C11;
  pointer-events: none;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .select-wrapper::before {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  .select-wrapper::before {
    font-size: 1.7vh;
  }
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

input:invalid {
  box-shadow: none;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

.placeholder {
  color: #000000;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
/*$fs-XS: 1.3vh;
$fs-S: 1.5vh;
$fs-M: 1.8vh;
$fs-L: 2.5vh;
$fs-XL: 3vh;
$fs-XXL: 4.5vh;


$lh-XS: 1.3vh;
$lh-S: 1.5vh;
$lh-M: 1.8vh;
$lh-L: 2.5vh;
$lh-XL: 3vh;
$lh-XXL: 4.5vh;*/
/* RESPONSIVE FONT-SIZE */
/* RESPONSIVE LINE-HEIGHT */
/* CSS Document */
* {
  box-sizing: border-box;
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  position: relative;
  width: 100%;
  padding-top: 2vh;
  padding-bottom: 1vh;
  overflow: hidden;
  height: 4vh;
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap .ticker {
  display: inline-block;
  height: 4vh;
  white-space: nowrap;
  padding-right: 100%;
  padding-top: 0.3vh;
  box-sizing: content-box;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}
.ticker-wrap .ticker__item {
  display: inline-block;
  padding-left: 8vw;
  font-size: 17px;
  line-height: 20px;
  color: white;
}
@media screen and (min-width: 1280px) {
  .ticker-wrap .ticker__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1980px) {
  .ticker-wrap .ticker__item {
    font-size: 1.7vh;
  }
}
@media screen and (min-width: 1280px) {
  .ticker-wrap .ticker__item {
    line-height: 24px;
  }
}
@media screen and (min-width: 1980px) {
  .ticker-wrap .ticker__item {
    line-height: 2.4vh;
  }
}

.ticker-wrap:hover .ticker {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

/* Scss Document */
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

.image.owl-carousel {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: calc(100% - 7px) !important;
}

.image.owl-carousel .image-wrapper img {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}

.thumb-image-wrapper {
  float: left;
}

.thumb-image {
  width: 65px;
  height: 65px;
  margin-right: 9px;
  margin-bottom: 9px;
  object-fit: cover;
  border: 1px solid #354B54;
}

/* Scss Document */
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

.news .article .news-img-wrap {
  margin: 0;
  width: 100%;
}

.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 0 !important;
  border: 0;
  background: none;
  width: 100%;
}

.news .article .news-img-wrap img {
  width: 100%;
  margin-bottom: 3vh !important;
}

.blog-img .news-img-wrap a img {
  /*min-height: 250px; */
}

.news .article h3 {
  /*margin-bottom: 15px;*/
}

.blog-txt .teaser-text p {
  margin-top: 10px;
  margin-bottom: 10px;
}

.news-single .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.news-single .teaser-text {
  color: #000000;
  font-style: italic;
  display: none;
}

.news-single p {
  padding-bottom: 1em;
}

.news-single h1 {
  margin-bottom: 4vh;
  line-height: 1.5em;
}

.news-text-wrap {
  margin-bottom: 25px;
}

.news .footer span {
  border-right: 1px solid #FFFFFF;
}

.news-single .footer span {
  border-right: 1px solid #000000;
}

.news-list-date {
  color: #FFFFFF;
  font-size: 12px;
}

.news-single .news-list-date {
  color: #000000;
  font-size: 12px;
}

.news-single .news-list-category {
  color: #000000;
  font-size: 12px;
}

.news-list-category {
  color: #FFFFFF;
  font-size: 12px;
}

.news-detail-text .header {
  margin-bottom: 20px;
}

.news-list-view .modul-top-news .col-lg-4 {
  margin-bottom: 8vh !important;
}

.news-list-view ul.f3-widget-paginator {
  list-style: none;
  margin: 0;
  margin-bottom: 2vh !important;
  padding: 0;
  display: flex;
}

.news-list-view ul.f3-widget-paginator li {
  float: left;
  padding-right: 0.8vw;
  margin-right: 0.8vw;
  border-right: #000000 1px solid;
}

.news-list-view ul.f3-widget-paginator li:last-child {
  border-right: 0px;
}

.news-list-view ul.f3-widget-paginator li a {
  color: #B49C11;
  text-decoration: none;
}

.news .footer {
  clear: both;
  padding: 0;
  border-top: 0;
  margin: 0px;
  margin-bottom: 20px;
}

.news .footer span {
  padding-right: 0.8vw !important;
  margin-right: 0.5vw !important;
  border-right: 1px solid #B49C11;
}

.news .footer .news-backlink-wrap {
  margin-top: 2vh;
}

.page-navigation {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
  height: 20px;
}

.page-navigation a {
  font-size: 12px;
}

.page-navigation ul li::before {
  content: "";
  margin: 0;
  padding: 0;
  width: auto;
  display: block;
}

.news-single .article .news-img-wrap {
  width: 100% !important;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

.frame-layout-1 {
  padding: 10px;
}

ul.ce-uploads li {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

ul.ce-uploads li::before {
  content: " ";
  margin: 0;
  padding: 0;
  width: 0;
}

ul.ce-uploads li a {
  float: left;
  background-color: #FFFFFF;
  border: #000000 1px solid;
  margin-right: 10px !important;
}

ul.ce-uploads li a img {
  width: 50px;
  height: auto;
  padding: 0;
}

ul.ce-uploads li div {
  float: left;
  max-width: 240px;
  padding-top: 10px;
}

ul.ce-uploads li div a {
  background: none !important;
  border: 0;
  text-decoration: none;
  margin-right: 0px !important;
}

.tx-indexedsearch-searchbox fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.tx-indexedsearch-searchbox legend {
  display: none;
}

.tx-indexedsearch-searchbox {
  margin-bottom: 10px;
}

.tx-indexedsearch-browsebox {
  margin-bottom: 10px;
}

.tx-indexedsearch-form label {
  display: none;
}

.tx-indexedsearch-form input {
  margin-bottom: 1vh;
}

.tx-indexedsearch-res {
  background-color: #ebebeb;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  margin-bottom: 1vh;
}

.tx-indexedsearch-res h3 {
  margin-bottom: 1vh;
}

.tx-indexedsearch-info {
  display: none;
}

.tx-indexedsearch-icon {
  display: none;
}

.tx-indexedsearch-percent {
  font-size: 16px;
}

.tx-indexedsearch-title {
  font-weight: 600;
  font-size: 1.8vh;
}

.tx-indexedsearch-description {
  font-size: 14px;
}

.powermail_date {
  font-weight: normal;
  color: #354B54;
  border: none;
  background-color: #ebebeb;
  height: auto;
  padding: 1vh;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  cursor: pointer;
  text-align: left;
  width: 100%;
  font-size: 1.8vh;
}

.powermail_fieldwrap_type_date label {
  display: block !important;
  font-weight: normal !important;
  margin-bottom: 0.5vh !important;
  padding-left: 1.5vw !important;
}

.ce-image .ce-gallery .image img {
  width: 100% !important;
  height: auto !important;
}

/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
@media (max-width: 1280px) {
  .head .logo-wrapper {
    margin-top: 5vh;
    margin-right: 0vw;
    height: 5.5vh;
    max-height: 5.5vh;
    width: 5.6vh;
    min-height: 50px;
    min-width: 60px;
  }
  .head.scroll-state .logo-wrapper {
    min-width: 180px;
  }
}
@media (max-width: 1024px) {
  /*header*/
  .head {
    position: relative;
  }
  .head .nav-button-container {
    display: block;
  }
  .head .logo-wrapper {
    overflow: hidden;
    margin-top: 1vh;
    margin-right: 4vw;
    height: 5.5vh;
    max-height: 5.5vh;
    width: 5.6vh;
    min-height: 50px;
    min-width: 60px;
  }
  /*MODUL TEASER WITH FLEX POS TXT*/
  .modul-teaser {
    margin-top: -13vh;
  }
  .modul-teaser .text-wrapper {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5vh;
    padding-top: 30vh;
  }
  /*MODUL TARGETS WITH ICONS*/
  .modul-targets .container {
    padding-top: 6vh !important;
    padding-bottom: 5vh !important;
  }
  .modul-targets span.icon {
    display: block;
    padding-bottom: 2vh;
  }
  .modul-targets .col-lg-4 {
    padding-left: 2vw !important;
    padding-bottom: 3vh;
  }
  /*MODUL TOP NEWS*/
  .modul-top-news .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  .modul-top-news .col-lg-4 {
    padding-bottom: 3vh;
  }
  .modul-top-news-teaser {
    padding-bottom: 2vh;
    height: auto;
    overflow: none;
  }
  a.modul-top-news-more {
    position: relative;
    margin-bottom: 2vh;
  }
  /*MODUL TOP DATES*/
  .modul-top-dapreev .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  .modul-top-dapreev .col-lg-4 {
    padding-bottom: 3vh;
  }
  .modul-top-dapreev-teaser {
    padding-bottom: 2vh;
    height: auto;
    overflow: none;
    min-height: 0;
  }
  a.modul-top-dapreev-more {
    position: relative;
    margin-bottom: 2vh;
  }
  /*MODUL PRIME PARTNER*/
  .modul-partner.grey {
    background-color: #ebebeb;
  }
  .modul-partner .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  .modul-partner .container .col-lg-6 {
    padding-bottom: 3vh !important;
  }
  /*PARTNER TILES*/
  .modul-partner a {
    width: 20%;
    width: calc(20% - 1vh);
  }
  .modul-partner.prime a {
    width: 20%;
    width: calc(20% - 1vh);
  }
  .modul-partner a img {
    max-width: 16vw;
    max-height: 16vh;
  }
  /*MODUL UNI BOX*/
  .modul-uni-box .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  .modul-uni-box .col-lg-4, .modul-uni-box .col-lg-6, .modul-uni-box .col-lg-8, .modul-uni-box .col-lg {
    padding-bottom: 3vh !important;
  }
  .image-text-box img {
    margin-bottom: 0;
  }
  .col-lg-4.img-full-width .col-12:nth-child(2) {
    padding-right: 0 !important;
  }
  .quote-box {
    margin-left: 0 !important;
    padding-left: 2vh !important;
  }
  .advisory-board-text-wrapper {
    position: relative;
    width: 100%;
    bottom: 0px;
    background-color: rgb(255, 255, 255);
    margin-right: 2px;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .advisory-board-box:hover img {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: none; /* IE5+ */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
    -webkit-transform: scale(1);
  }
  .advisory-board-box:hover .advisory-board-text-wrapper {
    background-color: rgb(255, 255, 255);
  }
  /*MODUL COMPETENCE GROUP*/
  .modul-competence-group .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  .modul-competence-group .col-lg-4 {
    padding-bottom: 3vh;
  }
  .modul-competence-group-teaser {
    padding-bottom: 2vh;
    height: auto;
    overflow: none;
  }
  a.modul-competence-group-more {
    position: relative;
    margin-bottom: 2vh;
  }
  /*MODUL MEMBER MODELS*/
  .modul-member-models .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
  }
  /*MODUL FILTER*/
  a.modul-member-filter-wrapper h3 {
    width: calc(100% - 10vw);
    height: 6vh;
  }
  a.modul-member-filter-wrapper span {
    width: 10vw;
    height: 6vh;
  }
  a.modul-member-filter-wrapper span.icon img {
    width: 7vw;
  }
  a.modul-member-filter-wrapper:hover span.icon img {
    width: 7.1vw;
  }
  /*FOOTER*/
  footer .container {
    padding-left: 2vw !important;
    padding-right: 2vw !important;
    padding-top: 2vw !important;
  }
  footer .col-lg-3, footer .col-lg-6 {
    padding-bottom: 1vh !important;
  }
}
@media (max-width: 768px) {
  .modul-teaser {
    margin-top: -18vh;
  }
}
@media (max-width: 540px) {
  .modul-partner a {
    width: calc(33% - 1vh);
  }
  .modul-partner.prime a {
    width: calc(33% - 1vh);
  }
  .modul-partner a img {
    max-width: 20vw;
    max-height: 20vh;
  }
}
@media (max-width: 320px) {
  .modul-partner a {
    width: calc(50% - 1vh);
  }
  .modul-partner.prime a {
    width: calc(50% - 1vh);
  }
}
/* CSS Document */
/* color background */
/* color black */
/* color white */
/* color gold*/
/* color cool grey */
/* color red */
/* color lightgrey */
/* color green */
/* color */
/* ral */
.ral1023 {
  background-color: #f2bf00;
}

.ral3003 {
  background-color: #870a24;
}

.ral3020 {
  background-color: #bf111b;
}

.ral5002 {
  background-color: #162e7b;
}

.ral5005 {
  background-color: #004389;
}

.ral5010 {
  background-color: #00427f;
}

.ral5012 {
  background-color: #2781bb;
}

.ral5013 {
  background-color: #202e53;
}

.ral6011 {
  background-color: #68825f;
}

.ral6018 {
  background-color: #4b9b3e;
}

.ral7016 {
  background-color: #363d43;
}

.ral7035 {
  background-color: #c4caca;
  color: #000000 !important;
}

.ral7040 {
  background-color: #9aa0a7;
}

.ral9005 {
  background-color: #151619;
}

.ral9010 {
  background-color: #f4f4ed;
  color: #000000 !important;
}

/* CSS Document */
.row {
  margin-right: 0;
  margin-left: 0;
}
.row > .col,
.row > [class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 992px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .row > .col,
  .row > [class*=col-] {
    /*    padding-right: 0px !important;
        padding-left: 0px !important;*/
  }
}
.container {
  width: 90vw !important;
  max-width: 6000px !important;
}

.container-fluid {
  padding: 0 !important;
}

@media (max-width: 1400px) {
  .container {
    /*width:1140px !important;*/
  }
}
@media (max-width: 580px) {
  .container {
    width: 100% !important;
    padding: 0px !important;
  }
}
@media (min-width: 992px) {
  #contact .col-lg-4 {
    padding-left: 25px;
  }
  h1, h3, h3, h4 {
    padding-left: 0px;
  }
  section ul, p {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .news .col-md-4 {
    padding-right: 25px;
  }
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 0px;
}

.w-100 {
  display: block;
  width: 100%;
}

/*@import 'touch';*/

/*# sourceMappingURL=styles.css.map */
