@charset "UTF-8";
/*!
 * 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;
}

.row.big-gap {
  margin-right: -40px;
  margin-left: -40px;
}

.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-foot,
.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-1.big-gap, .col-2.big-gap, .col-3.big-gap, .col-4.big-gap, .col-5.big-gap, .col-6.big-gap, .col-7.big-gap, .col-8.big-gap, .col-9.big-gap, .col-10.big-gap, .col-11.big-gap, .col-12.big-gap, .col.big-gap,
.col-auto.big-gap, .col-sm-1.big-gap, .col-sm-2.big-gap, .col-sm-3.big-gap, .col-sm-4.big-gap, .col-sm-5.big-gap, .col-sm-6.big-gap, .col-sm-7.big-gap, .col-sm-8.big-gap, .col-sm-9.big-gap, .col-sm-10.big-gap, .col-sm-11.big-gap, .col-sm-12.big-gap, .col-sm.big-gap,
.col-sm-auto.big-gap, .col-md-1.big-gap, .col-md-2.big-gap, .col-md-3.big-gap, .col-md-4.big-gap, .col-md-5.big-gap, .col-md-6.big-gap, .col-md-7.big-gap, .col-md-8.big-gap, .col-md-9.big-gap, .col-md-10.big-gap, .col-md-11.big-gap, .col-md-12.big-gap, .col-md.big-gap,
.col-md-auto.big-gap, .col-lg-1.big-gap, .col-lg-2.big-gap, .col-lg-3.big-gap, .col-lg-4.big-gap, .col-lg-5.big-gap, .col-lg-6.big-gap, .col-lg-7.big-gap, .col-lg-8.big-gap, .col-lg-9.big-gap, .col-lg-10.big-gap, .col-lg-11.big-gap, .col-lg-12.big-gap, .col-lg.big-gap, .col-foot.big-gap,
.col-lg-auto.big-gap, .col-xl-1.big-gap, .col-xl-2.big-gap, .col-xl-3.big-gap, .col-xl-4.big-gap, .col-xl-5.big-gap, .col-xl-6.big-gap, .col-xl-7.big-gap, .col-xl-8.big-gap, .col-xl-9.big-gap, .col-xl-10.big-gap, .col-xl-11.big-gap, .col-xl-12.big-gap, .col-xl.big-gap,
.col-xl-auto.big-gap {
  padding-right: 40px;
  padding-left: 40px;
}

.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%;
  }
  .col-foot {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .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;
  }
}

/*# sourceMappingURL=bootstrap-grid.css.map */
/**
 * Colors
 */
/**
/* Font weight variables
 */
/**
 * Font family
 */
/**
 * Border radius
 */
/**
 * Scale
 */
/**
 * Translate
 */
/**
 * Skew
 */
/**
 * Rotate
 */
/**
 * Transition
 */
/**
 * REM units
 */
/************************************************************************************
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;
}

/************************************************************************************
FONT FACE
*************************************************************************************/
@font-face {
  font-family: "Effra";
  src: url("https://db.onlinewebfonts.com/t/2556d7a29ab01dc80b96eb824a049df6.eot");
  src: url("https://db.onlinewebfonts.com/t/2556d7a29ab01dc80b96eb824a049df6.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/2556d7a29ab01dc80b96eb824a049df6.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/2556d7a29ab01dc80b96eb824a049df6.woff") format("woff"), url("https://db.onlinewebfonts.com/t/2556d7a29ab01dc80b96eb824a049df6.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/2556d7a29ab01dc80b96eb824a049df6.svg#Effra") format("svg");
}

@font-face {
  font-family: "Effra Medium";
  src: url("https://db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.eot");
  src: url("https://db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.eot?#iefix") format("embedded-opentype"), url("https://db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.woff2") format("woff2"), url("https://db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.woff") format("woff"), url("https://db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.ttf") format("truetype"), url("https://db.onlinewebfonts.com/t/c126c6c0c439a1e85936921fd1c430d3.svg#Effra Medium") format("svg");
}

