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

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

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

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

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

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

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

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  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 {
  -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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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: 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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -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;
}

.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;
  -ms-grid-row-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;
  -ms-grid-row-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;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .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;
  }
  .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;
    -ms-grid-row-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;
    -ms-grid-row-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;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/**
 * Colors
 */
/**
/* Font weight variables
 */
/**
 * Font family
 */
/**
 * Border radius
 */
/**
 * Scale
 */
/**
 * Translate
 */
/**
 * Skew
 */
/**
 * Rotate
 */
/**
 * Transition
 */
/**
 * REM units
 */
.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}

@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}

@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/************************************************************************************
RESET
*************************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

label, input[type=button], input[type=submit], button {
  cursor: pointer;
  overflow: visible;
}

em, i {
  font-weight: inherit;
}

/************************************************************************************
GENERAL
*************************************************************************************/
body {
  font-family: Barlow,sans-serif;
  font-size: 1.0625rem;
  line-height: 1.6em;
  font-weight: 400;
  color: #1b1b1b;
  background: #fef5c1;
  margin: 0;
  padding: 0;
  min-height: 100%;
}

/* Box sizing */
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Anchors */
a {
  color: #1b1b1b;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Heading */
h1, .h1 {
  font-family: Barlow,sans-serif;
  font-size: 2.5rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0 0 1.875rem 0;
}

h1.big, .h1.big {
  font-size: 3.125rem;
}

h2, .h2 {
  font-family: Barlow,sans-serif;
  font-size: 2.1875rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 1.25rem 0;
}

h2.small, .h2.small {
  font-size: 1.75rem;
}

h3, .h3 {
  font-family: Barlow,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 600;
  color: #1b1b1b;
  margin: 0 0 10px 0;
}

h3.big, .h3.big {
  font-size: 1.75rem;
}

h4, .h4 {
  font-family: Barlow,sans-serif;
  font-size: 1.5625rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
  margin: 0 0 10px 0;
}

h5, .h5 {
  font-family: Barlow,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
  margin: 0 0 10px 0;
}

h6, .h6 {
  font-family: Barlow,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1b1b1b;
  margin: 0 0 10px 0;
}

.suphead {
  font-size: 1.0625rem;
  color: #8995a6;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

/* Paragraphs */
p {
  margin: 0 0 20px 0;
}

address, cite {
  font-style: normal;
}

/* Lists */
ul {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
}

ul li {
  padding: 0 0 0 1.25rem;
  margin: 0 0 0.3125rem 0;
}

ul.unstyled li {
  padding: 0;
  background: none;
}

ol {
  list-style: none;
  margin: 0 0 1.25rem 0;
  padding: 0;
  counter-reset: counter;
  margin-left: 0;
}

ol li {
  margin: 0 0 0.625rem 0;
  padding: 0 0 0 20px;
  counter-increment: counter;
  position: relative;
}

ol li:before {
  color: #2285c8;
  content: counter(counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}

dl {
  margin: 0 0 1.25rem 0;
}

dt {
  font-weight: bold;
}

/* Various */
sup, sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.bold, b, strong {
  font-weight: 600;
}

.italic, i, em {
  font-style: italic;
}

.nowrap, .nobr {
  white-space: nowrap !important;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.content {
  padding: 0;
  overflow: hidden;
}

/* Block */
.block {
  padding: 5rem 0;
  position: relative;
}

.block.narrow {
  padding: 2.5rem 0;
}

.block.alt {
  background: #fff;
}

.block.alt-2 {
  background: #70a3bd;
  color: #fff;
}

.block.alpha {
  padding-top: 0;
}

.block.omega {
  padding-bottom: 0;
}

.anchor {
  position: absolute;
  left: 0;
  top: 0;
}

/* Various */
.section-head {
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-head h1, .section-head h2, .section-head h3 {
  margin-bottom: 0;
}

.intro {
  max-width: 500px;
  margin: 0 auto 2.5rem auto;
  text-align: center;
}

.intro.wide {
  max-width: 46.875rem;
}

/* Pager */
.pagebar {
  margin: 2.5rem 0;
  text-align: center;
  position: relative;
}

.pagebar a,
.pagebar span.current {
  font-family: Roboto;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0;
  margin: 0.125rem 0.125rem;
  width: 2rem;
  height: 2rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  color: #000;
  background: #fff;
  text-decoration: none;
  text-align: center;
  transition: 0.5s all;
}

.pagebar .first {
  width: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 5px;
  border: none;
  text-decoration: underline;
  display: none !important;
}

.pagebar .first:hover {
  text-decoration: none;
  background: none;
  color: #00b4e7;
  border: none;
}

.pagebar .last {
  width: auto;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 5px;
  border: none;
  text-decoration: underline;
  display: none !important;
}

.pagebar .last:hover {
  text-decoration: none;
  background: none;
  color: #00b4e7;
  border: none;
}

.pagebar span.current {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.pagebar .previouspostslink {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}

.pagebar .nextpostslink {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.pagebar .previouspostslink:hover,
.pagebar .nextpostslink:hover,
.pagebar a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

/* Gmap */
.popup {
  line-height: 1.5em;
}

.gmap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.gm-style .gm-style-iw-c {
  padding: 0;
  background: #e4eef3;
}

.gm-style .gm-style-iw-d {
  padding: 1.5625rem;
  background: #fff;
  overflow: hidden !important;
  max-height: auto !important;
  border-radius: 0;
}

.gm-style .gm-style-iw-t:after {
  display: none !important;
}

.gm-style .head {
  font-size: 18px;
  margin-bottom: 5px;
}

.gm-style ul {
  margin: 0;
}

.gm-style ul li {
  padding: 0;
  margin: 0;
}

.gm-style ul li a {
  text-decoration: none;
}

/*================================= Various Content =================================*/
.last {
  margin-bottom: 0 !important;
}

/* Buttons */
.btn,
.sendbutton {
  font-size: 1.125rem;
  font-family: Barlow,sans-serif;
  line-height: 1.3em;
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #70a3bd;
  color: #fff;
  padding: 0 2.1875rem;
  height: 3.125rem;
  text-decoration: none;
  position: relative;
  border: none;
  transition: 0.5s all;
}

.btn:hover,
.sendbutton:hover {
  background-color: #5288a3;
}

.btn.alt,
.sendbutton.alt {
  background: #ebde6e;
  color: #212125;
}

.btn.alt:hover,
.sendbutton.alt:hover {
  background: #d2c44e;
}

.btn.small,
.sendbutton.small {
  font-size: 1.0625rem;
  padding: 0 1.5625rem;
  height: 2.5rem;
}

/* SVG icons */
.icon {
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  fill: currentColor;
}

/* Cookie Notice */
.cookie-notice {
  font-size: 14px;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.9);
  color: #CCC;
  text-align: center;
}

.cookie-button {
  display: inline-block;
  padding: 2px 10px;
  margin-left: 25px;
  background: #02ad65;
  color: #fff;
  text-align: center;
}

.cookie-button:hover {
  background: #90ca16;
  color: #fff;
}

.cookie-test {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  width: 150px;
  padding: 25px 15px;
  background: rgba(50, 50, 50, 0.95);
  color: #CCC;
  text-align: center;
}

/* FY Apple! */
textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.btn {
  -webkit-appearance: none;
}

/************************************************************************************
ENTRY
*************************************************************************************/
.entry {
  margin: 0 0 2.5rem 0;
}

.entry .excerpt {
  font-size: 1.25rem;
  font-weight: 600;
}

.entry h2, .entry h3 {
  margin-top: 30px;
}

.entry h2:first-child, .entry h3:first-child {
  margin-top: 0;
}

.entry ul li {
  position: relative;
}

.entry ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 4px;
  height: 4px;
  display: block;
  background: #000;
}

/************************************************************************************
TABLES
*************************************************************************************/
.entry table {
  width: 100%;
}

.entry table tr th {
  line-height: 1.3em;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  background: #ebde6e;
  padding: 1.25rem;
  border: none;
}

.entry table tr td {
  line-height: 1.3em;
  background: #fff;
  padding: 1.25rem;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: middle;
}

.entry table tr td.a-r {
  text-align: right;
}

.entry table tr:last-child td {
  border-bottom: none;
}

.entry table tr:nth-child(odd) td {
  background: #f9f9f9;
}

/************************************************************************************
FORMS
*************************************************************************************/
form.std label {
  font-size: 1.0625rem;
  line-height: 1.3em;
  color: #9f9f9f;
  margin: 0 0 0.625rem 0;
  display: block;
}

form.std input.text {
  font-size: 1.0625rem;
  font-family: Barlow,sans-serif;
  line-height: 1.3em;
  color: #000;
  border: 2px solid #e7e7e7;
  padding: 0.3125rem 0.9375rem;
  height: 3.125rem;
  width: 100%;
}

form.std input.text.error {
  background: #fcf4f4;
  border-color: #be1e19;
}

form.std input.text.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

form.std textarea {
  font-size: 1.0625rem;
  font-family: Barlow,sans-serif;
  line-height: 1.3em;
  color: #000;
  resize: vertical;
  border: 2px solid #e7e7e7;
  padding: 0.3125rem 0.9375rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
}

form.std textarea.req {
  background-image: url("../img/req.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

form.std select {
  font-family: Barlow,sans-serif;
  font-size: 1.0625rem;
  line-height: 1.3em;
  color: #000;
  width: 100%;
  padding: 0.125rem 0.625rem;
}

form.std option {
  font-size: 1.0625rem;
  line-height: 1.3em;
  padding: 0.125rem 0.625rem;
}

form.std .cell-set {
  margin: 0 -0.9375rem;
}

form.std .cell {
  margin-bottom: 1.25rem;
  position: relative;
  text-align: left;
  padding: 0 0.9375rem;
}

form.std .toggle {
  position: relative;
  padding: 0 0 0 1.5625rem;
}

form.std .toggle label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

form.std .toggle input {
  margin: 0;
  position: absolute;
  left: 0;
  top: 0.125rem;
}

form.std .radio, form.std .checker {
  position: absolute;
  left: 0;
  top: 0;
}

form.form-filter {
  margin-bottom: 2.5rem;
}

form.form-filter .cell-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

form.form-filter .cell {
  margin: 10px 0;
  padding: 0 20px;
}

form.form-filter .toggle input {
  top: 6px;
}

form.form-filter label {
  color: #000;
  font-weight: 600;
}

form.form-test label {
  color: #000;
}

form.form-test input.text {
  border: 2px solid #cacaca;
}

form.form-test select {
  border: 2px solid #cacaca;
  padding: 0.3125rem 0.9375rem;
  height: 3.125rem;
}

#form-ajax-content {
  position: relative;
}

#form-ajax-content.loading:after {
  content: '';
  position: absolute;
  z-index: 90;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  background: url("../img/spinner.svg") center center no-repeat;
  background-size: cover !important;
  transform: translate(-50%, -50%);
}

#form-ajax-content > .inner {
  opacity: 1;
  transition: 0.3s all;
}

#form-ajax-content.loading > .inner {
  opacity: 0.4;
}

/*================================= Contact form 7 =================================*/
/* Mesages & errors */
body div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.4em;
  padding: 0;
  background: #fae7ea;
  border: 1px solid #f1c7d2;
  color: #e5547a;
  text-align: left;
  padding: 0.9375rem 1.25rem;
  margin: 0 0 1.875rem 0;
}

body div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #ebf5bc;
  border: 1px solid #c7d198;
  color: #98b028;
}

body span.wpcf7-not-valid-tip {
  font-size: 13px;
}

body span.wpcf7-list-item {
  margin: 0;
}

body .wpcf7-form-control-wrap {
  position: static;
}

body div.wpcf7 .ajax-loader {
  background-image: url("../img/spinner.svg");
  background-size: cover !important;
  width: 40px;
  height: 40px;
}

/************************************************************************************
TABS
*************************************************************************************/
.tabs {
  position: relative;
}

.tabs .tab-nav ul {
  margin: 0 0 0 -1px;
  padding: 0;
}

.tabs .tab-nav li {
  float: left;
  list-style-type: none;
  padding: 0;
  background: none;
  margin: 0 0 0 1px;
}

.tabs .tab-nav li a {
  display: block;
  text-decoration: none;
  outline: 0;
  padding: 15px 30px;
  background: #000;
  color: #fff;
}

.tabs .tab-nav li a:hover {
  background: #a0a0a0;
  color: #000;
}

.tabs .tab-nav li a.selected {
  background: #e3e3e3;
  color: #000;
}

.tabs .tab-content .tab {
  float: left;
  width: 100%;
  padding: 30px;
  background: #e3e3e3;
  display: none;
}

.tabs .tab-content .tab.selected {
  position: static !important;
  display: block;
}

/************************************************************************************
QTIP
*************************************************************************************/
.qtip-default {
  padding: 8px 15px;
  background-color: #000;
  color: #000;
  border-radius: 5px;
}

.qtip-content {
  font-size: 1rem;
  color: #fff;
}

/************************************************************************************
SIMPLE LIGHTBOX
*************************************************************************************/
.slbArrow {
  font-size: 15px;
}

.slbArrow.prev:before {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}

.slbArrow.prev:hover {
  opacity: 1;
}

.slbArrow.next:before {
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}

.slbArrow.next:hover {
  opacity: 1;
}

.slbCloseBtn {
  font-size: 27px;
  line-height: 30px;
  font-weight: 400;
  font-family: Arial,sans-serif;
  border: 2px solid #fff;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  right: 20px;
  top: 20px;
  opacity: 0.8;
}

.slbCloseBtn:hover {
  opacity: 1;
  background: none;
}

/************************************************************************************
MODAL
*************************************************************************************/
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.active {
  display: -ms-flexbox;
  display: flex;
}

.modal .modal-content {
  padding: 3.125rem;
}

.modal .modal-content.alt {
  background: #f9fbfc;
}

.modal .modal-box {
  max-width: 25rem;
  background-color: #fff;
  line-height: 1.5em;
  margin: auto;
  position: relative;
}

.modal .modal-box .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  width: 3.125rem;
  height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #70a3bd;
  color: #fff;
}

