/****** FILE: themes/master-template/css/thirdparty/bootstrap/bootstrap-reboot.css *****/
/*!
 * Bootstrap Reboot v4.1.1 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
/****** FILE: themes/master-template/css/thirdparty/bootstrap/bootstrap-grid.css *****/
/*!
 * Bootstrap Grid v4.1.1 (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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 504px) {
  .container {
    max-width: 504px;/*464px;*/
  }
}

@media (min-width: 746px) {
  .container {
    max-width: 746px;/*706px;*/
  }
}

@media (min-width: 988px) {
  .container {
    max-width: 988px;/*948px;*/
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1230px;/*1190px;*/
  }
}

@media (min-width: 1472px) {
    .container {
        max-width: 1472px;/*1432px;*/
    }
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*margin-right: -10px;
  margin-left: -10px;*/
}

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

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

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

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 504px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 746px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 988px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1230px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.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: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 504px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 746px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 988px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1230px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 504px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 746px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 988px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1230px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/****** FILE: themes/master-template/javascript/thirdparty/royalslider/royalslider.css *****/
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-webkit-transform: translateZ(0);
}


.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(blank.gif);
}

/****** FILE: themes/master-template/javascript/thirdparty/royalslider/skins/default/rs-default.css *****/
/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(../preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
/****** FILE: themes/base-onepage/javascript/thirdparty/touchcarousel/touchcarousel/touchcarousel.css *****/
/******************************************************\
*
*  Base TouchCarousel stylesheet
*
*  Contents:
*
*   1. Main containers
*   2. Carousel items
*   3. Arrows(direction) navigation
*   4. Paging navigation
*   5. Scrollbar
*   6. Cursors
*
\******************************************************/





/******************************************************\
*
*  1. Main containers (carousel size, background)
*
\******************************************************/

.touchcarousel {
	position: relative;
	width: 600px;
	height: 400px;

	/* style is removed after carousel is inited, use !important if you want to keep it*/
	overflow: hidden;
}
.touchcarousel .touchcarousel-container {
	position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
	left: 0;
}
.touchcarousel .touchcarousel-wrapper {
	position: relative;
	overflow:hidden;
	width: 100%;
	height: 100%;
}





/******************************************************\
*
*  2. Carousel items (item styling, spacing between items)
*
\******************************************************/

.touchcarousel .touchcarousel-item {
	/* use margin-right for spacing between items */
	margin: 0 0 0 0;
	padding: 0;
	float: left;
}

/* Last carousel item  */
.touchcarousel .touchcarousel-item.last {
	margin-right: 0 !important;
}





/******************************************************\
*
*  3. Arrows(direction) navigation
*
\******************************************************/

/* arrow hitstate and icon holder */
.touchcarousel .arrow-holder {
	width: 31px;
	height: 31px;
	position: absolute;
	bottom: 142px;
	display: block;
	cursor: pointer;
	z-index: 25;
}
.touchcarousel .arrow-holder.left {
	left: 9px;
	background: url(left.png) no-repeat;
}
.touchcarousel .arrow-holder.right {
	right: 9px;
	background: url(right.png) no-repeat;
}

/* arrow icons */
.touchcarousel .arrow-icon{
	width: 31px;
	height: 31px;
	/*margin-top:-45px;*/
	position: absolute;
	cursor: pointer;
	left: 0;
}

.touchcarousel .arrow-holder:hover .arrow-icon.left { background: url(left.png) no-repeat; }
.touchcarousel .arrow-holder:hover .arrow-icon.right { background: url(right.png) no-repeat; }
.touchcarousel .arrow-holder:hover .arrow-icon { }
.touchcarousel .arrow-holder.disabled { cursor: default; }
.touchcarousel .arrow-holder.disabled .arrow-icon { cursor: default; }





/******************************************************\
*
*  4. Paging navigation
*
\******************************************************/

.touchcarousel .tc-paging-container {
	width:100%;
	overflow:hidden;
	position:absolute;
	margin-top:-20px;
	z-index:25;
}
.touchcarousel .tc-paging-centerer {
	float: left;
	position: relative;
	left: 50%;
}
.touchcarousel .tc-paging-centerer-inside {
	float: left;
	position: relative;
	left: -50%;
}

/* Paging items */
.touchcarousel .tc-paging-item {
	float:left;
	cursor:pointer;
	position:relative;
	display:block;
	text-indent: -9999px;
}
.touchcarousel .tc-paging-item.current { }
.touchcarousel .tc-paging-item:hover { }





/******************************************************\
*
*  5. Scrollbar
*
\******************************************************/
.touchcarousel .scrollbar-holder {
	position: absolute;
	z-index: 30;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	overflow: hidden;
	background: #a2a2a2;
}
.touchcarousel .scrollbar {
	position: absolute;
	left:0;
	height: 5px;
	bottom: 0px;
	background: #515151;
}
/*
.touchcarousel .scrollbar.dark {
	background-color: rgb(130, 130, 130);
	background-color: rgba(0, 0, 0, 0.5);
}
.touchcarousel .scrollbar.light {
	background-color: rgb(210, 210, 210);
	background-color: rgba(255, 255, 255, 0.5);
}
*/




/******************************************************\
*
*  6. Cursors
*
\******************************************************/

/* IE and Opera use "move", FF uses -moz-grab */
.touchcarousel .grab-cursor{ cursor:url(grab.png) 8 8, move; }
.touchcarousel .grabbing-cursor{ cursor:url(grabbing.png) 8 8, move; }

/* Cursor that used when mouse drag is disabled */
.touchcarousel .auto-cursor{ cursor:auto; }




/* Copyright 2011, Dmitry Semenov, http://dimsemenov.com */
/****** FILE: assets/_css/themes-base-onepage-css-layout.css *****/
*{margin:0;padding:0}body{font-family:'Open Sans',sans-serif;font-size:18px;color:#000;background:#ffffff}img{border:none;max-width:100%}a,input,button,textarea,a:hover,a:active{outline:none !important;text-decoration:none}a{color:#e3001a}a:hover{color:#e3001a;text-decoration:underline;transition:color .5s}strong,b{font-family:'Open Sans',sans-serif;font-weight:700}.maincontainer{max-width:1000px;margin:0 auto}.navigationanchor{width:0;height:0;float:left;display:inline-block}header{width:100%;min-height:82px;float:left;background:#fff;position:fixed;left:0;top:0;z-index:999;box-shadow:0px -3px 10px}header .headercontent{width:96%;float:left;margin:0 2%}header .headercontent #Logo{width:460px;float:left;margin:22px 0 0 0}header .headercontent #Mobileicons{display:none;float:right;width:57px;height:57px;padding:0;margin:14px 0 0 0;border-radius:50%;background:#8A8A8C;color:#000;cursor:pointer;position:relative;z-index:10003;-webkit-animation:1s ease 0s normal forwards 1 fadein;animation:1s ease 0s normal forwards 1 fadein;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}header .headercontent #Mobileicons:hover{background:#b1b1b2}header .headercontent #Mobileicons:hover .navicon.mopen{-webkit-transform:translate(-50%, calc(-47%)) rotate(90deg);-moz-transform:translate(-50%, calc(-47%)) rotate(90deg);-ms-transform:translate(-50%, calc(-47%)) rotate(90deg);-o-transform:translate(-50%, calc(-47%)) rotate(90deg);transform:translate(-50%, calc(-47%)) rotate(90deg)}header .headercontent #Mobileicons .navicon{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, calc(-47%));-moz-transform:translate(-50%, calc(-47%));-ms-transform:translate(-50%, calc(-47%));-o-transform:translate(-50%, calc(-47%));transform:translate(-50%, calc(-47%));font-size:34px;line-height:1;color:#fff;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}header .headercontent #Mobileicons .navicon i{display:block;text-align:center;line-height:1;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}header .headercontent #Mobileicons .navicon .normal{display:block}header .headercontent #Mobileicons .navicon .closefa{display:none}header .headercontent #Mobileicons .navicon.mopen .normal{display:none}header .headercontent #Mobileicons .navicon.mopen .closefa{display:block}@keyframes fadein{0%{opacity:0}66%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadein{0%{opacity:0}66%{opacity:0}100%{opacity:1}}.navigationcontainer{width:20em;max-width:80%;height:100%;padding:100px 45px 0 0;position:fixed;right:-20em;top:0;z-index:10002;overflow-y:auto;background:#000;color:#ffffff}.navigationcontainer nav{width:100%;float:left}.navigationcontainer nav ul{width:100%;float:left;padding:0;margin:0;list-style:none;overflow:hidden}.navigationcontainer nav ul li{width:100%;float:left}.navigationcontainer nav ul li a{width:100%;float:left;padding:15px 0 15px 0;margin:0 0 0 45px;font-family:'Open Sans',sans-serif;font-size:1em;color:#fff;letter-spacing:0.1em;text-transform:uppercase;border-bottom:1px solid #fff;text-decoration:none !important;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.navigationcontainer nav ul li a:hover,.navigationcontainer nav ul li a.hover{background:#fff;color:#000;padding:15px 0 15px 45px;margin:-1px 0 1px 0}.navigationcontainer nav ul li a.last{border:none}main{width:100%;float:left;margin:59px 0 0 0;position:relative}main .header_image{height:550px;position:relative;background-size:cover;background-color:#000;background-position:center;display:flex;flex-direction:column;justify-content:center;max-width:2500px;margin:0 auto}main .header_image .maincontainer{width:100%}main .header_image img{width:100%;position:absolute;left:0;top:0}main .header_image .page_title{margin:0 2%}main .header_image .page_title h1{color:#fff;font-family:'Open Sans',sans-serif;font-weight:700;font-size:2.5vw}main .header_image .page_title h1.Schwarz{color:#000}.HomePage main{margin:0}#Layout{width:100%;float:left;padding:0;margin:0}.HomePage #Layout{background:none}#Layout #Content{width:100%;float:left}#contentblock-container{width:100%;float:left;padding:0}#contentblock-container .contentblock-fullwidth-container{width:100%;min-height:420px;float:left;padding:80px 7%}#contentblock-container .contentblock-fullwidth-container.teaser-reference-contentblock-container,#contentblock-container .contentblock-fullwidth-container.Highlights{padding-left:0;padding-right:0}#contentblock-container .contentblock-fullwidth-container.title_bigger h2{font-size:2.2em}#contentblock-container .contentblock-fullwidth-container.titleLeft h2{text-align:left !important}#contentblock-container .contentblock{width:100%;float:left;padding:0;margin:0}#contentblock-container .contentblock.teaser-contentblock{height:100vh;padding:0;position:relative;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#contentblock-container .contentblock.teaser-contentblock .logo{width:680px;height:116px;padding:21px;background:#fff;text-align:center;margin:auto;position:absolute;top:0;left:0;bottom:0;right:0;z-index:999}#contentblock-container .contentblock.teaser-contentblock .link-button-container{width:460px;margin:0 0 -125px -230px;position:absolute;z-index:999;left:50%;bottom:50%}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button{width:180px;height:180px;float:left;padding:10px 25px 120px 25px;margin:0 20px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background:rgba(0,0,0,0.6);text-align:center;color:#fff;cursor:pointer}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button:hover{background:#e3001a;transition:background .5s}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button img{padding:14% 15% 7%}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button .link-button-font-icon .fa{font-size:80px;padding:14px 10%}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button .link-button-text{width:100%;float:left;font-size:0.778em;color:#fff;text-transform:uppercase}#contentblock-container .contentblock.reference-contentblock{padding:0}#contentblock-container .contentblock .contentblock-content{width:100%;float:left}#contentblock-container .contentblock .contentblock-content .contentblock-img{float:left;display:block;margin:0 2% 8px 0}#contentblock-container .contentblock .contentblock-table{width:100%;float:left;margin:12px 0 0 0}#contentblock-container .contentblock .contentblock-table .tablecontainer{width:100%;float:left;margin:0 0 12px 0}#contentblock-container .contentblock .contentblock-table .tablecontainer.last{margin:0}#contentblock-container .contentblock.two-column-text .contentblock-content{width:47.5%}#contentblock-container .contentblock.two-column-text .second-contentblock-content{margin:0 0 0 5%}#contentblock-container .contentblock .contentblock-teaser-container{width:100%;height:100%;position:absolute;left:0;z-index:99}#contentblock-container .contentblock .contentblock-teaser-container .contentblock-teaser{width:100%;height:100%;float:left;position:relative}#contentblock-container .contentblock .contentblock-teaser-container .contentblock-teaser .teaser{width:100%;height:100%;float:left}#contentblock-container .contentblock .contentblock-teaser-container .contentblock-teaser .teaser .teaser-img{width:100%;height:100%;float:left}#contentblock-container .contentblock .contentblock-reference-container{width:100%;float:left}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list{width:100%;float:left;margin:0}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie{width:50%;float:left;padding:24px 125px;color:#fff;background:#000;text-align:right;font-family:'Open Sans',sans-serif;font-size:40px;font-weight:700;text-transform:uppercase;cursor:pointer}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie.first{border:none}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie.last{text-align:left}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie:hover{background:#4d4d4d;transition:background .5s}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie.active{background:#e01a26;transition:background .5s}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list{width:100%;float:left;display:table;margin:0}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list .reference-categorie-row{width:100%;float:none;display:table-row}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list .reference-categorie{float:none;display:table-cell;padding:12px 5px;background:#575757;cursor:pointer;text-align:center;color:#fff}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list .reference-categorie.last{margin:0}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list .reference-categorie:hover{background:#333333;transition:background .5s}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list .reference-categorie.active{background:#e01a26;transition:background .5s}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container{width:100%;float:left}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference{width:100%;float:left}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference:after{content:'';display:block;clear:both}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .grid-sizer{width:12.5%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference{width:12.5%;float:left;cursor:pointer}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-img img.original{display:none}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-img img.placeholder{display:inline-block}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-hover-content{width:100%;height:100%;display:none;background:#e01a26;font-size:0.889em;color:#fff;text-align:center;position:absolute;top:0;left:0}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-hover-content:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.5em}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-hover-content .reference-hover-content-text{width:100%;display:inline-block;padding:0 20px 0;vertical-align:middle}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-hover-content .reference-hover-content-text h2{font-family:'Open Sans',sans-serif;font-size:1.333em;padding:0 0 4px 0;margin:0 0 4px 0;color:#fff;border-bottom:1px solid #fff}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-hover-content .reference-hover-content-text .reference-eye-img{width:100%;display:inline-block;margin:8px 0 0 0;text-align:center}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference .reference-hover-content .reference-hover-content-text .reference-eye-img img{display:inline-block}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference.open .reference-hover-content,#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .contentblock-reference .reference:hover .reference-hover-content{display:block}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .ref-detail-content{width:0%;float:left;opacity:0;-webkit-transition:opacity .8s,ease-in-out;-moz-transition:opacity .8s,ease-in-out;-o-transition:opacity .8s,ease-in-out;transition:opacity .8s,ease-in-out;position:relative}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .ref-detail-content .refdetails-container{position:absolute}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .ref-detail-content .refdetails-container.top-element{top:0}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .ref-detail-content .refdetails-container.move-element{width:auto;position:fixed;z-index:999}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container .ref-detail-content .refdetails-container.bottom-element{bottom:0}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container.open .contentblock-reference .grid-sizer{width:25%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container.open .contentblock-reference .reference{width:25%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container.open .contentblock-reference{width:50%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference-content-container.open .ref-detail-content{width:50%;float:left;opacity:1;background:#fff}#contentblock-container .maincontainer .contentblock{width:96%}.contenblock_image{margin-bottom:20px;position:relative;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.contenblock_image,.contenblock_image>a{display:flex;justify-content:center;align-items:center}.contenblock_image .link_text{position:absolute;color:#fff;opacity:0;z-index:99;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.contenblock_image>a img{-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.contentblock-iFrame{margin:0px 0 0 0}.iFrame .contentblock{width:100% !important;margin:0 !important}.iFrame .contentblock-content{margin-bottom:30px}.teaserTitleContainer{display:none;position:absolute;left:10%;top:32%;font-size:3.5em;font-family:'Open Sans',sans-serif;font-weight:700;line-height:1.05;color:#fff;opacity:0.65}.teaserTitleContainer.Schwarz{color:#000}.teaserTitleContainer .animated.first,.teaserTitleContainer .animated.second{font-family:'Montserrat','Helvetica Neue',Arial,sans-serif;font-weight:800}.teaserTitleContainer .animated.third,.teaserTitleContainer .animated.fourth,.teaserTitleContainer .animated.fifth{font-family:'Inter','Helvetica Neue',Arial,sans-serif;font-weight:300}.refdetails-container{width:100%;float:left;margin:0;background:#ffffff;box-shadow:3px 0px 15px rgba(0,0,0,0.7)}.refdetails-container .refdetails{width:94%;float:left;padding:70px 0;margin:0 3%;position:relative}.refdetails-container .refdetails .ref-nav-element{position:absolute;top:46px;right:0;z-index:99}.refdetails-container .refdetails .ref-nav-element .ref-nav-ele{float:left;cursor:pointer}.refdetails-container .refdetails .ref-nav-element .close-icon{margin:2px 15px 0}.refdetails-container .refdetails h3{font-family:'Open Sans',sans-serif;font-weight:700;padding:0;margin:0}.refdetails-container .refdetails .ref-main-img{width:100%;float:left;margin:47px 0 55px 0;border:1px solid #ddd}.refdetails-container .refdetails .ref-main-img.ref-main-img-and-gallery{margin:47px 0 12px 0}.refdetails-container .refdetails .ref-main-img .team-img-left{width:50%;float:left}.refdetails-container .refdetails .ref-main-img .team-img-right{width:50%;float:right}.refdetails-container .refdetails .ref-gallery-container{display:none;visibility:hidden}.refdetails-container .refdetails .referenc-gallery-container{width:100%;float:left}.refdetails-container .refdetails .referenc-gallery-container .referenc-gallery-content{width:100%;float:left;margin:20px 0 0 0}.refdetails-container .refdetails .referenc-gallery-container .ref-img{width:100%;max-width:150px;float:left}.refdetails-container .refdetails .referenc-gallery-container .ref-desc{width:78%;float:right;font-size:0.778em}.refdetails-container .refdetails .referenc-gallery-container .ref-desc.ref-full-desc{width:100%}.refdetails-container .refdetails .referenc-gallery-container .ref-desc h4{font-family:'Open Sans',sans-serif;font-weight:700;font-size:1em;padding:0;margin:0 0 4px;font-weight:normal;color:#fe0202}.refdetails-container .refdetails .referenc-gallery-container .ref-gallery-button{width:100%;max-width:150px;float:left}.refdetails-container .refdetails .referenc-gallery-container .ref-gallery-button .open-ref-gallery{width:100%;float:left;padding:8px 12px;margin:20px 0 0 0;color:#fff;cursor:pointer;background:#e01a26;text-align:center}.refdetails-container .refdetails .referenc-gallery-container .ref-gallery-button .open-ref-gallery:hover{background:#fe0202}.loadmore-elements-container{width:100%;float:left;display:none;margin:30px 0 0 0;text-align:center}.loadmore-elements-container .loadmore-elements{display:inline-block;padding:8px 12px;margin:0;border:none;color:#fff;cursor:pointer;background:#e01a26;text-align:center}#Downloads{width:100%;float:left;margin:10px 0 0 0}#Downloads ul{list-style:none;margin:0;padding:0}#Downloads ul li{margin:0 0 5px 0}.Highlights>.maincontainer,.iFrame>.maincontainer{max-width:3000px}.highlights-contentblock{margin:0 !important;width:100% !important}.highlight_container{position:relative;width:100%;float:left;margin-top:60px}.highlight_container .highlight{position:relative;float:left;width:25%;overflow:hidden;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.highlight_container .highlight,.highlight_container .highlight a{position:relative;display:block}.highlight_container .highlight a{width:100%;height:100%}.highlight_container .highlight:hover img{filter:brightness(100%);-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.highlight_container .highlight:hover .highlight_title{opacity:0}.highlight_container .highlight img{filter:brightness(70%);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}.highlight_container .highlight .highlight_title{width:100%;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:1;color:#fff;text-align:center;font-size:1vw;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}#GalleryContainer{width:100%;float:left;margin:14px 0 0 0}.Gallery{margin:10px 0 0 0;list-style:none}.Gallery .galleryItem{float:left;margin:0 10px 10px 0}.Gallery .galleryItem.last{margin:0 0 10px 0}.Gallery .galleryItem img{float:left}.Gallery .galleryItem:before{font-family:Arial;content:'';margin:0}.refdetails{width:100%;float:left;padding:20px 20px 0}.refdetails .refimg{width:31%;float:left;margin:10px 2% 0 0}.refdetails .refdesc{width:67%;float:left;margin:10px 0 0 0}.refdetails .refdesc .angebotinfo{width:100%;display:inline-block;margin:5px 0 0 0;color:#e3001a}.refdetails .refdesc .wertinfo{width:100%;display:inline-block;margin:5px 0 0 0}.successmessage{width:100%;position:fixed;top:105px;left:0px;z-index:999999}.successmessage p{width:100%;display:inline-block;text-align:center;padding:20px 50px;margin:0 auto;background:rgba(50,160,50,0.85);color:#fff;border-radius:0px;font-size:18px}.errormessage{width:100%;position:fixed;top:105px;left:0px;z-index:999999}.errormessage p{width:100%;display:inline-block;text-align:center;padding:20px 50px;margin:0 auto;background:rgba(227,0,26,0.85);color:#fff;border-radius:0px;font-size:18px}.buttoncontainer{float:left;margin:8px 0 0 0;background:#000}.buttoncontainer:hover{background:#142445;transition:background .5s}.buttoncontainer a{float:left;display:block;padding:4px 6px;color:#fff !important}.buttoncontainer a:hover{color:#fff !important}.buttoncontainer span{float:left;display:block;padding:4px 6px;color:#fff !important}.buttoncontainer span:hover{color:#fff !important}.buttoncontainer.right{float:right}ul#Sitemap{list-style:none;margin:0;padding:0;border-top:1px solid #d1d1d1}ul#Sitemap li{list-style:none;margin:0;padding:0}ul#Sitemap li a{padding:7px 3px;font-size:1.143em;border-bottom:1px solid #d1d1d1;display:block}ul#Sitemap li a:hover{color:#000;background:#eee}ul#Sitemap li ul{border-top:0px none}ul#Sitemap li ul li a{margin:0 0 0 10px;font-size:0.875em}ul#Sitemap li ul li ul li a{margin:0 0 0 25px;padding:4px 0 2px;font-size:0.857em}.login-fullwidth-container{width:100%;float:left;margin:230px 0 0 0}.login-fullwidth-container .loginblock{width:96%;float:left;margin:0 2%}footer{width:100%;float:left}footer .innerfooter{width:100%;float:left;padding:15px 0;text-align:center;font-size:13px}footer .innerfooter a{color:#000}.fancybox-opened{opacity:0.85 !important}#ajaxloadergifTop{position:fixed;top:0;left:0;bottom:0;right:0;margin:auto;z-index:99999;width:38px;height:38px;padding:4px;border-radius:8px;background:#dedede}
/****** FILE: assets/_css/themes-base-onepage-css-typography.css *****/
.typography{font-family:'Open Sans',sans-serif;font-size:18px;color:#000}.typography p{line-height:170%;margin:0 0 8px 0}.typography strong,.typography b{font-family:'Open Sans',sans-serif;font-weight:700}.typography a{color:#e3001a}.typography a:hover{color:#e3001a;transition:color .5s}.typography h1{font-family:'Open Sans',sans-serif;font-size:2.000em;margin:0 0 20px 0;padding:0;font-weight:normal;color:#8A8A8C}.typography h1.boldref{font-family:'Open Sans',sans-serif;font-weight:700}.typography h2{font-family:'Open Sans',sans-serif;font-size:1.667em;margin:0 0 70px 0;font-weight:700;color:#8A8A8C;text-align:center;line-height:160%}.typography h3{font-family:'Open Sans',sans-serif;font-size:1.222em;margin:0 0 20px;padding:0;font-weight:700;color:#8A8A8C}.typography ul,.typography ol{margin:0 0 8px 22px}.typography ul{list-style:none;padding:0;margin:0}.typography li{padding-left:1em;text-indent:-.7em}.typography li::before{content:"• ";color:#fe0202}.typography ul li{margin:0 0 8px}.typography table{margin:0 0 18px 0}.typography table tr td{padding:3px}.typography .left{text-align:left}.typography .center{text-align:center}.typography .right{text-align:right}.typography img{border:none;cursor:zoom-in}.typography img.right{float:right;margin:0 0 5px 20px}.typography img.left{float:left;margin:0 20px 5px 0}.typography img.leftAlone{float:left;margin-right:100%}.typography img.center{float:none;display:block;margin-left:auto;margin-right:auto}.typography a[href$=".pdf"]:before,.typography a[href$=".PDF"]:before,.typography a.pdf:before{content:"\f1c1 \00a0 ";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.typography a[href$=".doc"]:before,.typography a[href$=".docx"]:before,.typography a[href$=".DOC"]:before,.typography a.doc:before{content:"\f1c2 \00a0";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.typography a[href$=".xls"]:before,.typography a[href$=".xlsx"]:before,.typography a[href$=".XLS"]:before,.typography a.xls:before{content:"\f1c3 \00a0";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.typography a[href$=".gz"]:before,.typography a[href$=".GZ"]:before,.typography a[href$=".gzip"]:before,.typography a[href$=".GZIP"]:before,.typography a[href$=".zip"]:before,.typography a[href$=".ZIP"]:before,.typography a.archive:before{content:"\f1c6 \00a0";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.typography a[href$=".exe"]:before,.typography a[href$=".EXE"]:before,.typography a.application:before{content:"\f1c9 \00a0";display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.button{display:inline-block;padding:8px 12px;margin:0;border:none;color:#fff !important;cursor:pointer;background:#e01a26;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.button a{color:#fff}.button:hover{background:#fe0202}.button:hover a{color:#fff;text-decoration:none}
/****** FILE: assets/_css/themes-base-onepage-css-form.css *****/
form ul{list-style:none}form{border:0}form fieldset.form-group--no-label{margin:0 0 15px 0}form fieldset.form-group--no-label .middleColumn{width:100%;padding:0 0 0 33%;margin:0 0 0 5%}form div.field{width:100%;float:left;display:block;margin:0 0 15px 0;padding:0}form div.field.nocaptcha .middleColumn,form div.field.form-group--no-label .middleColumn{width:100%;padding:0 0 0 33%;margin:0 0 0 5%}form div .middleColumn{width:62%;float:left;display:block}form div .middleColumn .extra_number_title{float:left;padding:7px 9px}form div .middleColumn input{color:#000}form div .middleColumn input.text,form div .middleColumn input.specialnumeric{width:100%;padding:9px 9px;border:none;background:#f5f5f5}form div .middleColumn input.specialnumeric{width:12%;float:left}form div .middleColumn textarea{width:100%;padding:9px 9px;border:none;background:#f5f5f5;text-transform:none;color:#000}form div .middleColumn select{width:100%;padding:8px 9px;border:none;background:#f5f5f5;color:#000}form div .middleColumn .datepicker input{width:100%;padding:7px 9px;border:none;background:#f5f5f5;color:#000}form div .middleColumn .datepicker a{display:none;visibility:hidden}form div.checkbox input{margin:8px 8px 0 0 !important}form #Place .middleColumn{width:100%;float:left;display:block}form #Place .middleColumn ul.optionset li{width:38%;padding-left:0em;text-indent:0em}form #Place .middleColumn ul.optionset li:before{content:""}form #Place .middleColumn ul.optionset li input{margin:8px 6px 0 0}form #Place .middleColumn ul.optionset li label{font-size:1.667em}form .ss-uploadfield label{width:auto !important;float:none !important}label.required{display:none !important}input.required{border:2px solid #d80e43 !important}.message.required{color:#d80e43}.typography label,fieldset legend{width:33%;float:left;display:block;margin:8px 5% 8px 0;font-weight:300 !important;font-size:1em}.typography .checkbox label{float:none;text-align:left}ul.optionset,fieldset.optionset{width:100%;margin:0;overflow:hidden;list-style:none !important}ul.optionset .middleColumn,fieldset.optionset .middleColumn{width:62%;float:left;display:block}ul.optionset li,fieldset.optionset li,ul.optionset div,fieldset.optionset div{width:100%;float:left;margin:6px 0;padding-left:0em;text-indent:0em}ul.optionset li:before,fieldset.optionset li:before,ul.optionset div:before,fieldset.optionset div:before{content:""}ul.optionset li input,fieldset.optionset li input,ul.optionset div input,fieldset.optionset div input{float:left;margin:3px 10px 0 0}ul.optionset li input.radio,fieldset.optionset li input.radio,ul.optionset div input.radio,fieldset.optionset div input.radio{width:25px;height:25px;min-height:inherit;margin:0 10px 0 0;position:relative;background:#ECECEC;cursor:pointer;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-appearance:none}ul.optionset li input.radio:checked,fieldset.optionset li input.radio:checked,ul.optionset div input.radio:checked,fieldset.optionset div input.radio:checked{background:#e01a26}ul.optionset li input.radio:checked:after,fieldset.optionset li input.radio:checked:after,ul.optionset div input.radio:checked:after,fieldset.optionset div input.radio:checked:after{content:'\f00c';font-family:FontAwesome;font-size:16px;position:absolute;top:4px;left:5px;color:#fff}ul.optionset li input.checkbox,fieldset.optionset li input.checkbox,ul.optionset div input.checkbox,fieldset.optionset div input.checkbox{width:16px;height:16px;min-height:inherit;position:relative;background:#ECECEC;cursor:pointer;-webkit-appearance:none}ul.optionset li input.checkbox:checked,fieldset.optionset li input.checkbox:checked,ul.optionset div input.checkbox:checked,fieldset.optionset div input.checkbox:checked{background:#e01a26}ul.optionset li input.checkbox:checked:after,fieldset.optionset li input.checkbox:checked:after,ul.optionset div input.checkbox:checked:after,fieldset.optionset div input.checkbox:checked:after{content:'\f00c';font-family:FontAwesome;font-size:10px;position:absolute;top:2px;left:3px;color:#fff}ul.optionset li label,fieldset.optionset li label,ul.optionset div label,fieldset.optionset div label{width:86%;margin:0}.Actions{padding:0 0 0 33%;margin:0 0 0 5%}.Actions input.action{float:left;padding:9px 12px;margin:0;border:none;color:#fff;cursor:pointer;background:#e01a26;text-align:center;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}.Actions input.action:hover{background:#fe0202}#ForgotPassword{width:100%;display:block;float:left}
/****** FILE: assets/_css/themes-base-onepage-css-mediaqueries.css *****/
@media only screen and (max-width:1800px){#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .grid-sizer{width:16.666666666666666666666666666667%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference{width:16.666666666666666666666666666667%}}@media only screen and (max-width:1500px){#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .grid-sizer{width:20%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference{width:20%}.highlight_container .highlight{width:33.33%}.highlight_container .highlight .highlight_title{font-size:2vw}}@media only screen and (max-width:1300px){#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .grid-sizer{width:25%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference{width:25%}.highlights-contentblock>.maincontainer .contentblock-content{padding:0 7%}}@media only screen and (max-width:1000px){#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .grid-sizer{width:33.333333333333333333333333333333%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference{width:33.333333333333333333333333333333%}}@media only screen and (max-width:840px){#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .grid-sizer{width:50%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference{width:50%}.highlight_container .highlight{width:50%}.highlight_container .highlight .highlight_title{font-size:3vw}}@media only screen and (max-width:500px){#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .grid-sizer{width:50%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference{width:50%}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference .reference-hover-content span{display:none}}@media only screen and (min-width:763px) and (max-width:954px){#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie{padding:24px 125px 24px 0}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie.last{padding:24px 0 24px 125px}}@media only screen and (min-width:605px) and (max-width:762px){#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie{padding:12px 0;text-align:center !important}}@media only screen and (min-width:605px) and (max-width:900px){#contentblock-container .contentblock.teaser-contentblock .logo{width:300px;height:76px}}@media only screen and (min-width:605px) and (max-width:664px){#contentblock-container .contentblock.teaser-contentblock .link-button-container{width:300px;left:50%;bottom:42%;margin:0 0 0 -150px}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button{width:70px;height:70px;padding:0;margin:0 12px}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button .link-button-text{display:none}}@media only screen and (max-width:604px){main .header_image{height:250px}main .header_image .page_title h1{font-size:7vw;padding:0 5%}header{min-height:inherit;padding:0 0 8px;height:60px}header .headercontent{margin:0 2% 0 3%}header .headercontent #Logo{width:240px;margin:19px 0 0 0}header .headercontent #Mobileicons{width:42px;height:42px;padding:0;margin:9px 5px 0 0}header .headercontent #Mobileicons .navicon{font-size:23px}header .headercontent .navigationcontainer nav ul li a{padding:15px 45px 15px 0}header .headercontent .navigationcontainer nav ul li a:hover,header .headercontent .navigationcontainer nav ul li a.hover{padding:15px 0 15px 45px}.contentblock-content.second-contentblock-content{margin:0}#contentblock-container .Teaser{padding-top:59px}#contentblock-container .contentblock.teaser-contentblock .logo{width:300px;height:76px}#contentblock-container .contentblock.teaser-contentblock .link-button-container{width:300px;left:50%;bottom:32%;margin:0 0 0 -150px}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button{width:70px;height:70px;padding:0;margin:0 12px}#contentblock-container .contentblock.teaser-contentblock .link-button-container .link-button .link-button-text{display:none}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-main-list .reference-main-categorie{padding:12px 0;font-size:20px;text-align:center !important}#contentblock-container .contentblock .contentblock-reference-container .reference-categorie-list .reference-categorie{width:33.333%;padding:8px 5px;font-size:16px}#contentblock-container .contentblock .contentblock-reference-container .contentblock-reference .reference:hover .reference-hover-content{display:none}#contentblock-container .contentblock.two-column-text .contentblock-content{width:100%}#contentblock-container .contentblock.two-column-text .second-contentblock-content{margin:40px 0 0 0}.successmessage p{padding:20px;font-size:16px}.loadmore-elements-container{display:block}.highlight_container .highlight{width:100%}.highlight_container .highlight .highlight_title{font-size:6vw}#Navigation{width:100%;margin:0;display:none}#Navigation ul{width:100%;margin:0}#Navigation ul li{width:100%}#Navigation ul li a{width:100%;float:left;padding:0;margin:0;font-size:1em;border-bottom:1px solid #000}#Navigation ul li a.children.hover{color:#000}#Navigation ul li a.children.hover.current{color:#000}#Navigation ul li a.children.hover.section{color:#000}#Navigation ul li a:hover{color:#000}#Navigation ul li a.last{padding:0;margin:0}#Navigation ul li a.current{color:#000}#Navigation ul li a.section{color:#000}#Navigation ul li .subNav{width:100%;padding:0;position:relative;top:inherit;left:inherit;z-index:999;background:#fff}#Navigation ul li .subNav ul{width:100%;padding:0;margin:0}#Navigation ul li .subNav ul.last{margin:0}#Navigation ul li .subNav ul li{width:100%;margin:0}#Navigation ul li .subNav ul li a{width:100%;padding:0;margin:0}.refdetails .refimg{display:none;visibility:hidden}.refdetails .refdesc{width:100%;margin:0}.typography label{width:100%;margin:8px 0 8px 0}form fieldset.form-group--no-label .middleColumn{padding:0;margin:0}form div.field.nocaptcha .middleColumn{width:100% !important;padding:0 !important;margin:0 !important}form div .middleColumn{width:100%}form div .middleColumn input.specialnumeric{width:20%}form div.checkbox input{margin:8px 8px 0 0 !important}form #Place .middleColumn ul.optionset li{width:100%;margin:6px 6px 0 0}fieldset legend{width:100%}ul.optionset .middleColumn,fieldset.optionset .middleColumn{width:100%;margin:0}.Actions{margin:0;padding:0}.Actions input.action{margin:0}}
/****** FILE: themes/base-onepage/css/responsive-teaser.css *****/
/* Reine CSS-Datei (kein .less!) - bewusst, damit der LESS-Compiler (asenar/less.php)
   die native CSS-clamp()-Syntax nicht anfasst. Das Modul hat eine eigene, andersartige
   clamp()-Funktion und wirft beim Kompilieren einer clamp()-Deklaration eine PHP-Notice,
   die SilverStripe in bestimmten Situationen (z.B. Vorschau-Iframe beim Seite-Speichern)
   faelschlich in einen 500-Fehler verwandelt. Diese Datei wird unkompiliert direkt
   ausgeliefert und ueberschreibt per Ladereihenfolge (siehe PageController.php) den
   statischen font-size-Wert aus layout.less.

   Responsiv: waechst/schrumpft stufenlos zwischen 38px (Minimum, kleine Handys) und
   3.5em (Desktop-Groesse ab ca. 1265px Fensterbreite, danach gedeckelt). */
.teaserTitleContainer{
    font-size: clamp(38px, 5vw, 3.5em);
}

