@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600&subset=latin");
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Montserrat;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #2d2d2d;
  text-align: left;
  background-color: #fff; }

[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.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  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: 1rem; }

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; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

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.5rem; }

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; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-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: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.45rem + 2px); }
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.7; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.7;
  color: #2d2d2d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus,
  .was-validated .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #e30613; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(227, 6, 19, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #e30613; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
  .was-validated .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #e30613;
    box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #e30613; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e30613; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #fb6d76; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f9232f; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(227, 6, 19, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e30613; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lightSlider:before, .lightSlider:after {
  content: " ";
  display: table; }

.lightSlider {
  overflow: hidden;
  margin: 0; }

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative; }

.lSSlideWrapper > .lightSlider:after {
  clear: both; }

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade {
  position: relative; }

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%; }

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important; }

.lSSlideWrapper .lSFade > *.active {
  z-index: 10; }

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1; }

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center; }

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca; }

.lSSlideOuter .media {
  opacity: 0.8; }

.lSSlideOuter .media.active {
  opacity: 1; }

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s; }

.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px; }

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%; }

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table; }

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both; }

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../img/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s; }

.lSAction > a:hover {
  opacity: 1; }

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px; }

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px; }

.lSAction > a.disabled {
  pointer-events: none; }

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden; }

/* vertical */
.lSSlideOuter.vertical {
  position: relative; }

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important; }

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0; }

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important; }

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0; }

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto; }

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px; }

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl; }

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none; }

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0; }

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left; }

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important; }

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@keyframes rightEnd {
  0% {
    left: 0; }
  50% {
    left: -15px; }
  100% {
    left: 0; } }
@-webkit-keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@keyframes topEnd {
  0% {
    top: 0; }
  50% {
    top: -15px; }
  100% {
    top: 0; } }
@-webkit-keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@keyframes leftEnd {
  0% {
    left: 0; }
  50% {
    left: 15px; }
  100% {
    left: 0; } }
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
@keyframes bottomEnd {
  0% {
    bottom: 0; }
  50% {
    bottom: -15px; }
  100% {
    bottom: 0; } }
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative; }

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative; }

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative; }

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.container {
  max-width: 1380px; }

body {
  font-size: 16px; }

a:hover {
  text-decoration: none; }

main a, main a:hover, #content a, #content a:hover, .contentBox a, .contentBox a:hover {
  text-decoration: underline;
  color: inherit; }

div#imageView a {
  text-decoration: none; }

select, input {
  /*
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  */
  -webkit-border-radius: 0px;
  border-radius: 0px;
  outline: none; }

select {
  background: #fff;
  border: 1px solid #fff;
  padding: 14px 10px 9px 10px;
  width: 100%;
  cursor: pointer; }

select::-ms-expand {
  display: none; }

select:focus::-ms-value {
  background-color: transparent; }