.modal .modal-box .modal-close .icon {
  width: 1.125rem;
  height: 1.125rem;
  transform: rotate(0deg);
  transition: 0.3s all;
}

.modal .modal-box .modal-close:hover {
  background: #ebde6e;
}

.modal .modal-box .modal-close:hover .icon {
  transform: rotate(90deg);
}

.modal .modal-box-wrap {
  width: 100%;
  padding: 3.125rem 0.9375rem 0.9375rem;
  margin: auto;
  overflow: hidden;
  position: relative;
  animation-name: animateTop;
  animation-duration: .4s;
}

.modal-box.modal-educator {
  width: 100%;
  max-width: 58.75rem;
  background: #ffff;
}

.modal-box.modal-educator .modal-content {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}

.modal-box.modal-educator .modal-content .img {
  -ms-flex: 0 0 22.5rem;
  flex: 0 0 22.5rem;
  max-width: 22.5rem;
}

.modal-box.modal-educator .modal-content .text {
  padding: 2.5rem;
}

.modal-box.modal-educator .modal-content .text h3 {
  margin-bottom: 20px;
}

.modal-box.modal-educator .modal-content .text ul li {
  padding: 0;
}

.modal-box.modal-educator .modal-content .text a {
  color: #70a4bd;
}

@keyframes animateTop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/************************************************************************************
SUDO SLIDERS
*************************************************************************************/
.slider {
  overflow: hidden;
  background: none;
}

