@import url("https://fonts.googleapis.com/css?family=Coda:400,800");
.box-sportlight-title a {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400 !important;
  font-family: 'Coda', cursive;
  color: #e2b13c; }

.primary-color {
  background: #ffffff !important; }

title-decoration-lines {
  position: relative;
  overflow: hidden;
  width: 100%; }

.title-decoration-lines-content {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  letter-spacing: .075em;
  text-transform: capitalize; }

.oh {
  position: relative;
  overflow: hidden; }

.title-decoration-lines-content::before {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.title-decoration-lines-content::before, .title-decoration-lines-content::after {
  position: absolute;
  content: '';
  top: calc(50% - 2px);
  height: 1px;
  width: 100vw;
  background: #d7d7d7; }

.title-decoration-lines-content::after {
  left: 84px; }

.box-sportlight-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e1e1e1;
  transition: all .3s ease-in-out;
  padding: 25px 22px 25px 22px; }

.box-sportlight-title {
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: .025em;
  margin-top: 5px;
  font-size: 36px;
  line-height: 1; }

.box-sportlight-sm .box-sportlight-arrow {
  width: 50px;
  margin-left: 15px; }

.box-sportlight-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
  transition: all .25s ease; }

.box-sportlight-arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(21, 21, 21, 0.21); }

.box-sportlight-arrow::before {
  height: 2px;
  width: 21px;
  margin-right: 4px;
  background-color: rgba(21, 21, 21, 0.66); }

.box-sportlight-arrow::before, .box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  transition: all .3s ease-in-out; }

.alink-btn {
  background-color: #fff;
  padding: 11px 24px;
  color: #000 !important; }

.bg-gray {
  background-color: #F4F4F4; }

header#prx__heading {
  z-index: 3;
  position: relative; }
  header#prx__heading .navbar-brand {
    color: #e2b13c;
    font-weight: 800; }
  header#prx__heading ul.navbar-nav.ml-auto li a {
    padding: 38px 28px 33px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Coda', cursive; }
  header#prx__heading ul.navbar-nav.ml-auto .active a {
    background-color: #e2b13c;
    color: #ffffff; }

section#prx__banner {
  margin-top: -9em; }
  section#prx__banner .carousel .carousel-control-next-icon, section#prx__banner .carousel .carousel-control-prev-icon {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: black; }

.product-figure {
  position: relative; }
  .product-figure:hover > .product-button {
    opacity: 1;
    transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s; }
  .product-figure:hover > .unit-body a {
    color: #ffffff; }

.product-button {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: rgba(0, 0, 0, 0.53);
  z-index: 0;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s; }
  .product-button a {
    font-size: 16px; }

.unit-body h5 {
  margin-top: 20px; }
  .unit-body h5 a {
    color: #000;
    margin-bottom: 25px;
    display: block; }

section#welcome__group {
  position: relative;
  background-image: url(../img/bg-pattern.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed; }
  section#welcome__group:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(81, 80, 80, 0.69); }
  section#welcome__group p {
    color: #fff; }
  section#welcome__group h2 {
    font-style: 36px;
    color: #fff; }

footer#footer h5 {
  margin-bottom: 25px;
  color: #e2b13c; }
footer#footer ul {
  padding-left: 0; }
footer#footer li {
  list-style: none;
  margin-bottom: 12px; }
footer#footer p, footer#footer a {
  color: #ffffff; }
footer#footer .contact__info {
  padding-left: 26px; }
  footer#footer .contact__info li {
    position: relative;
    color: #ffffff; }
    footer#footer .contact__info li span {
      position: absolute;
      left: -26px;
      top: 1px;
      color: #e2b13c; }

footer#footer {
  background-color: #2a2a2a; }

section#inner__header {
  position: relative;
  background-image: url(../img/inner_heading.jpg);
  background-size: contain;
  padding: 17em 0 3em;
  margin-top: -175px; }
  section#inner__header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(215, 215, 215, 0.59); }
  section#inner__header p a {
    color: #000;
    font-weight: 700;
    margin-right: 10px; }

.oh-desktop:hover > article.box-sportlight a.box-sportlight-figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s; }
.oh-desktop:hover > article.box-sportlight .box-sportlight-arrow::before {
  width: 100%; }
.oh-desktop:hover .box-sportlight-caption {
  background-color: #e1e1e1; }
.oh-desktop article.box-sportlight {
  overflow: hidden; }
  .oh-desktop article.box-sportlight a.box-sportlight-figure {
    display: block;
    overflow: hidden; }
    .oh-desktop article.box-sportlight a.box-sportlight-figure img {
      transition: ease-in-out 0.3s;
      -webkit-transition: ease-in-out 0.3s;
      -moz-transition: ease-in-out 0.3s;
      -o-transition: ease-in-out 0.3s; }

.footer_pagePercenteage {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 112px;
  height: 112px;
  background-color: #E2B13C;
  border: 3px solid #5d5d5d;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  .footer_pagePercenteage p {
    margin-bottom: 0;
    color: #fff; }
    .footer_pagePercenteage p span {
      font-weight: 800;
      color: #5d5d5d; }

.bar, .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 90%;
  height: 90%;
  clip: rect(0, 0.5em, 1em, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

.bar:after, .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fill {
  border-color: #8dea7b; }

section#prx__banner .carousel-item {
  max-height: 673px; }

.owl-nav {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0; }
  .owl-nav button {
    position: relative;
    width: 57px; }
    .owl-nav button span {
      position: absolute;
      top: 0;
      bottom: 0;
      display: inline-block;
      zoom: 1;
      margin: 0;
      width: 50px;
      height: 50px;
      line-height: 45px;
      text-align: center;
      font-size: 1em;
      border-radius: 30px;
      color: #FFF;
      background: #000;
      opacity: .6;
      border-radius: 50px; }
    .owl-nav button .owl-prev {
      left: .5em; }
    .owl-nav button .owl-next {
      right: .5em; }

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