option {
  color: #6d6e71; }

option[value=""][disabled] {
  display: none; }

/* LÖSUNG FINDEN -------------------------------------------------- */
select:invalid, option[disabled], select:first-child, select:first-child:disabled, select option:disabled {
  color: #767676; }

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.bgLightGrey {
  background: #f0f0f1; }

.bgGrey {
  background: #e1e2e3; }

.blockGrey {
  background: #f0f0f1;
  padding: 20px;
  margin-bottom: 30px; }

.blockGreyRight {
  display: inline-block;
  background-color: #f0f0f1;
  float: right;
  padding: 20px;
  margin-top: -140px; }

.referent {
  display: flex;
  align-items: center;
  padding: 30px;
  background: #f0f0f1; }

.referent img {
  margin-right: 30px; }

.center {
  text-align: center; }

.centerBlock {
  margin-left: auto;
  margin-right: auto; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.highlight {
  color: #e30613 !important; }

.upper {
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.round {
  border-radius: 50%; }

.x-scroll {
  overflow-x: auto; }

.discreet {
  color: #a7a9ac;
  padding-top: 10px;
  line-height: 1.9em; }

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /*&:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: url(../img/icon_film.svg);
    opacity: .8;

  } */ }

.distance {
  margin-top: 50px;
  margin-bottom: 50px; }

.name {
  color: #6d6e71; }

.name span {
  color: #2d2d2d;
  font-weight: 500; }

.btn {
  display: inline-block;
  padding: 8px 0;
  margin: 0 30px 0 0;
  text-align: center;
  font-size: 12px;
  color: #6d6e71;
  width: 120px;
  border: 1px solid #a7a9ac;
  cursor: pointer;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none !important;
  font-weight: 400; }

.btn:hover {
  text-decoration: none;
  color: #6d6e71; }

.tabs .btn {
  width: 180px;
  margin: 0 10px; }

.tabs .btn.active {
  border: 1px solid #f0f0f1;
  background: #f0f0f1; }

.btn.btn-red {
  border: 1px solid #e30613;
  background: #e30613;
  color: #fff !important; }

.btn.btn-white {
  border: 1px solid #fff;
  color: #fff !important; }

.btn.btn-grey {
  border: 1px solid #f0f0f1;
  background: #f0f0f1; }

.btn.btn-grey.active, .btn.btn-grey:hover {
  background: #e1e2e3; }

.btn.btn-grey.imageView {
  background-image: url("../img/icon_bild.svg");
  background-repeat: no-repeat;
  width: 180px;
  background-position: 33px 11px;
  padding-left: 25px;
  margin-left: 0; }

.btn.btn-grey.listView {
  background-image: url("../img/icon_liste.svg");
  background-repeat: no-repeat;
  width: 180px;
  background-position: 26px 11px;
  padding-left: 25px; }

.btn.btn-flex {
  width: auto;
  padding-left: 25px;
  padding-right: 25px; }

.cert-downloads .btn {
  margin-right: 0px; }

.select-wrapper {
  width: 100%;
  display: inline-block; }

/*.select-wrapper:before {
	content: '\25bc';
    padding-left: 0.5em;
	font-size: 20px;
	position: absolute;
	color: #767676;
	pointer-events: none;
}*/
.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

table.table {
  border-collapse: separate;
  border-spacing: 0 1em;
  overflow-x: auto;
  overflow-y: hidden; }

table.table tbody td, table.table tbody th, table.table thead th {
  vertical-align: top;
  padding-right: 4em; }

table.table tbody td, table.table tbody th {
  padding-bottom: 1em;
  padding-top: 0.5em; }

table.table td {
  border-bottom: 1px solid #6d6e71;
  word-wrap: break-word; }

table.table td:last-child, table.table th:last-child {
  padding-right: 0; }

table.table thead th {
  border-bottom: 1px solid #2d2d2d; }

table.table tbody th {
  padding: 10px;
  border-top: 40px solid #fff;
  background-color: #e1e2e3;
  font-weight: 400; }

table.table .nowrap {
  white-space: nowrap; }

table.rl100 {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  border-collapse: separate;
  border-spacing: 0 1em; }

table.rl100 td {
  border-bottom: 1px solid #6d6e71;
  vertical-align: top;
  padding-right: 4em; }

table.rl100 td:last-child {
  text-align: right;
  padding-right: 0; }

table.rl100 a {
  white-space: nowrap; }

.pagination a.arrow {
  margin: 0 10px;
  display: inline-block;
  width: 22px;
  text-indent: -9999px; }

.pagination .arrowLeft {
  background: transparent url("../img/icon_pfeil_links.svg") no-repeat; }

.pagination .arrowRight {
  background: transparent url("../img/icon_pfeil_rechts.svg") no-repeat; }

#eventSlider {
  position: relative; }

.eventSlider .arrow, .webcastSlider .arrow {
  position: absolute;
  top: 395px;
  cursor: pointer;
  width: 22px;
  height: 22px; }

.webcastSlider .arrow {
  top: 185px; }

.eventSlider .arrowLeft, .webcastSlider .arrowLeft {
  left: -30px;
  background: transparent url("../img/icon_pfeil_links.svg"); }

.webcastSlider .arrowLeft {
  left: -45px; }

.eventSlider .arrowRight, .webcastSlider .arrowRight {
  right: -30px;
  background: transparent url("../img/icon_pfeil_rechts.svg"); }

.webcastSlider .arrowRight {
  right: -45px; }

.contentBox {
  margin-top: 20px;
  margin-bottom: 20px; }

section#meta {
  background: #f0f0f1;
  color: #a7a9ac;
  padding: 40px 0 20px 0;
  font-size: 14px;
  margin-bottom: 0; }

#meta .metaContact {
  text-align: right;
  height: 18px; }

#meta .metaContact a {
  display: inline-block;
  height: 25px;
  padding: 1px 0 5px 35px;
  margin-left: 30px; }

#meta .metaContact #phone a {
  background: transparent url(../img/icon_phone.svg) no-repeat; }

#meta .metaContact #mail a {
  background: transparent url(../img/icon_mail.svg) no-repeat; }

#meta .metaContact #login a {
  background: transparent url(../img/icon_login.svg) no-repeat; }

#meta a {
  color: #6d6e71; }

h1 {
  margin: 0 0 30px 0;
  padding: 90px 0;
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

h1.header {
  background: transparent url("../img/background_hl.png") no-repeat;
  background-size: cover;
  background-position: 50%; }

h1.header.subnav {
  margin-bottom: 0; }

h1.finder {
  margin: 0;
  padding: 70px 0 150px 0; }

h2 {
  font-size: 21px;
  color: #2d2d2d;
  margin: 20px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

h3 {
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2d2d2d;
  text-align: center; }

#content h3, .modul h3 {
  text-align: left;
  line-height: 1.6em; }

h4 {
  color: #a7a9ac;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #a7a9ac;
  margin: 60px 0 10px 0;
  padding: 0 0 10px 0; }

h5 {
  color: #2d2d2d;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

h6 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #2d2d2d;
  background: #f0f0f1;
  padding: 15px;
  margin: 40px 0; }

.big {
  font-size: 25px; }

.mB {
  margin-bottom: 60px; }

hr {
  border-top: 1px solid #6d6e71; }

strong {
  font-weight: 600; }

#socialmedia {
  text-align: right;
  position: relative; }

#socialmedia a {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-left: 15px;
  text-indent: 9999px;
  overflow: hidden; }

#socialmedia .fb {
  background: transparent url("../img/fb.png") no-repeat; }

#socialmedia .tw {
  background: transparent url("../img/tw.png") no-repeat; }

#socialmedia .email {
  background: transparent url("../img/mail.png") no-repeat; }

#language {
  margin-bottom: 20px; }

#language a {
  display: inline-block;
  width: 33px;
  height: 18px;
  margin-right: 15px; }

#language #at {
  background: transparent url("../img/at.png") no-repeat; }

#language #en {
  background: transparent url("../img/en.png") no-repeat; }

#language #it {
  background: transparent url("../img/it.png") no-repeat; }

