/****** 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/master-template/css/layout.css *****/
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
body {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  background: #fff;
}
img {
  border: none;
}
.page-row {
  display: table-row;
  height: 1px;
}
.page-row-expanded {
  height: 100%;
}
.arrow {
  position: relative;
}
.arrow::before,
.arrow::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 1px;
  width: 16px;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.arrow::before {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow::after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.arrow.arrow-right::before,
.arrow.arrow-right::after {
  right: -10px;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.arrow.arrow-left::before,
.arrow.arrow-left::after {
  left: -10px;
  -webkit-transform-origin: 16px 50%;
  -moz-transform-origin: 16px 50%;
  -ms-transform-origin: 16px 50%;
  -o-transform-origin: 16px 50%;
  transform-origin: 16px 50%;
}
.global_arrow {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.login-fullwidth-container {
  padding: 60px 0;
}
.hyphenate {
  hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
}
header {
  width: 100%;
  margin: 0;
  background: #222222;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .headercontent {
  width: 100%;
  padding: 30px 0 28px;
  position: relative;
  justify-content: space-between;
}
.nav-icon {
  width: 35px;
  height: 28px;
  float: right;
  display: none;
  position: relative;
  cursor: pointer;
}
.nav-icon span {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 13px;
  right: 0;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  -moz-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}
.nav-icon span::before,
.nav-icon span::after {
  width: 100%;
  height: 3px;
  background: #fff;
  position: absolute;
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s 0.3s;
  -moz-transition: -moz-transform 0.2s 0.3s;
  transition: transform 0.2s 0.3s;
}
.nav-icon span::before {
  top: -10px;
}
.nav-icon span::after {
  top: 10px;
}
.nav-icon.nav-icon-open span {
  background: none;
}
.nav-icon.nav-icon-open span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -moz-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
  -o-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.nav-icon.nav-icon-open span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -moz-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
  -o-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}
main {
  width: 100%;
  padding: 0;
  margin: 114px 0 0 0;
}
#Layout {
  width: 100%;
  min-height: 400px;
  padding: 0;
  margin: 0;
}
#Layout #Content {
  width: 100%;
}
.buttoncontainer {
  display: inline-block;
  margin: 0;
  background: #E3E3E3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.buttoncontainer:hover {
  background: #000000;
}
.buttoncontainer a {
  display: block;
  padding: 4px 20px;
  color: #222 !important;
  border: none !important;
  text-align: center;
}
.buttoncontainer a:hover {
  color: #fff !important;
}
.buttoncontainer span {
  display: block;
  padding: 4px 20px;
  color: #222 !important;
  text-align: center;
  cursor: pointer;
}
.buttoncontainer span:hover {
  color: #fff !important;
}
#GoogleMaps {
  width: 100%;
}
#GoogleMaps iframe {
  width: 100%;
}
.overlay {
  width: 100%;
  height: 450px;
  background: transparent;
  position: absolute;
}
.scrolloff {
  pointer-events: none;
}
footer {
  width: 100%;
  min-height: 80px;
  padding: 60px 0 60px 0;
  margin: 0;
  background: #222222;
}
footer .social-media-blocks {
  margin-top: 0;
}
footer .social-media-blocks .social-media-block {
  background: #393939;
}
.footertext {
  margin: 0 0 0 auto;
}
.footertext a:hover {
  color: #8D7943;
}
.quicklinks ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quicklinks ul li {
  margin: 0 0 5px 0;
}
.quicklinks ul li a:hover,
.quicklinks ul li span:hover {
  color: #8D7943;
}
.social-media-blocks {
  margin: 20px 0 0 0;
}
.social-media-blocks .social-media-block {
  display: inline-block !important;
  position: relative;
  width: 43px;
  height: 43px;
  border: 2px solid #222 !important;
  background: #222;
  padding: 0 5px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.social-media-blocks .social-media-block:hover {
  background: #fff;
}
.social-media-blocks .social-media-block:hover i {
  color: #222;
}
.social-media-blocks .social-media-block i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.made_by_biwac {
  background: #DDDDDD;
  text-align: center;
}
.made_by_biwac a {
  font-size: 0.800em;
  display: inline-block;
  padding: 10px 20px;
  color: #666666;
}
.made_by_biwac a:hover {
  color: #8D7943;
}
@media print {
  a[href]:after {
    content: "" !important;
  }
}

/****** FILE: themes/master-template/css/typography.css *****/
html,
body,
.typography {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  color: #222;
}
a,
input,
button,
textarea,
a:hover,
a:active {
  outline: none !important;
  text-decoration: none;
}
strong,
b,
.typography strong,
.typography b {
  font-weight: 700;
}
p {
  margin: 0 0 calc(10px);
}
p:last-child {
  margin: 0;
}
a,
.typography a {
  color: #8D7943;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.contentblock-content a:hover {
  border-bottom: 1px solid #8D7943;
}
footer {
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .quicklinks span {
  color: #fff;
}
footer .quicklinks span:hover {
  color: #fff;
}
.typography h1,
h1 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #222;
  padding: 0;
  margin: 0 0 20px 0;
}
.typography h2,
h2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.3;
  color: #222;
  padding: 0;
  margin: 0 0 20px 0;
}
.typography h3,
h3 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
  color: #222;
  padding: 0;
  margin: 0 0 20px 0;
}
.typography h4,
h4 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #222;
  padding: 0;
  margin: 0 0 20px 0;
}
.typography h5,
h5 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  padding: 0;
  margin: 0 0 20px 0;
}
ul,
ol,
.typography ul,
.typography ol {
  margin: 0 0 8px 22px;
}
.typography li,
li {
  margin: 0 0 8px;
}
.typography table,
table {
  margin: 0 0 18px 0;
}
.typography table tr td,
table tr td {
  padding: 3px;
}
.typography .left,
.left {
  text-align: left;
}
.typography .center,
.center {
  text-align: center;
}
.typography .right,
.right {
  text-align: right;
}
img,
.typography img {
  border: none;
}
img.right,
.typography img.right {
  float: right;
  margin: 0 0 5px 20px;
}
img.left,
.typography img.left {
  float: left;
  margin: 0 20px 5px 0;
}
img.leftAlone,
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
}
img.center,
.typography img.center {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
a[href$=".pdf"]:before,
a[href$=".PDF"]:before,
a.pdf:before,
.typography a[href$=".pdf"]:before,
.typography a[href$=".PDF"]:before,
.typography a.pdf:before {
  content: "\f1c1 \00a0 ";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
a[href$=".doc"]:before,
a[href$=".docx"]:before,
a[href$=".DOC"]:before,
a.doc:before,
.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-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
a[href$=".xls"]:before,
a[href$=".xlsx"]:before,
a[href$=".XLS"]:before,
a.xls:before,
.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-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
a[href$=".ppt"]:before,
a[href$=".pptx"]:before,
a[href$=".PPT"]:before,
a.ppt:before,
.typography a[href$=".ppt"]:before,
.typography a[href$=".pptx"]:before,
.typography a[href$=".PPT"]:before,
.typography a.ppt:before {
  content: "\f1c4 \00a0";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
a[href$=".gz"]:before,
a[href$=".GZ"]:before,
a[href$=".gzip"]:before,
a[href$=".GZIP"]:before,
a[href$=".zip"]:before,
a[href$=".ZIP"]:before,
a.archive:before,
.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-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
a[href$=".exe"]:before,
a[href$=".EXE"]:before,
a.application:before,
.typography a[href$=".exe"]:before,
.typography a[href$=".EXE"]:before,
.typography a.application:before {
  content: "\f15b \00a0";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}

/****** FILE: themes/master-template/css/form.css *****/
form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
input,
textarea,
select {
  font-weight: 300;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
fieldset {
  border: 0;
}
fieldset div.field {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}
fieldset div label {
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 23.417721%;
  flex: 0 0 23.417721%;
  max-width: 23.417721%;
  position: relative;
  padding: 10px 0 0 0;
}
fieldset div.optionset .middleColumn label,
fieldset div.checkbox .middleColumn label {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
fieldset div .middleColumn {
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 76.582279%;
  flex: 0 0 76.582279%;
  max-width: 76.582279%;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
}
fieldset div .middleColumn .datepicker input {
  width: 100%;
  padding: 9px;
  border: 1px solid #ADADAD;
  background: #fff;
}
fieldset div .middleColumn .datepicker a {
  display: none;
  visibility: hidden;
}
fieldset div.checkbox {
  margin-left: 23.417721%;
}
fieldset div.checkbox .middleColumn {
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
fieldset div .FormHeading {
  margin-top: 20px;
}
fieldset .ss-uploadfield label {
  width: auto !important;
  float: none !important;
}
input.text {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #ADADAD;
  background: #fff;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  font-family: 'Font Awesome\ 5 Pro';
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  display: inline-block;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  padding-left: 27px;
  position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  position: absolute;
  left: 0;
  top: 15px;
}
input[type=checkbox] + label:before {
  content: "\f0c8";
}
input[type=checkbox] + label:hover:before {
  content: "\f14a";
  color: #666;
}
input[type=checkbox]:checked + label:before {
  content: "\f14a";
  font-weight: 400;
}
input[type=radio] + label:before {
  content: "\f111";
}
input[type=radio] + label:hover:before {
  content: "\f192";
  color: #666;
}
input[type=radio]:checked + label:before {
  content: "\f192";
  font-weight: 400;
}
textarea {
  width: 100%;
  padding: 9px;
  border: 1px solid #ADADAD;
  background: #fff;
  text-transform: none;
}
select {
  width: 100%;
  padding: 10px 60px 10px 20px;
  border: 1px solid #ADADAD;
  background: url("../images/arrow.svg") no-repeat 97% 50% ;
  background-size: 26px;
}
label.required {
  display: none !important;
}
input.required {
  border: 1px solid  !important;
}
ul.optionset {
  margin: 0;
  overflow: hidden;
  list-style: none !important;
}
.CompositeField p.left {
  width: 23.417721%;
}
.CompositeField.nolabel .middleColumn {
  width: 100%;
  min-height: 1px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}
.Actions {
  margin-left: 23.417721%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.Actions button,
.Actions input {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.Actions button.action,
.Actions input.action {
  min-width: 222px;
  padding: 6px 8px 8px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  cursor: pointer;
  border: 2px solid #000;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.Actions button.action:hover,
.Actions input.action:hover {
  color: #fff;
  background: #000000;
}
div.field.nocaptcha {
  display: flex;
  justify-content: flex-end;
}
#GroupLoginForm_LoginForm_Remember_Holder label {
  margin: 0 10px;
}
#GroupLoginForm_LoginForm_Remember_Holder label.right {
  text-align: left;
  -ms-flex: 0 0 74.582279%;
  flex: 0 0 74.582279%;
  max-width: 74.582279%;
}
p#ForgotPassword {
  margin: 10px 0;
}
.userform-progress {
  width: 100%;
}
.userform-progress .progress {
  width: 100%;
}
.userform-progress nav {
  width: 100%;
  margin: 0 0 20px 0;
}
.userform-progress nav .step-buttons {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.userform-progress nav .step-buttons .step-button-wrapper {
  width: auto;
  display: inline-block;
  margin: 0 8px 0 0;
}
.userform-progress nav .step-buttons .step-button-wrapper.viewed button.step-button-jump {
  background: #bbb;
}
.userform-progress nav .step-buttons .step-button-wrapper.current button.step-button-jump {
  background: #000;
}
.userform-progress nav .step-buttons .step-button-wrapper button.step-button-jump {
  padding: 8px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #000;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.userform-progress nav .step-buttons .step-button-wrapper button.step-button-jump:hover {
  background: #E3E3E3;
}
.userform-progress nav .step-buttons .step-button-wrapper button.step-button-jump:disabled {
  cursor: default;
  background: #ddd;
}
.step-navigation {
  width: 100%;
}
.step-navigation .step-buttons {
  width: 100%;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.step-navigation .step-buttons .step-button-wrapper {
  width: auto;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev,
.step-navigation .step-buttons .step-button-wrapper .step-button-next {
  padding: 7px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #000;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev:hover,
.step-navigation .step-buttons .step-button-wrapper .step-button-next:hover {
  background: #E3E3E3;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev .fa,
.step-navigation .step-buttons .step-button-wrapper .step-button-next .fa {
  font-size: 20px;
  color: #fff;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev {
  margin: 0 20px 0 0;
}

/****** FILE: themes/base/css/layout.css *****/
html{height:100%;background: rgb(2,0,36);}
body {
background: rgb(2,0,36);
background: -moz-linear-gradient(348deg, rgba(2,0,36,1) 0%, rgba(62,81,84,1) 51%, rgba(0,148,179,1) 100%);
background: -webkit-linear-gradient(348deg, rgba(2,0,36,1) 0%, rgba(62,81,84,1) 51%, rgba(0,148,179,1) 100%);
background: linear-gradient(348deg, rgba(2,0,36,1) 0%, rgba(62,81,84,1) 51%, rgba(0,148,179,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#0094b3",GradientType=1); 
font-family:'Share', monospace;
    font-size: 18px;
	color:#fff;
	  background-repeat: no-repeat;
    background-attachment: fixed;
}
header {
    width: 100%;
    max-width: 350px;
    position: fixed;
    top: 0;
    right: -130px;
    left: auto;
    z-index: 100;
    background: none;
	transition:all 0.4s;
}
header.nav-is-visible {
	right:-10px;
	transition:all 0.4s;
}
header .headercontent {
    padding: 0px;
	  background: #000;
}
header .headergrafik {
	
}
main {
    margin: 0px 0 0 0;
	float:left;
}
#Layout{float:left;}
#Layout #Content {
	margin:50px auto;
}

#Logo {
    padding: 20px 30px 40px 30px;
	max-width:220px;
}
#Logo img {
    width: 100%;

}
.mobilelogo {
    display:none;
}
nav#Navigation {
    background: #000;
}
nav#Navigation ul{
    margin: 20px 0 0 0;
}
nav#Navigation ul li {
    font-family: 'Share', sans-serif;
    padding: 5px 0 5px 0;
    font-size: 1rem;
    color: #fff;
    margin: 0px;
    list-style: none;
}
nav#Navigation ul li a{
    color:#fff;
}
nav#Navigation ul li a.active, nav#Navigation ul li a.section, nav#Navigation ul li a:hover, nav#Navigation ul li a.current {
    color: #45a8ce;
}

main .container {
    
}

#LanguageSwitcher {
    position:absolute;
    z-index:2;
    left: -58px;
top: 127px;
    margin:0;
}
#LanguageSwitcher .translation-hexagon { width: 46px; height: 28px; background: rgba(0,0,0,0.7); position: relative;display:inline-block;margin:0px 0px 0 0; color:#fff;font-size:18px; text-align:center; font-weight:600;line-height:28px;font-family: 'Share', sans-serif;}
#LanguageSwitcher .translation-hexagon span { color:#fff;font-size:62px; line-height:62px;display:inline-block;margin-top:-20px;padding:3px 0 0 0;}
#LanguageSwitcher .translation-hexagon:before { content: ""; position: absolute; top: -14px; left: 0; width: 0; height: 0; border-left: 23px solid transparent; border-right: 23px solid transparent; border-bottom: 14px solid rgba(0,0,0,0.7); }
#LanguageSwitcher .translation-hexagon:after { content: ""; position: absolute; bottom: -14px; left: 0; width: 0; height: 0; border-left: 23px solid transparent; border-right: 23px solid transparent; border-top: 14px solid rgba(0,0,0,0.7); }
#LanguageSwitcher .translation-hexagon.current{color:#00d4ff;}

#LanguageSwitcher .translation-hexagon:hover { background: rgba(0,0,0,1); }
#LanguageSwitcher .translation-hexagon:hover:before { border-bottom: 14px solid rgba(0,0,0,1); }
#LanguageSwitcher .translation-hexagon:hover:after { border-top: 14px solid rgba(0,0,0,1); }

#LanguageSwitcher .translation-hexagon.home {right:0px;}
#LanguageSwitcher .translation-hexagon.home img {margin-top:3px;}
#LanguageSwitcher .translation-hexagon.DE {right:0px;top:14px;}
#LanguageSwitcher .translation-hexagon.EN {right: 27px;top: 60px;}

.nav-icon {
    display: inline-block;
    margin: auto;
    float: none;
    top:9px;
}
.naviconcontainer {
    position:absolute;
	left: -8px;
top: 130px;
}
.naviconshape {
    padding: 6px 10px;
    background: #00d4ff;
    display: inline;
    position: relative;
    z-index: 3;
}
.naviconshape:before { content: ""; position: absolute; top: -16px; left: 0; width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-bottom: 16px solid #00d4ff; }
.naviconshape:after { content: ""; position: absolute; bottom: -16px; left: 0; width: 0; height: 0; border-left: 28px solid transparent; border-right: 28px solid transparent; border-top: 16px solid #00d4ff; }

.mobile-nav-container{
    background:#000;
    display: none;
    transition: all 0.4s;
    width: 100%;
    padding: 30px;
    visibility: hidden;
    position: relative;
}
.mobile-nav-container.nav-is-visible{
    display: block;
    transition: all 0.4s;
    z-index: 10;
}
.mobile-nav-container ul{
    margin: 0px;
}
.mobile-nav-container ul li{
    margin: 0px;
    padding: 5px;
    list-style: none;
}
.mobile-nav-container ul li a{
    color: #fff;
}
.mobile-nav-container ul li a.active, .mobile-nav-container ul li a.section, .mobile-nav-container ul li a:hover, .mobile-nav-container ul li a.current {
    color: #00d4ff;
}

.mobile-nav-container,
ul.child-nav-element{
    width: 100%;
	max-width: 278px;
	height: calc(100vh - 212px);
    display: block;
    background: #000;
    overflow: hidden;
    position: fixed;
    top:212px;
    right:0px;
    padding: 30px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
    
ul.child-nav-element {
    top: 0px;
	height: 100%;
}
.mobile-nav-container{
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -moz-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
}
ul.child-nav-element{
    width: 100%;
}
#mobile-nav{
    width: 100%;
    display: block;
    padding: 0px;
    background: #000;
    overflow: hidden;
    position: absolute;
    top: 0px;
    right: 0px;
}
.mobile-nav-container.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.mobile-nav-block {
    width: 100%;
    position: relative;
    height: 100%;
}
.mobile-nav-block ul {
    width: 100%;
    margin: 0;
    list-style: none;
}
.mobile-nav-block ul.nav-is-hidden{
     -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
     -ms-transform: translateX(100%);
     -o-transform: translateX(100%);
     transform: translateX(100%);
 }
.mobile-nav-block ul li {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.mobile-nav-block ul a {
    width: 100%;
    display: inline-block;
    padding: 5px 25px 5px 0;
    margin: 0;
    font-size: 1rem;
    color: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
}

.mobile-nav-block ul a .icon-ele .normal{
    display: inline-block;
}
.mobile-nav-block ul a .icon-ele .hover{
    display: none;
}

.mobile-nav-block a,
.mobile-nav-block ul a{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.mobile-nav-block a.children::before,
.mobile-nav-block a.children::after,
.mobile-nav-block a.parentback::before,
.mobile-nav-block a.parentback::after {
    content: '';
    position: absolute;
    top: 40%;
    margin-top: -1px;
    display: inline-block;
    height: 1px;
    width: 12px;
    background: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.mobile-nav-block a.children::before,
.mobile-nav-block a.children::after{
    right: -10px;
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.mobile-nav-block a.parentback::before,
.mobile-nav-block a.parentback::after {
    left: -10px;
    -webkit-transform-origin: 12px 50%;
    -moz-transform-origin: 12px 50%;
    -ms-transform-origin: 12px 50%;
    -o-transform-origin: 12px 50%;
    transform-origin: 12px 50%;
}
.mobile-nav-block a.children::before,
.mobile-nav-block a.parentback::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.mobile-nav-block a.children::after,
.mobile-nav-block a.parentback::after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.mobile-nav-block ul.moves-out > li > a {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
}
.mobile-nav-block ul li a:hover,
.mobile-nav-block ul li a.current,
.mobile-nav-block ul li a.section,
.mobile-nav-block ul li a.section:hover,
.mobile-nav-block ul li a.current:hover {
    border-bottom: 1px solid #fff;
}
.mobile-nav-block ul > li > a.children{

}
.mobile-nav-block ul > li > a.parentback{
    padding: 5px 0 5px 30px !important;
}
.mobile-nav-block ul li ul li{
	line-height:1;
}
.mobile-nav-block ul li ul li a{
    font-size:0.7rem;
	line-height:0.9rem;
}
ul.child-nav-element {
	padding:20px;
	}


    /* Content
    -------------------------------------------
     */

.chapterlist h3{
    font-size: 0.9rem;
    margin-top: 8px;
    line-height: 1.4;
}
 
 .buttoncontainer {
    display: inline-block;
    margin: 20px 0;
    background: rgba(0,0,0,0.8);
	color:#fff;
}
.buttoncontainer a {
    display: block;
    padding: 4px 20px;
    color: #fff !important;
    border: none !important;
    text-align: center;
}
.buttoncontainer a:hover {
    color: #00d4ff !important;
}
@keyframes pulse {
    0% {
        font-size: 1.3rem;
    }

    70% {
        font-size: 1.5rem;
    }

    100% {
        font-size: 1.3rem;
    }
}
.fancyboxinfo {
    font-size: 1.5rem;
    animation: pulse 2s infinite;
}
#FBInfo {
    z-index: 999999;
}
.fancybox-caption {
    position: absolute;
    z-index: 99999;
}


.fancybox-caption_container{
   /* background: rgba(0,0,0,0.8);*/
    max-width: 1040px;
    margin: auto;
    display: none;
    visibility: hidden;
}
.fancybox-caption_container.open{
    display: block;
    visibility: visible;
	background:rgba(0,0,0,0.5);
	padding:15px
}
.fancybox-caption_container h3 {
    color: #fff;
    font-family:'Share';
    font-size: 1rem;
    margin: 0px 0 5px 0;
    text-align: left;
}
.fancybox-caption_container p {
    color: #fff;
    font-family:'Share';
    font-size: 0.8rem;
    margin-bottom: 7px;
    text-align: left;
}

.home-comicpage {
	margin-bottom:50px;
	text-align:center;
}
.home-comicpage img{
	display: inline-block;
}

.gallery-item {
    margin: 0 0 20px 0;
}
.iconblock {
    margin-bottom: 40px;
}
.iconblock-title {
	margin:10px 0 15px 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #fff;
}
.iconblock-title h3 {
		margin:0;
	}
.iconblock-desc {
	color:#fff;
}

.characterlist {
	margin-top:50px;
    position: relative;
}
.character {
	margin-bottom:20px;
}
.characterlist .bottomhexagon {
    margin: 34px 0 0 22px;
}
.characterlist h3{
    margin: 70px 0 15px 0px;
	padding:0 0 5px 0;
}
.characterlist-container {
    margin: 0 118px;
}
.characterthumb {
	margin-bottom:10px;
    opacity: 0.6;
    background: rgb(2,0,36);
    background: -moz-linear-gradient(348deg, rgba(2,0,36,1) 0%, rgba(62,81,84,1) 51%, rgba(0,148,179,1) 100%);
    background: -webkit-linear-gradient(348deg, rgba(2,0,36,1) 0%, rgba(62,81,84,1) 51%, rgba(0,148,179,1) 100%);
    background: linear-gradient(348deg, rgba(2,0,36,1) 0%, rgba(62,81,84,1) 51%, rgba(0,148,179,1) 100%);
}
.characterthumb:hover {
    opacity: 1;
}
.characterbox {
    background: rgba(0,0,0,0.7);
    padding: 17px;
    margin-top: 27px;
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.8rem;
}
.characterbox:before{
    content: "";
    position: absolute;
    top: -17px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 17px solid rgba(0,0,0,0.7);
    z-index:1;
}
.pagethumb {
	margin-bottom:10px;
}
#ContentBlockContainer{
    margin-bottom: 30px;
}
.contentblock {
	padding:40px 0px;
}

/* Comicpage 
------------------------------------------------ */
.ComicNavigatorHolder{
	position:fixed;
    width: 100%;
    z-index: 1;
    margin-top: 0px;
    transition: margin-top 0.4s;
}
.ComicNavigatorHolder.mobile{
	position:relative;
    display:none;
	height:70px;
	padding:10px 0 20px 0;
}
.ComicNavigatorHolder.small {
    margin-top: -100px;
    transition: margin-top 0.4s;
}
#ComicNavigator {
	width:100%;
	max-width:1200px;
	margin:0 auto;
}

#ComicNavigator .prevContainer{
	float:left;
}
#ComicNavigator .nextContainer{
	float:right;
}
#ComicNavigator .prevContainer a{
	float:left;
}
#ComicNavigator .nextContainer a{
	float:right;
}
.comicnavlink{
	width:46px;
	height:67px;
	padding:8px;
	background:#173c49;
	color:#fff;
	display:inline-block; 
	font-size: 1.8rem; 
	position:relative;
}
.comicnavlink img{
	width:22px;
	opacity:0.8;
}
.comicnavlink.inactive {
	cursor:default;
}
.comicnavlink.inactive img{
	opacity:0.4;
}
.comicnavlink.inactive:hover img{
	opacity:0.4;
}
.comicnavlink:hover img{
	opacity:1;
}
.prevContainer .comicnavlink{
	padding:16px 10px 8px 0px;
}
.nextContainer .comicnavlink{
	padding:16px 0px 8px 20px;
}
.prevContainer .comicnavlink:before{
	content: "";
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-right: 17px solid #173c49;
}
.nextContainer .comicnavlink:after{
	content: "";
  position: absolute;
  top: 0px;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 17px solid #173c49;
}
.nextContainer .pagelink, .prevContainer .pagelink{
	padding:16px 7px;
	width:41px;
	background:#000;
}
.nextContainer .pagelink{
	padding:16px 5px 0px 9px;
}
.comicnavlink:hover {

}
.prevContainer .pagelink:before, .nextContainer .pagelink:before {
	content: "";
  position: absolute;
  top: 0px;
  left: -17px;
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
      border-right: 17px solid #000;
	  z-index:1;
    }
.prevContainer .pagelink:after, .nextContainer .pagelink:after{
	content: "";
  position: absolute;
  top: 0px;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
      border-left: 17px solid #000;
	  z-index:1;
    }
	
	.firstofbook, .lastofbook {
		width:54px;
	}
	.firstofbook img, .lastofbook img {
		width:33px;
		}
		
.prevContainer .comicnavlink.firstofbook {
    padding: 16px 19px 8px 0px;
	background:#2b5665;
}
.prevContainer .comicnavlink.firstofbook:before {
    border-right: 17px solid #2b5665;
}
.nextContainer .comicnavlink.lastofbook {
    padding: 16px 0px 8px 19px;
	background:#2b5665;
}
.nextContainer .comicnavlink.lastofbook:after {
    border-left: 17px solid #2b5665;
	}

.breadcrumbs {
    font-size: 0.7rem;
    width: 400px;
    text-align: center;
    margin: -24px auto 20px auto;
    z-index: 2;
}
	
.comic-image {
	display:inline-block;
    max-width: 860px;
}
.comicpage-image {
    min-height:1200px;
}
.description {
    margin-bottom: 30px;
}

.commentform {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 100px;
}

.commentform form, .commentform p, .commentform h3 {
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
}
.commentform h3 {
    margin: 40px auto 0 auto;
}
.commentform p {
    font-size: 1.4rem;
}
.commentform p span {
    font-size: 1rem;
    border-bottom: 1px dashed #fff;
    margin-bottom: 5px;
    padding-bottom: 3px;
}
.commentform div.field {
    position: relative;
}
.comment {
    width: 100%;
    max-width: 400px;
    margin: 40px auto;
    background: #000;
    padding: 20px;
    position: relative;
}
.comment .name{
    margin: 3px 0px 10px 0px;
    font-weight: 700;
    font-size: 1.2rem;
}
.comment:before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid #000;
}


.hexagon{
    height: 67px;
    width:41px;
    background:#000;
    position: relative;
}
.hexagon:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-right: 17px solid #000;
    z-index:1;
}
.hexagon:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 17px solid #000;
    z-index:1;
}
.bottomhexagon {
    margin: -31px 0 0 64px;
}
.comicdesc h1{
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    font-weight: 400;
    margin: -30px 0 0px 135px;
}
.comicdesc h1 b{
    font-weight: 700;
}
.comicdescbox {
    padding: 0 65px 0 48px;
}
.comicdesc .desc {
    background: #000;
    margin: 0;
    padding: 10px 85px 30px;
    width: calc(100% - 17px);
}
.comicdesc .desc characterlist


