@media (min-width: 1480px) {
  .container {
    width: 1440px;
  }
}
.sliderTop .container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.sliderTop .carousel {
  position: relative;
}
.sliderTop .carousel-control.left {
  left: calc(11% - 60px);
  top: 50%;
  transform: translateY(-25px);
}
.sliderTop .carousel-control.right {
  left: auto;
  right: calc(10% - 60px);
  background-image: url(../img/left.svg);
  z-index: 10000;
  width: 60px;
  transform: rotate(180deg) translateY(25px);
  top: 50%;
}
.sliderTop .item {
  background-size: cover;
}
.sliderTop .carousel-caption {
  grid-template-columns: repeat(1, 1fr);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.sliderTop .carousel-caption a {
  justify-self: center;
}
.sliderTop .carousel-caption p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .row-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.alert {
  text-align: center;
  font-weight: bold;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.2, rgba(255, 255, 255, 0.1)), color-stop(0.2, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.1)), color-stop(0.75, rgba(255, 255, 255, 0.1)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.1) 75%, transparent 75%, transparent);
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  background-size: 50px 50px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
  padding: 15px;
}

.alert-success {
  background-color: #5e9b34;
  border-color: #D6E9C6;
  color: #fff;
  border-top: 0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.alert-error {
  background-color: #BA1D1A !important;
  color: white;
  border-color: #BA1D1A;
  border-top: 0px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.alert .close {
  top: 2px;
  right: 0px;
}

h1, .h1 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

td,
th {
  padding: 10px;
}

.temp-page {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 200px;
  text-align: center;
}

.temp-page h1 {
  color: #FFF;
}

.strava {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url(../img/strava.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 14px;
  vertical-align: top;
  padding-top: 0;
}

.strava-white {
  background-image: url("../img/strava-white.png");
}

.strava:hover {
  background-image: url("../img/strava-hover.png");
  background-color: #FFF;
}

.language-select-box {
  text-align: right;
  padding-right: 20px;
  padding-top: 18px;
}

.cookiesNavMessage .btn-red {
  color: #000;
}

.cookiesNavMessage .btn-red:hover {
  color: #FFF;
}

a:hover {
  text-decoration: none;
}

input, textarea, .uneditable-input {
  width: 166px;
}

body {
  font-size: 16px;
  /*background-color: #D91C10;*/
  font-family: "Rubik", sans-serif;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 16px;
}

footer {
  color: #FFF;
}

p {
  font-size: 14px;
  line-height: 28px;
  color: #000;
  opacity: 1;
}

.footer-top {
  padding-top: 120px;
  padding-bottom: 60px;
  background: linear-gradient(90deg, #D91C10 50%, #F1F1F1 50%);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 100px;
}

.footer-bottom {
  background-color: #D91C10;
  padding: 75px 0;
}

.footer-bottom-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
}
.footer-bottom-wrap .copyrights {
  font-size: 14px;
  line-height: 200%;
  /* identical to box height, or 28px */
  text-align: right;
  color: #FFFFFF;
}

footer a {
  color: #FFF;
}

footer a:hover {
  color: #D91C10;
}

footer,
footer a {
  font-size: 14px;
}

footer img {
  margin-bottom: 60px;
}

.bottom-disclaimer p {
  text-align: left;
  color: #fff;
  opacity: 1;
}

.font-dark {
  color: #0f182e;
}

.font-gray {
  color: #000;
}

.font-light-gray {
  color: #747983;
}

.red {
  background-color: #D91C10;
}

.white {
  color: #FFF;
}

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

.event-date {
  color: #D91C10;
  margin-right: 20px;
  font-weight: 700;
  text-align: center;
}

.opinion .carousel-inner img {
  width: auto;
}

.opinion .rounded-image img {
  border-radius: 50%;
}

.inline {
  display: inline-block;
}

.top {
  border-top: 10px solid #D91C10;
  padding-top: 25px;
  padding-bottom: 25px;
}

.log-lang {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.log-lang-footer {
  flex-direction: column;
  align-items: flex-start;
}
.log-lang-footer a:hover {
  color: #000;
}
.log-lang-footer .social .fa {
  color: #fff;
}

ul.languagedropdown {
  z-index: 10000;
  min-width: 65px;
  max-width: 65px;
}

.btn-red {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFF;
  padding: 12px 0 11px 0;
  width: 185px;
}

.btn-border {
  transition: 0.2s;
  border: 1px solid #1F1E1A;
  padding: 12px 0 11px 0;
  width: 160px;
  font-weight: 500;
  color: #1F1E1A;
}
.btn-border:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

.news a:hover .btn-red,
.btn-red:hover {
  background-color: #000;
  color: #FFF;
  text-decoration: none;
}

.language {
  margin-left: 12px;
  margin-right: 15px;
}

.language .btn {
  padding: 15px 18px 14px 18px;
  border: none;
}

.language .caret {
  margin-left: 8px;
}

.cookiesNavMessage {
  padding: 15px;
  text-align: center;
  background-image: none;
  background-color: #D91C10;
  border: none;
  color: #FFF;
}

.btn-cookies {
  text-align: center;
  font-size: 16px;
  color: #FFF;
  padding: 14px 30px 13px 30px;
  background-color: #000;
}

.btn-cookies:hover {
  background-color: #FFF;
  color: #D91C10;
  text-decoration: none;
}

#droppy {
  width: 100%;
  float: none;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
  text-transform: uppercase;
}

#droppy > li {
  float: none;
  display: inline-block;
  text-align: left;
}

#droppy ul {
  width: 260px;
}

#droppy li > a {
  color: #000;
  padding: 15px 20px 15px 20px;
}