#language #cz {
  background: transparent url("../img/cz.png") no-repeat; }

section {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative; }

.tvContainer {
  background: transparent url("../img/screen_pano.gif") no-repeat;
  width: 600px;
  height: 367px;
  padding-top: 25px;
  text-align: center; }

.slicknav_menu {
  display: none; }

@media screen and (max-width: 960px) {
  /* #menu is the original menu */
  .navbar-nav {
    display: none; }

  .slicknav_menu {
    display: block; } }
section#global-navigation {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0; }

section#global-navigation #logo {
  margin: 19px 0;
  height: 80px;
  width: 223px;
  display: block;
  text-decoration: none;
  background: transparent url(../img/awak_logo.svg) no-repeat 0 0;
  background-size: contain;
  background-position: 50%; }

@media (max-width: 991.98px) {
  section#global-navigation #logo {
    margin: 19px 0;
    width: 100%; } }
section#global-navigation ul.navbar-nav {
  margin: 70px 0 0 0;
  list-style-type: none; }

section#global-navigation ul.navbar-nav li {
  border-bottom: 5px solid transparent; }

section#global-navigation ul.navbar-nav li.active, #global-navigation ul.navbar-nav li:hover {
  border-bottom: 5px solid #e30613; }

section#global-navigation ul.navbar-nav li a {
  font-size: 14px;
  color: #6d6e71;
  display: block;
  padding: 10px; }

section#global-navigation ul.navbar-nav li a:hover {
  text-decoration: none; }

section#global-navigation .navbar-nav li::before {
  content: none;
  position: relative;
  margin-left: 0; }

.navbar-nav {
  list-style-type: none; }

#global-navigation li#search:hover {
  border-bottom: 5px solid transparent; }

#global-navigation ul.navbar-nav ul {
  position: absolute;
  display: none;
  background: #fff;
  padding: 20px 0;
  margin: 7px 0;
  min-width: 200px;
  z-index: 100;
  color: #2d2d2d; }

section#global-navigation ul.navbar-nav li:hover > ul {
  display: block; }

section#global-navigation ul.navbar-nav ul li {
  padding: 0;
  margin: 0;
  border: none; }

