/* colors */
/* fonts */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-eq-height .inner {
  height: 100%;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

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

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

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

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

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

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col, .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 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .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 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .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 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

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

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

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

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

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

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

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

/* LIST INLINE */
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

#timeline .container .item h3, .page_soutez .photo-content > * a span, footer .social a, header nav.expand ul li a, header .social-links a, header, .slick-arrow i, .btn.btn-arrow:before, .btn {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

#timeline .container .item > div p, #timeline .container .item > div, #timeline .container .item {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sprite {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background-image: url("../img/sprite.png");
  background-position: 0 0;
  background-size: 32rem 32rem;
}
.sprite.sprite-email {
  background-position: -0.75rem -5.7rem;
}
.sprite.sprite-phone {
  background-position: -0.75rem -0.75rem;
}
.sprite.sprite-kapky {
  width: 8rem;
  height: 8.5rem;
  background-position: -8.5rem -21rem;
}
.sprite.sprite-teplomer {
  width: 8rem;
  height: 8.5rem;
  background-position: -21rem -21rem;
}
.sprite.sprite-vrt {
  width: 8rem;
  height: 8.5rem;
  background-position: -21rem -11rem;
}
.sprite.sprite-kohoutek {
  width: 8rem;
  height: 8.5rem;
  background-position: -8.5rem 0rem;
}
.sprite.sprite-projekt {
  width: 8rem;
  height: 8.5rem;
  background-position: -21rem 0rem;
}
.sprite.sprite-pramen {
  width: 8rem;
  height: 8.5rem;
  background-position: -8.5rem -11rem;
}

@font-face {
  font-family: "Rockwell";
  src: url("../font/RockwellNova-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../font/RockwellNova-ExtraBold.woff") format("woff"), url("../font/RockwellNova-ExtraBold.ttf") format("truetype"), url("../font/RockwellNova-ExtraBold.svg#RockwellNova-ExtraBold") format("svg");
  font-weight: 600;
  font-style: normal;
}
html {
  font-size: 55%;
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  font-size: 1.9rem;
  background-color: #02050a;
  margin: 0;
  overflow-x: hidden;
}
@media (min-width: 992px) {
  body {
    background-image: url("../img/bcg.jpg");
    background-repeat: no-repeat;
    background-size: 200rem auto;
    background-position: center top;
  }
}
@media (min-width: 2000px) {
  body {
    background-image: url("../img/bcg-wide.jpg");
    background-size: 400rem auto;
  }
}

* {
  outline: none !important;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.6rem;
}

h6 {
  font-size: 1.4rem;
}

.img-responsive {
  max-width: 100%;
}

.hidden {
  display: none;
}

.text-right {
  text-align: right;
}

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

.hidden {
  display: none;
}

/* page content */
#content h1 {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 800;
  margin: 4rem 0;
  text-transform: uppercase;
}
#content h2 {
  font-size: 2.8rem;
  font-weight: 800;
  margin: 2rem 0;
  text-transform: uppercase;
}
#content h3 {
  font-size: 2.4rem;
  font-weight: 800;
  margin: 1rem 0;
  text-transform: uppercase;
}
#content h4 {
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
}

section h2, footer h2 {
  font-size: 4.2rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 992px) {
  section h2, footer h2 {
    text-align: left;
  }
}