.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
}

.slider li.panel {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  background: none;
}

.slider-nav {
  display: block;
  position: static;
  margin-bottom: 30px;
}

.slider-nav ol {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  top: 30px;
  height: 0;
}

.slider-nav li {
  margin: 0;
  padding: 0 5px;
  background: none;
  display: block;
  font-size: 0;
}

.slider-nav li a {
  width: 12px;
  height: 12px;
  display: block;
  border: 2px solid #fff;
  text-indent: -80000px;
  border-radius: 50%;
}

.slider-nav li a:hover {
  background: #fff;
}

.slider-nav li.current a {
  background: #fff;
}

.slider-nav li:before {
  content: '';
}

.slider-nav .prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #70a3bd;
}

.slider-nav .prev:hover {
  background: #efe7ab;
}

.slider-nav .prev:hover:after {
  border-color: #000;
}

.slider-nav .prev:after {
  content: '';
  border: solid #fff;
  border-width: 0 0.15625rem 0.15625rem 0;
  display: inline-block;
  padding: 0.1875rem;
  margin-left: 0.1875rem;
  transform: rotate(135deg);
}

.slider-nav .next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  background: #70a3bd;
}

.slider-nav .next:hover {
  background: #efe7ab;
}

.slider-nav .next:hover:after {
  border-color: #000;
}

.slider-nav .next:after {
  content: '';
  border: solid #fff;
  border-width: 0 0.15625rem 0.15625rem 0;
  display: inline-block;
  padding: 0.1875rem;
  margin-left: -0.1875rem;
  transform: rotate(-45deg);
}

/* Item slider */
.item-slider {
  position: relative;
}

.item-slider.hide-nav .slider-nav {
  display: none;
}

/* Teaser slider */
.teaser-slider {
  position: relative;
  overflow: hidden;
}

.teaser-slider .slider-nav {
  margin: 0;
}

.teaser-slider .slider-nav ol {
  height: 12px;
  position: absolute;
  top: auto;
  bottom: 8.125rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.teaser-slider li.panel {
  margin: 0;
}

.teaser-slider .item {
  background: #edecee;
}

.teaser-slider .item:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edecee+0,edecee+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edecee 0%, rgba(237, 236, 238, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecee', endColorstr='#00edecee',GradientType=1 );
  /* IE6-9 */
}

.teaser-slider .item .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-width: 1420px;
}

.teaser-slider .item .img img {
  float: right;
}

.teaser-slider .item .text {
  position: relative;
  z-index: 40;
}

.teaser-slider .item .text .offset {
  padding-top: 10rem;
}

.teaser-slider .item .text .inner {
  min-height: 40rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-width: 580px;
  width: 100%;
  padding: 3.75rem 0 10rem 0;
}

.teaser-slider .item .desc {
  font-size: 1.1875rem;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 1.875rem;
}

.teaser-slider .item .btn-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teaser-slider .item .btn-set .btn {
  margin: 5px 5px;
}

/* Photo slider */
.photo-slider .slider-nav ol {
  padding-top: 20px;
}

.photo-slider .slider-nav ol li a {
  border-color: #000;
}

.photo-slider .slider-nav ol li a:hover {
  background: #000;
}