#droppy li:hover a {
  color: #D91C10;
}

#droppy li ul {
  text-align: left;
  padding-top: 0px;
  top: 41px;
  background-color: #FFF;
  font-size: 14px;
  z-index: 99999 !important;
}

#droppy li:hover ul li:hover ul li:hover ul li a,
#droppy li:hover ul li:hover ul li a,
#droppy li:hover ul li a,
#droppy li a {
  color: #000;
}

#droppy li ul li .menuOpen {
  width: 100%;
  color: #000;
}

#droppy li ul li:hover {
  width: 100%;
  background-color: #D91C10;
}

#droppy li:hover ul li:hover ul li:hover ul li:hover a,
#droppy li:hover ul li:hover ul li:hover a,
#droppy li:hover ul li:hover a {
  color: #FFF;
}

#droppy li ul li ul li:hover {
  width: 100%;
  background-color: #D91C10;
}

#droppy .menuOpen {
  color: #D91C10;
}

#droppy li ul li ul {
  left: 260px;
  top: 0px;
}

.simple-page-content h1 {
  margin-top: 0px;
}

.simple-page-content p,
.simple-page-content span {
  font-size: 18px !important;
  line-height: 200% !important;
  color: #1F1E1A !important;
  font-family: "Rubik", sans-serif !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.simple-page-content {
  font-size: 18px !important;
  line-height: 200% !important;
  /* or 28px */
  color: #1F1E1A !important;
  font-family: "Rubik", sans-serif !important;
  padding: 120px 0 !important;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.simple-page-content .group-list li {
  list-style-type: none;
}

.simple-page-content .group-list li .border-box:hover {
  background-color: #D91C10;
  background-image: url("../img/enterwh.png");
  background-position: 97%;
  background-repeat: no-repeat;
}

.simple-page-content .group-list li .border-box a {
  color: #000;
  text-decoration: none;
}

.simple-page-content .group-list li .border-box:hover a {
  color: #fff;
}

.simple-page-content .group-list li a h4 {
  font-size: 20px;
  padding: 10px 35px 10px 20px;
}

.simple-page-content .group-list li a img {
  display: none !important;
}

.simple-page-content .group-list li .border-box {
  border: 1px solid #DDD;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #FFF;
  background-image: url("../img/enter.png");
  background-position: 97%;
  background-repeat: no-repeat;
}

.news {
  padding-left: 20px !important;
}

.news img {
  margin-right: 10px;
  width: 100%;
  height: auto;
}

.news a {
  text-decoration: none;
}

.news a h4 {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 22px;
  font-weight: 700;
}

.news a {
  color: #000;
}

.news a:hover {
  color: #D91C10;
}

.news p {
  overflow-wrap: break-word;
  font-size: 16px;
}

.news li {
  list-style-type: none;
  padding: 20px 20px 20px 0px;
}

.news-content {
  position: relative;
  height: 540px;
  margin-bottom: 30px;
  padding: 30px;
}

.news-content button {
  position: absolute;
  left: 2px;
  bottom: 5px;
}

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

/*Classic menu right*/
.side-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

.side-menu ul {
  padding-left: 0px;
}

.hbox {
  color: white;
  padding: 25px 25px;
  margin: 0px;
}

.hbox {
  font-size: 18px;
}

.hbox-red {
  background-color: black;
}

.hbox-black {
  background-color: black;
}

.menu-right ul {
  list-style: none;
  margin: 0px;
}

.menu-right ul li a {
  padding: 15px 15px 15px 20px;
  display: block;
  border-bottom: 1px #e0e0e0 solid;
  color: #555;
}

.menu-right ul li a:hover {
  background-color: #ddd;
  padding-left: 18px;
  text-decoration: none;
}

.menu-right ul ul li a:hover {
  padding-left: 18px;
}

.menu-right ul {
  background-color: #f9f9f9;
}

.menu-right ul ul {
  background-color: #eee;
}

.menu-right ul .menuOpen {
  background-color: #D91C10;
  color: white;
}

.menu-right ul .menuOpen:hover {
  background-color: #000;
}

.menu-right ul ul .menuOpen {
  background-color: #fff;
  color: black;
}

.menu-right ul ul .menuOpen:hover {
  background-color: #f9f9f9;
}

.main-box {
  height: 225px;
}

.main-box img {
  float: none !important;
}

.main-box h3 {
  padding-top: 40px;
  margin-top: 0px;
  margin-bottom: 25px;
}

.main-box:hover a {
  color: #D91C10;
}

.about ul li,
.stages ul li {
  list-style-type: none;
}

.about {
  padding-top: 100px;
  padding-bottom: 110px;
}

.about h2 {
  margin-bottom: 30px;
}

.about ul {
  padding-left: 0px;
  margin-bottom: 30px;
}

.about h3 {
  font-weight: 700;
}

.about p {
  font-size: 18px;
  margin-bottom: 90px;
}

.about .row {
  margin-bottom: 40px;
}

.logotypes {
  padding-top: 120px;
  padding-bottom: 60px;
}

.stage-content {
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  transform: translateY(99%);
  z-index: 10;
  bottom: 0;
  width: 100%;
  background-color: #D91C10;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  flex-direction: column;
  padding-bottom: 25px;
}
.stage-content h4 {
  margin: 0;
  font-weight: 700;
}
.stage-content li {
  display: flex;
  justify-content: flex-start;
  padding-left: 40px;
  align-items: center;
  margin-bottom: 25px;
}
.stage-content li:before {
  margin-right: 15px;
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/svg/location.svg") center center no-repeat;
}
.stage-content li:nth-child(2):before {
  background: url("../img/svg/profiltrasy.svg") center center no-repeat;
}
.stage-content li:nth-child(3):before {
  background: url("../img/svg/mapatrasy.svg") center center no-repeat;
}
.stage-content li:nth-child(4):before {
  background: url("../img/svg/charaktertrasy.svg") center center no-repeat;
}
.stage-content li:nth-child(5):before {
  background: url("../img/svg/zdjeciatrasy.svg") center center no-repeat;
}
.stage-content li:nth-child(6):before {
  background: url("../img/svg/hotel.svg") center center no-repeat;
}
.stage-content a {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.stage-content a:hover h4 {
  opacity: 0.7;
}

.stages ul.stages-wrap {
  padding-left: 0px;
  display: grid;
  margin-bottom: 0;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 0;
}
.stages li.stage-box {
  position: relative;
  transition: 0.2s;
  border-left: 1px solid #E9E9E9;
}
.stages li.stage-box > a {
  display: inline-block;
  text-align: left;
}
.stages li.stage-box:last-child {
  border-right: 1px solid #E9E9E9;
}
.stages .stage-nr {
  font-size: 64px;
  line-height: 128px;
  color: #D91C10;
}
.stages h3 {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  color: #000000;
}
.stages .stage-date,
.stages .stage-path {
  color: #000000b3;
  font-size: 14px;
}
.stages .stage-date label,
.stages .stage-path label {
  font-weight: 400;
}
.stages li.stage-box:hover {
  background-color: #D91C10;
  border-left: 1px solid #D91C10;
}
.stages li.stage-box:hover .stage-content {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.stages li.stage-box:hover > a {
  color: #fff;
}
.stages li.stage-box:hover:last-child {
  border-right: 1px solid #D91C10;
}
.stages li.stage-box:hover .stage-date,
.stages li.stage-box:hover .stage-path {
  color: #fff;
  opacity: 0.7;
}
.stages li.stage-box:hover h3,
.stages li.stage-box:hover .stage-nr {
  color: #fff;
}

@media (min-width: 1481px) {
  .stages li.stage-box:first-child {
    grid-column-start: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .stages .container {
    width: 100%;
  }

  .stages li.stage-box > a {
    padding: 40px 20px;
  }

  .stage-content h4 {
    font-size: 14px;
  }

  .stage-content li:before {
    background-size: contain;
  }

  .stage-content h4 {
    font-size: 14px;
    font-weight: 500;
  }

  .stage-content li {
    padding-left: 20px;
  }

  .stages .stage-date, .stages .stage-path {
    font-size: 12px;
  }

  .stages li.stage-box .stage-content {
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .stages li.stage-box {
    display: grid !important;
    border: none;
    background: #D91C10;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    margin: 25px 0;
  }
  .stages li.stage-box:first-child {
    margin: 50px 0 25px;
  }

  .stage-content {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    border: 0;
    transform: none;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-bottom: 0;
    justify-content: flex-start;
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
  }

  .stages .stage-nr,
.stages h3,
.stages .stage-date, .stages .stage-path {
    color: #fff;
  }

  .stages li.stage-box > a {
    display: block;
  }

  .stages ul.stages-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  .stage-content li {
    margin-bottom: 10px;
  }

  .stages .stage-nr {
    line-height: 88px;
  }
}
.opinion p,
.bottom-slider p,
.top-slider p {
  font-size: 18px;
  margin-bottom: 30px;
}

.nav-grid {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  grid-column-gap: 40px;
  align-items: center;
}

.counter {
  margin-left: 20px;
  font-size: 20px;
  line-height: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: -10px;
  margin-top: 14px;
}

.count {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: right;
  color: #D91C10;
}

.count-text {
  margin-right: 20px;
}

.social {
  display: flex;
}

@media (min-width: 992px) and (max-width: 1480px) {
  .top .container {
    width: 95%;
  }

  .nav-grid {
    grid-template-columns: 16vw 1fr auto;
    grid-gap: 20px;
  }
  .nav-grid .btn-red {
    width: 140px;
    font-size: 14px;
  }
  #droppy li > a {
    padding: 15px 5px 15px 5px;
  }

  .counter {
    font-size: 18px;
  }

  .nav-grid .log-lang {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .counter {
    margin-left: 0;
  }
}
.social-footer {
  margin-top: 24px;
}

.social .fa:hover {
  color: #D91C10;
  background-color: #FFF;
}

.social a {
  display: inline-block;
  text-align: center;
  margin-right: 15px;
}
.social a:last-child {
  margin-right: 0;
}

.social .fa {
  color: #000;
  padding: 0;
  font-size: 14px;
  width: 20px;
  height: 20px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menuNormal {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}
.menuNormal a {
  margin-right: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}
.menuNormal a:last-child {
  margin-right: 0;
}

.count .kkc-sec {
  display: none;
}

.carousel-indicators {
  display: none;
}

.carousel-item {
  height: 46vw;
  max-height: 768px;
}

.carousel-inner img {
  width: auto;
  height: auto;
}

.bottom-slider .carousel-gradient,
.top-slider .carousel-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.19+22,0.65+89 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjE5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 22%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(22%, rgba(0, 0, 0, 0.19)), color-stop(89%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 22%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 22%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 22%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 22%, rgba(0, 0, 0, 0.65) 89%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-8 */
}

.opinion .carousel-gradient {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 510px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(1%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-8 */
}

/*
.opinion .carousel-control,
.bottom-slider .carousel-control,
.top-slider .carousel-control {
height:100%;
top:0px;
background-color: transparent;
}
.opinion .carousel-control:hover,
.bottom-slider .carousel-control:hover,
.top-slider .carousel-control:hover {
background-color:transparent;
}*/
.bottom-slider {
  position: relative;
  background: linear-gradient(90deg, #D91C10 40%, #F1F1F1 0%);
}

.carousel-caption {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 180px;
  position: relative;
  left: 0;
  right: 0;
}

.carousel-control {
  position: absolute;
  width: 50px;
  height: 50px;
  top: auto;
  filter: none;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  bottom: 8%;
  background-position: right;
  z-index: 10000;
  opacity: 1;
  transition: 0.2s;
}
.carousel-control:hover {
  opacity: 0.8;
}

.carousel-content {
  text-align: left;
}
.carousel-content h2 {
  font-size: 48px;
  line-height: 72px;
  color: #000000;
  margin-bottom: 30px;
  text-shadow: none;
}
.carousel-content p {
  text-shadow: none;
  font-size: 14px;
  line-height: 28px;
  color: #1F1E1A;
  opacity: 1;
}

.grid-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  align-items: flex-start;
}
.grid-logos div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
  align-items: center;
  grid-gap: 40px;
}
.grid-logos h4 {
  grid-column-start: span 2;
}

.carousel {
  position: initial;
}

.carousel-control.left {
  left: calc(37% - 60px);
  background-image: url("../img/left.svg");
  background-repeat: no-repeat;
  background-position: left;
  z-index: 10000;
  width: 60px;
}

.carousel-control.right {
  left: auto;
  right: calc(58% - 110px);
  background-image: url("../img/right.svg");
  background-repeat: no-repeat;
  background-position: right;
  z-index: 10000;
  width: 110px;
}

.simple-page-content img {
  max-width: 100%;
  height: auto;
}

.gallery-margin img {
  margin: 10px;
  width: 29%;
}

.simple-page-content ul {
  padding-left: 0px;
}

.bottom-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
}

.bottom-newsletter h5,
.bottom-contact h5 {
  font-size: 48px;
  line-height: 57px;
  font-weight: 700;
}

.bottom-newsletter h5 {
  color: #000;
}

.bottom-newsletter {
  text-align: left;
}

.main-header {
  background-color: #F1F1F1;
  padding: 120px 0 180px;
}
.main-header h3 {
  font-size: 36px;
  line-height: 52px;
  color: #000000;
  margin-bottom: 30px;
}
.main-header .register {
  margin-top: 50px;
}
.main-header .register .btn-border {
  margin-left: 40px;
}

.header {
  padding-top: 70px;
  padding-bottom: 25px;
  text-align: center;
}

#newsletter .btn-red {
  margin-top: 50px;
}

#newsletter .btn-red:hover {
  color: #FFF;
}

#newsletter input:focus,
#newsletter input {
  text-align: left;
  outline: none;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #D91C10;
  background-color: transparent;
  width: 300px;
  max-width: 100%;
  padding-bottom: 10px;
  color: #000;
}

#newsletter .controls {
  position: relative;
}

#newsletter span.label-form-error {
  position: absolute;
  top: 30px;
  right: 0px;
}

::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 0.5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #000000;
  opacity: 0.5;
}