.btn {
  -webkit-border-radius: 0 2rem;
  border-radius: 0 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 1.5rem 3rem;
  display: inline-block;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: 0 imporant;
  background-color: #fff;
  color: #000;
  font-family: "Oswald", sans-serif;
}
.btn:hover {
  text-decoration: none;
  background-color: #e3a448;
  border-color: #e3a448;
  color: #fff;
}
.btn:focus {
  outline: none;
}
.btn.btn-arrow {
  padding-right: 6rem;
  position: relative;
}
.btn.btn-arrow:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  background-color: transparent;
  border-top: 0.2rem solid #000;
  border-right: 0.2rem solid #000;
  width: 1.6rem;
  height: 1.6rem;
}
.btn.btn-arrow:hover:before {
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background-color: transparent;
  border: 0;
  padding: 3rem;
  color: transparent;
  top: 33%;
  position: absolute;
  z-index: 10;
  font-size: 3rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-arrow i {
  width: 3rem;
  height: 3rem;
  display: block;
}
.slick-arrow.slick-prev {
  left: -2rem;
}
.slick-arrow.slick-prev i {
  border-bottom: 0.3rem solid #000;
  border-left: 0.3rem solid #000;
  transform: translateX(1rem) rotate(45deg);
}
.slick-arrow.slick-prev:hover i {
  transform: translateX(0rem) rotate(45deg);
}
.slick-arrow.slick-next {
  right: -2rem;
}
.slick-arrow.slick-next i {
  border-top: 0.3rem solid #000;
  border-right: 0.3rem solid #000;
  transform: translateX(-1rem) rotate(45deg);
}
.slick-arrow.slick-next:hover i {
  transform: translateX(0rem) rotate(45deg);
}

header {
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  display: table;
  width: 100%;
}
header > * {
  display: table-cell;
  vertical-align: middle;
}
header .logo {
  padding: 1rem;
}
header .logo img {
  width: 20rem;
  display: block;
}
@media (min-width: 768px) {
  header .logo img {
    margin-left: 5rem;
    width: 25rem;
  }
}
header .social-links {
  display: none;
  padding-right: 2rem;
  text-align: right;
}
@media (min-width: 768px) {
  header .social-links {
    display: table-cell;
  }
}
header .social-links a {
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #000;
  display: inline-block;
  width: 3.4rem;
  height: 3.4rem;
  margin-left: 1rem;
}
header .social-links a span {
  color: #fff;
  font-size: 2rem;
  line-height: 3.4rem;
}
header .social-links a:hover {
  background-color: #e3a448;
  text-decoration: none;
}
header nav {
  display: none;
}
header nav.expand {
  display: block;
  position: fixed;
  top: 6rem;
  right: 0;
  width: 100%;
  max-width: 40rem;
  background-color: white;
}
@media (min-width: 768px) {
  header nav.expand {
    top: 8rem;
  }
}
header nav.expand ul {
  margin: 1rem 0 !important;
  padding: 0;
  text-align: center;
  list-style: none;
}
header nav.expand ul li a {
  display: block;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 600;
}
header nav.expand ul li a:hover {
  color: #fff;
  background-color: #e3a448;
  text-decoration: none;
}
header .nav-button {
  background-color: #e3a448;
  padding: 0;
  width: 10rem;
}
@media (min-width: 768px) {
  header .nav-button {
    padding: 1rem 2rem;
    width: 12rem;
  }
}
header .nav-button #nav-icon {
  margin: 1rem auto;
  display: block;
  width: 50px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header .nav-button #nav-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #000;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header .nav-button #nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 1rem 1rem 0;
}
header .nav-button #nav-icon span:nth-child(odd) {
  left: 0px;
  border-radius: 1rem 0 0 1rem;
}
header .nav-button #nav-icon span:nth-child(1), header .nav-button #nav-icon span:nth-child(2) {
  top: 4px;
}
header .nav-button #nav-icon span:nth-child(3), header .nav-button #nav-icon span:nth-child(4) {
  top: 16px;
}
header .nav-button #nav-icon span:nth-child(5), header .nav-button #nav-icon span:nth-child(6) {
  top: 28px;
}
header .nav-button #nav-icon.open span:nth-child(1), header .nav-button #nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .nav-button #nav-icon.open span:nth-child(2), header .nav-button #nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .nav-button #nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
header .nav-button #nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
header .nav-button #nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
header .nav-button #nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
header .nav-button #nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 22px;
}
header .nav-button #nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}
footer {
  color: #b8b8b8;
  padding: 4rem 0;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}