.photo-slider .slider-nav ol li.current a {
  background: #000;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/************************************************************************************
HEADER
*************************************************************************************/
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header .inner {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.header.active {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.h_1 .inner {
  height: 2.5rem;
  font-weight: 500;
}

.h_1 .inner ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -0.9375rem;
  width: 100%;
}

.h_1 .inner ul li {
  font-size: 1rem;
  margin: 0;
  padding: 0 0.9375rem;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.h_1 .inner ul li .icon {
  width: 20px;
  height: 20px;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  margin-right: 5px;
}

.h_1 .inner ul li a {
  color: #1b1b1b;
  text-decoration: none;
}

.h_1 .inner ul li a:hover {
  text-decoration: underline;
}

.h_2 {
  background: #fef5c1;
}

.h_2 .inner {
  height: 7.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.unesco {
  max-width: 12.5rem;
  margin-left: 0.3125rem;
}

.teaser.alt {
  background: #edecee;
  padding-top: 10rem;
  position: relative;
  overflow: hidden;
}

.teaser.alt .teaser-content {
  padding: 3.125rem 0;
}

.teaser.alt .teaser-content .text {
  position: relative;
  z-index: 20;
}

.teaser.alt .teaser-content:after {
  content: '';
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edecee+0,edecee+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edecee 0%, rgba(237, 236, 238, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecee', endColorstr='#00edecee',GradientType=1 );
  /* IE6-9 */
}

.teaser.alt .teaser-content:before {
  content: '';
  margin-right: -1px;
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #edecee;
}

.teaser.alt .teaser-img {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 540px;
}

.teaser.alt .teaser-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edecee+0,edecee+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #edecee 0%, rgba(237, 236, 238, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edecee', endColorstr='#00edecee',GradientType=1 );
  /* IE6-9 */
}

.teaser.alt h1 {
  margin-bottom: 0.625rem;
}

.teaser.teaser-map .container .row {
  display: inline-block;
}

.teaser.teaser-map .container .row .col-12 {
  display: inline-block;
}

.teaser.teaser-map .teaser-content {
  padding-bottom: 9.375rem;
  display: inline-block;
}

.teaser.teaser-map .teaser-content:before, .teaser.teaser-map .teaser-content:after {
  content: none;
}

.teaser.teaser-map .text {
  display: inline-block;
}

.teaser.teaser-map .text .inner {
  display: inline-block;
}

.teaser.teaser-map .text .inner .head {
  margin-bottom: 2.5rem;
}

.teaser.teaser-map .teaser-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.teaser.teaser-map .teaser-img:after {
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ecedd3+1,ecedd3+100&1+0,0+99 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ecedd3 0%, rgba(236, 237, 211, 0.99) 1%, rgba(236, 237, 211, 0) 99%, rgba(236, 237, 211, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecedd3', endColorstr='#00ecedd3',GradientType=1 );
  /* IE6-9 */
  width: 70%;
  pointer-events: none;
}

.breadcrumb {
  font-size: 0.9375rem;
}

.breadcrumb a {
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb .divider {
  display: inline-block;
  padding: 0 5px;
}

.main-nav {
  vertical-align: top;
  text-align: left;
  margin: 0 0.3125rem;
  height: 100%;
}

.main-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -0.9375rem;
  height: 100%;
}

.main-nav ul li {
  padding: 0 0.9375rem;
  margin: 0;
  height: 100%;
}

.main-nav ul li.menu-item-has-children {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-nav ul li.menu-item-has-children:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #1b1b1b transparent transparent transparent;
  margin-left: 5px;
}

.main-nav ul li a {
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1b1b1b;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.2s all;
}

.main-nav ul li ul {
  display: none;
}

.main-nav ul li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fef5c1;
  background: #fff;
  padding: 0.9375rem 0;
  margin: 0;
  width: 250px;
  height: auto;
}

.main-nav ul li:hover ul:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.main-nav ul li:hover ul li {
  margin: 0;
  padding: 0;
  height: auto;
}

.main-nav ul li:hover ul li:last-child {
  border: none;
}

.main-nav ul li:hover ul li a {
  padding: 0.3125rem 0.9375rem;
  white-space: normal !important;
}

.main-nav ul li:hover ul li a:hover {
  text-decoration: underline;
}

.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.3125rem;
  text-decoration: none;
  color: #1b1b1b;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.06em;
}

.logo .img {
  max-width: 4.1875rem;
  -ms-flex: 0 0 4.1875rem;
  flex: 0 0 4.1875rem;
  margin-right: 0.9375rem;
}

.logo .txt {
  max-width: 160px;
  display: block;
  position: relative;
  top: -0.1875rem;
}

.header-r {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn {
  display: none;
  vertical-align: top;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 2001;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
}

.nav-btn .lines {
  width: 30px;
  height: 4px;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 50%;
  margin-top: -2px;
}

.nav-btn .line-1,
.nav-btn .line-2,
.nav-btn .line-3 {
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.1s;
  position: absolute;
  left: 0;
  content: '';
  transform-origin: 0.28571rem center;
}

.nav-btn .line-1 {
  top: 0;
  transition: opacity 0.1s 0.1s ease;
}

.nav-btn .line-2 {
  top: 10px;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
}

.nav-btn .line-3 {
  top: -10px;
  transform-origin: 50% 50%;
  transition: top 0.1s 0.1s ease, transform 0.1s ease;
}

.nav-btn.active .line-1 {
  transition: opacity 0.1s 0s ease;
  background: transparent;
  opacity: 0;
}

.nav-btn.active .line-2 {
  transform: rotate3d(0, 0, 1, 45deg);
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  top: 0;
}

.nav-btn.active .line-3 {
  transform: rotate3d(0, 0, 1, -45deg);
  transition: top 0.1s ease, transform 0.1s 0.1s ease;
  top: 0;
}

.nav-btn.active:hover .line-1,
.nav-btn.active:hover .line-2,
.nav-btn.active:hover .line-3 {
  background: #000;
}

.mobile-nav {
  background: #fef5c1;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 90;
  overflow-y: auto;
  max-height: 100%;
  padding: 11.25rem 0 1.25rem 0;
  transition: 0.3s all;
  transform: translate(0, -100%);
  margin-top: -20px;
}

.mobile-nav.active {
  transform: translate(0, 0);
  margin-top: 0;
}

.mobile-nav ul {
  margin: 0;
  padding: 0;
}

.mobile-nav ul li {
  font-size: 17px;
  color: #fff;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav ul li.active a {
  color: #ffa70e;
}

.mobile-nav ul li:last-child {
  border: none;
}

.mobile-nav ul li a {
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 14px 0;
  color: #000;
  border: none;
  position: relative;
  text-decoration: none;
}

.mobile-nav ul li a.active .more:after {
  transform: rotate(90deg);
}

.mobile-nav ul ul {
  display: none;
}

.mobile-nav ul ul.active {
  display: block;
  padding-left: 30px;
}

.mobile-nav .more {
  position: absolute;
  right: -10px;
  top: 0;
  width: 50px;
  height: 100%;
}

.mobile-nav .more:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  margin-top: -10px;
  margin-left: -1px;
  background: #000;
  transform: rotate(0deg);
  transition: 0.3s all;
}

.mobile-nav .more:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  margin-left: -10px;
  margin-top: -1px;
  background: #000;
}

.mobile-nav-overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 80;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.mobile-nav-wrap {
  display: none;
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.content-col .col-inner {
  padding-left: 2.5rem;
}

.content-col.left-col .col-inner {
  padding-left: 0;
  padding-right: 2.5rem;
}

.hl-bar {
  padding: 1.25rem 0;
}

.hl-bar h2 {
  color: #fff;
}

.hl-bar p {
  margin: 0;
}

.hl-bar .text {
  padding: 0.625rem 0;
}

.hl-bar .btn-set {
  padding: 0.625rem 0;
}

.hl-bar .desc {
  max-width: 580px;
}

.hl-bar .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.hl-bar .btn {
  white-space: nowrap;
}

.news .item {
  margin: 0 0 2.5rem 0;
}

.news h3 {
  margin-bottom: 0.9375rem;
}

.news .date {
  font-size: 14px;
  background: #70a3bd;
  color: #fff;
  display: inline-block;
  padding: 0 0.3125rem;
  margin-bottom: 0.9375rem;
}

.news .more {
  font-weight: 500;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.news .more .icon {
  margin-left: 10px;
  width: 13px;
  height: 13px;
  -ms-flex: 0 0 13px;
  flex: 0 0 13px;
}

.news .foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-offer {
  background: #fff;
  margin-top: -6.25rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.main-offer .item-list {
  margin: 0;
}

.main-offer .item {
  padding: 0;
  margin-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #d9d9d9;
}

.main-offer .item:first-child {
  border: none;
}

.main-offer .item-inner {
  width: 100%;
  position: relative;
}

.main-offer .head {
  padding: 1.875rem 2.5rem;
  height: 6.25rem;
  border-bottom: 1px solid #d9d9d9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.main-offer .head h3 {
  margin-bottom: 0;
}

.main-offer ul {
  margin: 0 0 -1px 0;
  padding: 1.875rem 2.5rem;
}

.main-offer ul li {
  padding: 0;
  margin: 0;
}

.main-offer ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 0 0.75rem 0;
  text-decoration: none;
  border-bottom: 1px solid #cacaca;
}

.main-offer ul li a .icon {
  position: relative;
  left: 0;
  transition: 0.5s all;
  width: 13px;
  height: 13px;
  -ms-flex: 0 0 13px;
  flex: 0 0 13px;
}

.main-offer ul li a:hover .icon {
  left: 10px;
}

.main-offer ul li:last-child a {
  border: none;
}

.additional .item-list {
  margin-bottom: -2.5rem;
}

.additional .item {
  margin-bottom: 2.5rem;
  display: -ms-flexbox;
  display: flex;
}

.additional .item-inner {
  border: 2px solid #cacaca;
  width: 100%;
  position: relative;
}

.additional .item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 100%;
  background: rgba(202, 202, 202, 0.3);
}

.additional .head {
  padding: 1.875rem 2.5rem;
}

.additional .head h3 {
  margin-bottom: 0;
}

.additional ul {
  margin: 0 0 -1px 0;
  border-top: 1px solid #cacaca;
}

.additional ul li {
  padding: 0;
  margin: 0;
}

.additional ul li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem 1.875rem 0.625rem 2.5rem;
  text-decoration: none;
  border-bottom: 1px solid #cacaca;
}

.additional ul li a .icon {
  position: relative;
  left: 0;
  transition: 0.5s all;
  width: 13px;
  height: 13px;
  -ms-flex: 0 0 13px;
  flex: 0 0 13px;
}

.additional ul li a:hover .icon {
  left: 10px;
}

.box-set {
  position: relative;
  z-index: 10;
}

.box-set .item-list {
  margin-bottom: -2.5rem;
}

.box-set .item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.box-set .box {
  background: #fff;
  width: 100%;
  padding: 0;
}

.box-set .box h2, .box-set .box h3 {
  margin-bottom: 0;
}

.box-set .box-head {
  padding: 1.875rem 2.5rem;
  border-bottom: 1px solid #d9d9d9;
}

.box-set .box-content {
  padding: 2.5rem;
}

.box-map {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
}

.box-map h3 {
  margin-bottom: 1.25rem;
}

.box-map ul {
  margin: 0;
}

.box-map ul li {
  padding: 0;
}

.box-map a {
  color: #70a3bd;
}

.box-map .tabs .tab-nav ul {
  display: -ms-flexbox;
  display: flex;
}

.box-map .tabs .tab-nav ul li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}

.box-map .tabs .tab-nav ul li a {
  background: #e3e3e3;
  color: #1b1b1b;
  text-align: center;
}

.box-map .tabs .tab-nav ul li a.selected {
  background: #fff;
}

.box-map .tab-content {
  padding: 3.125rem 2.5rem;
  background: none;
}

.box-map .tab-content .tab {
  float: none;
  padding: 0;
  background: none;
}

.hours {
  font-size: 15px;
}

.hours tr:first-child td {
  padding-top: 0;
}

.hours tr:last-child td {
  padding-bottom: 0;
}

.hours tr td {
  border-bottom: 1px solid #cacaca;
}

.hours tr:last-child td {
  border-bottom: none;
}

.hours td {
  padding: 10px;
}

.hours td:first-child {
  padding-left: 0;
}

.hours td:last-child {
  padding-right: 0;
}

.box {
  background: #fff;
  padding: 2.5rem;
}

.box ul {
  margin-bottom: 2.5rem;
}

.box ul:last-child {
  margin-bottom: 0;
}

.box a {
  color: #70a3bd;
}

.box-sections {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.box-section {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.box-switcher {
  background: #fff;
  display: -ms-flexbox;
  display: flex;
}

.box-switcher .box-nav {
  -ms-flex: 0 0 293px;
  flex: 0 0 293px;
  max-width: 293px;
  border-right: 2px solid #e4e4e4;
}

.box-switcher .box-nav ul {
  margin: 0;
}

.box-switcher .box-nav ul li {
  margin: 0;
  padding: 0;
}

.box-switcher .box-nav ul li a {
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  height: 6.25rem;
  padding: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  margin-right: -2px;
  margin-top: -1px;
  position: relative;
  transition: 0.25s all;
}

.box-switcher .box-nav ul li a:after {
  content: '';
  position: absolute;
  right: -0.875rem;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.125rem 0 3.125rem 0.875rem;
  border-color: transparent transparent transparent transparent;
  transition: 0.25s all;
}

.box-switcher .box-nav ul li a:hover {
  background: #ebde6e;
}

.box-switcher .box-nav ul li:last-child a {
  border: none;
}

.box-switcher .box-nav ul li.active a {
  background: #70a3bd;
  color: #fff;
}

.box-switcher .box-nav ul li.active a:after {
  border-color: transparent transparent transparent #70a3bd;
}

.box-switcher .box-content {
  padding: 2.5rem 2.5rem 2.5rem 3.125rem;
}

.box-switcher .box-content p:last-child {
  margin-bottom: 0;
}

.box-switcher .tab {
  display: none;
}

.box-switcher .tab.active {
  display: block;
}

.box-switcher h2 {
  margin-bottom: 1.875rem;
}

.switcher .switcher-tab {
  display: none;
}

.switcher .switcher-tab.active {
  display: block;
}

.history {
  margin: -3.125rem 0;
}

.history .img img {
  width: 100%;
}

.history .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.125rem 0;
}

.about .text .inner {
  padding-right: 80px;
}

.about .img .inner {
  display: inline-block;
}

.about .img .frame {
  display: block;
  margin-bottom: 10px;
}

.about .img .caption {
  text-align: center;
}

.about .img .caption .name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.about .img .caption .job {
  font-size: 1.0625rem;
  margin-bottom: 0;
}

.contacts .item {
  margin-bottom: 2.5rem;
}

.contacts .item .img {
  width: 12.1875rem;
  -ms-flex: 0 0 12.1875rem;
  flex: 0 0 12.1875rem;
}

.contacts .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts .item .text {
  padding: 2.5rem;
  background: #fff;
}

.contacts .item .text .job {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 10px 0;
}

.contacts .item .text ul {
  margin: 0;
}

.contacts .item .text ul li {
  padding: 0;
}

.contacts .item-inner {
  display: -ms-flexbox;
  display: flex;
}

.contacts .foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-nav {
  max-width: 260px;
  width: 100%;
}

.side-nav ul {
  margin: 0;
}

.side-nav ul li {
  padding: 0;
  margin: 0;
}

.side-nav ul li a {
  font-weight: 600;
  background: #fff;
  display: block;
  text-decoration: none;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.25rem 0 2.5rem;
  position: relative;
  border-top: 1px solid #e3e3e3;
  transition: 0.25s all;
}

.side-nav ul li a:hover {
  background: #ebde6e;
}

.side-nav ul li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background: rgba(0, 0, 0, 0.07);
  transition: 0.25s all;
}

.side-nav ul li a:after {
  content: '';
  position: absolute;
  left: auto;
  right: -13px;
  top: 0;
  background: none;
  width: 14px;
  height: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 14px;
  border-color: transparent transparent transparent transparent;
  transition: 0.25s all;
}

.side-nav ul li.active {
  margin-top: -1px;
}

.side-nav ul li.active a {
  background: #70a3bd;
  color: #fff;
  position: relative;
}

.side-nav ul li.active a:before {
  content: none;
}

.side-nav ul li.active a:after {
  content: '';
  position: absolute;
  left: auto;
  right: -13px;
  top: 0;
  background: none;
  width: 14px;
  height: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 0 35px 14px;
  border-color: transparent transparent transparent #70a3bd;
}

.side-nav ul li:first-child a {
  border-top: none;
}

.file-list {
  margin-bottom: 2.5rem;
}

.file-list h2 {
  margin-bottom: 1.25rem;
}

.file-list .item {
  margin-bottom: 10px;
}

.file-list .item.alt .text h3 {
  margin-bottom: 0;
  font-size: 1.0625rem;
}

.file-list .item.alt .info {
  font-weight: 600;
  margin-left: 1.25rem;
}

.file-list .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 1.5625rem;
  background: #fff;
}