.hero {
  background-image: url("../img/main-bg.jpg");
  background-position: center center;
  background-size: cover;
  min-height: 695px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero h1 {
  font-size: 72px;
  line-height: 85px;
  margin-bottom: 60px;
  text-align: center;
  margin-top: 0;
}
.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero--page {
  min-height: 400px;
}
.hero--page h1 {
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}

.simple-page-content iframe {
  max-width: 100% !important;
}

.past {
  background-color: #000;
  padding: 60px 0;
}
.past h3 {
  font-size: 48px;
  line-height: 57px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.past p {
  font-size: 14px;
  line-height: 28px;
  color: #FFFFFF;
  opacity: 0.7;
}
.past--gallery {
  margin-top: 70px;
}
.past--gallery .align-center {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}
.past--gallery .gallery-margin img {
  margin: 0;
  width: 100%;
}

.mobile-bar {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
}
.mobile-bar .language {
  justify-self: flex-start;
}

.mobile-menu {
  justify-self: flex-end;
}

.media {
  margin-top: 0;
}

video {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
}

.video-box {
  position: relative;
}

.video-overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAIElEQVQoU2NkYGD4z8DAwEiIBikgChA0CWbTqIl4wxMAHU8ZCyB1QH0AAAAASUVORK5CYII=) repeat;
  background-size: 2px 2px;
}