footer .social {
  text-align: center;
}
footer .social h3 {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 2.3rem;
  font-weight: 100;
  margin: 2rem;
}
footer .social a {
  display: inline-block;
  background-color: #4f4f4f;
  margin-left: 1rem;
  width: 7rem;
  height: 7rem;
  vertical-align: middle;
  -webkit-border-radius: 0 2rem;
  border-radius: 0 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
footer .social a:hover {
  text-decoration: none;
  background-color: #e3a448;
}
footer .social a span {
  color: #fff;
  font-size: 3.6rem;
  line-height: 7rem;
}
footer hr {
  margin: 4rem 0;
  height: 1px;
  border: 0;
  background-color: #282828;
}
footer .contact p {
  margin: 0;
}
footer .contact p a {
  color: #e3a448;
}
footer .contact p a.phone {
  font-size: 4rem;
}
footer .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .contact ul li {
  margin: 0.5rem 0;
}
footer .contact ul li a {
  color: #b8b8b8;
  text-decoration: underline;
}
footer .contact ul li a:hover {
  text-decoration: none;
  color: #e3a448;
}
@media (max-width: 768px) {
  footer .contact p, footer .contact ul {
    text-align: center;
  }
}
@media (max-width: 400px) {
  footer .contact > div {
    width: 100% !important;
    margin: 1rem 0;
  }
}
footer .copyright a {
  color: #fff;
}
@media (max-width: 768px) {
  footer .copyright p {
    text-align: center !important;
  }
}

.cookie {
  border-top: 0.2rem solid #e3a448;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000;
}
.cookie p {
  color: #b8b8b8;
  font-size: 1.5rem;
  margin: 0.5rem 0;
}
.cookie p a {
  color: #b8b8b8;
}
.cookie p a.btn {
  padding: 0.5rem 1rem;
  color: #000;
  font-weight: 400;
  margin-left: 1rem;
}

.page_soutez {
  background-color: #000;
  background-image: none;
}
.page_soutez h2 {
  color: #e3a448;
  text-align: center;
}
.page_soutez h3 {
  color: #e3a448;
  text-align: center;
  font-size: 2.8rem;
  text-transform: uppercase;
  padding: 1em 0 0.5rem 0;
  margin: 0;
}
.page_soutez .competition_menu {
  padding: 0;
  margin-bottom: 4rem;
  text-align: center;
}
.page_soutez .competition_menu li {
  display: inline-block;
  margin: 0 1rem 1rem;
}
.page_soutez .competition_menu li a {
  padding: 0.5rem 1.5rem;
}
.page_soutez .text-box {
  margin: 3rem 0;
  color: #fff;
}
.page_soutez .text-box h4 {
  color: #e3a448;
  font-size: 2rem;
}
.page_soutez .text-box p, .page_soutez .text-box ul, .page_soutez .text-box ol {
  margin-left: 3rem;
}
.page_soutez .text-box p > strong {
  margin-left: -1.5rem;
}
.page_soutez .text-box a {
  color: #e3a448;
}
.page_soutez .photo-content:after {
  content: "";
  display: block;
  clear: both;
}
.page_soutez .photo-content > * {
  float: left;
  width: 50%;
  padding: 1rem;
}
@media (min-width: 992px) {
  .page_soutez .photo-content > * {
    width: 25%;
  }
}
.page_soutez .photo-content > * a {
  -webkit-border-radius: 0 2rem;
  border-radius: 0 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  overflow: hidden;
  position: relative;
  display: block;
}
.page_soutez .photo-content > * a img {
  display: block;
}
.page_soutez .photo-content > * a span {
  position: absolute;
  background-color: #e3a448;
  opacity: 0.6;
  text-align: center;
  padding: 0.25rem 1rem 0 1rem;
  color: #fff;
  -webkit-border-radius: 0 2rem;
  border-radius: 0 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  font-size: 1.5rem;
  font-weight: 100;
}
.page_soutez .photo-content > * a span.likes {
  top: 0;
  right: 0;
}
.page_soutez .photo-content > * a span.likes:before {
  content: "";
  display: inline-block;
  background-image: url("../img/heart.png");
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-size: 100% 100%;
  margin-right: 0.5rem;
}
.page_soutez .photo-content > * a span.username {
  bottom: 0;
  left: 0;
  padding: 0 1rem 0.25rem 1.5rem;
}
.page_soutez .photo-content > * a:hover span {
  opacity: 1;
}

#subpage {
  padding-top: 8rem;
}

#vyhry {
  position: relative;
  margin-bottom: -15rem;
}
@media (min-width: 992px) {
  #vyhry {
    margin-bottom: 10rem;
  }
}
#vyhry ul li {
  color: #fff;
  margin-bottom: 1rem;
}
#vyhry:after {
  content: "";
  display: block;
  background-image: url("../img/competition-img.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 60rem;
  height: 50rem;
  transform: translateX(0%) translateY(-30%);
  pointer-events: none;
}
@media (min-width: 992px) {
  #vyhry:after {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(26%) translateY(-30%);
  }
}