.file-list .img {
  width: 3.125rem;
  -ms-flex: 0 0 3.125rem;
  flex: 0 0 3.125rem;
}

.file-list .img .icon {
  width: 3.125rem;
  height: 3.125rem;
  color: #ebde6e;
}

.file-list .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 1.5625rem;
}

.file-list .text h3 {
  font-size: 1.0625rem;
  margin-bottom: 5px;
}

.file-list .text .info {
  color: #737373;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.file-list .text .dl {
  font-weight: 600;
  color: #70a3bd;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.25rem;
}

.file-list .text .dl .icon {
  margin-left: 5px;
  width: 12px;
  height: 12px;
}

.file-list .text .desc {
  padding-right: 20px;
}

.educators .item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}

.educators .item .text {
  width: 100%;
  background: #fff;
  padding: 1.25rem 1.25rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.educators .item .text h3 {
  margin: 0 0 5px 0;
}

.educators .item .text a {
  color: #70a3bd;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.educators .item-inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
}

.places-list .item {
  margin: 0 0 1.25rem 0;
}

.places-list .item-inner {
  padding: 2.5rem;
  background: #fff;
}

.places-list .contact-list ul li {
  padding-left: 30px;
  position: relative;
}

.places-list .contact-list ul li .icon {
  position: absolute;
  left: 0;
  top: 0.25rem;
  color: #70a3bd;
}

.places-list h3 {
  margin: 0 0 1.25rem 0;
}

.places-list ul {
  margin: 0.625rem 0;
}

.places-list ul li {
  padding: 0;
}

.places-list a {
  color: #70a3bd;
}

.photogallery .item-list {
  margin-bottom: -1.875rem;
  margin-left: -10px;
  margin-right: -10px;
}

.photogallery .item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.875rem;
  padding: 0 10px;
}

