* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
ul {
  list-style: none;
}
body {
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
.clear {
  clear: both;
}
input[type="radio"],
a,
button,
input[type="submit"] {
  cursor: pointer;
}
a:not(.logo) {
  text-decoration: none;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo) img {
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
}
a:not(.logo):hover {
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
a:not(.logo):hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}
body {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  color: #000a0f;
  font-weight: 300;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow-x: hidden;
}
p {
  line-height: 1.5rem;
  margin-bottom: 10px;
}
a {
  color: #007bc4;
  font-weight: 500;
}
.logo {
  position: absolute;
  z-index: 100;
  width: 275px;
  height: auto;
  display: flex;
  color: black;
  text-decoration: none;
  clear: both;
  left: 50px;
  top: 45px;
  align-items: center;
  color: white;
}
.logo img {
  max-width: 100%;
  width: 60px;
  float: left;
  margin-right: 10px;
}
.logo span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.logo span span {
  display: block;
  font-size: 1.125rem;
}
.logo span span strong {
  font-size: 1.251rem;
  display: block;
  font-family: "Yantramanav", sans-serif;
}
.logo span span strong:nth-of-type(2) {
  float: right;
  font-size: 1.125rem;
}
.logo strong {
  font-size: 1rem;
}
@media screen and (max-width: 1199px) {
  .logo {
    left: 35px;
  }
}
@media screen and (max-width: 879px) {
  .logo {
    top: 60px;
    color: black;
  }
}
@media screen and (max-width: 599px) {
  .logo {
    left: 10px;
  }
}
.logo.white {
  color: white;
}
nav {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 65px;
  background-color: #007bc4;
  transition: 0.25s ease-out;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  -ms-transition: 0.25s ease-out;
  border-top: 5px solid white;
  overflow: visible;
}
nav ul {
  height: 100%;
}
@media screen and (max-width: 948px) {
  nav {
    width: 100%;
    height: 0;
    overflow: visible;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
  }
  nav .main-menu {
    margin: 0 auto;
    display: block;
    padding-bottom: 100px;
  }
  nav .main-menu li {
    float: none;
    text-align: left;
  }
  nav .main-menu li a {
    font-size: 1.5rem;
  }
  nav .main-menu li.current-menu-item,
  nav .main-menu li.current-page-ancestor {
    background-color: rgba(0,0,0,0.1);
  }
  nav .main-menu li ul li a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 948px) {
  nav {
    z-index: 100000;
    overflow-y: scroll;
  }
}
.menu-button {
  right: 15px;
  position: absolute;
  top: 15px;
  height: 48px;
  width: 48px;
  display: block;
  background-color: #007bc4;
  z-index: 10000000;
  cursor: pointer;
  padding-top: 12px;
  display: none;
}
.menu-button span {
  display: block;
  content: "";
  height: 2px;
  width: 35px;
  background-color: white;
  margin: 0 auto;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
.menu-button span:nth-of-type(2) {
  margin: 9px auto;
}
@media screen and (max-width: 948px) {
  .menu-button {
    display: block;
  }
}
.open {
  overflow-y: scroll;
  height: 100vh;
  position: relative;
  position: fixed;
  width: 100vw;
}
.open nav {
  padding-top: 50px;
  overflow-y: scroll;
}
.open .menu-button span {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.open .menu-button span:first-of-type {
  top: 11px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.open .menu-button span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-button span:last-of-type {
  top: -11px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.open nav {
  height: 100vh;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}
.news-alternative {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
.news-alternative ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.news-alternative ul li {
  flex-basis: 32%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.news-alternative ul li .teaser-image {
  width: 100%;
  flex-basis: 100%;
  background-position: center;
  background-size: cover;
  height: 200px;
}
.news-alternative ul li h3 {
  min-height: 56px;
}
.news-alternative ul li p {
  min-height: 85px;
}
.news-alternative ul li a {
  border: 2px solid #007bc4;
  color: #007bc4;
  padding: 5px 20px;
  font-weight: 600;
}
.news-alternative ul li a:hover {
  background-color: #007bc4;
  color: white;
}
.news-alternative ul li .date {
  background-color: rgba(255,255,255,0.8);
  width: 50px;
  height: 50px;
  margin: 5px;
  padding: 5px;
  color: #007bc4;
}
.news-alternative ul li .date span {
  display: block;
  text-align: center;
  font-weight: 600;
}
.news-alternative ul li .date span:first-of-type {
  font-size: 1.5rem;
}
.news-alternative ul li .date span:last-of-type {
  color: black;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .news-alternative ul li img {
    max-width: 305px;
  }
}
@media screen and (max-width: 839px) {
  .news-alternative ul li img {
    max-width: 305px;
  }
}
@media screen and (max-width: 429px) {
  .news-alternative ul li img {
    max-width: 80%;
  }
}
@media screen and (max-width: 839px) {
  .news-alternative ul li:first-of-type h2 {
    width: 100%;
  }
}
@media screen and (max-width: 839px) {
  .news-alternative ul li:first-of-type {
    flex-basis: 100%;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 839px) {
  .news-alternative ul li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 479px) {
  .news-alternative ul li {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 879px) {
  .news-alternative ul {
    margin-top: 100px;
  }
}
.news-header {
  background-color: black;
  height: calc(100vh - 125px);
  width: 100%;
  min-height: 583px;
}
.news-header .news-wrapper {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 95%;
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
.news-header .news-wrapper li {
  flex-basis: 18%;
  cursor: pointer;
  color: rgba(255,255,255,0.5);
}
.news-header .news-wrapper li:before {
  height: 3px;
  border-radius: 10px;
  background-color: white;
  width: 100%;
  display: block;
  content: "";
  margin-bottom: 10px;
  opacity: 0.5;
}
.news-header .news-wrapper li:after {
  height: 3px;
  border-radius: 10px;
  background-color: #007bc4;
  width: 0;
  display: block;
  content: "";
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
.news-header .news-wrapper li.active {
  color: white;
}
.news-header .news-wrapper li.active:before {
  opacity: 1;
}
.news-header .news-wrapper li.active:after {
  width: 100%;
  transition: 2.5s linear;
  -webkit-transition: 2.5s linear;
  -moz-transition: 2.5s linear;
  -o-transition: 2.5s linear;
  -ms-transition: 2.5s linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 959px) {
  .news-header .news-wrapper li {
    flex-basis: 30%;
  }
  .news-header .news-wrapper li:nth-of-type(4),
  .news-header .news-wrapper li:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-header .news-wrapper li {
    flex-basis: 47%;
  }
  .news-header .news-wrapper li:nth-of-type(3) {
    display: none;
  }
}
.news-header h1 {
  z-index: 1;
  margin-bottom: 50px;
  text-shadow: 2px 2px rgba(0,0,0,0.15);
}
.news-header .news-image,
.news-header .news-image-active {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  opacity: 0;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.news-header .news-image.active,
.news-header .news-image-active.active {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  opacity: 1;
  display: block !important;
}
.news-header .news-image.active .backstretch,
.news-header .news-image-active.active .backstretch {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transition: 3s linear;
  -webkit-transition: 3s linear;
  -moz-transition: 3s linear;
  -o-transition: 3s linear;
  -ms-transition: 3s linear;
}
@media screen and (max-width: 959px) {
  .news-header .news-image:nth-of-type(4),
  .news-header .news-image:nth-of-type(5),
  .news-header .news-image-active:nth-of-type(4),
  .news-header .news-image-active:nth-of-type(5) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-header .news-image:nth-of-type(3),
  .news-header .news-image-active:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .news-header .news-image-1 {
    display: block;
  }
}
.news-header .text {
  z-index: 1;
  width: 95%;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  position: absolute;
  bottom: 125px;
}
.main-menu {
  display: flex;
  overflow: visible;
  padding: 0;
  box-sizing: initial;
  max-width: none;
  position: absolute;
  z-index: 10;
}
.main-menu li {
  padding: 18px 14px;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  max-width: none;
  position: initial;
  box-sizing: initial;
}
.main-menu li:after {
  display: block;
  content: "";
  margin-top: -3px;
  height: 2px;
  width: 0;
  background-color: white;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  opacity: 0.85;
}
@media screen and (max-width: 948px) {
  .main-menu li:after {
    display: none;
  }
}
.main-menu li:hover {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.main-menu li:hover a {
  color: rgba(255,255,255,0.85);
}
.main-menu li:hover ul {
  opacity: 1;
  height: 400px;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.main-menu li:hover .sub-menu {
  height: auto;
  display: block;
}
.main-menu li:hover:after {
  width: 100%;
  background-color: rgba(255,255,255,0.85);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
@media screen and (max-width: 948px) {
  .main-menu li:hover:after {
    display: none;
  }
}
.main-menu li:last-of-type {
  margin-right: 0;
}
.main-menu li.current-menu-item,
.main-menu li.current-page-ancestor {
  background-color: rgba(0,0,0,0.1);
}
@media screen and (max-width: 948px) {
  .main-menu li.current-menu-item,
  .main-menu li.current-page-ancestor {
    background-color: transparent;
  }
}
.main-menu li a {
  font-weight: 400;
  letter-spacing: -0.025rem;
  color: white;
  display: block;
  line-height: 1.5rem;
}
@media screen and (max-width: 948px) {
  .main-menu li {
    padding: 8px 20px;
  }
}
.main-menu ul {
  padding: 0 50px;
  z-index: 10;
  opacity: 1;
  left: 0;
  width: calc(100% + 50px);
  position: absolute;
  background-color: white;
  height: 0;
  max-width: none;
  overflow: hidden;
  top: 50px;
}
.main-menu ul li {
  padding-bottom: 0;
}
.main-menu ul li:hover {
  opacity: 1;
}
.main-menu ul li:hover a {
  color: #000a0f;
  opacity: 0.85;
}
.main-menu ul li a {
  color: #000a0f !important;
}
.main-menu .sub-menu {
  top: 60px;
  background-color: #f2f2f2;
  position: absolute;
  z-index: 1000000;
  height: auto;
  padding: 0 25px 50px;
  left: initial;
  width: 275px;
  opacity: 0;
  display: none;
}
.main-menu .sub-menu li:hover:after {
  display: none;
}
.main-menu .sub-menu li:after {
  display: none;
}
@media screen and (max-width: 1240px) {
  .main-menu .sub-menu {
    right: 0;
  }
}
@media screen and (max-width: 948px) {
  .main-menu .sub-menu {
    opacity: 1;
    top: initial;
    padding: 10px 0 0 25px;
    position: relative;
    left: initial;
    background-color: transparent;
    width: 100%;
  }
  .main-menu .sub-menu li {
    padding: 0;
  }
  .main-menu .sub-menu li a {
    color: white !important;
  }
}
@media screen and (max-width: 1240px) {
  .main-menu {
    left: initial;
    right: 16px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
@media screen and (max-width: 948px) {
  .main-menu {
    position: relative;
    width: 250px;
    right: initial;
  }
}
@media screen and (max-width: 599px) {
  .main-menu {
    width: 90%;
  }
}
.header-background {
  background-color: #f2f2f2;
  height: 50px;
  z-index: 0;
  position: absolute;
  display: block;
  width: 100vw;
  top: 0;
  left: 0;
}
header {
  height: 50px;
  box-sizing: initial;
  max-width: none;
  padding: 0 150px;
  z-index: 100000;
}
header .header-second {
  float: left;
  left: 150px;
  width: 105px;
  height: 100%;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  overflow: hidden;
  box-sizing: initial;
  max-width: none;
  position: initial;
}
header .header-second li {
  width: 100%;
  height: 100%;
  max-width: none;
  position: initial;
  box-sizing: initial;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
}
header .header-second li a {
  color: #333;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  flex-wrap: wrap;
  letter-spacing: 0;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
}
header .header-menu {
  float: left;
  left: 150px;
  width: 190px;
  height: 100%;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  overflow: hidden;
  box-sizing: initial;
  max-width: none;
  position: initial;
}
header .header-menu li {
  width: 100%;
  height: 100%;
  max-width: none;
  position: initial;
  box-sizing: initial;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
}
header .header-menu li a {
  color: #333;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 25px;
  flex-wrap: wrap;
  letter-spacing: 0;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
}
header .header-menu li a:after,
header .header-menu li a:before {
  right: 8px;
  display: block;
  content: "";
  height: 2px;
  background-color: #333;
  width: 12px;
  top: 50%;
  transform: translate(-50%,0) rotate(35deg);
  -webkit-transform: translate(-50%,0) rotate(35deg);
  -moz-transform: translate(-50%,0) rotate(35deg);
  -o-transform: translate(-50%,0) rotate(35deg);
  -ms-transform: translate(-50%,0) rotate(35deg);
  position: absolute;
}
header .header-menu li a:after {
  transform: translate(0,0) rotate(-35deg);
  -webkit-transform: translate(0,0) rotate(-35deg);
  -moz-transform: translate(0,0) rotate(-35deg);
  -o-transform: translate(0,0) rotate(-35deg);
  -ms-transform: translate(0,0) rotate(-35deg);
  right: 5px;
}
header .header-menu li ul {
  overflow: hidden;
  opacity: 0;
  background-color: #f2f2f2;
  height: 0;
  position: absolute;
  z-index: 1000;
  column-count: 1;
  width: 200px;
  border-top: 2px solid white;
}
header .header-menu li ul li {
  padding: 5px 5px 5px 0;
  height: 25px;
}
header .header-menu li ul li a:after,
header .header-menu li ul li a:before {
  display: none;
}
@media screen and (max-width: 699px) {
  header .header-menu li ul {
    left: 15px;
  }
}
header .header-menu li:hover {
  background-color: #007bc4;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
header .header-menu li:hover a {
  color: white;
}
header .header-menu li:hover a:before,
header .header-menu li:hover a:after {
  background-color: white;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
header .header-menu li:hover ul {
  opacity: 1;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  height: auto;
}
header .header-menu li:hover ul a {
  color: #333;
}
header .header-menu li:hover ul li:hover a {
  color: white;
}
@media screen and (max-width: 1199px) {
  header .header-menu {
    left: 125px;
  }
}
@media screen and (max-width: 429px) {
  header .header-menu {
    width: 125px;
  }
  header .header-menu li a {
    padding-left: 3px;
  }
}
header aside {
  position: absolute;
  right: 35px;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  font-weight: 600;
}
header aside span:first-of-type {
  display: block;
  background-color: #007bc4;
  padding: 6px 9px;
  margin-right: 10px;
  color: white;
  letter-spacing: 0.05rem;
}
header aside a {
  color: #333;
}
@media screen and (max-width: 699px) {
  header aside {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  header {
    padding-left: 125px;
  }
}
@media screen and (max-width: 699px) {
  header {
    z-index: 999;
    padding: 0 15px;
  }
}
header a.timing {
  border: 2px solid #007bc4;
  color: #007bc4;
  padding: 5px 20px;
  font-weight: 600;
}
header a.timing:hover {
  background-color: #007bc4;
  color: white;
}
@media screen and (max-width: 479px) {
  header a.timing {
    display: none;
  }
}
header.header-timing {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 699px) {
  header.header-timing {
    padding-right: 90px;
  }
}
footer {
  background-color: #007bc4;
  color: rgba(255,255,255,0.7);
  padding: 50px 100px 25px;
  margin-top: 75px;
  line-height: 1.125rem;
}
footer a {
  line-height: 1.25rem;
  color: rgba(255,255,255,0.7);
  margin-bottom: 10px;
}
footer a:last-of-type {
  margin-bottom: 25px;
}
footer a:hover {
  color: rgba(255,255,255,0.95);
}
footer span {
  line-height: 1.25rem;
  display: block;
  color: white;
  font-weight: 500;
  color: rgba(255,255,255,0.7);
}
footer .slogan {
  position: absolute;
  right: 100px;
  bottom: 25px;
  color: rgba(255,255,255,0.95);
}
@media screen and (max-width: 959px) {
  footer .slogan {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .slogan {
    right: 25px;
  }
}
@media screen and (max-width: 429px) {
  footer .slogan {
    right: initial;
    bottom: initial;
    position: relative;
    float: right;
  }
}
footer .info-footer {
  padding-bottom: 50px;
}
footer .info-footer li {
  flex-basis: 20%;
  line-height: 1.5rem;
}
footer .info-footer li:nth-of-type(3) {
  flex-basis: 55%;
}
@media screen and (max-width: 579px) {
  footer .info-footer li:nth-of-type(3) {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 479px) {
  footer .info-footer li:nth-of-type(3) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 579px) {
  footer .info-footer li {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 579px) {
  footer .info-footer li {
    flex-basis: 100%;
  }
}
footer ul {
  display: flex;
  justify-content: space-between;
}
footer ul h3 {
  color: white;
}
footer ul a {
  display: block;
}
footer ul.sports-menu {
  display: block;
  column-count: 5;
  margin-bottom: 25px;
}
footer ul.sports-menu li:first-of-type {
  display: none;
}
@media screen and (max-width: 479px) {
  footer ul.sports-menu li {
    display: none;
  }
}
@media screen and (max-width: 839px) {
  footer ul.sports-menu {
    column-count: 3;
  }
}
@media screen and (max-width: 579px) {
  footer ul.sports-menu {
    column-count: 1;
  }
}
@media screen and (max-width: 579px) {
  footer ul {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
}
footer ul ul {
  display: block;
}
footer .footer-bottom-menu {
  display: flex;
  justify-content: stretch;
  border-top: 2px solid #00537c;
  padding-top: 25px;
}
footer .footer-bottom-menu li {
  margin-right: 20px;
}
footer .footer-bottom-menu li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 579px) {
  footer .footer-bottom-menu {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    flex-direction: row;
  }
}
footer h3 a {
  color: rgba(255,255,255,0.95);
}
@media screen and (max-width: 959px) {
  footer {
    padding: 50px 50px 25px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 50px 25px 25px;
  }
}
ul li {
  line-height: 2rem;
}
.divisions .offer {
  padding: 100px 50px;
}
.divisions .offer ul {
  list-style: disc;
  padding: 25px;
}
.news {
  background-color: #f2f2f2;
}
.news .choose-category {
  float: right;
  margin-right: 25px;
  display: flex;
  flex-flow: row wrap;
}
.news .choose-category li {
  cursor: pointer;
  padding: 5px;
  color: rgba(0,0,0,0.7);
  font-size: 16px;
}
.news .choose-category li.active {
  color: #000a0f;
  font-weight: 800;
}
.news .news-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 50px;
  width: 100%;
  flex-wrap: wrap;
}
.news .news-wrapper li {
  flex-basis: 24%;
  height: 340px;
  background-color: white;
  overflow: hidden;
  margin-top: 50px;
  opacity: 0;
  top: 50px;
  display: none;
  transition: .2s ease-in-out;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  -ms-transition: .2s ease-in-out;
}
.news .news-wrapper li.active {
  display: block;
}
.news .news-wrapper li a {
  flex-wrap: nowrap;
  color: #000a0f;
  display: flex;
  height: 100%;
}
.news .news-wrapper li a .teaser {
  padding: 35px 15px;
}
.news .news-wrapper li a .teaser h2 {
  min-height: 124px;
  font-weight: 800;
  line-height: 1.88rem;
  font-size: 2rem;
  color: #000a0f;
}
@media screen and (max-width: 599px) {
  .news .news-wrapper li a .teaser h2 {
    min-height: auto;
  }
}
.news .news-wrapper li a .teaser p {
  font-weight: 400;
  line-height: 1.125rem;
  font-size: 0.88rem;
  margin-top: 15px;
}
.news .news-wrapper li a .image {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
.news .news-wrapper li a .image-wrapper {
  display: none;
  overflow: hidden;
}
.news .news-wrapper li a:hover .image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.news .news-wrapper li .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 10px;
}
.news .news-wrapper li div {
  flex-basis: 100%;
}
.news .news-wrapper li:first-of-type,
.news .news-wrapper li:nth-of-type(2) {
  flex-basis: 49%;
}
.news .news-wrapper li:first-of-type .image-wrapper,
.news .news-wrapper li:nth-of-type(2) .image-wrapper {
  display: block;
}
.news .news-wrapper li:first-of-type .bottom,
.news .news-wrapper li:nth-of-type(2) .bottom {
  width: 100%;
  right: 0;
  left: initial;
  position: absolute;
}
.news .news-wrapper li:nth-of-type(2) .image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.news .news-wrapper li:nth-of-type(2) .image {
  display: block;
}
.news .news-wrapper li:nth-of-type(2) .bottom {
  width: 100%;
  right: 0;
  left: initial;
  position: absolute;
  background-color: transparent;
  border: none;
  color: white;
}
.news .news-wrapper li:nth-of-type(2) .share-social {
  border-left: none;
}
.news .news-wrapper li:nth-of-type(2) .teaser {
  width: 100%;
  flex-basis: 100%;
}
.news .news-wrapper li:nth-of-type(2) .teaser h2 {
  color: white;
}
.news .news-wrapper li:nth-of-type(2) .teaser p {
  display: none;
}
.news .news-wrapper li:nth-of-type(2) .share-social {
  color: white;
}
.news .news-wrapper li:nth-of-type(2) .image {
  position: absolute;
  width: 100%;
  height: 100%;
  flex-basis: 100%;
}
.news .news-wrapper li:nth-of-type(2) a {
  color: rgba(255,255,255,0.95);
}
.news .news-wrapper li.news-closed {
  background-color: #007bc4;
  color: white;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .news .news-wrapper li {
    flex-basis: 32%;
  }
  .news .news-wrapper li:first-of-type,
  .news .news-wrapper li:nth-of-type(2) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 839px) {
  .news .news-wrapper li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 599px) {
  .news .news-wrapper li {
    height: auto;
    flex-basis: 100%;
  }
  .news .news-wrapper li:first-of-type {
    height: 500px;
  }
  .news .news-wrapper li:first-of-type a {
    flex-wrap: wrap;
  }
  .news .news-wrapper li:first-of-type .bottom {
    width: 100%;
  }
  .news .news-wrapper li:first-of-type .image {
    height: 250px;
  }
}
@media screen and (max-width: 959px) {
  .news {
    margin-top: 5px;
  }
}
.share-social {
  cursor: pointer;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  position: relative;
  border-left: 1px solid #f2f2f2;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
.share-social:hover {
  font-size: 1.25rem;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.share-social-menu {
  opacity: 0;
  position: absolute;
  z-index: 99;
  bottom: 30px;
  right: -115px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  height: 48px;
  border-radius: 20px;
}
.share-social-menu a {
  float: left;
  padding: 5px 10px;
  height: 48px;
  border: none !important;
}
.share-social-menu.visible {
  top: initial !important;
  opacity: 1;
  right: 0;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
}
h1 {
  color: rgba(255,255,255,0.95);
  font-weight: 800;
  font-size: 3.5rem;
}
@media screen and (max-width: 599px) {
  h1 {
    font-size: 1.75rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
h2 {
  color: #000a0f;
  font-weight: 800;
  font-size: 2rem;
  margin: 25px 0;
}
@media screen and (max-width: 599px) {
  h2 {
    font-size: 1.25rem;
  }
}
h3 {
  color: #000a0f;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  margin: 25px 0;
}
@media screen and (max-width: 599px) {
  h3 {
    font-size: 1rem;
  }
}
h3 a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  margin: 25px 0;
}
h4 {
  color: #000a0f;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  margin: 15px 0 5px;
}
@media screen and (max-width: 599px) {
  h4 {
    font-size: 1rem;
  }
}
h4 a {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 0.075rem;
  margin: 25px 0;
}
.single-newspage .header {
  min-height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.single-newspage .header h1 {
  bottom: 25px;
  position: absolute;
  color: rgba(255,255,255,0.95);
  font-weight: 800;
  font-size: 3.5rem;
  width: 50%;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .single-newspage .header h1 {
    width: 65%;
  }
}
@media screen and (max-width: 839px) {
  .single-newspage .header h1 {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .single-newspage .header h1 {
    width: 90%;
  }
}
.single-newspage article,
.single-newspage .article-info {
  width: 50%;
  margin: 0 auto;
  padding: 0 0 75px;
}
.single-newspage article p,
.single-newspage .article-info p {
  line-height: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.single-newspage article img,
.single-newspage .article-info img {
  width: 100%;
  height: auto;
  margin: 25px 0;
}
@media screen and (max-width: 1200px) {
  .single-newspage article,
  .single-newspage .article-info {
    width: 65%;
  }
}
@media screen and (max-width: 839px) {
  .single-newspage article,
  .single-newspage .article-info {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .single-newspage article,
  .single-newspage .article-info {
    width: 90%;
  }
}
.single-newspage .article-info {
  padding: 50px 0;
}
.single-newspage .controls {
  position: absolute;
  right: 0;
  top: 45px;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.single-newspage .controls a {
  color: #d9d9d9;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  margin-right: 5px;
}
.single-newspage .controls a:hover {
  font-size: 1.25rem;
}
.single-newspage .controls a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .single-newspage .controls {
    position: relative;
    top: 20px;
  }
}
.model-wrapper {
  margin-top: 100px;
}
.model-wrapper .intro {
  width: 80%;
  max-width: 650px;
  margin: 0 auto 70px;
  text-align: center;
}
.model-wrapper .intro h1,
.model-wrapper .intro h2,
.model-wrapper .intro h3 {
  color: #000a0f;
}
.model-wrapper .intro h1 {
  margin-bottom: 30px;
}
.model-wrapper .model {
  background-color: #007bc4;
  padding: 75px 20px;
  color: white;
  margin-top: 50px;
}
.model-wrapper .model h1,
.model-wrapper .model h2,
.model-wrapper .model h3,
.model-wrapper .model li,
.model-wrapper .model p {
  color: white;
}
.model-wrapper .model h1,
.model-wrapper .model h2 {
  text-align: center;
}
.model-wrapper .model h2 {
  font-size: 2rem;
  margin: 0 0 30px;
}
.model-wrapper .model h3 {
  font-size: 1.25rem;
  margin: 0 0 25px;
}
.model-wrapper .model ul {
  margin: 0 auto;
  width: 85%;
  display: flex;
  justify-content: space-between;
}
.model-wrapper .model ul li {
  flex-basis: 30%;
  text-align: center;
}
.author {
  display: block;
  margin-top: 10px;
  color: #d9d9d9;
}
.about {
  margin: 100px auto 0;
  text-align: center;
  width: 80%;
  max-width: 650px;
}
.about h1 {
  color: black;
  text-align: center;
  margin-bottom: 30px;
}
.office ul li {
  line-height: 1.5rem;
  font-size: 1rem;
}
.form ul {
  margin: 145px auto 0;
  width: 80%;
  max-width: 650px;
}
.form ul li {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.form ul li label {
  font-size: 1.125rem;
  font-weight: 400;
}
.form ul li input,
.form ul li textarea {
  flex-basis: 70%;
  resize: none;
  border: 1px solid #f2f2f2;
  height: 40px;
}
.form ul li input[type="submit"] {
  flex-basis: 200px;
  z-index: 1;
  width: 200px;
  height: 45px;
  background-color: #007bc4;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.35px;
  font-size: 16px;
}
.description {
  display: flex;
}
.description .left {
  padding: 50px;
}
.description .left .text {
  line-height: 1.5rem;
  hyphens: auto;
}
@media screen and (max-width: 599px) {
  .description .left {
    padding: 50px 25px;
  }
}
.description .left,
.description .right {
  flex-basis: 40%;
  min-height: 571px;
}
@media screen and (max-width: 959px) {
  .description .left,
  .description .right {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 839px) {
  .description .left,
  .description .right {
    flex-basis: 100%;
  }
}
.description .right {
  background-color: #f2f2f2;
  flex-basis: 60%;
}
@media screen and (max-width: 959px) {
  .description .right {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 839px) {
  .description .right {
    flex-basis: 100%;
    min-height: 250px;
  }
}
.description .image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 839px) {
  .description {
    display: flex;
    flex-wrap: wrap-reverse;
  }
}
.description.left {
  flex-wrap: wrap-reverse;
}
.description.left div {
  order: 1;
}
.description.left div:first-of-type {
  order: 2;
}
@media screen and (max-width: 839px) {
  .description.left {
    flex-wrap: wrap;
  }
}
aside {
  position: absolute;
  height: auto;
  flex-wrap: wrap;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  right: 50px;
  top: 75px;
}
aside a {
  width: 48px;
  margin-bottom: 5px;
  height: 48px;
  background-color: white;
  color: #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}
aside a:hover {
  font-size: 1.25rem;
}
aside a:last-of-type {
  margin: 0;
}
@media screen and (max-width: 839px) {
  aside {
    width: 100%;
    padding: 0 10px;
    justify-content: center;
    top: initial;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
  }
  aside a {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.main-page {
  display: flex;
}
.main-page .right,
.main-page .left {
  min-height: 500px;
  position: relative;
  height: calc(100vh - 65px - 50px);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-page .right h2,
.main-page .left h2 {
  margin-top: 0;
}
.main-page .left {
  flex-basis: 60%;
  border-right: 2px solid white;
}
@media screen and (max-width: 767px) {
  .main-page .left {
    border-right: none;
  }
}
.main-page .left .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.main-page .left .news-wrapper li {
  flex: 1;
  flex-basis: 33%;
  height: 50%;
  background-size: cover;
  background-position: center;
  padding: 15px 20px;
  color: white;
  text-shadow: 2px 2px rgba(0,0,0,0.15);
  z-index: 9;
}
.main-page .left .news-wrapper li.active {
  z-index: 10;
}
.main-page .left .news-wrapper li span {
  opacity: 0;
}
.main-page .left .news-wrapper li h3 {
  color: white;
  text-shadow: 2px 2px rgba(0,0,0,0.15);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.main-page .left .news-wrapper li:before {
  background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 60%);
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.main-page .left .news-wrapper li:hover .preview {
  opacity: 1;
}
.main-page .left .news-wrapper li:hover:before {
  background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.2) 60%);
}
.main-page .left .news-wrapper li .preview {
  height: 100px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  height: 120px;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.main-page .left .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background-color: #007bc4ad;
  padding: 20px 30px;
}
.main-page .left .content h2 {
  margin-bottom: 10px;
}
.main-page .left .content span {
  margin-top: 15px;
}
.main-page .right {
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
}
.main-page .right a {
  flex-grow: 1;
  border-bottom: 2px solid white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-page .right a:last-of-type {
  border-bottom: none;
}
.main-page .right a span {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  position: absolute;
}
.main-page .right a:hover span {
  transform: translate(-50%,-50%) scale(1.05);
  -webkit-transform: translate(-50%,-50%) scale(1.05);
  -moz-transform: translate(-50%,-50%) scale(1.05);
  -o-transform: translate(-50%,-50%) scale(1.05);
  -ms-transform: translate(-50%,-50%) scale(1.05);
}
.main-page .right a:before {
  background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 60%);
  height: 100%;
  width: 100%;
  display: block;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
.main-page a {
  color: white;
}
.main-page a .content {
  color: white;
}
.main-page a .content h2,
.main-page a .content p {
  color: white;
}
.main-page a:hover {
  opacity: 0.85;
}
.main-page a:hover span {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.main-page a span {
  display: inline-block;
  font-weight: 700;
  background-color: #007bc4;
  padding: 12px 40px;
  border: 2px solid white;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .main-page {
    flex-direction: column;
    display: block;
  }
  .main-page a,
  .main-page .left {
    height: 200px;
    display: block;
  }
  .main-page a .content,
  .main-page .left .content {
    background-color: transparent;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
  .main-page a .content h2,
  .main-page a .content p,
  .main-page .left .content h2,
  .main-page .left .content p {
    display: none;
  }
  .main-page a .content span,
  .main-page .left .content span {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    position: absolute;
  }
  .main-page a .content:hover span,
  .main-page .left .content:hover span {
    transform: translate(-50%,-50%) scale(1.05);
    -webkit-transform: translate(-50%,-50%) scale(1.05);
    -moz-transform: translate(-50%,-50%) scale(1.05);
    -o-transform: translate(-50%,-50%) scale(1.05);
    -ms-transform: translate(-50%,-50%) scale(1.05);
  }
  .main-page .right {
    display: block;
    height: auto;
  }
}
.main-page.with-news .left {
  flex-basis: 70%;
}
.main-page.with-news .left .inner {
  position: absolute;
  bottom: 50px;
}
.main-page.with-news .left ul {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.main-page.with-news .left ul li {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main-page.with-news .left ul li .category {
  padding: 5px 10px;
  background-color: #007bc4;
  opacity: 1;
  text-shadow: none;
  font-weight: 800;
  letter-spacing: 0.025rem;
}
.main-page.with-news .left ul li .link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.main-page.with-news .left .choice {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  width: 120px;
  display: flex;
  flex-direction: row;
  height: initial;
  z-index: 10;
  color: white;
  padding: 0 0 25px;
  bottom: 0;
  justify-content: space-between;
}
.main-page.with-news .left .choice li {
  cursor: pointer;
  position: relative;
  width: 15px;
  height: 15px;
  background-color: rgba(255,255,255,0.6);
  border-radius: 50%;
}
.main-page.with-news .left .choice li.active {
  background-color: white;
}
.main-page.with-news .right {
  flex-basis: 30%;
}
.main-page.with-news .right span {
  background-color: transparent;
  color: white;
  border: none;
  top: unset;
  left: 20px;
  bottom: 20px;
  text-shadow: 2px 2px rgba(0,0,0,0.15);
  padding: 0;
  transform: none;
  font-size: 1.5rem;
}
.main-page.with-news .right a:hover span {
  background-color: transparent;
  color: white;
  border: none;
  top: unset;
  left: 20px;
  bottom: 20px;
  text-shadow: 2px 2px rgba(0,0,0,0.15);
  padding: 0;
  transform: none;
}
.main-page-news-wrapper {
  width: 100%;
  margin-top: 50px;
  padding: 50px 0 75px;
  background-color: #f2f2f2;
}
.main-page-news-wrapper .main-page-news-wrapper-inner {
  width: 100%;
  max-width: 1225px;
  margin: 0 auto;
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul {
  width: 100%;
  display: flex;
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul li {
  flex-basis: 33%;
  background-color: white;
  margin: 10px;
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul li img {
  margin-bottom: 10px;
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul li .inner {
  padding: 25px;
  margin-top: -80px;
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul li .inner h3 {
  margin-top: 50px;
  min-height: 56px;
}
@media screen and (max-width: 1024px) {
  .main-page-news-wrapper .main-page-news-wrapper-inner ul li .inner h3 {
    min-height: 84px;
  }
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul li .inner .preview {
  line-height: 20px;
}
.main-page-news-wrapper .main-page-news-wrapper-inner ul li a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 839px) {
  .main-page-news-wrapper .main-page-news-wrapper-inner ul {
    flex-direction: column;
  }
  .main-page-news-wrapper .main-page-news-wrapper-inner ul li .inner h3 {
    min-height: initial;
    margin-bottom: 10px;
  }
}
.main-page-news-wrapper.preview .main-page-news-wrapper-inner ul li .inner {
  margin-top: 0;
}
.main-page-news-wrapper.preview .main-page-news-wrapper-inner ul li h3 {
  margin-top: 15px;
}
.preview-img {
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 25px;
}
.category {
  padding: 5px 10px;
  background-color: #007bc4;
  opacity: 1;
  text-shadow: none;
  font-weight: 800;
  letter-spacing: 0.025rem;
  color: white;
}
main section.code {
  padding: 0 25px;
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
  margin-top: 25px;
}
main section.code h2 {
  margin: 25px auto !important;
}
main section.code div,
main section.code h2,
main section.code h3,
main section.code h4,
main section.code iframe {
  width: 800px !important;
  max-width: 100%;
  margin: 0 auto;
}
main section.main-page-news-wrapper .main-page-news-wrapper-inner {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 959px) {
  main section.main-page-news-wrapper .main-page-news-wrapper-inner {
    max-width: 830px;
  }
}
main section.main-page-news-wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main section.main-page-news-wrapper ul li {
  flex: 1 1 32%;
  max-width: 32%;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
main section.main-page-news-wrapper ul li:nth-child(n+4) {
  display: none;
}
@media screen and (max-width: 959px) {
  main section.main-page-news-wrapper ul li {
    flex: 1 1 49%;
    max-width: 49%;
  }
  main section.main-page-news-wrapper ul li:nth-child(n+3) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  main section.main-page-news-wrapper ul li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
main section.main-page-news-wrapper ul:after {
  content: "";
  flex-basis: 32%;
}
main section.preview {
  padding: 50px 0 75px;
  background-color: #f2f2f2;
  margin-top: 25px;
}
main section.preview .preview-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 830px;
  padding: 0 25px;
  margin: 0 auto;
  color: black;
}
main section.preview .preview-inner .rechts {
  display: flex;
  justify-content: space-between;
}
main section.teams-overview {
  min-height: 500px;
  padding: 50px 0 75px;
}
@media screen and (max-width: 767px) {
  main section.teams-overview {
    padding: 115px 0 75px;
  }
}
main section.teams-overview .tab {
  display: none;
  width: 100%;
  max-width: 500px;
  padding: 0 25px;
  margin: 0 auto;
}
main section.teams-overview .tab.selected {
  display: flex;
}
main section.teams-overview .tabs {
  width: 100%;
  max-width: 1225px;
  padding: 0 25px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
main section.teams-overview .tabs h3 {
  cursor: pointer;
  margin: 0 10px;
  color: rgba(0,0,0,0.5);
}
main section.teams-overview .tabs h3.selected {
  color: black;
}
main section.teams-overview .tab-links {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
main section.teams-overview .tab-links .team-link {
  flex: 0 1 49%;
  margin-bottom: 20px;
}
main section.teams-overview .tab-links .team-link .text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%);
}
main section.teams-overview .tab-links .team-link .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
main section.teams-overview .tab-links .team-link a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
main section.teams-overview .tab {
  max-width: 900px;
}
main section.teams-overview .tab ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
main section.teams-overview .tab .team-link {
  flex: 0 1 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 699px) {
  main section.teams-overview .tab .team-link {
    flex: 0 1 100%;
  }
}
main section.teams-overview .tab .team-link .text {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
  margin: 0;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%);
}
main section.teams-overview .tab .team-link .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 699px) {
  main section.teams-overview .tab .team-link .image {
    height: 250px;
  }
}
main section.teams-overview .tab .team-link a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
main section.team-image {
  margin-top: 50px;
  padding: 50px 0 75px;
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.team-image.fullscreen {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
main section.team-image.fullscreen img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
main section.team-image .caption {
  line-height: 1.5rem;
  font-size: 1.125rem;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 15px 25px;
  margin: 0;
  color: white;
  text-shadow: 1px 1px rgba(0,0,0,0.2);
  background: linear-gradient(0deg,rgba(0,0,0,0.7) 0%,rgba(255,255,255,0) 100%);
}
main section.partner {
  margin-top: 25px;
  padding: 50px 0 75px;
  background-color: #007bc4;
}
main section.partner h2 {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
  color: white;
}
main section.partner ul {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1225px;
  flex-wrap: wrap;
}
main section.partner ul li {
  flex-basis: 18%;
  overflow: hidden;
}
main section.partner ul li a {
  overflow: hidden;
}
main section.partner ul li a img {
  opacity: 0.8;
}
main section.partner ul li a:hover img {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  main section.partner ul li {
    flex-basis: 24%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 839px) {
  main section.partner ul li {
    flex-basis: 32%;
  }
}
@media screen and (max-width: 699px) {
  main section.partner ul li {
    flex-basis: 47%;
  }
}
@media screen and (max-width: 599px) {
  main section.partner ul li {
    flex-basis: 52%;
  }
}
@media screen and (max-width: 599px) {
  main section.partner ul {
    justify-content: center;
  }
}
main section.results {
  background-color: #007bc4;
  color: white;
  margin-top: 50px;
}
main section.results h3 {
  color: white;
  margin: 0;
}
main section.results span {
  display: block;
}
main section.results .results-control {
  z-index: 100;
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
main section.results .results-control:before,
main section.results .results-control:after {
  background-color: white;
  height: 2px;
  width: 12px;
  display: block;
  content: "";
  top: calc(50% - 3px);
  left: 50%;
  position: absolute;
  transform: translate(-50%,0) rotate(45deg);
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -moz-transform: translate(-50%,0) rotate(45deg);
  -o-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
}
main section.results .results-control:before {
  transform: translate(-50%,0) rotate(-45deg);
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -moz-transform: translate(-50%,0) rotate(-45deg);
  -o-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
  top: calc(50% + 4px);
}
main section.results .results-control.right {
  right: 25px;
  left: initial;
}
main section.results .results-control.left {
  left: 25px;
}
main section.results .left {
  text-align: right;
}
main section.results .left:before,
main section.results .left:after {
  transform: translate(-50%,0) rotate(-45deg);
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -moz-transform: translate(-50%,0) rotate(-45deg);
  -o-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
}
main section.results .left:before {
  transform: translate(-50%,0) rotate(45deg);
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -moz-transform: translate(-50%,0) rotate(45deg);
  -o-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
}
main section.results .left h3 {
  margin: 10px 0;
}
@media screen and (max-width: 699px) {
  main section.results .left {
    text-align: center;
    margin-bottom: 45px;
  }
}
main section.results .score,
main section.results .divider {
  font-size: 3rem;
}
main section.results .score-wrapper.half {
  flex-basis: 100%;
  color: rgba(255,255,255,0.7);
  justify-content: center;
}
main section.results .score-wrapper.half .score,
main section.results .score-wrapper.half .divider {
  font-size: 1rem;
}
main section.results .score-wrapper.half .divider {
  flex-basis: 2%;
}
main section.results .score-wrapper.half span {
  flex-basis: 40%;
}
main section.results .score-wrapper.half span:first-of-type,
main section.results .score-wrapper.half span:nth-of-type(5) {
  flex-basis: 40%;
}
main section.results .score-wrapper.half span:nth-of-type(2) {
  flex-basis: 20%;
}
main section.results .name {
  color: rgba(255,255,255,0.95);
  font-size: 0.8rem;
  font-weight: 600;
}
main section.results .name img {
  width: 40px;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-125%);
  -webkit-transform: translate(-50%,-125%);
  -moz-transform: translate(-50%,-125%);
  -o-transform: translate(-50%,-125%);
  -ms-transform: translate(-50%,-125%);
}
main section.results .score-wrapper {
  flex-basis: 100%;
  justify-content: center;
}
main section.results .middle {
  flex-basis: 50%;
}
main section.results .middle div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
main section.results .middle div span {
  text-align: center;
  flex-basis: 8%;
}
main section.results .middle div span:first-of-type,
main section.results .middle div span:nth-of-type(5) {
  flex-basis: 8%;
}
main section.results .middle div span:nth-of-type(2),
main section.results .middle div span:nth-of-type(4) {
  flex-basis: 10%;
}
main section.results .middle div span:nth-of-type(2) {
  flex-basis: 5%;
}
@media screen and (max-width: 767px) {
  main section.results .middle {
    flex-basis: 55%;
  }
}
@media screen and (max-width: 620px) {
  main section.results .middle {
    flex-basis: 100%;
  }
}
main section.results ul {
  min-height: 175px;
}
main section.results ul li div {
  flex-basis: 25%;
}
main section.results ul li div:last-of-type {
  flex-basis: 10%;
}
@media screen and (max-width: 767px) {
  main section.results ul li div:last-of-type {
    flex-basis: 0;
  }
}
@media screen and (max-width: 767px) {
  main section.results ul li div {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 620px) {
  main section.results ul li div {
    flex-basis: 100%;
  }
}
main section.results ul li.single-result {
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  left: -100vw;
  float: left;
  top: 0;
  width: 100vw;
  padding: 50px;
  position: absolute;
}
main section.results ul li.single-result.right {
  left: 100vw;
}
main section.results ul li.single-result.current {
  left: 0;
  transition: 0.5s ease-in;
  -webkit-transition: 0.5s ease-in;
  -moz-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  -ms-transition: 0.5s ease-in;
}
@media screen and (max-width: 620px) {
  main section.results ul li.single-result {
    top: -50px;
    min-height: 320px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 699px) {
  main section.results ul li {
    justify-content: center;
  }
}
@media screen and (max-width: 620px) {
  main section.results ul {
    min-height: 220px;
  }
}
@media screen and (max-width: 959px) {
  main section.results {
    padding: 50px 0;
  }
}
main section.upcomming {
  margin-top: 50px;
  padding: 50px 0 75px;
  background-color: #f2f2f2;
}
main section.upcomming h2 {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.upcomming p {
  display: flex;
  align-items: center;
  line-height: 0.9rem;
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.upcomming p span {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin: 0 10px;
  line-height: 0.9rem;
}
main section.upcomming .upcomming-control {
  z-index: 100;
  position: absolute;
  top: 50%;
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  border: 1px solid #f2f2f2;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background-color: white;
  padding: 5px;
  color: black;
}
main section.upcomming .upcomming-control:before,
main section.upcomming .upcomming-control:after {
  background-color: #d9d9d9;
  height: 2px;
  width: 12px;
  display: block;
  content: "";
  top: calc(50% - 3px);
  left: 50%;
  position: absolute;
  transform: translate(-50%,0) rotate(45deg);
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -moz-transform: translate(-50%,0) rotate(45deg);
  -o-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
}
main section.upcomming .upcomming-control:before {
  transform: translate(-50%,0) rotate(-45deg);
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -moz-transform: translate(-50%,0) rotate(-45deg);
  -o-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
  top: calc(50% + 4px);
}
main section.upcomming .upcomming-control.right {
  right: 25px;
  left: initial;
}
main section.upcomming .upcomming-control.left {
  left: 25px;
  text-align: right;
}
main section.upcomming .upcomming-control.left:before,
main section.upcomming .upcomming-control.left:after {
  transform: translate(-50%,0) rotate(-45deg);
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -moz-transform: translate(-50%,0) rotate(-45deg);
  -o-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
}
main section.upcomming .upcomming-control.left:before {
  transform: translate(-50%,0) rotate(45deg);
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -moz-transform: translate(-50%,0) rotate(45deg);
  -o-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
}
main section.upcomming .upcomming-control.left h3 {
  margin: 10px 0;
}
@media screen and (max-width: 699px) {
  main section.upcomming .upcomming-control.left {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  main section.upcomming .upcomming-control {
    display: none;
  }
}
main section.upcomming ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  max-width: 1225px;
}
main section.upcomming ul li {
  flex-basis: 24%;
  background-color: white;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  border: 1px solid #efefef;
}
main section.upcomming ul li .container {
  padding: 15px 20px 25px;
  min-height: 180px;
}
main section.upcomming ul li .bottom {
  position: absolute;
  bottom: 0;
  height: 35px;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;
  width: 100%;
  left: 0;
  justify-content: space-between;
}
main section.upcomming ul li .bottom .buttons {
  display: flex;
  justify-content: flex-end;
  width: 100px;
  height: 100%;
  align-items: center;
}
main section.upcomming ul li .bottom.space .buttons {
  justify-content: space-between;
}
main section.upcomming ul li .bottom a {
  border-left: 1px solid #efefef;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
main section.upcomming ul li .image {
  height: 150px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.upcomming ul li .image i {
  font-size: 4rem;
  color: #d9d9d9;
}
main section.upcomming ul li h3 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: 5px 0;
}
main section.upcomming ul li.right {
  position: absolute;
  left: 100vw;
  display: none;
}
main section.upcomming ul li.left {
  position: absolute;
  left: -100vw;
}
main section.upcomming ul li .date {
  font-size: 0.8rem;
  color: #cccccc;
  letter-spacing: 0.01rem;
}
main section.upcomming ul li .sports {
  color: #d9d9d9;
}
main section.upcomming ul li p:nth-of-type(2) {
  margin: 10px 0 20px;
  min-height: 28px;
  align-items: flex-start;
}
main section.upcomming ul li p {
  width: 100%;
}
@media screen and (max-width: 1035px) {
  main section.upcomming ul li {
    flex-basis: 32%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 879px) {
  main section.upcomming ul li {
    flex-basis: 49%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 579px) {
  main section.upcomming ul li {
    flex-basis: 100%;
    margin-top: 25px;
  }
}
main section.persons {
  margin-top: 50px;
  padding: 50px 0 75px;
  background-color: #f2f2f2;
}
main section.persons h2 {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.persons ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  max-width: 1225px;
  justify-content: space-between;
}
main section.persons ul li {
  border: 1px solid #efefef;
  flex-basis: 32%;
  background-color: white;
  margin-top: 15px;
}
main section.persons ul li .image {
  background-position: top;
  background-size: cover;
  height: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
main section.persons ul li .image i {
  display: block;
  font-size: 3rem;
  color: #e5e5e5;
}
main section.persons ul li ul {
  display: block;
  width: 100%;
  min-height: 75px;
}
main section.persons ul li ul li {
  line-height: 0.9rem;
  margin-top: 10px;
  border: none;
}
main section.persons ul li ul li:first-of-type {
  margin-top: 0;
}
main section.persons ul li .container {
  padding: 0 20px 25px;
}
main section.persons ul li h3 {
  min-height: 56px;
  margin-bottom: 0;
}
main section.persons ul li span {
  display: block;
  margin-top: 15px;
}
main section.persons ul li .bottom {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 35px;
  width: 100%;
  border-top: 1px solid #efefef;
  color: #d9d9d9;
}
main section.persons ul li .bottom a {
  position: relative;
  border-left: 1px solid #efefef;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
main section.persons ul li .bottom .links {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  width: 100px;
}
@media screen and (max-width: 1100px) {
  main section.persons ul li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 699px) {
  main section.persons ul li {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
main section.persons ul:after {
  content: "";
  flex-basis: 32%;
}
@media screen and (max-width: 379px) {
  main section.persons {
    padding: 50px 0;
  }
}
main section .players-list,
main section .coaches-list {
  max-width: initial;
}
main section .players-list li,
main section .coaches-list li {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 0 !important;
  border: none;
  height: 350px;
  flex-direction: column;
}
main section.coaches,
main section.players {
  background-color: white;
}
main section.coaches h2,
main section.players h2 {
  width: 90%;
  margin: 25px auto 15px;
  max-width: 1225px;
}
main section.coaches .lSSlideOuter,
main section.players .lSSlideOuter {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.coaches ul li .image,
main section.players ul li .image {
  width: 100%;
  height: 200px;
  background-color: white;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main section.coaches ul li .number,
main section.players ul li .number {
  height: 80px;
  width: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  color: white;
  font-size: 29px;
  padding-top: 16px;
  top: 30px;
  left: 20px;
}
main section.coaches ul li .container,
main section.players ul li .container {
  padding: 0;
}
main section.coaches ul li .container h3,
main section.players ul li .container h3 {
  margin-top: 10px;
  min-height: initial;
}
main section.coaches ul li .container table,
main section.players ul li .container table {
  text-align: left;
}
main section.coaches ul li .container table td,
main section.players ul li .container table td {
  padding: 3px;
}
main section.places,
main section.gallery {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 50px 0 75px;
}
main section.places h2,
main section.places .text,
main section.gallery h2,
main section.gallery .text {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.places > .lSSlideOuter,
main section.gallery > .lSSlideOuter {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.places .gallery-alt,
main section.gallery .gallery-alt {
  max-width: initial;
}
main section.places .gallery-alt li,
main section.gallery .gallery-alt li {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 0 !important;
  border: none;
  height: 600px;
  flex-direction: column;
}
main section.places .gallery-alt li .image,
main section.gallery .gallery-alt li .image {
  width: 100%;
  height: 100%;
}
main section.places .gallery-common,
main section.gallery .gallery-common {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section.places .gallery-common li,
main section.gallery .gallery-common li {
  overflow: hidden;
  background-color: white;
  top: 20px;
  opacity: 0;
}
main section.places .gallery-common li .image,
main section.gallery .gallery-common li .image {
  background-position: top;
  background-size: cover;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
}
main section.places .gallery-common li .image i,
main section.gallery .gallery-common li .image i {
  display: block;
  font-size: 3rem;
  color: #e5e5e5;
}
@media screen and (max-width: 1800px) {
  main section.places .gallery-common li .image,
  main section.gallery .gallery-common li .image {
    height: 500px;
  }
}
main section.places .gallery-common li ul,
main section.gallery .gallery-common li ul {
  display: block;
  width: 100%;
  min-height: 75px;
}
main section.places .gallery-common li ul li,
main section.gallery .gallery-common li ul li {
  line-height: 0.9rem;
  margin-top: 10px;
  border: none;
}
main section.places .gallery-common li ul li:first-of-type,
main section.gallery .gallery-common li ul li:first-of-type {
  margin-top: 0;
}
main section.places .gallery-common li .container,
main section.gallery .gallery-common li .container {
  z-index: 2;
  padding: 0 20px 25px;
  opacity: 1;
  position: absolute;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  color: white;
  top: 50px;
}
main section.places .gallery-common li .container h3,
main section.places .gallery-common li .container p,
main section.gallery .gallery-common li .container h3,
main section.gallery .gallery-common li .container p {
  opacity: 0;
  color: white;
}
main section.places .gallery-common li .bottom,
main section.gallery .gallery-common li .bottom {
  border: 1px solid #efefef;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  height: 35px;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;
  width: 100%;
  left: 0;
  justify-content: space-between;
  color: #d9d9d9;
  background-color: white;
  opacity: 0;
  transition: 0.15s ease-out;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
}
main section.places .gallery-common li .bottom a,
main section.gallery .gallery-common li .bottom a {
  border-left: 1px solid #efefef;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
main section.places .gallery-common li .bottom span,
main section.gallery .gallery-common li .bottom span {
  margin-top: 0;
}
@media screen and (max-width: 499px) {
  main section.places .gallery-common li .bottom,
  main section.gallery .gallery-common li .bottom {
    opacity: 1;
    bottom: 0;
  }
}
main section.places .gallery-common li h3,
main section.gallery .gallery-common li h3 {
  min-height: 56px;
  margin-bottom: 0;
}
main section.places .gallery-common li span,
main section.gallery .gallery-common li span {
  display: block;
  margin-top: 15px;
}
main section.places .gallery-common li:hover:before,
main section.gallery .gallery-common li:hover:before {
  opacity: 1;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}
main section.places .gallery-common li:hover .bottom,
main section.gallery .gallery-common li:hover .bottom {
  opacity: 1;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  bottom: 0;
  bottom: 0px;
}
main section.places .gallery-common li:hover h3,
main section.places .gallery-common li:hover p,
main section.gallery .gallery-common li:hover h3,
main section.gallery .gallery-common li:hover p {
  opacity: 1;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}
@media screen and (max-width: 1100px) {
  main section.places .gallery-common li,
  main section.gallery .gallery-common li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 699px) {
  main section.places .gallery-common li,
  main section.gallery .gallery-common li {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
main section.places .gallery-common li:before,
main section.gallery .gallery-common li:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  box-sizing: border-box;
}
main section.places .gallery-common li:nth-of-type(1),
main section.places .gallery-common li:nth-of-type(4),
main section.places .gallery-common li:nth-of-type(5),
main section.places .gallery-common li:nth-of-type(8),
main section.places .gallery-common li:nth-of-type(9),
main section.gallery .gallery-common li:nth-of-type(1),
main section.gallery .gallery-common li:nth-of-type(4),
main section.gallery .gallery-common li:nth-of-type(5),
main section.gallery .gallery-common li:nth-of-type(8),
main section.gallery .gallery-common li:nth-of-type(9) {
  flex-basis: 60%;
}
@media screen and (max-width: 599px) {
  main section.places .gallery-common li:nth-of-type(1),
  main section.places .gallery-common li:nth-of-type(4),
  main section.places .gallery-common li:nth-of-type(5),
  main section.places .gallery-common li:nth-of-type(8),
  main section.places .gallery-common li:nth-of-type(9),
  main section.gallery .gallery-common li:nth-of-type(1),
  main section.gallery .gallery-common li:nth-of-type(4),
  main section.gallery .gallery-common li:nth-of-type(5),
  main section.gallery .gallery-common li:nth-of-type(8),
  main section.gallery .gallery-common li:nth-of-type(9) {
    flex-basis: 55%;
  }
}
@media screen and (max-width: 499px) {
  main section.places .gallery-common li:nth-of-type(1),
  main section.places .gallery-common li:nth-of-type(4),
  main section.places .gallery-common li:nth-of-type(5),
  main section.places .gallery-common li:nth-of-type(8),
  main section.places .gallery-common li:nth-of-type(9),
  main section.gallery .gallery-common li:nth-of-type(1),
  main section.gallery .gallery-common li:nth-of-type(4),
  main section.gallery .gallery-common li:nth-of-type(5),
  main section.gallery .gallery-common li:nth-of-type(8),
  main section.gallery .gallery-common li:nth-of-type(9) {
    flex-basis: 100%;
    margin-bottom: 10px !important;
  }
}
main section.places .gallery-common li:nth-of-type(2),
main section.places .gallery-common li:nth-of-type(3),
main section.places .gallery-common li:nth-of-type(6),
main section.places .gallery-common li:nth-of-type(7),
main section.places .gallery-common li:nth-of-type(10),
main section.places .gallery-common li:nth-of-type(11),
main section.gallery .gallery-common li:nth-of-type(2),
main section.gallery .gallery-common li:nth-of-type(3),
main section.gallery .gallery-common li:nth-of-type(6),
main section.gallery .gallery-common li:nth-of-type(7),
main section.gallery .gallery-common li:nth-of-type(10),
main section.gallery .gallery-common li:nth-of-type(11) {
  flex-basis: 40%;
}
@media screen and (max-width: 599px) {
  main section.places .gallery-common li:nth-of-type(2),
  main section.places .gallery-common li:nth-of-type(3),
  main section.places .gallery-common li:nth-of-type(6),
  main section.places .gallery-common li:nth-of-type(7),
  main section.places .gallery-common li:nth-of-type(10),
  main section.places .gallery-common li:nth-of-type(11),
  main section.gallery .gallery-common li:nth-of-type(2),
  main section.gallery .gallery-common li:nth-of-type(3),
  main section.gallery .gallery-common li:nth-of-type(6),
  main section.gallery .gallery-common li:nth-of-type(7),
  main section.gallery .gallery-common li:nth-of-type(10),
  main section.gallery .gallery-common li:nth-of-type(11) {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 499px) {
  main section.places .gallery-common li:nth-of-type(2),
  main section.places .gallery-common li:nth-of-type(3),
  main section.places .gallery-common li:nth-of-type(6),
  main section.places .gallery-common li:nth-of-type(7),
  main section.places .gallery-common li:nth-of-type(10),
  main section.places .gallery-common li:nth-of-type(11),
  main section.gallery .gallery-common li:nth-of-type(2),
  main section.gallery .gallery-common li:nth-of-type(3),
  main section.gallery .gallery-common li:nth-of-type(6),
  main section.gallery .gallery-common li:nth-of-type(7),
  main section.gallery .gallery-common li:nth-of-type(10),
  main section.gallery .gallery-common li:nth-of-type(11) {
    flex-basis: 100%;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 379px) {
  main section.places,
  main section.gallery {
    padding: 50px 0;
  }
}
main section.text {
  margin-top: 50px;
  padding: 50px 0 75px;
}
main section.text h2 {
  margin: 35px 0 25px;
}
main section.text .container {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main section.text .container .image {
  flex-basis: 43%;
  background-size: cover;
  background-position: center;
  min-height: 350px;
}
@media screen and (max-width: 839px) {
  main section.text .container .image {
    flex-basis: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 379px) {
  main section.text .container .image {
    min-height: 275px;
  }
}
main section.text .container .paragraph {
  flex-basis: 55%;
}
@media screen and (max-width: 839px) {
  main section.text .container .paragraph {
    flex-basis: 100%;
  }
}
main section.text .container .paragraph a {
  font-weight: 600;
  border: 2px solid #007bc4;
  color: #007bc4;
  margin: 25px auto 0;
  width: 200px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main section.text .container .paragraph a:hover {
  background-color: #007bc4;
  color: white;
}
main section.text .container .paragraph ul {
  list-style: disc;
  margin-left: 35px;
  margin-top: 10px;
  margin-bottom: 20px;
}
main section.text.single .container {
  justify-content: center;
}
main section.model {
  margin-top: 50px;
  padding: 50px 0 75px;
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.model ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
main section.model ul li {
  flex-basis: 32%;
}
main section.model ul li ul {
  list-style: disc;
  display: block;
  margin-left: 25px;
  padding-right: 35px;
}
main section.model ul li ul li {
  width: auto;
}
main section.model ul li h2 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  main section.model ul li {
    flex-basis: 100%;
  }
}
main section.model .model-intro {
  width: 40%;
  margin: 0 auto 125px;
}
main section.model .model-intro h2 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  main section.model .model-intro {
    width: 100%;
  }
}
main section.list,
main section.table-with-heading {
  margin-top: 50px;
  padding: 50px 0 75px;
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.list ul li,
main section.table-with-heading ul li {
  margin-top: 10px;
  padding: 5px;
}
main section.list ul li.heading,
main section.table-with-heading ul li.heading {
  font-size: 1.25rem;
  margin-top: 20px;
}
main section.list ul li.heading h4,
main section.table-with-heading ul li.heading h4 {
  font-weight: 900;
  border-bottom: 2px solid #f2f2f2;
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  main section.list ul li.heading h4,
  main section.table-with-heading ul li.heading h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
main section.list ul li table,
main section.table-with-heading ul li table {
  width: 100%;
}
main section.list ul li table tr,
main section.table-with-heading ul li table tr {
  font-size: 0.9rem;
}
main section.list ul li table tr td,
main section.table-with-heading ul li table tr td {
  padding: 4px;
}
main section.list ul li table tr td:last-of-type,
main section.table-with-heading ul li table tr td:last-of-type {
  min-width: 250px;
}
@media screen and (max-width: 599px) {
  main section.list ul li table tr td:last-of-type,
  main section.table-with-heading ul li table tr td:last-of-type {
    min-width: 150px;
  }
}
main section.list ul li table tr:nth-of-type(odd),
main section.table-with-heading ul li table tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,0.1);
}
main section.list ul li .text span,
main section.table-with-heading ul li .text span {
  margin: 0 5px;
  display: block;
  float: left;
  min-width: 100px;
}
main section.list ul li .text span:nth-of-type(2),
main section.table-with-heading ul li .text span:nth-of-type(2) {
  min-width: 220px;
}
main section.list ul li .text:after,
main section.table-with-heading ul li .text:after {
  display: block;
  content: "";
  clear: both;
}
main section.list ul.expandable li,
main section.table-with-heading ul.expandable li {
  cursor: pointer;
}
main section.list ul.expandable li.expanded table,
main section.table-with-heading ul.expandable li.expanded table {
  height: auto;
  opacity: 1;
  transition: 0.4s ease-in;
  -webkit-transition: 0.4s ease-in;
  -moz-transition: 0.4s ease-in;
  -o-transition: 0.4s ease-in;
  -ms-transition: 0.4s ease-in;
}
main section.list ul.expandable table,
main section.table-with-heading ul.expandable table {
  height: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
}
main section.divisions {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 50px 0 75px;
}
main section.divisions ul {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main section.divisions ul h2 {
  width: 90%;
  margin: 0 auto 25px;
}
main section.divisions ul li {
  margin-top: 25px;
  min-height: 450px;
  flex-basis: 32%;
  background-color: white;
  padding: 45px 25px;
  border: 1px solid #efefef;
}
main section.divisions ul li .image {
  height: 75px;
  width: 100%;
}
main section.divisions ul li h3 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
main section.divisions ul li a {
  width: 100%;
  height: 100%;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
main section.divisions ul li img {
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
main section.divisions ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
main section.divisions ul li .link:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  box-sizing: border-box;
}
main section.divisions ul li .link:hover .font {
  font-size: 1.75rem;
  line-height: 2rem;
}
main section.divisions ul li .link:hover:before {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  opacity: 1;
}
main section.divisions ul li .font {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25rem;
  letter-spacing: 0.075rem;
  margin: 0;
  color: white;
  left: 20px;
  bottom: 50px;
  position: absolute;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  z-index: 10;
}
main section.divisions ul li .hastag {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
main section.divisions ul li .bottom {
  z-index: 10;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 35px;
  width: 100%;
  border-top: 1px solid #efefef;
  color: #d9d9d9;
}
main section.divisions ul li .bottom a {
  position: relative;
  border-left: 1px solid #efefef;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
main section.divisions ul li .bottom .links {
  display: flex;
  justify-content: space-between;
  width: 100px;
}
main section.divisions ul li .bottom .links.amount-1 {
  width: 48px;
}
main section.divisions ul li .bottom .links.amount-2 {
  width: 96px;
}
main section.divisions ul li .bottom .links.amount-3 {
  width: 144px;
}
main section.divisions ul li .bottom .links.amount-4 {
  width: 192px;
}
@media screen and (max-width: 959px) {
  main section.divisions ul li {
    flex-basis: 49%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 579px) {
  main section.divisions ul li {
    flex-basis: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main section.divisions ul {
    width: 90%;
  }
}
main section.divisions ul:after {
  content: "";
  flex-basis: 32%;
}
@media screen and (max-width: 879px) {
  main section.divisions {
    margin-top: 100px;
  }
}
main section.table {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 50px 0 75px;
}
main section.table h2 {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.table ul {
  width: 90%;
  margin: 0 auto 25px;
  max-width: 1225px;
}
main section.table ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
  max-width: 450px;
}
main section.map {
  height: auto;
  padding: 100px 25px 50px 25px;
  background-color: #f2f2f2;
}
main section.map #map {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute !important;
  height: 100%;
}
main section.map .info {
  width: 100%;
  height: 100%;
}
main section.map .office {
  max-width: 500px;
  width: 100%;
  background-color: white;
  padding: 25px;
}
main section.map .office h3 {
  margin-bottom: 15px;
}
main section.map .office h3:first-of-type {
  margin-top: 0;
}
main section.map .office h1,
main section.map .office a {
  color: #000a0f;
}
main section.map .office ul li:nth-of-type(2n) {
  margin-bottom: 15px;
}
main section.map .office .bottom a {
  color: #d9d9d9;
}
@media screen and (max-width: 879px) {
  main section.map {
    padding-top: 300px;
  }
}
main section.default {
  width: 60%;
  margin: 0 auto 25px;
  max-width: 1225px;
  padding: 50px 0 75px;
}
main section.default h1 {
  color: #000a0f;
}
main section.default ul {
  list-style: disc;
  margin: 10px 0;
  padding: 0 0 0 35px;
}
@media screen and (max-width: 599px) {
  main section.default {
    width: 90%;
    padding-top: 100px;
  }
}
main section.to-news {
  background-color: #f2f2f2;
  padding: 25px 0;
  margin-top: 50px;
}
main section.to-news .wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 1225px;
  min-height: 50px;
}
main section.to-news .wrapper a {
  float: right;
  margin: 0;
}
main section.to-news .wrapper a i {
  margin-right: 5px;
}
main section.to-news .wrapper.with-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
main section.to-news .wrapper.with-text p {
  max-width: 300px;
}
@media screen and (max-width: 699px) {
  main section.to-news .wrapper.with-text {
    flex-wrap: wrap;
  }
  main section.to-news .wrapper.with-text a {
    margin-top: 35px;
  }
}
main .mc4wp-form,
main .wpcf7 {
  margin-top: 50px;
  padding: 50px 0 75px;
  margin: 50px auto !important;
  width: 100%;
}
main .mc4wp-form .mc4wp-form-fields,
main .mc4wp-form .wpcf7-form,
main .wpcf7 .mc4wp-form-fields,
main .wpcf7 .wpcf7-form {
  width: 100%;
}
main .mc4wp-form .mc4wp-form-fields label,
main .mc4wp-form .wpcf7-form label,
main .wpcf7 .mc4wp-form-fields label,
main .wpcf7 .wpcf7-form label {
  width: 100%;
  display: block;
  color: #000a0f;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.075rem;
  margin: 25px 0 0;
}
main .mc4wp-form .mc4wp-form-fields .wpcf7-acceptance label,
main .mc4wp-form .wpcf7-form .wpcf7-acceptance label,
main .wpcf7 .mc4wp-form-fields .wpcf7-acceptance label,
main .wpcf7 .wpcf7-form .wpcf7-acceptance label {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0;
}
main .mc4wp-form .mc4wp-form-fields input,
main .mc4wp-form .mc4wp-form-fields textarea,
main .mc4wp-form .wpcf7-form input,
main .mc4wp-form .wpcf7-form textarea,
main .wpcf7 .mc4wp-form-fields input,
main .wpcf7 .mc4wp-form-fields textarea,
main .wpcf7 .wpcf7-form input,
main .wpcf7 .wpcf7-form textarea {
  border-radius: 0;
  width: 100%;
  display: block;
  height: 35px;
  padding: 0 25px;
  border: none;
  margin-bottom: 15px;
}
main .mc4wp-form .mc4wp-form-fields textarea,
main .mc4wp-form .wpcf7-form textarea,
main .wpcf7 .mc4wp-form-fields textarea,
main .wpcf7 .wpcf7-form textarea {
  resize: none;
  height: 300px;
  padding: 25px;
}
@media screen and (max-width: 579px) {
  main .mc4wp-form,
  main .wpcf7 {
    width: 100% !important;
  }
}
main .screen-reader-response {
  display: none;
}
main .wpcf7,
main .mc4wp-form {
  background-color: #f2f2f2;
  margin: 75px auto 25px;
  padding: 20px;
}
main .wpcf7 .wpcf7-form,
main .mc4wp-form .wpcf7-form {
  width: 90%;
  max-width: 1225px;
  margin: 0 auto;
}
main .wpcf7 .wpcf7-form ul,
main .mc4wp-form .wpcf7-form ul {
  display: flex;
  justify-content: space-between;
}
main .wpcf7 .wpcf7-form ul li,
main .mc4wp-form .wpcf7-form ul li {
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  main .wpcf7 .wpcf7-form ul,
  main .mc4wp-form .wpcf7-form ul {
    flex-wrap: wrap;
  }
  main .wpcf7 .wpcf7-form ul li,
  main .mc4wp-form .wpcf7-form ul li {
    flex-basis: 100%;
  }
}
main .wpcf7 .wpcf7-form input,
main .wpcf7 .wpcf7-form textarea,
main .mc4wp-form .wpcf7-form input,
main .mc4wp-form .wpcf7-form textarea {
  width: 100%;
}
main .mc4wp-form {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
main .jr-insta-thumb {
  background-color: #f2f2f2;
  margin-top: 50px;
  padding: 50px 0 75px;
}
main .jr-insta-thumb ul {
  width: 90%;
  margin: 0 auto;
  max-width: 1225px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .jr-insta-thumb ul li {
  flex-basis: 16%;
  overflow: hidden;
}
main .jr-insta-thumb ul li:nth-of-type(2),
main .jr-insta-thumb ul li:nth-of-type(4) {
  flex-basis: 20%;
}
main .jr-insta-thumb ul li:nth-of-type(3) {
  flex-basis: 22%;
}
@media screen and (max-width: 599px) {
  main .jr-insta-thumb ul li {
    flex-basis: 32% !important;
  }
  main .jr-insta-thumb ul li:nth-of-type(4),
  main .jr-insta-thumb ul li:nth-of-type(5) {
    display: none;
  }
}
main .jr-insta-thumb ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
main .jr-insta-thumb ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
main .jr-insta-thumb ul li:hover a:before {
  opacity: 1;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
}
main .jr-insta-thumb h2 {
  width: 90%;
  margin: 25px auto;
  max-width: 1225px;
}
main .jr-insta-thumb input[type="submit"] {
  float: right;
}
.bottom {
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  bottom: 0;
  background-color: white;
  height: 35px;
  width: 100%;
  border-top: 1px solid #efefef;
  color: #d9d9d9;
}
.bottom a {
  position: relative;
  border-left: 1px solid #efefef;
  width: 48px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
.bottom a i {
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
}
.bottom a:hover i {
  font-size: 1.25rem;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.bottom .links {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  width: 100px;
}
@media screen and (min-width: 479px) {
  .only-mobile {
    display: none;
  }
}
.only-mobile a {
  float: none;
}
.only-mobile .wrapper {
  display: flex;
  justify-content: center;
}
input[type="submit"],
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  border-radius: 0;
  width: 200px !important;
  height: 50px;
  background-color: #007bc4;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: -0.025rem;
  margin: 25px 0 0;
  color: white;
  border: 2px solid #007bc4;
}
input[type="submit"]:hover,
.button:hover {
  background-color: white;
  color: #007bc4;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  border: 2px solid transparent;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select {
  width: 100%;
  height: 35px;
  border: none;
  padding: 0 25px;
  font-weight: 600;
}
input[type="checkbox"] {
  float: left;
  margin-right: 24px;
  top: 3px;
  height: 35px;
  padding: 0 !important;
  width: 35px !important;
  background-color: white;
}
input[type="checkbox"]:after {
  margin: 5px;
  height: 25px;
  width: 25px;
  display: block;
  content: "";
}
input[type="checkbox"]:checked:after {
  background-color: #007bc4;
}
.to-top {
  margin: 50px auto 0;
  width: 150px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.to-top i {
  font-size: 2rem;
  margin-bottom: 15px;
  transition: 0.1s ease-out;
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  -ms-transition: 0.1s ease-out;
  height: 40px;
}
.to-top i,
.to-top span {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d9d9d9;
}
.to-top:hover i {
  font-size: 2.25rem;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
}
.header:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.1) 60%);
  height: 100%;
  width: 100%;
}
.header .back {
  z-index: 100;
  position: absolute;
  top: 50px;
  cursor: pointer;
  display: block;
  width: 48px !important;
  height: 48px;
  border: 1px solid #f2f2f2;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background-color: white;
  padding: 5px;
  color: black;
}
.header .back:before,
.header .back:after {
  background-color: #d9d9d9;
  height: 2px;
  width: 12px;
  display: block;
  content: "";
  top: calc(50% - 3px);
  left: 50%;
  position: absolute;
  transform: translate(-50%,0) rotate(45deg);
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -moz-transform: translate(-50%,0) rotate(45deg);
  -o-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
}
.header .back:before {
  transform: translate(-50%,0) rotate(-45deg);
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -moz-transform: translate(-50%,0) rotate(-45deg);
  -o-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
  top: calc(50% + 4px);
}
.header .back.right {
  right: 25px;
  left: initial;
}
.header .back.left {
  left: 25px;
  text-align: right;
}
.header .back.left:before,
.header .back.left:after {
  transform: translate(-50%,0) rotate(-45deg);
  -webkit-transform: translate(-50%,0) rotate(-45deg);
  -moz-transform: translate(-50%,0) rotate(-45deg);
  -o-transform: translate(-50%,0) rotate(-45deg);
  -ms-transform: translate(-50%,0) rotate(-45deg);
}
.header .back.left:before {
  transform: translate(-50%,0) rotate(45deg);
  -webkit-transform: translate(-50%,0) rotate(45deg);
  -moz-transform: translate(-50%,0) rotate(45deg);
  -o-transform: translate(-50%,0) rotate(45deg);
  -ms-transform: translate(-50%,0) rotate(45deg);
}
.header .back.left h3 {
  margin: 10px 0;
}
@media screen and (max-width: 699px) {
  .header .back.left {
    text-align: center;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 599px) {
  .header .back {
    width: 48px !important;
    top: 20px;
    right: -9px !important;
    left: initial !important;
  }
}
.header .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 280px;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.header .image:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg,rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.1) 60%);
  height: 100%;
  width: 100%;
}
.header .image h2 {
  margin-top: 0;
}
.header h2,
.header h3,
.header p,
.header a {
  left: 50px;
  position: absolute;
  top: 50%;
  color: #000a0f;
}
@media screen and (max-width: 599px) {
  .header h2,
  .header h3,
  .header p,
  .header a {
    width: 80% !important;
    left: 50% !important;
    transform: translate(-50%,0) !important;
    -webkit-transform: translate(-50%,0) !important;
    -moz-transform: translate(-50%,0) !important;
    -o-transform: translate(-50%,0) !important;
    -ms-transform: translate(-50%,0) !important;
  }
}
.header h3 {
  top: calc(50% + 50px);
}
.header p {
  top: calc(50% + 100px);
  max-width: 60%;
}
@media screen and (max-width: 599px) {
  .header p {
    max-width: 100%;
  }
}
.header a {
  top: calc(50% + 150px);
  color: white;
  border: 2px solid #007bc4;
}
.header.full {
  padding-bottom: 50px;
  padding-top: 110px;
  color: white;
}
.header.full:before {
  display: none;
}
.header.full .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.header.full h2,
.header.full h3,
.header.full p,
.header.full a {
  color: white;
  position: relative;
  top: 0;
}
.header.full h2,
.header.full h3,
.header.full p {
  text-shadow: 2px 2px rgba(0,0,0,0.15);
}
.header.full a:hover {
  color: #007bc4;
}
.header.small {
  padding-top: 300px;
}
.header.small h2 {
  margin-top: 0;
}
.header.small:before {
  display: none;
}
.header.small h2,
.header.small h3,
.header.small p,
.header.small a {
  left: 50px;
  position: relative;
  top: 0;
}
.open-modal {
  cursor: pointer;
}
.overlay {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.5);
  opacity: 1;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  cursor: url(../img/close.png), auto;
}
.overlay.non-visible {
  opacity: 0 !important;
  z-index: -1;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.modal {
  z-index: 1001;
  width: 80vw;
  height: 80vh;
  background-color: white;
  position: fixed;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  background-size: cover;
  background-position: center;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.modal.non-visible {
  opacity: 0 !important;
  z-index: -1;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
}
.modal .left,
.modal .right {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
.modal .left i,
.modal .right i {
  color: white;
  font-size: 34px;
  left: 50px;
  top: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  opacity: 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.modal .left:hover i,
.modal .right:hover i {
  opacity: 1;
}
.modal .right {
  left: 50%;
}
.modal .right i {
  left: calc(100% - 50px);
}
.modal.portrait {
  width: 35vw;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.modal.portrait .left i {
  left: 20px;
}
.modal.portrait .right i {
  left: calc(100% - 20px);
}
.modal.landscape {
  width: 80vw;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
.visible {
  top: 0 !important;
  opacity: 1 !important;
  transition: 0.8s ease-in !important;
  -webkit-transition: 0.8s ease-in !important;
  -moz-transition: 0.8s ease-in !important;
  -o-transition: 0.8s ease-in !important;
  -ms-transition: 0.8s ease-in !important;
}
.no-entrys-found {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  min-height: 175px;
}
.no-entrys-found i {
  font-size: 2rem;
  margin-right: 15px;
}
.hidden {
  position: absolute;
  z-index: -1000;
  opacity: 0;
}
.news-gallery {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.cookie-accept {
  display: none;
}
header.header-alt-layout {
  overflow: hidden;
  padding: 0 !important;
  z-index: -1;
  height: calc(100vh - 65px - 50px);
  width: 100%;
}
@media screen and (max-width: 949px) {
  header.header-alt-layout {
    height: calc(100vh - 65px - 100px);
  }
}
header.header-alt-layout .slogan-heading {
  display: none;
  font-weight: 500;
}
header.header-alt-layout .slogan-heading .slogan-heading-fat {
  font-weight: 800;
}
header.header-alt-layout .sports-name {
  position: absolute;
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  header.header-alt-layout .sports-name {
    margin-left: 5px;
  }
}
header.header-alt-layout .heading {
  width: calc(100% - 50px);
  position: absolute;
  bottom: 50px;
  left: 50px;
}
header.header-alt-layout .heading h1,
header.header-alt-layout .heading h2,
header.header-alt-layout .heading h3 {
  color: white;
}
header.header-alt-layout .heading h2 {
  height: 32px;
  margin-bottom: 0;
}
@media screen and (max-width: 879px) {
  header.header-alt-layout .heading h1 {
    font-size: 2em;
  }
  header.header-alt-layout .heading h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 599px) {
  header.header-alt-layout .heading h1 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 379px) {
  header.header-alt-layout .heading {
    left: 25px;
  }
}
@media screen and (max-width: 349px) {
  header.header-alt-layout .heading h1 {
    font-size: 1em;
  }
}
header.header-alt-layout .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
}
header.header-alt-layout .header-image.active {
  animation: zoomIn 6s infinite;
}
header.header-alt-layout .header-image .header-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 313px;
  background: linear-gradient(180deg,rgba(255,255,255,0) 0%,#007bc4 100%);
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
  100% {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
  }
}
lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px,0px);
  -ms-transform: translate(0px,0px);
  transform: translate(0px,0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px,0px,0px);
  -moz-transform: translate3d(0px,0px,0px);
  -ms-transform: translate3d(0px,0px,0px);
  -webkit-transform: translate3d(0px,0px,0px);
  -o-transform: translate3d(0px,0px,0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