.four-races .active a {
  background-color: black !important;
  color: white !important;
}

.four-races a {
  color: black;
}

.four-races {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.tab-controls {
  width: 100%;
}

.tab-controls .nav-tabs > li > a {
  min-width: 350px;
}

@media (max-width: 1200px) {
  .logo img {
    max-width: 100%;
  }

  #droppy li a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .news-content {
    height: 500px;
  }

  .main-header h3 {
    line-height: 48px;
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .carousel-caption {
    grid-column-gap: 15px;
  }

  .carousel-item {
    height: auto;
  }

  .carousel-content h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .carousel-control {
    bottom: 0;
  }

  .carousel-control.right {
    right: 40%;
  }

  .carousel-control.left {
    left: 26%;
  }

  .carousel-inner .item {
    padding: 25px 0;
  }

  .btn-red {
    font-size: 14px;
  }

  .top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .relative {
    position: relative;
  }

  .menuMobile {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 10000;
  }

  .menuMobile li a {
    padding: 15px 45px 15px 15px;
  }

  .mobile-menu .mobileMainBtn {
    text-align: left;
  }

  .menuMobile ul {
    margin-bottom: 0px;
  }

  .menuMobile ul li {
    list-style-type: none;
  }

  .mobile-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .mobile-logo img {
    width: 145px;
  }

  .menuMobile .openBtn {
    width: 57px;
    height: 50px;
  }

  .menuMobile ul li a {
    color: #000;
  }

  .gallery-margin img {
    width: 45%;
  }

  .strava {
    height: 40px;
    width: 40px;
  }

  .social .fa {
    padding: 12px 12px 8px 12px;
    font-size: 18px;
    width: 40px;
    height: 40px;
  }

  .event-date,
.count {
    padding-top: 10px;
  }

  .grid-logos {
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-newsletter {
    grid-column: 2;
    grid-row: 1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }

  .bottom-newsletter h5, .bottom-contact h5 {
    font-size: 32px;
    line-height: 36px;
  }

  .footer-bottom-wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  .footer-bottom-wrap .copyrights {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .about {
    padding-top: 12px;
    padding-bottom: 50px;
  }

  .about .row {
    margin-bottom: 50px;
  }

  .about h2 {
    margin-bottom: 25px;
  }

  .news {
    padding-left: 20px;
  }

  .gallery-margin img {
    margin: 5px;
    width: 29%;
  }

  footer {
    padding-top: 30px;
  }
  footer p {
    color: #fff;
    opacity: 1;
  }

  .bottom-newsletter, .bottom-contact,
.bottom-newsletter h5, .bottom-contact h5 {
    margin-bottom: 25px;
  }

  footer img,
#newsletter .btn-red {
    margin-top: 25px;
  }

  .simple-page-content {
    padding-top: 120px;
    padding-bottom: 33px;
  }

  .header {
    padding-top: 38px;
  }

  .opinion h2, .bottom-slider h2, .top-slider h2 {
    font-size: 28px;
  }

  .event-date {
    text-align: left;
  }
}
@media (max-width: 680px) {
  .bottom-slider {
    background: #f1f1f1;
  }

  .carousel-caption {
    grid-template-columns: 1fr;
  }

  .carousel-item {
    max-height: 100%;
  }

  .gallery-margin img {
    width: 45%;
  }

  .bottom-disclaimer {
    grid-column-start: span 2;
  }

  .bottom-newsletter {
    grid-column: initial;
    grid-row: initial;
  }
  .bottom-newsletter h5 {
    color: #fff;
  }

  .footer-top {
    background: #D91C10;
  }

  #newsletter input:focus, #newsletter input {
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  #newsletter ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }
  #newsletter :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 0.5;
  }
  #newsletter ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 0.5;
  }
  #newsletter :-ms-input-placeholder {
    color: #fff;
    opacity: 0.5;
  }

  #newsletter .btn-red {
    background-color: #fff;
    color: #D91C10;
  }
  #newsletter .btn-red:hover {
    color: #000;
  }
}
@media (max-width: 640px) {
  .count-text {
    display: none;
  }
}
@media (max-width: 580px) {
  .register .btn {
    margin-bottom: 20px;
  }

  .stages li.stage-box {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    padding: 25px 0;
  }

  .stages li.stage-box > a {
    text-align: center;
  }

  .hero h1 {
    font-size: 52px;
    line-height: 62px;
  }

  .grid-logos {
    grid-template-columns: 1fr;
  }

  .main-header {
    padding: 60px 0 60px;
  }

  .grid-logos div img {
    justify-self: center;
  }

  .footer-bottom-wrap .copyrights {
    text-align: center;
  }

  .menuNormal {
    flex-direction: column;
  }
  .menuNormal li {
    text-align: center;
  }
  .menuNormal a {
    margin: 10px 0;
    display: inline-block;
  }

  .footer-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 25px;
  }

  .bottom-disclaimer {
    grid-column-start: 1;
  }

  .bottom-contact {
    align-items: center;
  }

  .bottom-disclaimer p {
    text-align: center;
  }

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

  .strava {
    height: 40px;
    width: 40px;
  }

  h1,