#main-banner {
  background-image: url("../img/bcg-xs.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center 6rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  #main-banner {
    padding-bottom: 14rem;
    background-position: center 8rem;
  }
}
@media (min-width: 992px) {
  #main-banner {
    background-image: none;
    padding-top: 8rem;
    padding-bottom: 0;
    height: 100rem;
  }
}
#main-banner h1 {
  margin-top: 10rem;
  color: #e3a448;
  text-transform: uppercase;
  font-weight: 100;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  line-height: 1.3em;
}
@media (min-width: 992px) {
  #main-banner h1 {
    font-size: 7rem;
  }
}
#main-banner h1 strong {
  display: block;
  color: #fff;
  font-size: 7rem;
  font-family: "Rockwell", sans-serif;
  font-weight: 600;
  line-height: 1em;
}
@media (min-width: 992px) {
  #main-banner h1 strong {
    font-size: 11rem;
  }
}
#main-banner p {
  color: #fff;
  max-width: 70%;
}
@media (max-width: 500px) {
  #main-banner p {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  #main-banner p {
    max-width: 60%;
  }
}
#main-banner a {
  margin-top: 3rem;
}

#timeline .container {
  position: relative;
  padding-bottom: 10rem;
}
@media (min-width: 992px) {
  #timeline .container {
    height: 200rem;
    padding-bottom: 0;
  }
}
#timeline .container h2 {
  color: #e3a448;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}
@media (min-width: 992px) {
  #timeline .container h2 {
    font-size: 9rem;
  }
}
#timeline .container .item > div {
  display: none;
}
#timeline .container .item h3 {
  margin: 0;
  font-size: 4.7rem;
  font-family: "Oswald", sans-serif;
  background-color: #fff0;
  font-weight: 100;
  color: #fff;
  background-image: url("../img/timeline-item.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  line-height: 22rem;
  text-align: center;
  opacity: 1;
  width: 22rem;
  height: 22rem;
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  position: relative;
}
#timeline .container .item h3:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#timeline .container .item:hover h3, #timeline .container .item.active h3 {
  overflow: hidden;
  background-color: #e3a448;
  z-index: 2;
  background-image: none;
}
#timeline .container .item:hover h3:before, #timeline .container .item.active h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 3%;
  left: 3%;
  width: 94%;
  height: 94%;
  border: 1px solid #0000001c;
}
#timeline .container .item.item-2000-2002 h3 {
  font-size: 2.3rem;
}
#timeline .container .item > div {
  display: block;
  opacity: 1;
}
#timeline .container .item > div span {
  display: none;
}
#timeline .container .item > div p {
  opacity: 1;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 100;
  font-family: "Oswald", sans-serif;
  margin-top: 1rem;
  margin-left: 24rem;
  color: #e3a448;
}
#timeline .container .item > div p strong {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  display: block;
}
#timeline .container .item > div p strong br {
  display: none;
}
#timeline .container .item > div p a {
  margin: 2.5rem 1rem 0 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.8rem;
  text-transform: lowercase;
}
#timeline .container .item > div p a:hover {
  background-color: #e3a448;
  border-color: #e3a448;
}
#timeline .container .item > div p a + a {
  margin-top: 1rem;
}
#timeline .container .item:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 500px) {
  #timeline .container .item h3 {
    float: none;
    margin: 0 auto;
  }
  #timeline .container .item > div {
    text-align: center;
  }
  #timeline .container .item > div p {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #timeline .container .item {
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background-color: transparent;
    width: 22rem;
    height: 22rem;
  }
  #timeline .container .item h3 {
    float: none;
  }
  #timeline .container .item:after {
    display: none;
  }
  #timeline .container .item.item-1999 {
    top: 17rem;
    left: 103rem;
  }
  #timeline .container .item.item-2000-2002 {
    top: 26rem;
    left: 78rem;
  }
  #timeline .container .item.item-2003 {
    top: 36rem;
    left: 55rem;
  }
  #timeline .container .item.item-2005 {
    top: 45rem;
    left: 30rem;
  }
  #timeline .container .item.item-2006 {
    top: 55rem;
    left: 4rem;
  }
  #timeline .container .item.item-2007 {
    top: 66rem;
    left: 30rem;
  }
  #timeline .container .item.item-2008 {
    top: 75rem;
    left: 55rem;
  }
  #timeline .container .item.item-2009 {
    top: 85rem;
    left: 78rem;
  }
  #timeline .container .item.item-2010 {
    top: 95rem;
    left: 103rem;
  }
  #timeline .container .item.item-2011 {
    top: 105rem;
    left: 78rem;
  }
  #timeline .container .item.item-2012 {
    top: 115rem;
    left: 55rem;
  }
  #timeline .container .item.item-2013 {
    top: 124rem;
    left: 30rem;
  }
  #timeline .container .item.item-2014 {
    top: 134rem;
    left: 4rem;
  }
  #timeline .container .item.item-2015 {
    top: 144rem;
    left: 30rem;
  }
  #timeline .container .item.item-2016 {
    top: 154rem;
    left: 55rem;
  }
  #timeline .container .item.item-2017 {
    top: 164rem;
    left: 78rem;
  }
  #timeline .container .item.item-2018 {
    top: 174rem;
    left: 104rem;
  }
  #timeline .container .item.item-2019 {
    display: none;
  }
  #timeline .container .item > div {
    display: none;
    opacity: 0;
  }
  #timeline .container .item > div span {
    display: block;
    color: #000;
    font-size: 6rem;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
  }
  #timeline .container .item > div p {
    opacity: 0;
    color: #000;
    font-size: 3rem;
    margin-left: 0;
  }
  #timeline .container .item > div p strong {
    font-size: 3rem br;
    font-size-display: block;
  }
  #timeline .container .item > div p a:hover {
    background-color: #000;
    border-color: #000;
  }
  #timeline .container .item.item-2000-2002 > div p strong, #timeline .container .item.item-2003 > div p strong, #timeline .container .item.item-2013 > div p strong, #timeline .container .item.item-2016 > div p strong {
    font-size: 2.4rem;
  }
  #timeline .container .item:hover, #timeline .container .item.active {
    width: 40rem;
    height: 40rem;
    overflow: hidden;
    background-color: #e3a448;
    z-index: 2;
  }
  #timeline .container .item:hover.item-1999, #timeline .container .item:hover.item-2010, #timeline .container .item:hover.item-2018, #timeline .container .item.active.item-1999, #timeline .container .item.active.item-2010, #timeline .container .item.active.item-2018 {
    transform: translateX(-75%) translateY(-50%);
  }
  #timeline .container .item:hover.item-2006, #timeline .container .item:hover.item-2014, #timeline .container .item.active.item-2006, #timeline .container .item.active.item-2014 {
    transform: translateX(-25%) translateY(-50%);
  }
  #timeline .container .item:hover h3, #timeline .container .item.active h3 {
    opacity: 0;
    line-height: 40rem;
  }
  #timeline .container .item:hover > div, #timeline .container .item.active > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 4rem;
    text-align: center;
    opacity: 1;
  }
  #timeline .container .item:hover > div p, #timeline .container .item.active > div p {
    opacity: 1;
  }
  #timeline .container .item:hover:before, #timeline .container .item.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 3%;
    left: 3%;
    width: 94%;
    height: 94%;
    border: 1px solid #0000001c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}