.comicdesc .desc .characterlist h3 {
    margin: 0px;
    padding: 0 0 5px 0;
	}
.comicdesc .desc .characterlist-container{
	margin:0 -10px;
}
	
.desc-border-top {
    background: #000;
    position: relative;
    margin: 0 17px;
    height: 33px;
    width: calc(100% - 34px);
}
.desc-border-top:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-right: 17px solid #000;
    z-index:1;
}
.desc-border-top:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 17px solid #000;
    z-index:1;
}
.transcript-container {
    background: rgba(0,0,0,0.8);
    margin: 0 80px 0 48px;
    padding: 30px 85px 30px;
    width: calc(100% - 130px);
    display: none;
    height: 0px;
    transition: height 0.3s;
}
.transcript-container.open {
    display: block;
    height: auto;
    transition: height 0.3s;

}

.show-transcript, button.action  {
    background: #183844;
    color:#fff;
    padding: 14px 17px;
    position: relative;
    border: none;
}
.show-transcript  {
    float: right;
    margin: -28px 97px 15px 0;
}
.show-transcript:hover, button.action:hover{
    background: #00d4ff;
    text-shadow: rgba(255,255,255,0.6) 0px 0px 3px;
}
.show-transcript:hover:after, button.action:hover:after{
    border-left: 15px solid #00d4ff;
}
.show-transcript:hover:before, button.action:hover:before {
    border-right: 15px solid #00d4ff;
}
.show-transcript:after, button.action:after{
    content: "";
    position: absolute;
    top: 0px;
    right: -15px;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 15px solid #183844;
    z-index:1;
}
.show-transcript:before, button.action:before{
    content: "";
    position: absolute;
    top: 0px;
    left: -15px;
    width: 0;
    height: 0;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-right: 15px solid #183844;
    z-index:1;
}