section#global-navigation ul.navbar-nav ul li:hover {
  border: none; }

section#global-navigation ul.navbar-nav ul li a {
  color: #2d2d2d;
  padding: 7px 20px; }

div#subnav {
  background: #e30613;
  margin-bottom: 50px; }

div#subnav a {
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14px; }

div#subnav a:hover {
  color: #6d6e71;
  text-decoration: none;
  background-color: #e1e2e3;
  font-size: 14px; }

div.slicknav_menu {
  background: inherit;
  margin: 28px 0 0 0; }

div.slicknav_menu a {
  color: #6d6e71;
  text-decoration: none; }

div.slicknav_menu li.active a {
  color: #e30613;
  text-decoration: none; }

div.slicknav_menu li.active ul a {
  color: #6d6e71; }

.slicknav_btn {
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: inherit;
  border-bottom: 1px solid #a7a9ac;
  margin: 0;
  padding: 1em 0 1em 1em;
  font-size: 1.3em;
  float: none; }

.slicknav_btn::after {
  content: "";
  clear: both;
  display: table; }

.slicknav_menu .slicknav_menutxt {
  text-shadow: none;
  color: #6d6e71;
  font-weight: 400;
  float: right; }

.slicknav_menu .slicknav_icon {
  float: right;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0.438em 0 0; }

.slicknav_menu .slicknav_icon-bar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_nav .slicknav_row:hover, .slicknav_nav a:hover {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #f0f0f1;
  color: #6d6e71; }

div#megamenu {
  padding: 30px 0; }

div#megamenu dl {
  position: relative;
  font-size: 14px; }

div#megamenu dt {
  font-weight: 400;
  margin-bottom: 30px; }

div#megamenu a {
  color: inherit;
  display: inline-block;
  width: 100%; }

div#megamenu dd a:hover {
  color: #e30613; }

div#megamenu dd {
  border-bottom: 1px solid #6d6e71; }

div#megamenu dd ul {
  display: none;
  z-index: 1000;
  background-color: #fff;
  position: absolute;
  top: 55px;
  left: 235px;
  width: 560px;
  padding: 0 10px;
  margin: 0; }

div#megamenu dd:hover > ul {
  display: block; }

div#megamenu dd ul li, div#megamenu dd ul li:hover, div#megamenu dd ul li a {
  border: none;
  padding-top: 0; }

div#megamenu .banner {
  text-align: right; }

section#carousel {
  margin: 0;
  padding: 0; }

section#carousel .slides div {
  height: 700px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover; }

section#carousel .slides .row {
  align-items: center; }

.lSAction > .lSPrev {
  left: 5vW; }

.lSAction > .lSNext {
  right: 5vW; }

section#carousel .heroArrow {
  height: 30px;
  width: 30px; }

section#carousel .bright .carousel-caption, section#carousel .bright .carousel-caption h5 {
  color: #6d6e71; }

section#carousel .dark .carousel-caption h5, section#carousel .dark .carousel-caption p {
  color: #fff; }

section#carousel .carousel-caption h5 {
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0em;
  margin-top: 90px;
  margin-bottom: 0.8em;
  text-transform: none; }

section#carousel .carousel-caption p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 2em; }

section#carousel .carousel-caption img {
  margin-top: 90px; }

section#seminarfinder {
  color: #fff;
  margin-top: -115px; }

section#seminarfinder h5 {
  color: #fff; }

section#seminarfinder form {
  padding: 50px;
  background-color: #e30613; }

section#seminarfinder .search {
  background: transparent url(../img/icon_lupe_white.svg) no-repeat;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: none; }

section#seminarfinder input.sem {
  width: 100%;
  background: #fff;
  border: none;
  padding: 10px;
  margin-bottom: 5px; }

section#seminarfinder .info {
  background: transparent url("../img/icon_i_white.svg") no-repeat;
  display: inline-block;
  margin-left: 5px;
  width: 1.6em;
  height: 1.6em;
  cursor: pointer;
  text-indent: -9999px; }

/* Tooltip container */
.tooltip {
  position: relative; }

/* Tooltip text */
.tooltip .tooltiptext {
  text-indent: 0;
  visibility: hidden;
  width: 220px;
  background-color: #2d2d2d;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -110px;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s; }

.tooltip .tooltiptext a {
  color: #fff;
  text-decoration: underline; }

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #2d2d2d transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

/* https://www.w3schools.com/howto/howto_css_custom_checkbox.asp */
/* Customize the label (the container) */
#member .form-check {
  padding-left: 0; }