@media (min-width: 1200px) {
  #timeline .container .item.item-1999 {
    left: 107rem;
  }
  #timeline .container .item.item-2000-2002 {
    left: 81rem;
  }
  #timeline .container .item.item-2003 {
    left: 57rem;
  }
  #timeline .container .item.item-2005 {
    left: 33rem;
  }
  #timeline .container .item.item-2006 {
    left: 7rem;
  }
  #timeline .container .item.item-2007 {
    left: 33rem;
  }
  #timeline .container .item.item-2008 {
    left: 57rem;
  }
  #timeline .container .item.item-2009 {
    left: 81rem;
  }
  #timeline .container .item.item-2010 {
    left: 107rem;
  }
  #timeline .container .item.item-2011 {
    left: 81rem;
  }
  #timeline .container .item.item-2012 {
    left: 57rem;
  }
  #timeline .container .item.item-2013 {
    left: 33rem;
  }
  #timeline .container .item.item-2014 {
    left: 7rem;
  }
  #timeline .container .item.item-2015 {
    left: 33rem;
  }
  #timeline .container .item.item-2016 {
    left: 57rem;
  }
  #timeline .container .item.item-2017 {
    left: 81rem;
  }
  #timeline .container .item.item-2018 {
    left: 107rem;
  }
}
#timeline .container .fixed-items {
  position: relative;
}
#timeline .container .fixed-items .fixed-item {
  display: none;
}
@media (min-width: 992px) {
  #timeline .container .fixed-items .fixed-item {
    display: block;
    position: absolute;
    text-align: center;
  }
  #timeline .container .fixed-items .fixed-item p {
    color: #e3a448;
    text-transform: uppercase;
    font-size: 4.5rem;
    font-weight: 100;
    font-family: "Oswald", sans-serif;
    margin-top: 1rem;
  }
  #timeline .container .fixed-items .fixed-item p strong {
    font-size: 4.5rem;
    font-weight: 500;
    color: #fff;
    display: block;
  }
  #timeline .container .fixed-items .fixed-item:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 3rem 3rem 3rem;
    border-color: transparent transparent #e3a448 transparent;
  }
  #timeline .container .fixed-items .fixed-item.item-1999 {
    top: 40rem;
    right: 0;
  }
  #timeline .container .fixed-items .fixed-item.item-1999:before {
    transform: rotate(20deg);
    left: 60%;
    top: -5rem;
  }
  #timeline .container .fixed-items .fixed-item.item-2012 {
    top: 86rem;
    left: 0;
  }
  #timeline .container .fixed-items .fixed-item.item-2012:before {
    transform: rotate(160deg);
    left: 85%;
    bottom: 0rem;
  }
  #timeline .container .fixed-items .fixed-item.item-2018 {
    top: 125rem;
    right: 0;
  }
  #timeline .container .fixed-items .fixed-item.item-2018:before {
    transform: rotate(175deg);
    left: 55%;
    bottom: -5rem;
  }
  #timeline .container .fixed-items .fixed-item.item-2019 {
    top: 170rem;
    left: 50%;
    transform: translateX(-50%);
  }
  #timeline .container .fixed-items .fixed-item.item-2019 p {
    font-size: 8rem;
  }
  #timeline .container .fixed-items .fixed-item.item-2019:before {
    display: none;
  }
}