.photogallery .item .text {
  width: 100%;
  background: #fff;
  padding: 1.25rem 1.25rem;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.photogallery .item .text h3 {
  margin: 0 0 5px 0;
}

.photogallery .item .text a {
  color: #70a3bd;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.photogallery .item .img img {
  width: 100%;
}

.photogallery .item-inner {
  display: block;
}

.photogallery-detail .item {
  margin-bottom: 1.875rem;
}

.photogallery-detail .item .img img {
  width: 100%;
}

.photogallery-detail .item-inner {
  display: block;
}

.photogallery-detail .foot {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos .item-list {
  margin-bottom: -1.875rem;
}

.logos .item {
  margin-bottom: 1.875rem;
}

.logos .img {
  background: #fff;
  height: 10rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logos .img .frame {
  max-width: 60%;
}

.post-sections {
  margin: -2.5rem 0;
}

.post-section {
  margin: 2.5rem 0;
}

.post-section table {
  width: 100%;
}

.post-section table tr th {
  line-height: 1.3em;
  font-weight: 600;
  text-align: left;
  vertical-align: middle;
  background: #ebde6e;
  padding: 1.25rem;
  border: none;
}

.post-section table tr td {
  line-height: 1.3em;
  background: #fff;
  padding: 1.25rem;
  border-bottom: 1px solid #e3e3e3;
}

.post-section table tr:last-child td {
  border-bottom: none;
}

.post-section table tr:nth-child(odd) td {
  background: #f9f9f9;
}

.post-meta {
  margin-bottom: -1.875rem;
}

.post-meta h1 {
  margin-bottom: 10px;
}

.post-date {
  font-size: 14px;
  background: #70a3bd;
  color: #fff;
  display: inline-block;
  padding: 0 0.3125rem;
  margin-bottom: 0.625rem;
}

.partners .item {
  border-bottom: 1px solid #cbc49a;
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}

.partners .item .img {
  -ms-flex: 0 0 16.25rem;
  flex: 0 0 16.25rem;
  max-width: 16.25rem;
  height: 200px;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.875rem;
}

.partners .item .text {
  padding-left: 3.125rem;
}

.partners .item .text ul li {
  padding: 0;
}

.partners .item-inner {
  display: -ms-flexbox;
  display: flex;
}

.test-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.25rem;
}

.test-nav ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.test-nav ul li {
  margin: 5px 0;
  padding: 0 10px;
}

.test-overview h3 {
  margin-bottom: 1.875rem;
}

.test-overview .entry table tr.heading th {
  font-size: 1.3125rem;
  background: none;
  padding: 0 0 20px 0;
}

.test-list .line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

.test-list .line.line-2 {
  border-bottom: 1px solid #e3e3e3;
}

.test-list .line .th {
  font-weight: 600;
  background: #ebde6e;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.25rem;
}

.test-list .line .td {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.25rem;
}

.test-list .line .td.td-title {
  font-size: 1.125rem;
}

.test-list .line .td-date {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

.test-list .line .td-counter {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  white-space: nowrap;
}

.test-list .line .td-limit {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

.test-list .line .td-submit {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  text-align: right;
}

.test-list .line .td-submit .btn {
  padding-right: 20px;
  padding-left: 20px;
}

.test-list .line .label-mobile {
  display: none;
}

.test-list .item:last-child .line-2 {
  border: none;
}

.test-list label {
  color: #000;
}

.dt-buttons {
  margin-bottom: 1.875rem;
}

ul.check-list li {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.625rem;
}

ul.check-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 18px;
  height: 14px;
  background: url("../img/li-check.svg") center center no-repeat;
  background-size: cover !important;
}

ul.file-list li {
  padding-left: 1.875rem;
  position: relative;
  margin-bottom: 0.625rem;
}

ul.file-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4375rem;
  width: 18px;
  height: 18px;
  background: url("../img/li-pdf.svg") center center no-repeat;
  background-size: cover !important;
}

/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
  background: #fef5c1;
}

.footer .f_1 {
  padding: 2.5rem 0;
}

.footer .f_2 {
  background: #f1e7ab;
}

.footer .f_2 .inner {
  padding: 0.625rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.footer .copy {
  margin: 5px 0;
}

.footer .foot-item {
  margin: 1.875rem 0;
}

.footer .contact-list ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer .contact-list ul li .icon {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
}

.footer h3 {
  font-size: 1rem;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: .15em;
  margin-bottom: 20px;
}

.footer ul li {
  padding: 0;
}

.footer a {
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .mw {
  position: relative;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 70px;
  height: 19px;
}

.footer .mw:hover {
  color: #00daee;
}

.footer .mw .text {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -80000px;
  display: block;
}

.footer .mw .icon-mw {
  width: 70px;
  height: 19px;
}

.footer .orwin {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition: 0.3s all;
  opacity: 0.5;
}

.footer .orwin:hover {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
}

.footer .orwin .text {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: -80000px;
  display: block;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/*========================= Viewport width 1500px and lower =========================*/
@media screen and (max-width: 1500px) {
  .history .img {
    min-height: 500px;
  }
  .history .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
}

/*========================= Viewport width 1199px and lower =========================*/
@media screen and (max-width: 1199px) {
  .teaser-slider .item .img {
    min-width: 1180px;
  }
  .teaser-slider .item .text .inner {
    min-height: 0;
    height: 500px;
  }
  .logo {
    font-size: 1.5rem;
  }
  .logo .img {
    max-width: 3.4375rem;
    -ms-flex: 0 0 3.4375rem;
    flex: 0 0 3.4375rem;
  }
  .main-nav ul {
    margin: 0 -10px;
  }
  .main-nav ul li {
    padding: 0 10px;
  }
  .header .unesco {
    max-width: 10rem;
  }
  .block {
    padding: 3.75rem 0;
  }
  .history {
    margin: -1.25rem 0;
  }
  .history .text {
    padding: 1.25rem 0;
  }
  .history .img {
    min-height: 400px;
  }
}

/*========================= Viewport width 991px and lower =========================*/
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .main-nav {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .mobile-nav-wrap {
    display: block;
  }
  .mobile-nav .foot {
    display: block;
    margin-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -15px;
    padding: 15px 15px 15px 15px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .mobile-nav .unesco {
    margin: 0;
    text-align: center;
  }
  .mobile-nav .unesco img {
    display: inline-block;
    vertical-align: top;
  }
  .teaser-slider .item .img {
    min-width: 1050px;
  }
  .teaser-slider .item .text .inner {
    height: 440px;
    padding: 0;
  }
  .teaser-slider .slider-nav ol {
    bottom: 20px;
  }
  .teaser.alt .teaser-img {
    min-width: 640px;
    right: -160px;
    padding-top: 6.25rem;
    height: 100%;
  }
  .teaser.alt .teaser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-offer {
    margin-top: 0;
  }
  .history {
    margin: 40px 0;
    overflow: hidden;
  }
  .history .img {
    min-height: 0;
    width: 991px;
  }
  .history .img img {
    position: relative;
  }
  .history .text {
    position: relative;
    padding: 40px 0 0 0;
  }
  .content-col {
    margin-bottom: 2.5rem;
  }
  .content-col .col-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .side-nav {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .side-nav ul li.active a:after {
    content: none;
  }
  .table-wrap {
    max-width: 100%;
    overflow-x: auto;
  }
}

/*========================= Viewport width 767px and lower =========================*/
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .header .h_2 .inner {
    height: 6.25rem;
  }
  .teaser-slider .item:after {
    content: none;
  }
  .teaser-slider .item .img {
    position: relative;
    min-width: 0;
    padding-top: 8.75rem;
  }
  .teaser-slider .item .img img {
    float: none;
  }
  .teaser-slider .item .img:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 20%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#edecee+0,edecee+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(237, 236, 238, 0) 0%, #edecee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00edecee', endColorstr='#edecee',GradientType=0 );
    /* IE6-9 */
  }
  .teaser-slider .item .text {
    margin-top: -20px;
  }
  .teaser-slider .item .text .offset {
    padding-top: 0;
  }
  .teaser-slider .item .text .inner {
    padding-bottom: 60px;
    min-height: 0;
    height: auto;
  }
  .teaser.alt {
    padding-top: 8.75rem;
  }
  .teaser.alt .teaser-content {
    padding: 1.875rem 0;
  }
  .teaser.teaser-map {
    min-height: 860px;
  }
  .teaser.teaser-map .teaser-content .text {
    position: relative;
    z-index: 40;
  }
  .teaser.teaser-map .teaser-img {
    min-width: 0;
  }
  .main-offer .item {
    border-left: 0;
    border-top: 1px solid #cacaca;
  }
  .block {
    padding: 40px 0;
  }
  .mobile-nav {
    padding-top: 10rem;
  }
  .about .text .inner {
    padding-right: 0;
  }
  .modal-box.modal-educator .modal-content .img {
    -ms-flex: 0 0 16.25rem;
    flex: 0 0 16.25rem;
    max-width: 16.25rem;
  }
  .modal-box.modal-educator .modal-content .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .box-switcher {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-switcher .box-nav {
    border: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .box-switcher .box-nav ul li {
    margin-bottom: -1px;
  }
  .box-switcher .box-nav ul li a {
    margin-right: 0;
    margin-top: 0;
    padding: 0 2.5rem;
    border-bottom: 1px solid #e4e4e4 !important;
  }
  .box-switcher .box-nav ul li a.active:after {
    content: none;
  }
  .box-switcher .box-content {
    padding: 2.1875rem 2.5rem;
  }
  .partners .item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners .item .img {
    margin-bottom: 1.875rem;
    height: 150px;
    max-width: 300px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .partners .item .img .frame {
    max-width: 50%;
    max-height: 80%;
  }
  .partners .item .img .frame img {
    height: auto;
    max-height: 80px;
  }
  .partners .item .text {
    padding-left: 0;
  }
  .test-list .line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .test-list .line .th {
    display: none;
  }
  .test-list .line .td-title {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    -ms-flex-order: 0;
    order: 0;
  }
  .test-list .line .td-counter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    -ms-flex-order: 1;
    order: 1;
  }
  .test-list .line .td-date {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: 2;
    order: 2;
  }
  .test-list .line .td-limit {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -ms-flex-order: 3;
    order: 3;
  }
  .test-list .line .td-submit {
    text-align: left;
    -ms-flex-order: 4;
    order: 4;
  }
  .test-list .line .label-mobile {
    display: block;
    font-weight: 600;
  }
}

/*========================= Viewport width 575px and lower =========================*/
@media screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
  h1 {
    font-size: 2.5rem;
  }
  .h_1 {
    display: none;
  }
  .h_1 .inner ul {
    display: none;
  }
  .hl-bar .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .unesco {
    display: none;
  }
  .teaser-slider .item .img {
    padding-top: 6.25rem;
  }
  .teaser.alt {
    padding-top: 6.25rem;
  }
  .teaser.alt .teaser-img {
    min-width: 640px;
    right: -160px;
    padding-top: 6.25rem;
    height: 100%;
  }
  .teaser.alt .teaser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-nav {
    padding-top: 7.5rem;
  }
  .contacts .item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts .item .img {
    display: block;
    margin: 0 auto -20px auto;
    position: relative;
    z-index: 20;
  }
  .contacts .item .text {
    padding: 40px 20px 20px 20px;
  }
  .file-list .item .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .file-list .item .text .dl {
    margin: 0;
  }
  .file-list .item.alt .info {
    margin-left: 0;
    margin-top: 5px;
  }
  .modal-box.modal-educator .modal-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-box.modal-educator .modal-content .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-box.modal-educator .modal-content .img img {
    width: 100%;
    height: auto;
  }
  .photogallery .item-list {
    margin: 0 -5px;
  }
  .photogallery .item {
    padding: 0 5px;
  }
  .photogallery-detail .item-list {
    margin: 0 -5px;
  }
  .photogallery-detail .item {
    padding: 0 5px;
  }
  .logos .item-list {
    margin: 0 -5px;
  }
  .logos .item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .logos .item .img {
    height: 120px;
  }
  .side-nav {
    width: auto;
    max-width: inherit;
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .side-nav ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .side-nav ul li a {
    padding-left: 1.25rem;
    border-top: 1px solid #e3e3e3;
  }
  .side-nav ul li a:before {
    content: none;
  }
  .side-nav ul li.col-6 a {
    border-left: 1px solid #e3e3e3;
  }
  .side-nav ul li.active {
    margin-top: 0;
  }
  .side-nav ul li:nth-child(1) a, .side-nav ul li:nth-child(2) a {
    border-top: none;
  }
  .side-nav ul li:nth-child(1) a, .side-nav ul li:nth-child(3) a {
    border-left: none;
  }
}

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