@charset "UTF-8";
body {
  height: auto;
  background-color: #fff;
}
.contentfloor {
  width: 100%;
}
.sportspage__freeHtmlfloor .h2,
.sportspage__freeHtmlfloor .h3,
.sportspage__freeHtmlfloor .h4,
.sportspage__freeHtmlfloor .h5,
.sportspage__freeHtmlfloor h2,
.sportspage__freeHtmlfloor h3,
.sportspage__freeHtmlfloor h4,
.sportspage__freeHtmlfloor h5 {
  font-family: Roboto-Condensed;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.h2 span.blue-color,
.h3 span.blue-color,
.h4 span.blue-color,
.h5 span.blue-color,
h2 span.blue-color,
h3 span.blue-color,
h5 span.blue-color {
  color: #3643ba;
}
.h2 span.yellow-color,
.h3 span.yellow-color,
.h4 span.yellow-color,
.h5 span.yellow-color,
h2 span.yellow-color,
h3 span.yellow-color,
h5 span.yellow-color {
  color: #ffea28;
}
.h2 span.orange-color,
.h3 span.orange-color,
.h4 span.orange-color,
.h5 span.orange-color,
h2 span.orange-color,
h3 span.orange-color,
h5 span.orange-color {
  color: #e66430;
}
.h2.st-title-header,
.h2.st-title-header-variant,
.h3.st-title-header,
.h3.st-title-header-variant,
.h4.st-title-header,
.h4.st-title-header-variant,
.h5.st-title-header,
.h5.st-title-header-variant,
h2.st-title-header,
h2.st-title-header-variant,
h3.st-title-header,
h3.st-title-header-variant,
h5.st-title-header,
h5.st-title-header-variant {
  line-height: 1.1;
}
.static-content-page .h2,
.static-content-page .h3,
.static-content-page .h4,
.static-content-page .h5,
.static-content-page h2,
.static-content-page h3,
.static-content-page h5 {
  line-height: 1.1;
}
section {
  padding: 30px 0;
}
.has-bg-blue {
  background-color: #3643ba;
}
.has-bg-blue .title-header-variant {
  color: #fff;
}
.has-bg-light {
  background-color: #fafafa;
}
.pad-top-10 {
  padding-top: 10px;
}
.pad-top-20 {
  padding-top: 20px;
}
.img-responsive {
  margin: auto;
}
.vert-container {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  table-layout: fixed;
}
.vert-container .vert-mid {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .vert-container {
    display: block;
  }
  .vert-container .vert-mid {
    display: block;
  }
}
.full-bg-img,
.sportoverview-header .sportoverview-header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bg-cover,
.hero-tabs .bg-img,
.hero-tabs .content-img,
.sportoverview-brandentries .brandentry,
.sportoverview-header .sportoverview-header-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-cover.top,
.hero-tabs .top.bg-img,
.hero-tabs .top.content-img,
.sportoverview-brandentries .top.brandentry,
.sportoverview-header .top.sportoverview-header-bg {
  background-position: top center;
}
.bg-cover.top-left,
.hero-tabs .top-left.bg-img,
.hero-tabs .top-left.content-img,
.sportoverview-brandentries .top-left.brandentry,
.sportoverview-header .top-left.sportoverview-header-bg {
  background-position: top left;
}
.bg-cover.top-right,
.hero-tabs .top-right.bg-img,
.hero-tabs .top-right.content-img,
.sportoverview-brandentries .top-right.brandentry,
.sportoverview-header .top-right.sportoverview-header-bg {
  background-position: top right;
}
.bg-cover.bot,
.hero-tabs .bot.bg-img,
.hero-tabs .bot.content-img,
.sportoverview-brandentries .bot.brandentry,
.sportoverview-header .bot.sportoverview-header-bg {
  background-position: bottom center;
}
.bg-cover.bot-left,
.hero-tabs .bot-left.bg-img,
.hero-tabs .bot-left.content-img,
.sportoverview-brandentries .bot-left.brandentry,
.sportoverview-header .bot-left.sportoverview-header-bg {
  background-position: bottom left;
}
.bg-cover.bot-right,
.hero-tabs .bot-right.bg-img,
.hero-tabs .bot-right.content-img,
.sportoverview-brandentries .bot-right.brandentry,
.sportoverview-header .bot-right.sportoverview-header-bg {
  background-position: bottom right;
}
.hero-tabs .m-subnav .list-group a,
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.iframeWrapper,
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.iframeWrapper iframe,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section:after {
  content: "";
  clear: both;
  display: block;
}
section.has-no-margin {
  margin: 0;
}
section.has-no-padding {
  padding: 0;
}
.btn-tags .st-btn {
  color: #fff;
  display: inline-block;
  font-family: Roboto-Condensed;
  font-size: 14px;
  margin: 0 7px 5px 0;
  overflow: hidden;
  padding: 5px 37px 5px 25px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 0;
}
.btn-tags .st-btn:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fafafa),
    to(#e2e2e2)
  );
  background: -webkit-linear-gradient(top, #fafafa 0, #e2e2e2 100%);
  background: -o-linear-gradient(top, #fafafa 0, #e2e2e2 100%);
  background: linear-gradient(to bottom, #fafafa 0, #e2e2e2 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2e2d2d;
}
.btn-tags .st-btn:before {
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background: 0 0;
  border-left: solid 1px #fff;
  content: "";
  height: 100%;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 26px;
}
.btn-tags .st-btn:after {
  content: "\E007";
  font-family: DecathlonCube;
  font-size: 10px;
  position: absolute;
  right: 6px;
  text-rendering: auto;
  top: 8px;
}
.st-btn-hollow {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
  box-shadow: inset 0 0 0 1px #fff;
}
.st-btn-hollow.st-btn-right:before {
  opacity: 1;
  background: transparent;
  border-left: solid 1px #fff;
}
.st-btn-hollow.st-btn-right:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fafafa),
    to(#e2e2e2)
  );
  background: -webkit-linear-gradient(top, #fafafa 0%, #e2e2e2 100%);
  background: -o-linear-gradient(top, #fafafa 0%, #e2e2e2 100%);
  background: linear-gradient(to bottom, #fafafa 0%, #e2e2e2 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.st-btn-hollow.st-btn-right:hover:before {
  border: none;
}
.st-btn-hollow.st-btn-right:active:not(.disabled) {
  background: #e2e2e2;
}
.quote:after,
.quote:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 50px;
  opacity: 0.05;
  position: absolute;
}
.quote:before {
  content: "\f10d";
  top: 0;
  left: -20px;
}
@media screen and (max-width: 640px) {
  .quote:before {
    left: 10px;
  }
}
.quote:after {
  content: "\f10e";
  bottom: -20px;
  right: 10px;
}
.panel.panel-rating {
  position: relative;
  overflow: hidden;
}
.panel .panel-body.pad-20 {
  padding: 20px;
}
.panel .panel-media .embed-responsive-4by3 {
  height: 0;
  overflow: hidden;
  padding: 0 0 75%;
  position: relative;
}
.panel .panel-media .embed-responsive-4by3 iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.star-rating i {
  color: #3643ba;
}
.cornerRating {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 18px;
  padding: 10px 0 0 0;
  width: 65px;
  text-align: center;
  z-index: 99;
}
.cornerRating:before {
  content: "";
  position: absolute;
  background-color: #3643ba;
  top: -75px;
  right: -75px;
  height: 150px;
  width: 150px;
  margin-left: -100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cornerRating .cornerRating-inner {
  position: relative;
}
.cornerRating span {
  font-size: 150%;
  font-weight: 700;
}
.list-unordered {
  padding-left: 0;
}
.list-unordered li {
  position: relative;
  padding-left: 20px;
}
.list-unordered li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: -8px;
  color: #3643ba;
  font-size: 200%;
}
.list-ordered {
  padding-left: 15px;
}
.list-ordered li {
  list-style-type: decimal;
}
.sportoverview-brand,
.sportoverview-catBtn {
  position: relative;
  display: block;
  background-color: #fff;
  margin: 5px 0;
  height: 70px;
  padding-left: 70px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  .sportoverview-brand,
  .sportoverview-catBtn {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
  }
}
.sportoverview-brand figure,
.sportoverview-catBtn figure {
  height: 70px;
  width: 100%;
  display: table;
  table-layout: fixed;
}
.sportoverview-brand figure img,
.sportoverview-catBtn figure img {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sportoverview-brand figure figcaption,
.sportoverview-catBtn figure figcaption {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px 0 10px;
  width: 100%;
  font-family: Roboto-Condensed;
  text-transform: uppercase;
  font-size: 14px;
}
.sportoverview-brand figure figcaption span,
.sportoverview-catBtn figure figcaption span {
  position: relative;
  z-index: 1;
}
.sportoverview-brand figure figcaption:before,
.sportoverview-catBtn figure figcaption:before {
  content: "";
  position: absolute;
  right: -20%;
  top: 0;
  width: 120%;
  height: 70px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
.sportoverview-brand figure figcaption:after,
.sportoverview-catBtn figure figcaption:after {
  content: "\E007";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 12px;
  z-index: 1;
  font-family: DecathlonCube;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.sportoverview-brand figure:after,
.sportoverview-catBtn figure:after {
  content: "";
  clear: both;
  display: block;
}
.sportoverview-brand ul,
.sportoverview-catBtn ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 10px 0 0 0;
  opacity: 0;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 640px) {
  .sportoverview-brand ul,
  .sportoverview-catBtn ul {
    position: relative;
    top: auto;
  }
}
.sportoverview-brand ul:after,
.sportoverview-brand ul:before,
.sportoverview-catBtn ul:after,
.sportoverview-catBtn ul:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  width: 0;
  height: 0;
  margin: auto;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.sportoverview-brand ul li,
.sportoverview-catBtn ul li {
  padding: 0 0 0 10px;
  border-bottom: solid 1px #e5e5e5;
  background-color: #fff;
}
.sportoverview-brand ul li:last-child,
.sportoverview-catBtn ul li:last-child {
  border: none;
}
.sportoverview-brand ul li a,
.sportoverview-catBtn ul li a {
  display: block;
  position: relative;
  padding: 15px 20px 15px 0;
  line-height: 1.25;
}
.sportoverview-brand ul li a:after,
.sportoverview-catBtn ul li a:after {
  content: "\E007";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 12px;
  z-index: 1;
  font-family: DecathlonCube;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.sportoverview-brand ul li a:hover,
.sportoverview-catBtn ul li a:hover {
  color: #3643ba;
}
.contains-dropdown.sportoverview-brand,
.sportoverview-catBtn.contains-dropdown {
  overflow: visible;
}
.contains-dropdown.sportoverview-brand figcaption:after,
.sportoverview-catBtn.contains-dropdown figcaption:after {
  content: "\f107";
}
.sportoverview-brand:hover.contains-dropdown figcaption:after,
.sportoverview-catBtn:hover.contains-dropdown figcaption:after {
  content: "\f106";
}
.sportoverview-brand:hover.contains-dropdown ul,
.sportoverview-catBtn:hover.contains-dropdown ul {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 640px) {
  .sportoverview-brand:hover.contains-dropdown,
  .sportoverview-catBtn:hover.contains-dropdown {
    padding-left: 0 !important;
    height: auto;
  }
  .sportoverview-brand:hover.contains-dropdown figure figcaption,
  .sportoverview-catBtn:hover.contains-dropdown figure figcaption {
    padding-left: 85px;
  }
  .sportoverview-brand:hover.contains-dropdown figure img,
  .sportoverview-catBtn:hover.contains-dropdown figure img {
    bottom: auto;
    top: 4px;
  }
  .sportoverview-brand:hover.contains-dropdown ul,
  .sportoverview-catBtn:hover.contains-dropdown ul {
    position: relative;
    top: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border-top: solid 1px #e5e5e5;
  }
  .sportoverview-brand:hover.contains-dropdown ul:after,
  .sportoverview-catBtn:hover.contains-dropdown ul:after {
    top: -9px;
    left: 30px;
    right: auto;
  }
  .sportoverview-brand:hover.contains-dropdown ul:before,
  .sportoverview-catBtn:hover.contains-dropdown ul:before {
    top: -10px;
    left: 30px;
    right: auto;
    border-bottom: solid 10px #e5e5e5;
  }
  .sportoverview-brand:hover.contains-dropdown ul li,
  .sportoverview-catBtn:hover.contains-dropdown ul li {
    padding: 0;
  }
  .sportoverview-brand:hover.contains-dropdown ul li a,
  .sportoverview-catBtn:hover.contains-dropdown ul li a {
    padding: 15px;
  }
}
.sportoverview-brand:hover figcaption,
.sportoverview-catBtn:hover figcaption {
  color: #3643ba;
}
.sportoverview-brand {
  height: 100px;
  padding-left: 110px;
}
.sportoverview-brand figure {
  height: 100px;
}
.sportoverview-brand figure img {
  height: auto;
  width: 100px;
}
.sportoverview-brand figure figcaption {
  padding-right: 10px;
  text-transform: none;
  font-size: 10px;
  color: #c8c8c8 !important;
  padding-left: 20px;
}
.sportoverview-brand figure figcaption header {
  font-family: Roboto;
  font-size: 10px;
  font-style: italic;
  text-transform: uppercase;
}
.sportoverview-brand figure figcaption a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
.sportoverview-brand figure figcaption:before {
  background-color: #2f2c27 !important;
  height: 100px;
}
.sportoverview-brand figure figcaption:after {
  display: none;
}
.sportoverview-header {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  margin-top: -15px !important;
}
@media screen and (max-width: 640px) {
  .sportoverview-header {
    height: auto;
    padding: 0 0 30px 0;
  }
}
.sportoverview-header .sportoverview-header-bg:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  right: -10%;
  top: 0;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
@media (max-width: 1079px) {
  .sportoverview-header .sportoverview-header-bg:after {
    width: 90%;
  }
}
@media screen and (max-width: 640px) {
  .sportoverview-header .sportoverview-header-bg:after {
    width: 100%;
    height: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: -moz-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: -webkit-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(transparent),
      to(rgba(0, 0, 0, 0.75))
    );
    background: -o-linear-gradient(
      top,
      transparent 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
    background: linear-gradient(
      to bottom,
      transparent 0%,
      rgba(0, 0, 0, 0.75) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=0);
  }
}
@media screen and (max-width: 640px) {
  .sportoverview-header .sportoverview-header-bg {
    position: relative;
    padding-bottom: 35%;
  }
}
.sportoverview-header .sportoverview-header-content {
  position: relative;
  width: 55%;
  float: right;
}
@media (max-width: 1079px) {
  .sportoverview-header .sportoverview-header-content {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sportoverview-header .sportoverview-header-content {
    position: relative;
    float: none;
    width: auto;
    padding-top: 20px;
  }
}
.sportoverview-header .st-paragraph,
.sportoverview-header .st-paragraph-header {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 640px) {
  .sportoverview-header .st-paragraph,
  .sportoverview-header .st-paragraph-header {
    color: #242323;
    text-shadow: none;
  }
}
.sportoverview-header .st-title-header {
  color: #fff;
  font-family: Roboto-Condensed;
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 640px) {
  .sportoverview-header .st-title-header {
    color: #242323;
    text-shadow: none;
  }
}
.sportoverview-header .st-title-header span {
  color: #3643ba;
}
.sportoverview-header .st-paragraph-header {
  font-family: Roboto-Condensed;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.sportoverview-header .sportoverview-catBtn-wrap {
  padding: 10px 0;
}
@media screen and (max-width: 640px) {
  .sportoverview-header .sportoverview-catBtn-wrap {
    margin: 30px -30px;
    padding: 0;
  }
  .sportoverview-header .sportoverview-catBtn-wrap .sportoverview-brand,
  .sportoverview-header .sportoverview-catBtn-wrap .sportoverview-catBtn {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    margin-bottom: -1px;
    padding-left: 75px;
  }
  .sportoverview-header
    .sportoverview-catBtn-wrap
    .sportoverview-brand
    figure
    img,
  .sportoverview-header
    .sportoverview-catBtn-wrap
    .sportoverview-catBtn
    figure
    img {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .sportoverview-header .sportoverview-brand-wrap {
    margin: 0 -30px;
  }
  .sportoverview-header .sportoverview-brand-wrap .sportoverview-brand {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  }
}
.sportoverview-brandentries {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.sportoverview-brandentries .brandentry {
  position: relative;
  background-color: #fff;
  width: 33.33%;
  float: left;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
}
@media (min-width: 769px) {
  .sportoverview-brandentries .brandentry:nth-child(2n) {
    background-color: #f1f1f1;
  }
}
.sportoverview-brandentries .brandentry .brandentry-content {
  -webkit-transform: skewX(10deg);
  -ms-transform: skewX(10deg);
  transform: skewX(10deg);
  padding: 30px 40px;
}
.sportoverview-brandentries .brandentry .brandentry-content-inner {
  width: 60%;
  padding-right: 20px;
  float: left;
}
.sportoverview-brandentries .brandentry h2 {
  font-weight: 700;
  font-style: italic;
  font-family: RobotoCondensed-BoldItalic;
  font-size: 18px;
}
.sportoverview-brandentries .brandentry img {
  float: right;
  width: 40%;
  max-width: 150px;
  margin: 0 auto 10px auto;
}
@media (min-width: 769px) and (max-width: 960px) {
  .sportoverview-brandentries .brandentry .brandentry-content-inner,
  .sportoverview-brandentries .brandentry img {
    float: none;
    width: auto;
    padding: 0;
  }
}
.sportoverview-brandentries .brandentries-thumbs {
  display: none;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.sportoverview-brandentries .brandentries-thumbs li {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #bcb8b8;
  border-radius: 100%;
  border: solid 3px #fff;
  cursor: pointer;
}
.sportoverview-brandentries .brandentries-thumbs li.active {
  border: solid 4px #3643ba;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .sportoverview-brandentries .brandentries-thumbs {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sportoverview-brandentries .brandentries-wrapper {
    width: 300%;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }
  .sportoverview-brandentries .brandentry {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .sportoverview-brandentries .brandentry .brandentry-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 20px 15px;
  }
}
.hero-tabs {
  position: relative;
  overflow: hidden;
  padding: 100px 0 50px 0;
  background-color: #003650;
}
.hero-tabs .content .st-paragraph,
.hero-tabs .content .st-title-header,
.hero-tabs .content .title-p,
.hero-tabs .content h2,
.hero-tabs .content h3,
.hero-tabs .content h4,
.hero-tabs .content h5,
.hero-tabs .content p {
  color: #fff;
}
.hero-tabs .content .st-btn {
  margin-top: 10px;
}
.hero-tabs .content a {
  color: #fff;
  text-decoration: underline;
}
.hero-tabs .content a:hover {
  text-decoration: none;
}
.hero-tabs .tab-content > .active {
  outline: none;
}
.hero-tabs .content-img {
  width: 100%;
  padding-bottom: 50%;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}
.hero-tabs .bg-img {
  position: absolute;
  opacity: 0.15;
  width: 100%;
  height: 1500px;
  left: 0;
  top: 50%;
  margin-top: -750px;
  overflow: hidden;
}
.hero-tabs .m-subnav {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
}
.hero-tabs .m-subnav .list-group {
  display: block !important;
}
.hero-tabs .m-subnav .list-group a {
  position: relative;
  padding-right: 25px;
}
.hero-tabs .m-subnav .list-group a:after {
  content: "\E007";
  position: absolute;
  height: 12px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  font-family: DecathlonCube;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
}
.hero-tabs .m-subnav .list-group li a {
  border-width: 1px;
}
.hero-tabs .m-subnav .list-group li.active a {
  color: #3643ba;
  cursor: default;
}
.hero-tabs .m-subnav .list-group li:last-child a {
  border-width: 0;
}
.hero-tabs
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 100%;
  margin-bottom: 20px;
}
.hero-tabs .bootstrap-select > .dropdown-toggle {
  padding-right: 35px;
}
.opco-sport {
  position: relative;
  height: 620px;
  width: 100%;
  overflow: hidden;
}
.sports-navigation {
  background: rgb(54, 67, 186, 0.7) !important;
}

@media screen and (max-width: 1200px) {
  .opco-sport {
    height: 510px;
  }
}
@media screen and (max-width: 1080px) {
  .opco-sport {
    height: 390px;
  }
}
@media screen and (max-width: 800px) {
  .opco-sport {
    height: 400px;
  }
}
.opco-sport picture {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  .opco-sport picture {
    left: auto;
    margin-left: auto !important;
  }
}
.opco-sport picture img {
  width: auto;
  height: 100%;
}
.best-sellers .m-product-item {
  margin-bottom: 20px;
}

@media (min-width: 1180px) {
  .sportspage__floor.sportspage__freeHtmlfloor .container {
    max-width: 1170px;
    width: 100%;
  }
}
/*# sourceMappingURL=sportpagina.css.map */

.sportspage__subcategoriesfloor .sub-category__item a:hover {
  background-color: #3643ba;
}

.sportspage__subcategoriesfloor nav {
  padding-bottom: 20px;
}
.sportspage .sportspage__floors section:not(#sportspage__introfloor) {
  padding-top: 0;
  padding-bottom: 0;
}
.sportspage .hero-tabs:before {
  display: none;
}
.sportspage .hero-tabs-inner {
  margin: 30px 0;
}

/* cat-color stylesheet */
.cat-color {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  margin-bottom: 30px;
}
.cat-color__link {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cat-color__link__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cat-color__link__background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.2;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat-color__link__text {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  z-index: 2;
}
.cat-color__link__text__title-2 {
  font-size: 30px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
}
.cat-color__link__text__title-2 span {
  font-weight: 700;
}
.cat-color__link__text__title-3 {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat-color__link__text__subtitle {
  padding: 0 10px;
  display: inline-block;
  -webkit-transform: skew(-10deg);
  -moz-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat-color__link__text__subtitle span {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat-color__link__text__description {
  color: #3c3c3b;
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  margin-top: 10px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat-color__link__overlay {
  position: absolute;
  top: 300px;
  left: -50%;
  width: 200%;
  height: 150%;
  -ms-transform: skewY(-10deg);
  -webkit-transform: skewY(-10deg);
  transform: skewY(-10deg);
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.cat-color__link:hover {
  text-decoration: none;
}
.cat-color__link:hover img {
  opacity: 1;
}
.cat-color__link:hover .cat-color__link__overlay {
  top: -60px;
}
.cat-color__link:hover .cat-color__link__text__description {
  color: #ffffff;
}
.cat-color--1 .cat-color__link__overlay,
.cat-color--1 .cat-color__link__text__subtitle {
  background-color: #83ac6b;
}
.cat-color--1 .cat-color__link__text__title-3 {
  color: #83ac6b;
}
.cat-color--1 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--1 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--1 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--1 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #83ac6b;
}
.cat-color--2 .cat-color__link__overlay,
.cat-color--2 .cat-color__link__text__subtitle {
  background-color: #c35a44;
}
.cat-color--2 .cat-color__link__text__title-3 {
  color: #c35a44;
}
.cat-color--2 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--2 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--2 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--2 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #c35a44;
}
.cat-color--3 .cat-color__link__overlay,
.cat-color--3 .cat-color__link__text__subtitle {
  background-color: #3643ba;
}
.cat-color--3 .cat-color__link__text__title-3 {
  color: #3643ba;
}
.cat-color--3 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--3 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--3 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--3 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #3643ba;
}
.cat-color--4 .cat-color__link__overlay,
.cat-color--4 .cat-color__link__text__subtitle {
  background-color: #f5a340;
}
.cat-color--4 .cat-color__link__text__title-3 {
  color: #f5a340;
}
.cat-color--4 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--4 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--4 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--4 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #f5a340;
}
.cat-color--5 .cat-color__link__overlay,
.cat-color--5 .cat-color__link__text__subtitle {
  background-color: #626161;
}
.cat-color--5 .cat-color__link__text__title-3 {
  color: #626161;
}
.cat-color--5 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--5 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--5 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--5 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #626161;
}
.cat-color--6 .cat-color__link__overlay,
.cat-color--6 .cat-color__link__text__subtitle {
  background-color: #20a7a9;
}
.cat-color--6 .cat-color__link__text__title-3 {
  color: #20a7a9;
}
.cat-color--6 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--6 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--6 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--6 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #20a7a9;
}
.cat-color--7 .cat-color__link__overlay,
.cat-color--7 .cat-color__link__text__subtitle {
  background-color: #c89e66;
}
.cat-color--7 .cat-color__link__text__title-3 {
  color: #c89e66;
}
.cat-color--7 .cat-color__link__text__subtitle span {
  color: #ffffff;
}
.cat-color--7 .cat-color__link:hover .cat-color__link__text__subtitle {
  background-color: #ffffff;
}
.cat-color--7 .cat-color__link:hover .cat-color__link__text__title-3 {
  color: #ffffff;
}
.cat-color--7 .cat-color__link:hover .cat-color__link__text__subtitle span {
  color: #c89e66;
}

.sportspage__navigation {
  background-color: #3643ba;
}

.sportspage__navigation .sportspage__nav-item--active::before {
  background-color: #3643ba;
}

.flooradvice-bloc__title,
section.youtube-video .title span,
.title-header span,
.title-p,
.titleblock__tagline,
.m-subnav .list-group .list-group-item.is_active,
.m-subnav .list-group .list-group-item:hover {
  color: #3643ba !important;
}