.footericons .hexagon { width: 46px; height: 23px; background: #11a0dc; position: relative;display:inline-block;margin:0 5px 0 0;}
.footericons .hexagon:before { content: ""; position: absolute; top: -13px; left: 0; width: 0; height: 0; border-left: 23px solid transparent; border-right: 23px solid transparent; border-bottom: 13px solid #11a0dc; }
.footericons .hexagon:after { content: ""; position: absolute; bottom: -13px; left: 0; width: 0; height: 0; border-left: 23px solid transparent; border-right: 23px solid transparent; border-top: 13px solid #11a0dc; }

.footericons .hexagon:hover { background: #ff5925;}
.footericons .hexagon:hover:before { border-bottom: 13px solid #ff5925; }
.footericons .hexagon:hover:after { border-top: 13px solid #ff5925; }

footer {
    width: 100%;
    min-height: 40px;
    padding: 26px 0 20px 0;
    background: #000;
	text-align:center;
}

footer a {
    color: #a4c6d4;
}
.quicklinks ul {
    margin: 10px 0 0 0;
}
.quicklinks ul li{
	display:inline;
	padding:0 15px 0 0;
}
footer a:hover, .quicklinks ul li a:hover {
	text-shadow: 0px 0px 8px #a4c6d4;
    color: #c8efff;
}
footer .social-media-blocks {
	text-align:center;
}

.social-media-blocks .social-media-block, footer .social-media-blocks .social-media-block {
	background:none;
	border:none !important;
}
.social-media-blocks .social-media-block:hover {
    background: none;
}
.social-media-blocks .social-media-block i {
	 color: #a4c6d4;
	 font-size:28px;
}
.social-media-blocks .social-media-block:hover i {
	 color: #c8efff;
}
.disclaimer-links{
    font-size: 0.8rem;
}
.disclaimer-links a{
    padding: 0 10px;
}

#adultContentWarning {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    z-index: 999;
    top: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    overflow: hidden;
    margin: 0px;
}
#MessageContainer {
    width: 100%;
    max-width: 800px;
    height: 450px;
    background: url('/resources/themes/base/images/adultwarning.jpg') right bottom no-repeat rgb(255, 255, 255);
    margin: 100px auto;
    padding: 30px 275px 30px 30px;
    font-size: 16px;
    line-height: 18px;
    color: rgb(0, 0, 0);
}
.adultContentTitle {
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 0px 0px 10px;
}
.adultContentCommands {
    float: left;
    width: 100%;
    margin: 10px 0px;
}
#adultContentAccepted, #adultContentNotAccepted {
    padding: 5px 10px;
    margin: 5px 10px 0px 0px;
    background: rgb(153, 153, 153);
    cursor: pointer;
}
#adultContentAccepted:hover, #adultContentNotAccepted:hover {
    color: rgb(255, 255, 255);
    background: rgb(0, 0, 0);
}

.blur {
    filter: blur(10px);
    opacity: 0.6;
}
.pagethumb .blur{
	filter: blur(5px);

	}
.relativpage {
	position: relative;
	}
.adultmeldung {
	position:absolute;
	width:98%;
	height:97%;
	z-index:1;
	background:rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.adultmeldung p{
	color: #fff;
	font-size: 70px;
	line-height:80px;
text-align: center;
}
.adultmeldung .info {
    font-size: 30px;
}
.adultmeldung #adultContentAccepted {
    padding: 15px 20px;
    background: #000;
}
/****** FILE: themes/base/css/typography.css *****/
/* Fonts */
/* Headings */
/* Navigation */
/* Font Color */
/* Background Color */
/* Teaser */
/* Text */

a, .typography a {
    color:#34b0c9;
}
a:hover, .typography a:hover {
    color:#00d4ff;
}

h1, .typography h1 {
	font-family:'Share', cursive;
	font-weight:700;
	font-size:2.4rem;
	color:#fff;
}
h2, .typography h2 {
	font-family:'Share', cursive;
	font-weight:700;
	font-size:1.5rem;
	color:#fff;
}
h3, .typography h3 {
	font-family:'Share', cursive;
	font-weight:700;
	font-size:1.2rem;
	color:#fff;
}

p, .typography p {
	margin-bottom:0.5rem;
}
p:last-child, .typography p:last-child{
    margin-bottom:0.5rem;
}
.typography .center, .center {
	text-align: center;
}
/****** FILE: themes/base/css/form.css *****/
form ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
input,
textarea,
select {
    font-weight: 300;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    color: #fff;
}
fieldset {
    border: 0;
}
fieldset div.field {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
fieldset div label {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 23.417721%;
    flex: 0 0 23.417721%;
    max-width: 23.417721%;
    position: relative;
    padding: 10px 0 0 0;
}
fieldset div label {
    width: 100%;
    min-height: 1px;
    font-size: 0.666rem;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: -15px;
    left: 0px;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}
fieldset div label.js-hide-label {
     opacity: 0;
     top: 1.5em;
     -webkit-transition: .333s ease top, .333s ease opacity;
     transition: .333s ease top, .333s ease opacity;
 }

fieldset div.optionset .middleColumn label,
fieldset div.checkbox .middleColumn label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
fieldset div .middleColumn {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}
fieldset div .middleColumn .datepicker input {
    width: 100%;
    padding: 9px;
    border: 1px solid #ADADAD;
    background: #fff;
}
fieldset div .middleColumn .datepicker a {
    display: none;
    visibility: hidden;
}
fieldset div.checkbox .middleColumn {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
fieldset div .FormHeading {
    margin-top: 20px;
}
fieldset .ss-uploadfield label {
    width: auto !important;
    float: none !important;
}
input.text {
    width: 100%;
    padding: 15px 0px 5px 0px;
    border: none;
    border-bottom: 2px solid #fff;
    background: none;
    color: #fff;
}
input[type=checkbox],
input[type=radio] {
    display: none;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    font-family: 'Font Awesome\ 5 Pro';
    font-size: 1rem;
    line-height: 1;
    font-weight: 300;
    display: inline-block;
}
input[type=checkbox] + label,
input[type=radio] + label {
    cursor: pointer;
    padding-left: 27px;
    position: relative;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
    position: absolute;
    left: 0;
    top: 15px;
}
input[type=checkbox] + label:before {
    content: "\f0c8";
}
input[type=checkbox] + label:hover:before {
    content: "\f14a";
    color: #666;
}
input[type=checkbox]:checked + label:before {
    content: "\f14a";
    font-weight: 400;
}
input[type=radio] + label:before {
    content: "\f111";
}
input[type=radio] + label:hover:before {
    content: "\f192";
    color: #666;
}
input[type=radio]:checked + label:before {
    content: "\f192";
    font-weight: 400;
}
textarea {
    width: 100%;
    padding: 15px 0;
    border: none;
    border-bottom: 2px solid #fff;
    background: none;
    text-transform: none;
}
select {
    width: 100%;
    padding: 10px 60px 10px 20px;
    border: 1px solid #ADADAD;
    background: url("../images/arrow.svg") no-repeat 97% 50% ;
    background-size: 26px;
}
label.required {
    display: none !important;
}
input.required {
    border: 1px solid  !important;
}
ul.optionset {
    margin: 0;
    overflow: hidden;
    list-style: none !important;
}
.CompositeField p.left {
    width: 23.417721%;
}
.CompositeField.nolabel .middleColumn {
    width: 100%;
    min-height: 1px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}
.Actions {
    margin-left: 23.417721%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.Actions button,
.Actions input {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.Actions button.action,
.Actions input.action {
    min-width: 222px;
    padding: 6px 8px 8px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    cursor: pointer;
    border: 2px solid #000;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.Actions button.action:hover,
.Actions input.action:hover {
    color: #fff;
    background: #000000;
}
div.field.nocaptcha {
    display: flex;
    justify-content: flex-end;
}
div.field.nocaptcha .middleColumn{
    display: flex;
	justify-content: center;
}
#GroupLoginForm_LoginForm_Remember_Holder label {
    margin: 0 10px;
}
#GroupLoginForm_LoginForm_Remember_Holder label.right {
    text-align: left;
    -ms-flex: 0 0 74.582279%;
    flex: 0 0 74.582279%;
    max-width: 74.582279%;
}
p#ForgotPassword {
    margin: 10px 0;
}
.userform-progress {
    width: 100%;
}
.userform-progress .progress {
    width: 100%;
}
.userform-progress nav {
    width: 100%;
    margin: 0 0 20px 0;
}
.userform-progress nav .step-buttons {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.userform-progress nav .step-buttons .step-button-wrapper {
    width: auto;
    display: inline-block;
    margin: 0 8px 0 0;
}
.userform-progress nav .step-buttons .step-button-wrapper.viewed button.step-button-jump {
    background: #bbb;
}
.userform-progress nav .step-buttons .step-button-wrapper.current button.step-button-jump {
    background: #000;
}
.userform-progress nav .step-buttons .step-button-wrapper button.step-button-jump {
    padding: 8px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #000;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.userform-progress nav .step-buttons .step-button-wrapper button.step-button-jump:hover {
    background: #E3E3E3;
}
.userform-progress nav .step-buttons .step-button-wrapper button.step-button-jump:disabled {
    cursor: default;
    background: #ddd;
}
.step-navigation {
    width: 100%;
}
.step-navigation .step-buttons {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.step-navigation .step-buttons .step-button-wrapper {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev,
.step-navigation .step-buttons .step-button-wrapper .step-button-next {
    padding: 7px;
    border: none;
    color: #fff;
    cursor: pointer;
    background: #000;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev:hover,
.step-navigation .step-buttons .step-button-wrapper .step-button-next:hover {
    background: #E3E3E3;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev .fa,
.step-navigation .step-buttons .step-button-wrapper .step-button-next .fa {
    font-size: 20px;
    color: #fff;
}
.step-navigation .step-buttons .step-button-wrapper .step-button-prev {
    margin: 0 20px 0 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.7);
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.7);
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.7);
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.7);
}

.btn-toolbar {
    text-align: center;
}
/*button.action {
    padding: 8px 15px 5px 15px;
    text-align: center;
    background: #01a2d2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 6px;
}
button.action:hover {
     background: #00d4ff;
    box-shadow: rgba(95,228,256,0.8) 0px 0px 6px;
 }*/
/****** FILE: themes/master-template/css/mediaqueries.css *****/
@media only screen and (max-width: 1472px) {
  .rsArrow {
    height: 98px;
    padding: 15px;
  }
  .rsArrow .rsArrowIcn {
    padding: 15px;
  }
  .rsArrow.rsArrowRight {
    right: 10px;
  }
  .rsArrow.rsArrowRight .rsArrowIcn {
    left: 0;
  }
  .rsArrow.rsArrowLeft {
    left: 10px;
  }
  .event-container table tr th.name {
    width: 490px !important;
  }
  .teaser-container.fullscreen .teaser-text .teaser-description {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 1230px) {
  .typography h1,
  h1 {
    font-size: 1.8rem;
  }
  .typography h2,
  h2 {
    font-size: 1.5rem;
  }
  .typography h3,
  h3 {
    font-size: 1.25rem;
  }
  #ContentBlockContainer .contentblock {
    padding: 30px 0;
  }
  .iconblock .iconblock-desc {
    padding: 0 0 15px 0;
  }
  .event-container table tr th.date {
    width: 100px !important;
  }
  .event-container table tr th.name {
    width: 328px !important;
  }
  .event-container table tr th.place {
    width: 200px !important;
  }
  .event-container table tr th.price {
    width: 100px !important;
  }
  .event-container table tr th.buttons {
    width: 220px !important;
  }
}
@media only screen and (max-width: 988px) {
  .contentblockContent-second {
    margin: 40px 0 0 0;
  }
  .contentblock-img {
    margin: 0 0 40px;
  }
  .teaser-container.fullscreen .teaser-text {
    transform: translateY(-50%);
    bottom: inherit !important;
  }
  .teaser-container .content-slider .rsArrow {
    display: none !important;
  }
  .teaser-container .content-slider .teaser .teaser-text {
    padding: 30px 20px;
  }
  .teaser-container .content-slider .teaser .teaser-text .inner-teaser-text {
    max-width: inherit;
  }
  .teaser-container .content-slider .teaser {
    flex-direction: column-reverse !important;
  }
  .teaser-container,
  .teaser-container.landscape {
    height: inherit;
  }
  .teaser-container .content-slider .teaser .teaser-img,
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-img {
    height: 500px;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-text,
  .teaser-container .content-slider .teaser .teaser-text {
    position: relative;
    left: inherit;
    bottom: inherit;
    background: #222;
    height: 300px;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-text .teaser-description,
  .teaser-container .content-slider .teaser .teaser-text .teaser-description {
    height: 155px;
    overflow-y: hidden;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-text .teaser-link,
  .teaser-container .content-slider .teaser .teaser-text .teaser-link {
    width: 100%;
    flex-basis: inherit;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-text .custom-teaser-nav,
  .teaser-container .content-slider .teaser .teaser-text .custom-teaser-nav {
    justify-content: center;
    display: flex;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-text .custom-teaser-nav .custom-teaser-nav-element,
  .teaser-container .content-slider .teaser .teaser-text .custom-teaser-nav .custom-teaser-nav-element {
    margin: 0 7px;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .teaser-container.landscape .landscape-content-slider .teaser .container > [class*="col-"] {
    padding: 0;
  }
  fieldset div .middleColumn,
  fieldset div label,
  fieldset div .CompositeField p.left {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  fieldset div label {
    margin: 8px 0 8px 0;
  }
  fieldset div.checkbox,
  fieldset div.optionset .middleColumn,
  fieldset div.checkboxset .middleColumn {
    margin-left: 5px;
  }
  .iconblock {
    padding-bottom: 30px;
  }
  .Actions {
    margin-left: 0;
    padding: 0;
  }
  .event-cat-list .event-cat-list-content .event-cat,
  .event-cat-list .event-cat-list-content .event-reset-filter {
    font-size: 1.250rem;
    margin: 0 20px 0 0;
  }
  .event-search {
    padding: 0;
    margin: 12px 0 0 0;
  }
  .event-container table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .event-container table tbody {
    display: block;
  }
  .event-container table tbody tr {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #222;
  }
  .event-container table tbody tr:first-child {
    border-top: 1px solid #222;
  }
  .event-container table tbody tr td {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    position: relative;
    padding: 7px 0;
  }
  .event-container table tbody tr td:first-child a {
    padding: 0;
  }
  .event-container table tbody tr td.ort {
    width: 70%;
  }
  .event-container table tbody tr td.price {
    width: 30%;
  }
  .event-container table tbody tr td.last .last-inner {
    justify-content: flex-start;
  }
  .event-container table tbody tr td.last .last-inner .detail-link {
    margin: 0 15px 0 0;
  }
  .event-container table tbody tr td a {
    padding: 0;
  }
  .event-details .event-content-right {
    margin: 20px 0 0 0;
  }
  .contentblock-iFrame iframe {
    height: 300px;
  }
  .ref-details-buttons {
    flex-direction: column-reverse;
  }
  .ref-details-buttons .nextprev-container {
    justify-content: space-between !important;
  }
  .ref-details-buttons .ref-backlink {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 746px) {
  html,
  body {
    font-size: 16px;
    line-height: 24px;
  }
  header .headercontent #Navigation {
    display: none;
    visibility: hidden;
  }
  header .headercontent .nav-icon,
  header .headercontent .search-icon-block {
    display: flex;
    align-self: center;
  }
  main {
    margin: 0;
    padding: 110px 0;
  }
  .isotope-container .gallery-item,
  .isotope-container .grid-sizer {
    margin: 0 0 6px 0 !important;
    padding-right: 3px;
    padding-left: 3px;
  }
  .teaser-container .content-slider .teaser .teaser-img,
  .teaser-container.landscape .landscape-content-slider .teaser .teaser-img {
    height: 200px;
  }
  .teaser-container:not(.fullscreen) .rsArrow {
    display: none !important;
  }
  .rsArrow:hover.rsArrowLeft {
    left: 3px;
  }
  .rsArrow:hover.rsArrowRight {
    right: 5px;
  }
  .teaser-container .content-slider .teaser .teaser-text {
    height: 470px;
  }
  .teaser-container .content-slider .teaser .teaser-text .teaser-description {
    height: 280px;
  }
  .arrow-container {
    width: 60px;
    height: 80px;
    padding: 10px;
  }
  .arrow-container .arrow-down .arrow-down-image {
    width: 30px;
    height: 60px;
  }
  .article-image {
    margin: 0 0 20px 0;
  }
  .contentblockTable {
    overflow-x: auto;
  }
  .contentblockTable table {
    width: 800px;
  }
  .team-detail-image {
    margin-bottom: 20px;
  }
  .footertext {
    margin: 20px 0;
  }
  .ref-details .buttoncontainer {
    width: 100%;
  }
  .ref-details .nextprev-container .prev-member,
  .ref-details .nextprev-container .next-member {
    width: 50%;
  }
  .ref-details .nextprev-container .prev-member a,
  .ref-details .nextprev-container .next-member a {
    background: #000;
  }
  .ref-details .nextprev-container .prev-member .innertext,
  .ref-details .nextprev-container .next-member .innertext {
    display: none !important;
  }
  .ref-details .nextprev-container i {
    font-size: 0.8rem;
    color: #fff;
  }
  .event-button {
    width: 100%;
    background: #000;
  }
  .event-button span {
    color: #fff !important;
  }
}
@media only screen and (max-width: 650px) {
  .teaser-container.fullscreen .teaser-text h1 {
    font-size: 1.8rem !important;
  }
  .teaser-container.fullscreen .teaser-text h2 {
    font-size: 1.5rem !important;
  }
  .teaser-container.fullscreen .teaser-text h3 {
    font-size: 1.25rem !important;
  }
  .rsArrow {
    height: 98px;
    padding: 15px;
  }
  .rsArrow .rsArrowIcn {
    padding: 15px;
  }
  .rsArrow.rsArrowRight {
    right: 5px;
  }
  .rsArrow.rsArrowRight .rsArrowIcn {
    left: -8px;
  }
  .rsArrow.rsArrowLeft {
    left: 3px;
  }
}
@media only screen and (max-width: 350px) {
  .g-recaptcha {
    transform: scale(0.92);
    position: relative;
    left: -10px;
  }
  .Actions,
  .Actions input {
    width: 100%;
  }
  .contentblock-iFrame iframe {
    height: auto;
  }
}

/****** FILE: themes/base/css/mediaqueries.css *****/
@media (min-width: 1230px) {
    .container {
        max-width: 1040px;
    }
}
@media (max-width: 1658px) {
	.desktoplogo {
		display:none;
	 }
	 .mobilelogo {
		 display:block;
	 }
	 #Logo {
    padding: 77px 30px 22px 30px;
    max-width: 100px;
	 }
	 header {
    max-width: 235px;
	 }
	 .mobile-nav-block ul a {
		padding: 3px 25px 3px 0;
		font-size: 0.75rem;
	}
	.mobile-nav-container, ul.child-nav-element {
		max-width: 195px;
		height: calc(100vh - 165px);
		top: 165px;
		padding: 20px;
	}
	ul.child-nav-element {
		top: 0px;
	}
}
@media (max-width: 1658px) {
	.ComicNavigatorHolder {
		bottom:0;
	}
	
	.comicnavlink img {
		width: 15px;
	}
	.comicnavlink {
		height: 55px;
		padding: 6px;
		
	}
	.firstofbook img, .lastofbook img {
		width: 22px;
	}
	.comicnavlink::before {
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	.prevContainer .pagelink::after, .nextContainer .pagelink::after {
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	.prevContainer .pagelink::before, .nextContainer .pagelink::before {

		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	.nextContainer .pagelink, .prevContainer .pagelink {
		width: 33px;
	}
	.prevContainer .comicnavlink::before {
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	.nextContainer .comicnavlink::after {
		border-top: 28px solid transparent;
		border-bottom: 28px solid transparent;
	}
	.comicnavlink {
    	width: 40px;
	}
	#ComicNavigator {
		max-width: 1145px;
	}

}
element {

}

@media (max-width: 1180px) {
	#ComicNavigator {
		max-width: 400px;
	}
	#Logo {
		padding: 15px 17px 11px 15px;
		max-width: 75px;
	}
	.naviconcontainer {
		left: 8px;
		top: 73px;
	}
	#LanguageSwitcher {
		left: -12px;
		top: 118px;
	}
	#LanguageSwitcher .translation-hexagon.EN {
		right: 2px;
		top: 14px;
	}
	.ComicNavigatorHolder{
		display:none;
	}
	.ComicNavigatorHolder.mobile{
		position:relative;
		display:block;
	}
}
@media only screen and (max-width: 900px) {
	.comicpage-image {
		min-height: auto;
	}
	.comicpage-image img{
		max-width: 100%;
	}
}
@media only screen and (max-width: 746px) {
	
	header {
		max-width: 300px;
		right: -203px;
	}
	.mobile-nav-container, ul.child-nav-element {
		height: calc(100vh - 100px);
		top: 100px;
	}
	.mobile-nav-block a.children::before, .mobile-nav-block a.children::after, .mobile-nav-block a.parentback::before, .mobile-nav-block a.parentback::after {
		width: 12px;
	}
	.mobile-nav-block a.parentback::before, .mobile-nav-block a.parentback::after {
		transform-origin: 12px 50%;
	}

	main {
		margin: 0;
		padding: 0px 0;
	}
	#Layout #Content {
		margin: 30px auto;
	}
	.breadcrumbs {
			margin: -24px auto 8px auto;
	}
	header .headercontent .nav-icon, header .headercontent .search-icon-block {
		display: inline-block;
	}
	
	.comicnavlink {
		height: 40px;
		padding: 6px;
	}
	
	.comicnavlink img {
		width: 11px;
	}
	.firstofbook img, .lastofbook img {
		width: 16px;
	}
	.comicnavlink::before {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.prevContainer .pagelink::after, .nextContainer .pagelink::after {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.prevContainer .pagelink::before, .nextContainer .pagelink::before {

		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.nextContainer .pagelink, .prevContainer .pagelink {
		width: 27px;
	}
	.prevContainer .comicnavlink::before {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.nextContainer .comicnavlink::after {
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
	}
	.prevContainer .comicnavlink.firstofbook {
		padding: 11px 20px 8px 0px;
	}
	.nextContainer .comicnavlink.lastofbook {
		padding: 11px 0px 4px 19px;
	}
	.nextContainer .pagelink, .prevContainer .pagelink {
		padding: 11px 6px;
		width: 27px;
	}
	.nextContainer .comicnavlink {
		padding: 11px 5px 8px 20px;
	}
	.prevContainer .comicnavlink {
		padding: 11px 5px 8px 5px;
	}
	.nextContainer .comicnavlink.pagelink {
		padding: 11px 5px 8px 9px;
	}
	.comicnavlink {
    	width: 36px;
	}

	.prevContainer .comicnavlink::before {
		left: -12px;
		border-right: 12px solid #173c49;
	}
	.nextContainer .comicnavlink::after {
		right: -12px;
		border-left: 12px solid #173c49;
	}
	.prevContainer .pagelink::before, .nextContainer .pagelink::before {
		left: -12px;
		border-right: 12px solid #000;
	}
	.prevContainer .pagelink::after, .nextContainer .pagelink::after {
		right: -12px;
		border-left: 12px solid #000;
	}
	

	.prevContainer .comicnavlink.firstofbook::before {
		border-right: 12px solid #2b5665;
	}
	.nextContainer .comicnavlink.lastofbook::after {
		border-left: 12px solid #2b5665;
	}
	
	
	.hexagon::after {
		right: -8px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 8px solid #000;
	}
	.hexagon::before {
		left: -8px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-right: 8px solid #000;
	}
	.hexagon {
		height: 34px;
		width: 20px;
	}
	.bottomhexagon {
		margin: -15px 0 0 31px;
	}

	.comicdescbox {
		padding: 4px 0px 0 22px;
	}
	.desc-border-top::after {
		right: -8px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-left: 8px solid #000;
	}
	.desc-border-top::before {
		left: -8px;
		border-top: 17px solid transparent;
		border-bottom: 17px solid transparent;
		border-right: 8px solid #000;
	}
	.desc-border-top {
		margin: 0 8px;
		height: 17px;
		width: calc(100% - 33px);
	}
	.comicdesc .desc {
		padding: 10px 20px 40px;
	}
	.characterlist h3 {
		margin: 10px 0 15px 0px;
		font-size: 1rem;
	}
	.show-transcript {
		margin: -20px 28px 15px 0;
	}
	.show-transcript::before, button.action::before {
		left: -10px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-right: 10px solid #183844;
	}
	.show-transcript:hover::after, button.action:hover::after {
		border-left: 10px solid #00d4ff;
	}
	.show-transcript:hover::before, button.action:hover::before {
		border-right: 10px solid #00d4ff;
	}
	.show-transcript::after, button.action::after {
		right: -10px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 10px solid #183844;
	}
	.show-transcript, button.action {
		padding: 8px 17px;
	}
	.transcript-container {
		margin: 0 30px 0 22px;
		padding: 20px 20px 15px;
		width: calc(100% - 39px);
	}
	.commentform {
		margin-top: 40px;
	}
	
	.footertext {
		margin: 0px 0;
	}
	#MessageContainer {
    height: auto;
    margin: 50px auto;
    padding: 30px 30px 305px 30px;
    font-size: 15px;
    line-height: 18px;
}
	
}

@media (max-width: 480px) {
	#ComicNavigator {
		max-width: 300px;
	}
	header {
		width:250px;
		right: -230px;
	}
	.naviconcontainer {
		left: -58px;
		top: 13px;
	}
	#LanguageSwitcher {
		left: -154px;
		top: -13px;
	}
	#Logo {
    	padding: 16px 17px 0px 11px;
	}
	
	.mobile-nav-container, ul.child-nav-element {
		height: calc(100vh - 82px);
		top: 82px;
	}
	main {
		margin: 50px 0 0 0;
	}
	.comicdesc h1 {
		margin: -30px 0 0px 65px;
	}
	.characterlist {
		margin-top: 20px;
	}
	.comicdescbox .characterlist {
		margin-top: 0px;
	}
	.comicdescbox .characterlist h3 {
		margin-top: 0px;
	}
	.characterthumb {
		max-width: 180px;
	}
	.ComicNavigatorHolder.mobile {
		padding: 10px 0 10px 0;
	}
	.commentform {
		margin-top: 20px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 40px;
	}
	.fancyboxinfo {
		font-size: 1.5rem;
	}
}