h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 24px;
  }

  .main-box {
    width: 100%;
  }

  .about p {
    margin-bottom: 45px;
  }

  .news li {
    width: 100%;
  }

  .news button {
    margin-top: 15px;
    position: relative;
  }

  .news-content {
    height: auto;
    margin-bottom: 0px;
  }

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

  .count {
    padding-top: 11px;
  }

  .social {
    padding: 0px;
  }

  .cookiesNavMessage {
    text-align: center;
  }

  .cookiesNavMessage .btn-red {
    display: block;
    margin: auto;
    margin-top: 10px;
  }

  .opinion p, .bottom-slider p, .top-slider p {
    font-size: 16px;
  }

  .main-box {
    height: auto;
  }
}
@media (max-width: 480px) {
  .main-header .register {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-header .register .btn {
    margin-left: 0;
  }

  .stage-content {
    grid-template-columns: repeat(2, 1fr);
  }

  .simple-page-content iframe {
    max-width: 100%;
    height: auto;
  }

  .bottom-newsletter,
.bottom-contact {
    text-align: center;
    width: 100%;
  }

  .simple-page-content .group-list li a h4 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .register .btn {
    margin-left: 0;
  }
}
@media (max-width: 414px) {
  h1,
h2 {
    font-size: 24px;
  }

  .about p {
    margin-bottom: 20px;
  }

  .main-box h3 {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 365px) {
  .social .fa {
    width: 35px;
  }

  .event-date {
    padding-right: 0px;
  }
}

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