.check {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #6d6e71; }

#seminarfinder .checkmark {
  border: 1px solid #fff; }

/* On mouse-over, add a grey background color
.check:hover input ~ .checkmark {
  background-color: #ccc;
} */
/* When the checkbox is checked, add a blue background
.check input:checked ~ .checkmark {
  background-color: #2196F3;
} */
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
  display: inline-block; }

/* Style the checkmark/indicator */
.check .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #6d6e71;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.form-check {
  padding-left: 5px; }

#seminarfinder .check .checkmark:after {
  border: solid #fff;
  border-width: 0 2px 2px 0; }

main {
  margin-bottom: 30px; }

main ul, section ul {
  list-style-type: none;
  padding-left: 17px; }

main li::before, section li::before {
  content: '\2013';
  position: absolute;
  margin-left: -15px; }

section#map {
  margin-bottom: 0;
  padding: 0;
  height: 500px; }

#seminar h2 {
  margin-top: 0; }

#seminar p.type {
  margin-bottom: 10px;
  font-size: 18px;
  color: #6d6e71; }

#seminar div.table {
  display: table;
  border-collapse: collapse;
  width: 100%; }

.table-row {
  display: table-row;
  width: 100%; }

.table-cell {
  display: table-cell;
  border: none;
  padding: 10px 0;
  margin: 0; }

@media (max-width: 576px) {
  .table-cell {
    display: block; } }
#seminar .table-row {
  border-bottom: 1px solid #a7a9ac; }

#seminar .table-cell {
  display: table-cell;
  border: none;
  padding: 10px 0;
  margin: 0; }

#seminar h4.table-cell {
  min-width: 12%;
  padding-right: 15px; }

#seminar .table-cell span {
  color: #a7a9ac; }

.semref {
  color: #6d6e71;
  background: #e1e2e3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 0 10px; }

.semref strong {
  color: #2d2d2d;
  font-weight: 500; }

.semref a {
  color: #6d6e71;
  text-decoration: underline; }

.semref p {
  margin: 16px 0 0 0; }

.semref h3, .semref .pagination {
  margin: 20px 0;
  line-height: 24px; }

#upcoming-events .head p {
  color: #6d6e71;
  margin-bottom: 30px; }

#upcoming-events .row {
  position: relative; }

.card {
  max-width: 430px;
  height: 570px;
  margin: 0 auto 40px auto;
  color: #fff;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative; }

.card div {
  width: 100%; }

.card .card-date {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 80px;
  height: 90px;
  padding-top: 22px;
  background: #e30613;
  line-height: 1.2em;
  font-size: 1.2em; }

.card .card-date .day {
  font-size: 2em;
  padding: 0;
  margin: 0; }

.card .card-title {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  margin: 0;
  padding: 120px 15px 10px 15px;
  font-size: 1.2em;
  line-height: 1.8em;
  color: #fff; }

.card .card-location {
  background: rgba(0, 0, 0, 0.9);
  background-blend-mode: multiply;
  margin: 0;
  padding: 5px 0;
  text-transform: none;
  font-size: 1.2em; }

.card .card-type {
  height: 30px;
  margin: 0;
  padding: 5px 0 0 0;
  color: #6d6e71;
  font-size: 1.2em;
  text-decoration: none; }

.card div.disabled {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  z-index: 2;
  width: auto;
  margin-bottom: 30px;
  padding-top: 250px;
  font-size: 1.2em; }

section#infos {
  padding-top: 50px;
  padding-bottom: 50px; }

section#infos p {
  color: fontColorLightGrey; }

#content label {
  width: 100%; }

.form-control {
  border-radius: 0; }

.form-control:focus {
  border-color: #e30613;
  box-shadow: none; }

section#quote {
  background: #f0f0f1;
  padding-top: 45px;
  padding-bottom: 45px; }

section#quote img {
  margin: 0 0 30px 0;
  border: 3px solid #fff; }

section#quote .name {
  padding: 10px 0 20px 0; }

section#quote ul li::before {
  content: none; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #6d6e71; }

.lSSlideOuter .lSPager.lSpg > li.active a, .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #e30613; }

section#quote .lslide {
  height: 300px; }

section#webcasts a {
  color: inherit; }

section#webcasts p {
  margin-bottom: 40px; }