#team {
  position: relative;
}
#team .team-box {
  position: relative;
}
#team .team-box .team-content {
  background-color: #fff;
  padding: 2rem 2rem 4rem 2rem;
  -webkit-border-radius: 0 5rem;
  border-radius: 0 5rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
@media (min-width: 768px) {
  #team .team-box .team-content {
    padding: 5rem 5rem 8rem 5rem;
    -webkit-border-radius: 0 15rem;
    border-radius: 0 15rem;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
  }
}
#team .team-box .team-content h2 {
  text-align: center;
  font-size: 5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  line-height: 1em;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  #team .team-box .team-content h2 {
    font-size: 9.6rem;
  }
}
#team .team-box .team-content h2 strong {
  font-weight: 600;
}
#team .team-box .team-content p {
  text-align: center;
  line-height: 1.8em;
}
#team .team-box .team-content p strong {
  display: block;
}
#team .team-box .team-content .slider {
  padding: 0 5rem;
}
#team .team-box .team-content .slider .team-member {
  text-align: center;
  font-family: "Oswald", sans-serif;
  padding: 0 1.5rem;
}
#team .team-box .team-content .slider .team-member img {
  max-width: 100%;
  -webkit-border-radius: 0 2rem;
  border-radius: 0 2rem;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#team .team-box .team-content .slider .team-member h3 {
  font-size: 2.5rem;
  margin: 1rem 0 0 0;
  font-weight: 400;
}
#team .team-box .team-content .slider .team-member p {
  margin: 0;
}
#team .team-box .team-content .slider .team-member p small {
  font-weight: 100;
  color: #e3a448;
  font-size: 2rem;
  display: block;
  text-transform: lowercase;
}
#team .team-box .team-content .slider .team-member p a {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  #team .team-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../img/competition-img.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 60rem;
    height: 50rem;
    transform: translateX(26%) translateY(59%);
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  #competition {
    background-image: url("../img/competition-bcg-top.png");
    background-size: 90rem auto;
    background-position: 50% 0.2rem;
    background-repeat: no-repeat;
  }
}
#competition .row {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  #competition .row {
    padding-top: 2rem;
    padding-bottom: 10rem;
  }
}
#competition .row h2 {
  color: #e3a448;
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: 600;
  margin: 0;
  text-align: left;
}
@media (min-width: 1200px) {
  #competition .row h2 {
    font-size: 9rem;
  }
}
#competition .row a {
  text-transform: lowercase;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#competition .row p {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  margin: 2.5rem 0;
}
@media (min-width: 1200px) {
  #competition .row p {
    font-size: 2.9rem;
  }
}
@media (max-width: 992px) {
  #competition .row .img {
    position: relative;
  }
  #competition .row .img:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url("../img/competition-img.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: translateX(10vw) translateY(-10vw);
    width: 50vw;
    height: 50rem;
    pointer-events: none;
  }
}
@media (max-width: 450px) {
  #competition .row > div {
    width: 100%;
    text-align: center;
  }
  #competition .row > div h2 {
    text-align: center;
  }
  #competition .row > div.img:after {
    position: relative;
    right: 0;
    top: 0;
    background-image: url("../img/competition-img.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    transform: none;
    width: 100%;
    height: 90vw;
    pointer-events: none;
  }
}

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