/************************************************************************************
GENERAL
*************************************************************************************/
body {
  font-family: effra,sans-serif;
  font-size: 16px;
  line-height: 2.0em;
  font-weight: 400;
  color: #1226aa;
  background: #fff;
  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: #1226aa;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

/* Heading */
h1, .h1 {
  font-family: effra medium,sans-serif;
  font-size: 2.5rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1226aa;
  margin: 0 0 30px 0;
}

h2, .h2 {
  font-family: effra medium,sans-serif;
  font-size: 2.5rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1226aa;
  margin: 0 0 10px 0;
}

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

h2.mini, .h2.mini {
  font-size: 1.5625rem;
}

h3, .h3 {
  font-family: effra medium,sans-serif;
  font-size: 1.5625rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1226aa;
  margin: 0 0 10px 0;
}

h3.small, .h3.small {
  font-size: 1.25rem;
  line-height: 1.3em;
}

h4, .h4 {
  font-family: effra medium,sans-serif;
  font-size: 1.5625rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1226aa;
  margin: 0 0 10px 0;
}

h5, .h5 {
  font-family: effra medium,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1226aa;
  margin: 0 0 10px 0;
}

h6, .h6 {
  font-family: effra medium,sans-serif;
  font-size: 1.25rem;
  line-height: 1.3em;
  font-weight: 400;
  color: #1226aa;
  margin: 0 0 10px 0;
}

.suphead {
  font-family: effra medium,sans-serif;
  font-size: 1.0625rem;
  color: #1226aa;
  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;
}

hr.divider {
  background: url("../img/divider.svg") center center no-repeat;
  background-size: contain !important;
  border: none;
  margin: 0;
  height: 28px;
  width: 100%;
}

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

.bold, b, strong {
  font-family: effra medium,sans-serif;
  font-weight: 400;
}

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

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

.red {
  color: #eb0045;
}

/************************************************************************************
CONTENT
*************************************************************************************/
.content {
  padding: 0;
  background-image: url(../img/logo-pozadi.svg), url(../img/logo-pozadi.svg);
  background-position: -5% 1450px, 105% 950px;
  background-repeat: no-repeat, no-repeat;
  background-size: 645px auto;
}

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

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

.block.alt {
  background: #000;
}

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

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

.anchor {
  position: absolute;
  left: 0;
  top: 0;
  top: -7.1875rem;
}

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

.section-head.section-head-l {
  text-align: left;
}

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

.section-head .suphead {
  font-size: 0.6875rem;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-transform: uppercase;
}

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

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

/* Pager */
.pager {
  margin: 1.875rem 0;
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pager li {
  padding: 0;
  background: none;
}

.pager li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 2.25rem;
  height: 2.25rem;
  background: #666;
  text-align: center;
}

.pager li a.active {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.pager .prev {
  width: 2.25rem;
  height: 2.25rem;
  background: #000;
}

.pager .next {
  width: 2.25rem;
  height: 2.25rem;
  background: #000;
}

.pager .counter {
  display: none;
}

/* Gmap */
.gmap {
  width: 100%;
  height: 22.5rem;
  background: #e3e3e3;
}

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

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

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

.gm-style .head {
  font-family: effra medium, sans-serif;
  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;
}

.gm-style ul li a:hover {
  color: #eb0045;
}

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

/* Buttons */
.btn {
  font-family: effra medium,sans-serif;
  font-size: 1.1875rem;
  line-height: 1.3em;
  font-weight: 400;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eb0045;
  color: #fff;
  padding: 0 1.25rem;
  height: 2.5rem;
  text-decoration: none;
  position: relative;
  border: 1px solid #eb0045;
  border-radius: 20px;
  transition: 0.5s all;
}

.btn:hover {
  background-color: #1226aa;
  border: 1px solid #1226aa;
}

.btn.line {
  background: none;
  color: #eb0045;
}

.btn.line:hover {
  background: #eb0045;
  border-color: #eb0045;
  color: #fff;
}

.btn.alt {
  background: #000;
  border: 2px solid #000;
}

.btn.alt:hover {
  background: #0077bb;
  border: 2px solid #0077bb;
}

.btn.alt.line {
  background: none;
  color: #000;
}

.btn.alt.line:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn.arr-r:after {
  content: '';
  border: solid #fff;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
  transform: rotate(-45deg);
}

/* SVG icons */
.icon {
  width: 20px;
  height: 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;
}

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

.entry h2, .entry h3 {
  margin-top: 1.875rem;
}

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

.entry h2 {
  font-size: 1.75rem;
}

.entry ul li {
  position: relative;
  padding-left: 1.25rem;
}

.entry ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.6875rem;
  width: 0.875rem;
  height: 0.5rem;
  background: url("../img/arr-r.svg") 0 0 no-repeat;
  background-size: contain !important;
  display: block;
}

.post h1 {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #1226aa;
}

.post h2 {
  font-size: 1.75rem;
}

.post h2, .post h3 {
  margin-top: 1.875rem;
}

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

.post hr {
  margin: 2.5rem 0;
}

.post-date {
  font-size: 1.125rem;
  color: #eb0045;
  margin: 0;
}

.post-img {
  margin: -1.875rem -1.875rem 1.875rem -1.875rem;
}

.post-img img {
  width: 100%;
}

/************************************************************************************
TABLES
*************************************************************************************/
.entry table {
  width: 100%;
  margin: 0 0 1.875rem 0;
}

.entry table th {
  font-weight: normal;
  border-bottom: 1px solid #c9cacb;
  padding: 0.625rem 1.25rem;
  background: #e3e3e3;
  color: #000;
}

.entry table td {
  border-bottom: 1px solid #c9cacb;
  padding: 0.625rem 1.25rem;
}

/************************************************************************************
FORMS
*************************************************************************************/
form.std label {
  font-size: 11px;
  line-height: 1.3em;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #8892d9;
  margin: 0 0 0.3125rem 0;
  padding-left: 0.9375rem;
  display: block;
}

form.std input.text {
  font-size: 1.1875rem;
  font-family: effra medium,sans-serif;
  line-height: 1.3em;
  color: #8892d9;
  border: 1px solid #1225b4;
  border-radius: 1.25rem;
  padding: 0 0.9375rem;
  height: 2.5rem;
  width: 100%;
}

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

form.std input[readonly], form.std input.readonly {
  opacity: .4;
  cursor: not-allowed;
}

form.std textarea {
  font-size: 1.0625rem;
  font-family: effra medium,sans-serif;
  line-height: 1.3em;
  color: #8892d9;
  border: 1px solid #1225b4;
  border-radius: 1.25rem;
  resize: vertical;
  padding: 0.625rem 0.9375rem;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
  min-height: 150px;
  max-height: 300px;
}

form.std select {
  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 {
  margin-bottom: 1.25rem;
  position: relative;
  text-align: left;
}

form.std .toggle {
  position: relative;
  padding-left: 10px;
}

form.std .toggle label {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0;
  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-contact {
  font-size: 1.1875rem;
}

form.form-contact .btn-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

form.form-rent .btn-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

form.form-rent textarea {
  height: 118px;
  min-height: 118px;
  max-height: 118px;
}

form.form-search .loader {
  display: none;
  position: absolute;
  right: 3.75rem;
  top: 50%;
  margin-top: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url("../img/spinner.svg") center center no-repeat;
  background-size: cover !important;
}

form.form-search.loading .loader {
  display: block;
}

#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;
}

/*================================= Cform =================================*/
.cform legend {
  display: none;
}

.cform label {
  display: none;
}

.cform textarea {
  font-size: 1.0625rem;
  font-family: effra medium,sans-serif;
  color: #000;
  background: #fff;
  border: none;
  padding: 10px 15px;
  display: block;
  resize: vertical;
  margin: 0;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 190px;
  min-height: 190px;
  max-height: 300px;
}

.cform input.single {
  font-size: 1.0625rem;
  font-family: effra medium,sans-serif;
  color: #000;
  background: #fff;
  padding: 10px 15px;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.cform input[type="hidden"] {
  display: none;
}

.cform .cf-ol {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cform .cf-ol > li {
  margin: 0 0 1.25rem 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  padding: 0 10px;
}

.cform .cf-ol > li:before {
  content: '';
}

.cform .cf-sb {
  float: none;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.cf_hidden {
  display: none !important;
}

.emailreqtxt, .reqtxt {
  font-family: effra medium,sans-serif;
  float: right;
  color: #f00808;
  position: absolute;
  right: 10px;
  top: 15px;
}

/* Mesages & errors */
.cf_info.waiting {
  background: #f6e4cd;
  border: 1px solid #efc389;
  color: #ee9a2e;
  margin: 0 0 1.875rem 0;
}

.cf_info.failure {
  background: #fae7ea;
  border: 1px solid #f1c7d2;
  color: #e5547a;
  padding: 0.9375rem 1.25rem;
  margin: 0 0 1.875rem 0;
}

.cf_info.success {
  background: #ebf5bc;
  border: 1px solid #c7d198;
  color: #98b028;
  margin: 0 0 1.875rem 0;
}

.cf_info span {
  font-family: effra medium,sans-serif;
  padding: 0.9375rem 1.25rem;
  display: block;
}

.cf_error,
.single.cf_error {
  border-color: #ff637d;
}

.cf_li_err .single {
  border-color: #ff637d !important;
}

.cf_li_err textarea {
  border-color: #ff637d !important;
}

.cf_li_err label {
  color: #ee4d6c !important;
}

.cf_li_err label a {
  color: #ee4d6c !important;
}

.cf_error,
.single.cf_error {
  border-color: #ff637d;
}

.cf_li_err .single {
  border-color: #ff637d !important;
}

.cf_li_err textarea {
  border-color: #ff637d !important;
}

.cf_li_err label {
  color: #ee4d6c !important;
}

.cf_li_err label a {
  color: #ee4d6c !important;
}

/************************************************************************************
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;
}

/************************************************************************************
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: effra medium,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 {
  font-size: 1.125rem;
  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: 2.5rem;
  height: 2.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: #000;
  color: #fff;
}

.modal .modal-box .modal-close:after {
  content: '×';
  font-size: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  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: #fff;
}

.modal .modal-box .modal-close:hover:after {
  color: #000;
}

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

.modal .modal-box.modal-order {
  width: 100%;
  max-width: 36.25rem;
  background: #e5e5e5;
}

.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;
}

@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-top: 2.5rem;
}

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

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

.slider-nav li a {
  width: 9px;
  height: 9px;
  display: block;
  background: #bac6e6;
  text-indent: -80000px;
  border-radius: 50%;
}

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

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

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

.slider-nav .prev {
  position: absolute;
  left: 1.875rem;
  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.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #666;
}

.slider-nav .prev:hover {
  background: #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: 1.875rem;
  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.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: #666;
}

.slider-nav .next:hover {
  background: #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;
}

/* Photo slider */
.photo-slider {
  position: relative;
  overflow: hidden;
}

.photo-slider li.panel:before {
  content: none !important;
}

.photo-slider .slider {
  margin: 0 -0.9375rem;
}

.photo-slider .slider-nav {
  padding: 0 40px;
}

.photo-slider .slider-nav ol {
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-slider .slider-nav ol li {
  height: 1.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.photo-slider .slider-nav .prev {
  top: auto;
  transform: translate(0, 0);
  margin-top: 0;
  bottom: 0;
  left: 0;
  width: 1.8125rem;
  height: 1.8125rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-slider .slider-nav .prev:after {
  border-color: #1226aa;
}

.photo-slider .slider-nav .prev:hover {
  background: #1226aa;
  color: #fff;
}

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

.photo-slider .slider-nav .next {
  top: auto;
  transform: translate(0, 0);
  bottom: 0;
  right: 0;
  width: 1.8125rem;
  height: 1.8125rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.photo-slider .slider-nav .next:after {
  border-color: #1226aa;
  margin-left: -0.3125rem;
}

.photo-slider .slider-nav .next:hover {
  background: #1226aa;
  color: #fff;
}

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

.photo-slider .slider .item {
  padding: 0 0.9375rem;
}

/* Schedule slider */
.schedule-slider {
  margin-bottom: 2.5rem;
  position: relative;
  padding: 0 2.5rem;
  height: 2.5rem;
  overflow: hidden;
}

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

.schedule-slider .slider-nav ol {
  height: auto;
}

.schedule-slider .slider-nav ol li {
  height: 1.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-slider .slider-nav .prev {
  transform: translate(0, 0);
  margin-top: 0;
  top: 50%;
  left: 0;
  width: 1.8125rem;
  height: 1.8125rem;
  margin-top: -0.90625rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-slider .slider-nav .prev:after {
  border-color: #1226aa;
}

.schedule-slider .slider-nav .prev:hover {
  background: #1226aa;
  color: #fff;
}

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

.schedule-slider .slider-nav .next {
  top: 50%;
  transform: translate(0, 0);
  right: 0;
  width: 1.8125rem;
  height: 1.8125rem;
  margin-top: -0.90625rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-slider .slider-nav .next:after {
  border-color: #1226aa;
  margin-left: -0.3125rem;
}

.schedule-slider .slider-nav .next:hover {
  background: #1226aa;
  color: #fff;
}

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

.schedule-slider .slider {
  margin: 0 -0.4375rem;
}

.schedule-slider li.panel {
  text-align: center;
}

.schedule-slider .item {
  padding: 0 0.4375rem;
}

.schedule-slider .item .link {
  font-size: 1.1875rem;
  background: #e4eef3;
  padding: 0.3125rem 0.625rem;
  height: 2.5rem;
  margin: 0 auto !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.schedule-slider .item .link.active, .schedule-slider .item .link:hover {
  background: #1226aa;
  color: #fff;
}

/* Teaser slider */
.teaser-slider {
  height: 100%;
}

.teaser-slider .slider {
  height: 100% !important;
}

.teaser-slider .panel {
  height: 100% !important;
}

.teaser-slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.teaser-slider .slider-nav ol {
  position: relative;
  top: -160px;
}

/************************************************************************************
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: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}

.header .inner {
  height: 6.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.header .search-btn {
  background: #eb0045;
  color: #fff;
  width: 2.6875rem;
  height: 2.125rem;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
  padding-left: 0.5625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 1.0625rem 0 0 1.0625rem;
  transition: 0.3s all;
}

.header .search-btn .icon {
  width: 1.125rem;
  height: 1.125rem;
  color: #fff;
}

.header .search-btn .icon-close {
  display: none;
  width: 0.875rem;
  height: 0.875rem;
}

.header .search-btn.active .icon-close {
  display: block;
}

.header .search-btn.active .icon-search {
  display: none;
}

.header .search-btn:hover {
  background: #1226aa;
}

.header-r {
  display: block;
  position: relative;
  padding-right: 5.625rem;
}

.main-nav {
  vertical-align: top;
  text-align: left;
  display: block;
}

.main-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -1.25rem;
}

.main-nav ul li {
  padding: 0 1.25rem;
  margin: 0;
}

.main-nav ul li a {
  font-family: effra medium,sans-serif;
  font-size: 1rem;
  color: #1226aa;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  display: block;
  padding: 0.25rem 0;
  transition: 0.2s all;
  white-space: nowrap;
}

.main-nav ul li a:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  display: block;
  height: 2px;
  background: #eb0045;
  transform: translate(-50%, 0);
  transition: 0.2s all;
}

.main-nav ul li a:hover {
  color: #eb0045;
}

.main-nav ul li a:hover:after {
  width: 2.5rem;
}

.main-nav ul li.active a:after {
  width: 2.5rem;
}

.secondary-nav {
  vertical-align: top;
  text-align: left;
  display: block;
}

.secondary-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -0.5rem;
}

.secondary-nav ul li {
  padding: 0 0.5rem;
  margin: 0;
}

.secondary-nav ul li a {
  font-family: effra medium,sans-serif;
  font-size: 0.8125rem;
  line-height: 30px;
  color: #1226aa;
  text-decoration: none;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.25rem 0;
  transition: 0.2s all;
}

.secondary-nav ul li a.line {
  text-decoration: underline;
}

.secondary-nav ul li a:after {
  content: '';
  width: 0;
  height: 1px;
  background: #f5821f;
  position: absolute;
  left: 0;
  bottom: -10px;
  display: none;
}

.secondary-nav ul li a:hover {
  color: #eb0045;
  text-decoration: none;
}

.secondary-nav ul li a:hover:after {
  width: 100%;
  transition: 0.2s all;
}

.secondary-nav .icon-fb,
.secondary-nav .icon-instagram {
  width: 1.125rem;
  height: 1.125rem;
}

.secondary-nav .icon-marker {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  color: #eb0045;
}

.secondary-nav .icon-info {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: 0.3125rem;
  color: #16ce68;
}

.teaser img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.teaser.teaser-hp {
  margin-bottom: -11.25rem;
  overflow: hidden;
  height: 100vh;
  min-height: 550px;
  margin-top: -6.875rem;
  padding-top: 6.875rem;
  padding-bottom: 6.25rem;
}

.teaser-alt {
  text-align: center;
  color: #fff;
  position: relative;
  margin-bottom: -3.75rem;
  overflow: hidden;
}

.teaser-alt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.teaser-alt h1 {
  color: #fff;
}

.teaser-alt h1.mb-0 {
  margin-bottom: 0;
}

.teaser-alt p:last-child {
  margin-bottom: 0;
}

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

.teaser-alt .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.teaser-alt .teaser-content {
  font-size: 1.1875rem;
  min-height: 0;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3.125rem 0 6.875rem 0;
}

.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: #1226aa;
  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;
}

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

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

.mobile-nav.marquee-active {
  padding: 10.625rem 1.25rem 1.875rem 1.25rem;
}

.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:last-child {
  border: none;
}

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

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

.mobile-nav .social-nav ul li {
  border: none;
  padding: 0 10px;
}

.mobile-nav .secondary-nav {
  display: block !important;
  padding: 15px 0;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav .secondary-nav ul {
  display: block;
}

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

.mobile-nav .secondary-nav ul li a {
  font-size: 14px;
  padding: 5px 0 5px 30px;
}

.mobile-nav .secondary-nav ul li a .icon {
  position: absolute;
  left: 0;
  top: 12px;
}

.mobile-nav .contact-nav {
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav .contact-nav ul li {
  border: none;
  margin: 0;
}

.mobile-nav .contact-nav ul li a {
  padding: 6px 0;
}

.mobile-nav .search-nav {
  position: relative;
  padding: 15px 0;
}

.mobile-nav .search-nav .cell {
  padding-right: 55px;
}

.mobile-nav .search-nav .cell input.text {
  border-radius: 16px 0 0 16px;
}

.mobile-nav .search-nav .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  border-radius: 0 16px 16px 0;
}

.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;
}

.search-header {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  transform: translate(100%, 0);
  margin-left: 5px;
  padding: 0.9375rem 4.375rem 0.9375rem 0.9375rem;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s all;
}

.search-header form.std {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}

.search-header .btn {
  position: absolute;
  right: 0;
  top: 0;
}

.search-header.active {
  margin-left: 0;
  transform: translate(0, 0);
}

.suggesting {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  background: #fff;
  width: 150%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-top: 2px solid #1226aa;
  padding: 0.9375rem;
}

.suggesting .head {
  font-size: 0.9375rem;
  font-family: effra medium,sans-serif;
  margin-bottom: 5px;
}

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

.suggesting .item {
  margin-bottom: 0.625rem;
}

.suggesting .item .img {
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
}

.suggesting .item .text {
  padding-left: 0.625rem;
}

.suggesting .item .text:first-child {
  padding-left: 0;
}

.suggesting .item .title {
  line-height: 1.3em;
}

.suggesting:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1226aa transparent;
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.main-wrap {
  overflow: hidden;
}

.block-box {
  background: #e4eef3;
  padding: 4.375rem 1.875rem;
  overflow: hidden;
}

.block-box.narrow {
  padding-top: 2.8125rem;
  padding-bottom: 2.8125rem;
}

.block-box.alt {
  background: #f5f9fa;
}

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

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

.block-box.block-hl {
  background: #eb0045;
  color: #fff;
}

.excerpt {
  font-family: effra medium,sans-serif;
  font-size: 1.1875rem;
}

.section-intro {
  margin-bottom: 6.25rem;
}

.section-intro .excerpt p {
  margin-bottom: 0;
}

.section-intro .btn-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.news-latest {
  max-width: 700px;
  margin: 0 auto;
}

.news-latest h2, .news-latest .suphead {
  color: #fff;
}

.news-latest .item {
  display: -ms-flexbox;
  display: flex;
}

.news-latest .img {
  max-width: 7.5rem;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
}

.news-latest .img .frame {
  width: 6.25rem;
  height: 6.25rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

.news-latest .text {
  text-align: center;
}

.news-latest .text .date {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #eb0045;
  padding: 0 0.5rem;
  line-height: 1.625rem;
  border-radius: 0.3125rem;
}

.news-latest .text p {
  display: inline-block;
}

.events {
  padding-bottom: 5px;
}

.events .item {
  margin-bottom: 3.75rem;
}

@media screen and (min-width: 992px) {
  .events .item.wide .text {
    min-height: 300px;
  }
}

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

.events .item-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  background: #f5f9fa;
}

.events .img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

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

.events .text {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  background: #f5f9fa;
  padding: 1.875rem;
}

.events .date {
  font-family: effra medium,sans-serif;
  font-size: 1.125rem;
  margin-bottom: 0;
  color: #eb0045;
}

.events .desc {
  font-size: 0.9375rem;
  line-height: 1.6em;
}

.events .link {
  font-family: effra medium,sans-serif;
  font-size: 1.125rem;
  color: #eb0045;
}

.events .link .icon {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 0.3125rem;
  top: 0.25rem;
  left: 0;
  transition: 0.2s all;
}

.events .link:hover .icon {
  left: 5px;
}

.events .info {
  margin: 1.25rem 0;
}

.events .info .line {
  border-top: 1px solid #1226aa;
  padding: 0.625rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.events .info .line:last-child {
  border-bottom: 1px solid #1226aa;
}

.events .info .line .tags {
  display: -ms-flexbox;
  display: flex;
  padding-right: 1.25rem;
  margin-right: 1.25rem;
  border-right: 1px solid #1226aa;
}

.events .info .line .tags:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.events .info .line .tags .icon {
  -ms-flex: 0 0 1.25rem;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #8892d9;
  top: 0.3125rem;
  margin-right: 0.3125rem;
}

.events .info .line ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.events .info .line ul li {
  font-family: effra medium,sans-serif;
  margin: 0;
  padding: 0;
}

.events .info .line ul li:first-child a:not(.alt) {
  padding-left: 0;
}

.events .info .line ul li:before {
  content: none;
}

.events .info .line ul li a {
  text-decoration: none;
  padding: 0.3125rem 0.9375rem;
  border-radius: 14px;
}

.events .info .line ul li a:hover {
  color: #eb0045;
}

.events .info .line ul li a.alt {
  background: #e4eef3;
  color: #eb0045;
  text-decoration: underline;
  white-space: nowrap;
}

.events .info .line ul li a.alt:hover {
  text-decoration: none;
}

.events h3 a {
  text-decoration: none;
}

.events h3 a:hover {
  color: #eb0045;
}

.events.alt .item-list {
  margin: 0 -0.5rem;
}

.events.alt .item-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events.alt .item {
  margin-bottom: 1.875rem;
  padding: 0 0.5rem;
}

.events.alt .item h3, .events.alt .item .h3 {
  font-size: 1.1875rem;
  color: #1226aa;
  margin-top: 0;
}

.events.alt .item .text {
  color: #1226aa;
  position: static;
  background: #f5f9fa;
  padding: 0.625rem;
}

.events.alt .item .text .info {
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  padding: 0;
  margin: 0.3125rem 0;
}

.events.alt .item .text .info .line:last-child {
  border-bottom: none;
}

.events.alt .item .text .info .icon {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: 2px;
}

.events.alt .item .text .link .icon {
  width: 0.75rem;
  height: 0.75rem;
  top: 0.25rem;
}

.events.alt .item .text .date, .events.alt .item .text .link {
  font-size: 13px;
}

.events.alt .img, .events.alt .text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.events.archive {
  padding-bottom: 0;
}

.events.archive .item {
  margin-bottom: 1.25rem;
}

.events.archive .img {
  -ms-flex: 0 0 12.5rem;
  flex: 0 0 12.5rem;
  max-width: 12.5rem;
  position: relative;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}

.events.archive .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events.archive .text {
  padding: 0.9375rem 1.5625rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 0 5px 5px 0;
}

.events.archive .info {
  margin: 0.625rem 0 0.9375rem 0;
}

.events.archive .info .line {
  padding: 0.3125rem 0;
}

.events.archive h3 {
  margin-bottom: 0;
  max-height: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.events.archive .section-head {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events.archive.grid .item-inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.events.archive.grid .item-list {
  margin: 0 -10px;
}

.events.archive.grid .item {
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.events.archive.grid .item .img {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}

.events.archive.grid .item .img img {
  position: relative;
}

.events.archive.grid .item .text {
  padding: 0.9375rem 0.9375rem;
  border-radius: 0 0 5px 5px;
}

.events.archive.grid .item h3 {
  font-size: 1.1875rem;
  max-height: inherit;
}

.events.archive.grid .item .date {
  font-size: 0.8125rem;
}

.events.archive.grid .item .tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.events.archive.grid .item .tags .icon {
  width: 0.9375rem;
  height: 0.9375rem;
  top: 0;
}

.events.archive.grid .item .tags a.alt {
  font-size: 0.8125rem;
  background: #e4eef3;
}

.events.archive.grid .item .tags-price {
  display: none;
}

.events.archive.grid .item .line {
  border: none;
  padding: 0;
}

.events.archive.grid .item .line:last-child {
  display: none;
}

.events.archive.grid .item .desc {
  display: none;
}

.events.archive.grid .item .desc .link {
  font-size: 0.8125rem;
}

.box .events .info .line ul li a.alt {
  background: #fff;
}

.event-detail {
  margin-top: -1.25rem;
}

.event-detail .info {
  margin-top: 0;
}

.event-detail .info .line:first-child {
  border-top: none;
}

.instagram {
  margin-bottom: 0;
}

.instagram h3 {
  margin-bottom: 1.875rem;
}

.instagram .item-list {
  margin: 0 -5px;
}

.instagram .item {
  margin-bottom: 10px;
  padding: 0 5px;
}

.instagram .item .img {
  border-radius: 5px;
  overflow: hidden;
  display: block;
}

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

.facebook {
  margin-bottom: 1.875rem;
}

.facebook h3 {
  margin-bottom: 1.875rem;
}

.photogallery {
  margin: 0 0 2.5rem 0;
}

.photogallery .item-list {
  margin: 0 -5px;
}

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

.photogallery .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  width: 100%;
  padding: 1.5625rem;
}

.photogallery .item .text h3, .photogallery .item .text a {
  color: #fff;
  margin: 0;
}

.photogallery .item .text .info {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.625rem 0;
}

.photogallery .item .text .info .label {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-right: 0.625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.photogallery .item .text .info .label .icon {
  color: #fff;
  width: 0.9375rem;
  height: 0.9375rem;
  margin-right: 0.3125rem;
  position: relative;
}

.photogallery .item .text .info ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.3125rem;
}

.photogallery .item .text .info ul li {
  margin: 0;
  padding: 0 0.3125rem;
}

.photogallery .item .text .info ul li a {
  border: 1px solid #fff;
  height: 1.625rem;
  line-height: 1.625rem;
  padding: 0 0.5rem;
  border-radius: 0.8125rem;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: default;
}

.photogallery .item .text .link {
  font-size: 1.125rem;
  color: #eb0045;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.photogallery .item .text .date {
  font-size: 1.125rem;
  margin: 0;
}

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

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

.photogallery .item-inner {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

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

.photogallery.list .item {
  margin-bottom: 0.9375rem;
}

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

.photogallery.list .item-inner:after {
  content: none;
}

.photogallery.list .img {
  -ms-flex: 0 0 4.6875rem;
  flex: 0 0 4.6875rem;
  max-width: 4.6875rem;
  border-radius: 5px 0 0 5px;
}

.photogallery.list .img:before {
  content: none;
}

.photogallery.list .img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photogallery.list .text {
  padding: 0.625rem;
  background: #f5f9fa;
  border-radius: 0 5px 5px 0;
}

.photogallery.list .text h3 {
  font-size: 1.1875rem;
  max-height: 3rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.photogallery.list .text h3 a {
  color: #1226aa;
  text-decoration: none;
}

.photogallery.list .text h3 a:hover {
  color: #eb0045;
}

.photogallery.list .text .info {
  font-size: 0.8125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photogallery.archive .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.photogallery.archive .text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 0.9375rem;
  min-height: 180px;
}

.photogallery.archive .text h3 {
  margin-bottom: 0.625rem;
}

.photogallery.archive .text > div {
  width: 100%;
}

.photogallery.archive .item-inner {
  width: 100%;
}

.photogallery.archive .item-inner:after {
  content: '';
  background: rgba(0, 0, 0, 0.5);
}

.map {
  margin: 0 0 2.5rem 0;
}

.box {
  background: #e4eef3;
  padding: 1.875rem;
  border-radius: 4px;
}

.col2-l-set {
  clear: both;
  overflow: auto;
}

.col2-l-set .column-1 {
  float: left;
  width: 100%;
}

.col2-l-set .column-1 .column-1-inner {
  margin-right: 21.875rem;
  overflow: hidden;
}

.col2-l-set .column-2 {
  width: 21.875rem;
  margin-left: -21.875rem;
  float: right;
  padding-left: 15px;
}

.sidebar h2, .sidebar .h2 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.sidebar .events .item h3, .sidebar .events .item .h3 {
  font-size: 1.1875rem;
}

.sidebar .events .item-inner {
  display: block;
}

.sidebar .events .img {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 5px 5px 0 0;
}

.sidebar .events .text {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 1.25rem 0.9375rem;
  border-radius: 0 0 5px 5px;
}

.sidebar .events .info {
  margin: 0.625rem 0;
}

.sidebar .events .info .line:last-child {
  border-bottom: none;
}

.sidebar .events .info .line .tags {
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  border-right: none;
}

.sidebar .events .info .line .tags:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}

.sidebar .events .info .line .tags .icon {
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 0.875rem;
  width: 0.875rem;
  height: 0.875rem;
}

.sidebar .events .link {
  font-size: 0.9375rem;
}

.sidebar .btn.small {
  font-size: 13px;
  line-height: 24px;
  height: 24px;
  background: #fff;
  border-color: #fff;
  color: #1226aa;
}

.sidebar .btn:hover {
  background: #1226aa;
  border-color: #1226aa;
  color: #fff;
}

.sidebar .photo-slider .slider-nav {
  margin-top: 1.25rem;
  height: 1.25rem;
}

.sidebar .photo-slider .slider-nav ol {
  margin: 0 -0.25rem;
}

.sidebar .photo-slider .slider-nav ol li {
  height: 1.25rem;
  padding: 0 0.25rem;
}

.sidebar .photo-slider .slider-nav .prev {
  width: 1.25rem;
  height: 1.25rem;
}

.sidebar .photo-slider .slider-nav .prev:after {
  border-width: 0 2px 2px 0;
}

.sidebar .photo-slider .slider-nav .next {
  width: 1.25rem;
  height: 1.25rem;
}

.sidebar .photo-slider .slider-nav .next:after {
  border-width: 0 2px 2px 0;
}

.sidebar .photogallery .item h3, .sidebar .photogallery .item .h3 {
  font-size: 1.1875rem;
  color: #1226aa;
}

.sidebar .photogallery .item h3 a, .sidebar .photogallery .item .h3 a {
  color: #1226aa;
  text-decoration: none;
}

.sidebar .photogallery .item h3 a:hover, .sidebar .photogallery .item .h3 a:hover {
  color: #eb0045;
}

.sidebar .photogallery .item .text {
  color: #1226aa;
  position: static;
  background: #f5f9fa;
  padding: 0.625rem 0.9375rem;
  border-radius: 0 0 5px 5px;
}

.sidebar .photogallery .item .text .info {
  font-size: 13px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  padding: 0;
}

.sidebar .photogallery .item .text .date, .sidebar .photogallery .item .text .link {
  font-size: inherit;
}

.sidebar .photogallery.list .item-inner {
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}

.sidebar .photogallery.list .item .img {
  border-radius: 5px 0 0 5px;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.sidebar .photogallery.list .item .text {
  border-radius: 0 5px 5px 0;
}

.sidebar .photogallery .foot {
  text-align: center;
}

.sidebar .photogallery:last-child {
  margin-bottom: 0;
}

.persons h2 {
  margin-bottom: 1.25rem;
}

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

.persons .item {
  margin-bottom: 2.5rem;
  line-height: 1.5em;
}

.persons .item .name {
  font-family: effra medium,sans-serif;
  font-size: 1.0625rem;
  margin: 0;
}

.persons .item .job {
  font-size: 12px;
  margin: 0;
}

.persons .item ul li {
  padding: 0;
  margin: 0;
}

.persons .item ul li:before {
  content: none;
}

.persons .item ul li a {
  text-decoration: none;
}

.persons .item ul li a:hover {
  color: #eb0045;
}

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

.addresses {
  font-size: 1.0625rem;
  line-height: 1.3em;
}

.addresses h2 {
  margin-bottom: 1.25rem;
}

.addresses .suphead {
  font-size: 11px;
  text-transform: uppercase;
  color: #eb0045;
  margin-bottom: 0.625rem;
}

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

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

.addresses .item ul li {
  padding: 0;
  margin: 0;
}

.addresses .item ul li:before {
  content: none;
}

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

.addresses a {
  text-decoration: none;
}

.addresses a:hover {
  color: #eb0045;
}

.clubs {
  max-width: 860px;
  margin: 0 auto;
}

.clubs .item-list {
  margin: 0 -1.25rem -2.5rem -1.25rem;
  -ms-flex-pack: center;
  justify-content: center;
}

.clubs .item {
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.clubs .item .item-inner {
  height: 100%;
  background: #f5f9fa;
}

.clubs .item .text {
  padding: 1.25rem;
  background: #f5f9fa;
}

.clubs .item .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.clubs .item h2 {
  margin-bottom: 0;
}

.clubs .item h2 a {
  text-decoration: none;
}

.clubs .item h2 a:hover {
  color: #eb0045;
}

.clubs .item .link {
  font-family: effra medium, sans-serif;
  font-size: 1.0625rem;
  color: #eb0045;
  position: relative;
}

.clubs .item .link:after {
  content: '';
  position: absolute;
  right: -0.75rem;
  top: 0.4375rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-45deg);
  border-right: 2px solid #eb0045;
  border-bottom: 2px solid #eb0045;
}

.areas {
  max-width: 860px;
  margin: 0 auto;
}

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

.areas .item {
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.areas .item .img {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.areas .item .text {
  font-family: effra medium, sans-serif;
  padding: 1.25rem;
  background: #f5f9fa;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.areas .item .link {
  font-size: 1.0625rem;
  color: #eb0045;
  position: relative;
  display: inline-block;
}

.areas .item .link:after {
  content: '';
  position: absolute;
  right: -0.875rem;
  top: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  border-right: 2px solid #eb0045;
  border-bottom: 2px solid #eb0045;
  transition: 0.3s all;
}

.areas .item .params ul {
  margin: 0;
}

.areas .item .params ul li {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}

.areas .item .params ul li .icon {
  width: 0.875rem;
  -ms-flex: 0 0 0.875rem;
  flex: 0 0 0.875rem;
  height: 0.875rem;
  margin-right: 0.1875rem;
  top: 0.5rem;
  position: relative;
}

.areas .item .params sup {
  font-size: 0.5625rem;
}

.areas .item h2 {
  margin-bottom: 0;
}

.areas .item h2 a {
  text-decoration: none;
}

.areas .item h2 a:hover {
  color: #eb0045;
}

.areas .item input[type="radio"] {
  display: none;
}

.areas .item.active .text {
  background: #eb0045;
  color: #fff;
}

.areas .item.active .link {
  color: #fff;
}

.areas .item.active .link:after {
  top: 0.875rem;
  transform: rotate(-135deg);
  border-color: #fff;
}

.areas .item.active h2 {
  color: #fff;
}

.areas .foot {
  text-align: center;
  margin: 0 auto;
  max-width: 34.375rem;
}

.areas.active .foot {
  display: none;
}

.space-detail {
  position: relative;
}

.space-detail .narrow-col {
  max-width: 800px;
  margin: 0 auto;
}

.space-detail .item {
  text-align: center;
  margin-bottom: 1.875rem;
}

.space-detail .item h3 {
  font-size: 1.1875rem;
}

.space-detail .item .img .icon {
  display: block;
  margin: 0 auto 0 auto;
  width: 6.25rem;
  height: 6.25rem;
}

.space-detail .item-inner {
  max-width: 160px;
  margin: 0 auto;
}

.space-detail .photo-slider .slider {
  margin: 0 -8px;
}

.space-detail .photo-slider ul li.panel .item {
  padding: 0 8px;
}

.space-detail .photo-slider ul li.panel .item-inner {
  max-width: 100%;
}

.space-lease {
  position: relative;
}

.space hr.divider, .space-lease hr.divider {
  margin: 3.75rem 0;
}

.space, .space-lease, .week-schedule {
  display: none;
}

.space.active, .space-lease.active, .week-schedule.active {
  display: block;
}

.schedule .columns {
  display: -ms-flexbox;
  display: flex;
}

.schedule .column-1 {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
}

.schedule .column-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: calc(100% - 100px);
  flex-basis: calc(100% - 100px);
  max-width: calc(100% - 100px);
}

.schedule-wrapper {
  overflow-x: scroll;
  width: 100%;
}

.schedule-wrapper > * {
  width: 1600px !important;
}

.schedule-table {
  width: 100%;
}

.schedule-table .tr {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schedule-table .td {
  -ms-flex: 0 0 3.571425%;
  flex: 0 0 3.571425%;
  max-width: 3.571425%;
  background: #e4eef3;
  border: 1px solid #f5f9fa;
  padding: 0.3125rem 0.625rem;
  height: 2.625rem;
  cursor: pointer;
}

.schedule-table .td:hover {
  background: #d0d3f0;
}

.schedule-table .td.unavailable, .schedule-table .td.occupied {
  cursor: default;
}

.schedule-table .td.unavailable {
  background: #eceff1;
}

.schedule-table .td.occupied {
  background: #d0d3f0;
  cursor: default;
}

.schedule-table .td.picked {
  background: #eb0045;
}

.schedule-days > * {
  padding: 0.3125rem 0.625rem;
  height: 1.875rem;
}

.schedule-days .day {
  font-family: effra medium, sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  background: #e4eef3;
  border: 1px solid #f5f9fa;
  height: 2.625rem;
  white-space: nowrap;
}

.schedule-days .day:hover {
  background: #e4eef3;
  cursor: default;
}

.schedule-times .line {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.schedule-times .line > * {
  -ms-flex: 0 0 3.571425%;
  flex: 0 0 3.571425%;
  max-width: 3.571425%;
  height: 1.875rem;
  font-family: effra medium, sans-serif;
  text-align: center;
  background: #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  cursor: default;
}

.schedule-times .line > *:first-child {
  border-left: none;
}

.schedule-times .line > *:last-child {
  border-right: none;
}

.schedule-times .legend ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.25rem 1.25rem -1.25rem;
}

.schedule-times .legend ul li {
  position: relative;
  padding: 0 1.25rem;
  margin: 0.3125rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-times .legend ul li:before {
  content: '';
  width: 1.9375rem;
  height: 1.9375rem;
  border-radius: 50%;
  display: block;
  margin-right: 0.625rem;
  background: #e4eef3;
}

.schedule-times .legend ul li.unavailable:before {
  background: #eceff1;
}

.schedule-times .legend ul li.occupied:before {
  background: #d0d3f0;
}

.schedule-times .legend ul li.picked:before {
  background: #eb0045;
}

.post-filter .item-list-filter {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-filter .item-filter {
  padding: 5px 5px;
}

.post-filter .select {
  position: relative;
  z-index: 30;
  min-width: 145px;
}

.post-filter .select .trigger {
  font-size: 13px;
  color: #eb0045;
  height: 2.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.9375rem;
  padding: 0 0.75rem;
  background: #f5f9fa;
  z-index: 20;
  position: relative;
  cursor: pointer;
}

.post-filter .select .trigger .icon {
  width: 12px;
  height: 12px;
  margin-right: 0.3125rem;
}

.post-filter .select .trigger:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 2px solid #eb0045;
  border-bottom: 2px solid #eb0045;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}

.post-filter .select .list {
  position: absolute;
  left: 0;
  width: 100%;
  top: 1.1875rem;
  padding: 1.1875rem 0.75rem 0.625rem 0.75rem;
  z-index: 10;
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: none;
}

.post-filter .select .list input {
  display: none;
}

.post-filter .select .list ul {
  margin: 0;
}

.post-filter .select .list ul li {
  font-size: 13px;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.post-filter .select .list ul li label:hover {
  color: #eb0045;
}

.post-filter .select.active .list {
  display: block;
}

.post-filter .select.active .trigger:after {
  transform: rotate(225deg);
  margin-top: -2px;
}

.post-filter .switcher {
  position: relative;
  z-index: 5;
  font-size: 13px;
  color: #eb0045;
  height: 2.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.9375rem;
  padding: 0.25rem;
  background: #f5f9fa;
  z-index: 20;
  position: relative;
  cursor: pointer;
}

.post-filter .switcher ul {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.post-filter .switcher ul li {
  margin: 0;
  padding: 0;
}

.post-filter .switcher ul li a {
  font-family: effra medium,sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #eb0045;
  text-decoration: none;
  padding: 0 0.625rem;
  border-radius: 20px;
}

.post-filter .switcher ul li a .icon {
  width: 12px;
  height: 12px;
  margin-right: 0.3125rem;
}

.post-filter .switcher ul li.active a {
  background: #eb0045;
  color: #fff;
}

.search-results {
  text-align: center;
  margin: 0 auto;
  max-width: 850px;
}

.search-results h1 {
  text-align: center;
}

.search-results h2 {
  text-align: center;
}

.search-results .item {
  text-align: left;
  margin-bottom: 1.875rem;
}

.search-results .item p:last-child {
  margin-bottom: 0;
}

.search-results .item:last-of-type {
  margin-bottom: 0;
}

.search-results .item .img {
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  width: 100%;
  padding-right: 20px;
}

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

.search-results .group {
  margin-bottom: 3.75rem;
}

.search-results .group:last-child .divider {
  display: none;
}

.search-results .divider {
  margin-top: 3.75rem;
}

.date-cats {
  margin-bottom: 1.875rem;
}

.date-cats ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.date-cats ul li {
  padding: 0 5px;
  margin: 2px 0;
}

.date-cats ul li.active a {
  background: #1226aa;
  color: #fff;
}

.date-cats ul li a {
  font-weight: 600;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 2px;
  border: 2px solid #1226aa;
  padding: 0.125rem 0.625rem;
  text-decoration: none;
  border-radius: 20px;
  transition: 0.3s all;
}

.date-cats ul li a:hover {
  background: #1226aa;
  color: #fff;
}

.news {
  margin: 0 auto;
}

.news .item-list {
  margin: 0 -1.25rem -2.5rem -1.25rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.news .item {
  margin-bottom: 2.5rem;
  padding: 0 1.25rem;
}

.news .item .text {
  padding: 1.25rem;
  background: #f5f9fa;
  border-radius: 5px;
}

.news .item .date {
  color: #eb0045;
  font-family: effra medium, sans-serif;
  margin-bottom: 0;
}

.news .item h2 {
  margin-bottom: 0;
  line-height: 1.2em;
  margin-bottom: 1em;
}

.news .item h2 a {
  text-decoration: none;
}

.news .item h2 a:hover {
  color: #eb0045;
}

.news .item h2 + p {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 1.6em;
}

.news .item .link {
  font-family: effra medium, sans-serif;
  font-size: 1.0625rem;
  color: #eb0045;
  position: relative;
}

.news .item .link:after {
  content: '';
  position: absolute;
  right: -0.75rem;
  top: 0.4375rem;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(-45deg);
  border-right: 2px solid #eb0045;
  border-bottom: 2px solid #eb0045;
}

.video-icon {
  position: relative;
}

.video-icon:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/play-icon.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-icon:after {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.alert-link {
  text-decoration: none;
}

.alert {
  overflow: hidden;
  font-size: 1rem;
  line-height: 1em;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 56px;
  padding-right: 16px;
  background-repeat: no-repeat;
  background-position: left 16px center;
  border-radius: 4px;
  border-width: 0;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
  font-weight: 500;
}

.alert.alert-error {
  color: #e52136;
  background-color: rgba(229, 33, 54, 0.15);
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='%23920F05' d='M8.982 1.566a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566zM8 5c.535 0 .954.462.9.995l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995A.905.905 0 0 1 8 5zm.002 6a1 1 0 1 1 0 2 1 1 0 0 1 0-2z'/%3e%3c/svg%3e") !important;
  background-size: 20px 20px;
}

.alert.marquee {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  background-image: none !important;
}

.marquee.com {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.marquee.com .marquee-inner {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  min-width: 100%;
  animation: scroll 35s linear infinite;
}

.marquee.com .marquee-inner * {
  margin: 0;
  padding: 0;
  margin-right: 80px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .marquee__content {
    animation-play-state: paused !important;
  }
}

/************************************************************************************
FOOTER
*************************************************************************************/
.footer {
  font-family: effra medium,sans-serif;
}

.footer h3 {
  font-size: 12px;
  margin-bottom: 0.625rem;
  letter-spacing: 0.04em;
  color: #eb0045;
  text-transform: uppercase;
}

.footer ul li {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

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

.footer ul li a:hover {
  color: #eb0045;
}

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

.footer .logos .item {
  margin-bottom: 1.25rem;
}

.footer .social-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.4375rem;
}

.footer .social-nav ul li {
  padding: 0 0.4375rem;
}

.footer .social-nav ul li a {
  width: 1.1875rem;
  height: 1.1875rem;
}

.footer .f_1 {
  padding: 3.75rem 0 0.625rem 0;
}

.footer .f_2 {
  padding: 0.9375rem 0;
  border-top: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .copy {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #9099dc;
  margin: 0;
}

.footer .mw {
  position: relative;
  color: #c6c6c6;
  display: block;
}

.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: 30px;
}

.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;
}

.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: all 0.3s;
  opacity: 0.5;
}

.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;
}

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

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/*========================= Viewport width 1199px and lower =========================*/
@media screen and (max-width: 1199px) {
  .main-nav ul {
    margin: 0 -0.625rem;
  }
  .main-nav ul li {
    padding: 0 0.625rem;
  }
  .col2-l-set .column-1 .column-1-inner {
    margin-right: 21.25rem;
  }
  .col2-l-set .column-2 {
    width: 21.25rem;
    margin-left: -21.25rem;
  }
  .box {
    padding: 1.5625rem;
  }
  .post-img {
    margin: -1.875rem -1.875rem 1.875rem -1.875rem;
  }
  .events .info .line ul li a {
    padding: 0.3125rem 0.5rem;
  }
  .schedule-slider li.panel .item .link {
    font-size: 0.9375rem;
  }
}

/*========================= Viewport width 991px and lower =========================*/
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  h1, .h1 {
    font-size: 2.1875rem;
  }
  h2, .h2 {
    font-size: 2.1875rem;
  }
  h2.small, .h2.small {
    font-size: 1.875rem;
  }
  .post h1, .post .h1, .entry h1, .entry .h1 {
    font-size: 2.1875rem;
  }
  .col2-l-set .column-1 {
    float: none;
    width: 100%;
  }
  .col2-l-set .column-1 .column-1-inner {
    margin-right: 0;
    overflow: hidden;
  }
  .col2-l-set .column-2 {
    width: 100%;
    margin-left: 0;
    float: none;
    padding-left: 0;
  }
  .header-r {
    padding: 0;
  }
  .header .search-btn {
    display: none;
  }
  .main-nav {
    display: none;
  }
  .secondary-nav {
    display: none;
  }
  .nav-btn {
    display: block;
  }
  .mobile-nav-wrap {
    display: block;
  }
  .teaser.teaser-hp {
    min-height: 0;
    height: auto;
  }
  .teaser-slider .slider-nav ol {
    top: -100px;
  }
  .col-foot {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-foot.col-foot-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .events .item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .events .text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .events.archive .item-inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .events.archive .img {
    border-radius: 5px 0 0 5px;
  }
  .events.archive .img img {
    position: static;
  }
  .sidebar {
    margin-top: 3.125rem;
  }
  /*.schedule {
    .columns {
      max-width: 100%;
    }

    .column-1 {
      flex-grow: 1;
      max-width: 20%;
    }

    .column-2 {
      flex: 0 0 80%;
      max-width: 80%;
    }
  }*/
  /*.schedule-wrapper {
    overflow: scroll;
    width: 100%;


    & > * {
      //width: 800px !important;
    }
  }*/
  .suggesting {
    max-width: 100%;
  }
  .search-header {
    height: 6.875rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none !important;
  }
  .search-header form.std {
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

/*========================= Viewport width 767px and lower =========================*/
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 1rem;
  }
  .section-intro .btn-set {
    padding-top: 1.25rem;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .teaser-alt {
    margin-bottom: 0;
  }
  .teaser-alt .teaser-content {
    min-height: 400px;
    padding: 2.5rem 0;
  }
}

/*========================= Viewport width 575px and lower =========================*/
@media screen and (max-width: 575px) {
  html {
    font-size: 13px;
  }
  body {
    font-size: 1.0625rem;
  }
  h1, .h1 {
    font-size: 2.1875rem;
  }
  h2, .h2 {
    font-size: 1.875rem;
  }
  h2.small, .h2.small {
    font-size: 1.875rem;
  }
  h3, .h3 {
    font-size: 1.5625rem;
  }
  .block-box {
    padding: 2.5rem 1.25rem;
    margin-left: -15px;
    margin-right: -15px;
  }
  .box {
    padding: 2.5rem 1.25rem;
  }
  .post-img {
    margin-top: -2.5rem;
  }
  .col-foot {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-foot-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-intro {
    margin-bottom: 3.125rem;
  }
  .instagram .item-list {
    margin: 0 -0.625rem;
  }
  .instagram .item {
    padding: 0 0.625rem;
  }
  .events .text {
    padding: 1.875rem 1.25rem;
  }
  .events.archive .item-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .events.archive .img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .events.archive .text {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1.875rem 1.25rem;
  }
  .photogallery .item .text {
    padding: 0.9375rem;
  }
  .col2-l-set {
    margin-left: -15px;
    margin-right: -15px;
  }
  .persons .item-list {
    margin-bottom: -1.875rem;
  }
  .persons .item {
    margin-bottom: 1.875rem;
  }
  .clubs .item-list {
    margin: 0 -0.625rem;
  }
  .clubs .item {
    padding: 0 0.625rem;
  }
  .areas .item-list {
    margin: 0 -0.625rem;
  }
  .areas .item {
    padding: 0 0.625rem;
  }
  .areas .text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .areas .text .head {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar {
    margin-top: 0;
    border-top: 1px solid #1226aa;
  }
  .schedule .column-1 {
    max-width: 30%;
  }
  .schedule .column-2 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}

.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);
  }
}

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