section#webcasts #webcastSlider {
  margin-top: 40px;
  position: relative;
  min-height: 400px; }

section#webcasts #webcastSlider img {
  margin-bottom: 10px; }

section#webcasts #webcastSlider p {
  margin-top: 10px; }

section#webcasts .webcasts {
  margin-top: 1.5rem; }

section#webcasts dl {
  margin-bottom: 4rem; }

section#webcasts dt {
  font-size: 1.2rem;
  font-weight: inherit; }

section#webcasts dd {
  margin-bottom: 1.5rem; }

section#webcasts .partner {
  margin-top: 4em;
  margin-bottom: 0;
  font-size: 0.9em; }

section#webcasts .partner img {
  margin-bottom: 0;
  vertical-align: bottom; }

section#webcasts .modul {
  padding: 40px 0; }

section#webcasts .modul dl {
  margin: 20px 0 10px 0; }

section#webcasts .modul dl dt, section#webcasts .modul dl dd {
  border-bottom: 1px solid #6d6e71;
  display: inline-block;
  width: 49%;
  margin: 0;
  padding: 10px 0; }

section#webcasts .modul dl dt {
  width: 33%;
  font-size: 16px;
  color: #a7a9ac; }

section#webcasts .modul dl dd {
  width: 66%; }

section#webcasts img {
  margin-bottom: 20px; }

#webcastArea {
  position: relative; }

section#counter {
  background: transparent url(../img/counter.jpg) no-repeat center;
  background-size: cover;
  background-position: 50%;
  color: #fff;
  padding: 60px 0 10px 0;
  margin-bottom: 0; }

section#counter .count {
  font-size: 65px;
  line-height: 1em; }

section#counter .desc {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px; }

section#counter .footmark {
  font-size: 10px;
  color: #aaa;
  margin-top: 20px; }

#id_q {
  width: 50%;
  display: inline; }

#id_s {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0; }

section#intensivkurse, section#downloads {
  background: #f0f0f1; }

section#downloads .download {
  margin-bottom: 60px;
  margin-top: 30px; }

section#downloads {
  margin-bottom: 0; }

#bar-newsletter {
  background: #e30613;
  padding: 45px 0;
  color: #fff;
  font-weight: 300; }

#bar-newsletter h5 {
  color: #fff;
  font-size: 1em; }

#bar-newsletter .desc {
  padding-left: 120px;
  background: transparent url(../img/icon_newsletter_white.svg) no-repeat 15px 0; }

#bar-newsletter .desc p {
  margin-bottom: 0px; }

#bar-newsletter input[type="text"], #bar-newsletter select {
  border: 0;
  padding: 5px 10px;
  max-width: 250px;
  background: #fff;
  height: 38px;
  margin-right: 5px; }

#bar-newsletter .select-wrapper {
  width: 170px;
  margin-right: 5px; }

#bar-newsletter input[type="submit"] {
  border: 1px solid #fff;
  padding-top: 9px;
  padding-bottom: 6px;
  height: 38px; }

#bar-newsletter .form {
  display: flex;
  align-items: center;
  justify-content: flex-end; }

#footer-nav {
  background: #e1e2e3;
  height: 40px;
  padding: 10px 0;
  font-size: 14px; }

#footer-nav a {
  text-transform: uppercase;
  color: #2d2d2d; }

#footer-contact {
  text-align: center;
  font-weight: 500;
  padding: 40px 0;
  background: #f0f0f1; }

#footer-contact span {
  text-align: center;
  font-weight: 300;
  line-height: 12px;
  font-weight: 300; }

#footer-contact a {
  color: inherit; }

/*
@media print {
  h1 {
    background:#fff;
    margin:0;
    padding: 1em 0;
  }
  #meta, .navbar-nav, #bar-newsletter,  #footer-nav, #seminar header .row {
  	display:none;
  }
  #seminar header .row:last-child  {
  	display:block;
  }
  #footer-contact {
  	border-top:1px solid $fontColorGrey;
  }

}
*/

/*# sourceMappingURL=styles.css.map */


dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  border: 0;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.delete_modal-content {
  margin: 0 auto;
  text-align: center;
  border: 1px solid black;
  border-radius: 10px;
  padding-bottom: 20px;
}

.delete_modal-header {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.delete_modal-body {
  position: relative;
  padding: 15px;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}

.delete_modal-title {
  border-bottom: none;
}

.delete_modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}