@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap");
* {
  font-family: 'Raleway', sans-serif;
}

h1.heading, h2.heading, h3.heading,
h4.heading, h5.heading, h6.heading {
  color: #393b42;
  font-weight: bold;
  text-align: center;
}

h1.heading.white, h2.heading.white, h3.heading.white,
h4.heading.white, h5.heading.white, h6.heading.white {
  color: white;
}

h1.heading.primary, h2.heading.primary, h3.heading.primary,
h4.heading.primary, h5.heading.primary, h6.heading.primary {
  color: #153C7D;
}

.heading-divider {
  background-color: #153C7D;
  color: white !important;
  text-align: center;
  padding: 20px;
}

.heading-divider.white {
  background-color: #f2f2f2;
  color: #393b42 !important;
}

.subheading {
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
}

.text-primary {
  color: #153C7D !important;
}

.text-secondary {
  color: #9eb7ff !important;
}

.text-big {
  font-size: 30px;
  font-weight: bold;
}

.text-contact {
  font-size: 22px;
}

.truncate-text {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.top.border-primary {
  border-top: 5px solid #153C7D !important;
}

.top.border-white {
  border-top: 5px solid white !important;
}

.bottom.border-primary {
  border-bottom: 5px solid #153C7D !important;
}

.bottom.border-white {
  border-bottom: 5px solid white !important;
}

.right.border-primary {
  border-bottom: 5px solid #153C7D !important;
}

.right.border-white {
  border-right: 5px solid white !important;
}

.border-bottom {
  border-bottom: 2px solid #cccccc !important;
}

.transparent-background {
  height: 100%;
  width: 100%;
  padding: 0 15px;
}

.transparent-background.primary {
  background-color: rgba(21, 60, 125, 0.97);
}

.cover-background, #matches .match-card .match-background, #news .header-row .news-header .image, #readMore .other-news-container .image-container .image, #intro #news-carousel .news-item .news-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contain-background, #matches .match-card .wrapper .teams .versus-row .team-image-container .team-image, #matches .match-card .wrapper .teams .results-row .team-image-container .team-image, #main-nav .team-logo, #players .player-container .player-photo .photo, #partners #partners-carousel .partner-item .wrapper .logo-wrapper .logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.triangle-bottom-right {
  width: 0;
  height: 0;
  border-bottom: 40px solid white;
  border-left: 40px solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}

.button-parent, .button, .button.outline {
  position: relative;
  display: block;
  text-decoration: none;
  color: white !important;
  padding: 10px;
  max-width: 200px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  border-radius: 30px;
}

.button.primary {
  background-color: #153C7D;
}

.button.primary:hover {
  background-color: #113267;
  color: white;
}

.button.white {
  color: #393b42 !important;
  background-color: #f2f2f2;
}

.button.no-border {
  border-radius: 0px;
}

.button.outline {
  max-width: 300px;
  border: 5px solid;
  font-weight: bold;
  background-color: white;
}

.button.outline.primary {
  border-color: #153C7D;
  color: #153C7D;
}

.button.outline.primary:hover {
  background-color: white;
  border-color: #113267;
  color: #113267;
}

.button.outline.secondary {
  border-color: #9eb7ff;
  color: #9eb7ff;
}

.button.outline.secondary:hover {
  background-color: white;
  border-color: #85a4ff;
  color: #85a4ff;
}

.back-to-homepage-row {
  margin-bottom: 70px;
}

.back-to-homepage-row .heading {
  margin-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

.back-to-homepage-row .backToHomepage {
  margin: auto;
  max-width: 400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.back-to-homepage-row .backToHomepage:hover {
  background-color: #153C7D;
  color: white !important;
}

.table thead tr {
  border-bottom: 5px solid #153C7D;
}

.table tr.bold td {
  font-weight: bold;
}

.table tr.success td {
  background-color: #28a745;
  color: white;
}

.table tr.danger td {
  background-color: #dc3545;
  color: white;
}

@media only screen and (max-width: 576px) {
  .table .can-hide {
    display: none;
  }
}

.form-control-container {
  margin-bottom: 30px;
  font-size: 16px;
}

.form-control-container label {
  margin-left: 20px;
}

.form-control-container .form-control {
  border-radius: 30px !important;
}

.contact-form {
  padding: 30px;
  max-width: 700px;
  margin: auto;
  margin-top: 15px;
}

@media only screen and (max-width: 576px) {
  .contact-form {
    padding: 0px;
    margin-top: 30px;
  }
}

.contact-form .form-control-container:nth-child(3) {
  margin-bottom: 15px;
}

.contact-form .submit {
  margin-bottom: 20px;
}

.submit {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 200px;
  margin: auto;
}

html {
  scroll-behavior: smooth;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

.section-margin {
  margin: 75px 0;
}

.scrollToTop {
  display: none;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 20px;
  right: 20px;
  background-color: white;
  border-radius: 20px;
  text-align: center;
}

.scrollToTop:hover .icon {
  color: #113267;
}

.scrollToTop .icon {
  width: 50px;
  height: 50px;
  color: #153C7D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollToTop#footer-scroll {
  display: none !important;
  position: absolute;
  top: -10px;
  left: calc(50% - 25px);
  background-color: white;
}

.scrollToTop#footer-scroll .icon {
  color: #153C7D;
}

.article-heading-row .article-heading {
  font-weight: bold;
  text-transform: uppercase;
}

.more-info-row {
  margin-top: 10px;
  text-align: right;
}

.more-info-row a {
  color: #393b42;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.more-info-row a:hover {
  text-decoration: none;
}

.map {
  padding: 30px;
  margin-top: 35px;
}

.map .map-description {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
}

.map .mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 100%;
}

.map .gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

.map iframe {
  height: 400px;
  width: 100%;
}

.flashMessages {
  position: absolute;
  width: 800px;
  top: 20px;
  left: calc(50% - 400px);
  z-index: 1000;
}

#matches {
  text-align: center;
}

#matches .lastMatches {
  margin-top: 25px;
}

@media only screen and (max-width: 992px) {
  #matches .lastMatches .lastMatches-item {
    margin-bottom: 20px;
  }
}

#matches .lastMatches .lastMatches-item.last {
  display: block;
}

@media only screen and (max-width: 992px) and (min-width: 768px) {
  #matches .lastMatches .lastMatches-item.last {
    display: none;
  }
}

#matches .match-card {
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  color: white;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #153C7D;
}

#matches .match-card:hover .match-background {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

#matches .match-card .icon {
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  fill: #153C7D;
}

#matches .match-card .match-background {
  background-image: url(../../../www/img/backgrounds/match_large_1.jpeg);
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#matches .match-card .match-background .match-transparent-cover {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(95, 97, 105, 0.7);
  position: absolute;
  z-index: -1;
}

#matches .match-card .wrapper {
  padding: 40px 20px;
}

#matches .match-card .wrapper .heading {
  font-size: 30px;
  color: white;
  margin-bottom: 15px;
}

#matches .match-card .wrapper .teams .versus-row, #matches .match-card .wrapper .teams .results-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

#matches .match-card .wrapper .teams .versus-row .team-image-container .team-image, #matches .match-card .wrapper .teams .results-row .team-image-container .team-image {
  width: 90px;
  height: 90px;
}

#matches .match-card .wrapper .teams .versus-row {
  font-size: 20px;
}

#matches .match-card .wrapper .teams .versus-row .team-image-container .team-image {
  width: 120px;
  height: 120px;
  margin: 0 20px;
  margin-bottom: 30px;
}

#matches .match-card .wrapper .teams .results-row {
  font-size: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  #matches .match-card .wrapper .teams .results-row {
    font-size: 40px;
  }
}

@media only screen and (max-width: 768px) {
  #matches .match-card .wrapper .teams .results-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #matches .match-card .wrapper .teams .results-row > * {
    margin: 0 10px;
  }
}

#matches .match-card .wrapper .teams .results-row .team-image {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 576px) {
  #matches .match-card .wrapper .teams .results-row .team-image {
    display: none;
  }
}

#matches .match-card .wrapper .teams .teams-names {
  text-align: center;
}

#matches .match-card .wrapper .teams .teams-names .home {
  font-weight: bold;
}

#matches .match-card .wrapper .teams .date-and-place {
  margin-top: 20px;
  font-size: 20px;
  text-align: center;
}

#matches .match-card.last .wrapper {
  padding: 10px;
}

#matches .match-card.last .teams-names {
  margin-top: 20px;
  font-size: 20px;
}

#matches .match-card.last .teams-names .home {
  font-weight: bold;
}

.match-news-link {
  text-decoration: none;
}

#main-nav {
  padding: 0 30px;
  background-color: white;
  border-bottom: 5px solid #153C7D;
  position: relative;
}

#main-nav .navbar-toggler {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  #main-nav {
    padding: 10px 30px 0 30px;
  }
  #main-nav .navbar-nav {
    margin-top: 20px;
    margin-bottom: 0;
  }
}

#main-nav .nav-content {
  padding-left: 150px;
}

@media only screen and (max-width: 992px) {
  #main-nav .nav-content {
    padding: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    z-index: 100;
    background-color: white;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  #main-nav .nav-content .nav-item:last-child {
    border-bottom: none;
  }
}

#main-nav .nav-content .nav-item .submenu {
  display: none;
  list-style-type: none;
  padding: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  #main-nav .nav-content .nav-item .submenu {
    display: block;
  }
}

#main-nav .nav-content .nav-item .submenu .nav-link {
  padding: 5px 20px;
  font-size: 16px;
}

#main-nav .nav-content a {
  display: block;
  padding: 15px 20px;
  color: #393b42;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main-nav .nav-content a.active, #main-nav .nav-content a:hover {
  background-color: #153C7D;
  color: white;
}

@media only screen and (max-width: 992px) {
  #main-nav .nav-content a {
    background-color: transparent;
    text-align: center;
    font-size: 20px;
  }
  #main-nav .nav-content a.active {
    background-color: #153C7D;
    color: white;
  }
  #main-nav .nav-content a.active.submenu-active {
    background-color: #113267;
  }
  #main-nav .nav-content a:hover {
    background-color: transparent;
    color: #393b42;
    text-decoration: underline;
  }
}

#main-nav .team-logo {
  background-image: url(../../../www/img/clubs-logos/Dvur.png);
  height: 100px;
  width: 100px;
  position: absolute;
  top: 10px;
  left: 20px;
  z-index: 101;
}

@media only screen and (max-width: 992px) {
  #main-nav .team-logo {
    left: auto;
    right: 20px;
  }
}

#main-nav .team-moto {
  color: #153C7D;
  font-size: 20px;
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  #main-nav .team-moto {
    display: none;
  }
}

#selection-bar {
  background-color: white;
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  min-height: 50px;
  padding: 10px 0;
  width: 100%;
}

#selection-bar .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 576px) {
  #selection-bar .wrapper {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

@media only screen and (max-width: 576px) {
  #selection-bar .wrapper {
    width: 200px;
  }
}

#selection-bar .selecion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  #selection-bar .selecion-item {
    margin-top: 10px;
  }
}

#selection-bar .selecion-item .header {
  text-transform: uppercase;
  padding: 2.5px;
  font-weight: bold;
  margin-right: 10px;
}

#selection-bar .selecion-item .content .selecion-bar-select {
  width: 120px;
  border-radius: 30px;
  border: 2px solid #dbdbdb;
  text-align: center;
  padding: 2.5px;
}

#footer {
  background-color: #153C7D;
  color: white;
  margin-top: auto;
}

#footer .footer-section-row {
  text-align: center;
}

#footer .footer-section-row:nth-child(1) .footer-section {
  padding-top: 50px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  #footer .footer-section-row:nth-child(1) .footer-section {
    padding-top: 20px;
  }
}

#footer .footer-section-row:nth-child(2) .footer-section {
  padding-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  #footer .footer-section-row:nth-child(2) .footer-section {
    padding-bottom: 10px !important;
  }
}

#footer .footer-section-row .footer-section:nth-child(2) {
  background-color: #113267;
}

#footer .footer-section-row .footer-section .section-heading {
  font-size: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#footer .footer-section-row .footer-section .section-items {
  padding: 0;
}

#footer .footer-section-row .footer-section .section-items li {
  list-style: none;
  padding: 0;
}

#footer .footer-section-row .footer-section .section-items a {
  text-decoration: none;
  color: white;
  font-size: 18px;
  padding: 5px 0;
}

#footer .footer-section-row .footer-section .section-items a:hover {
  text-decoration: underline;
}

#footer .footer-section-row .copyright {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #footer .footer-section-row .copyright {
    padding-top: 15px;
    padding-bottom: 15px !important;
  }
}

#footer .dremys-row {
  display: none;
  background-color: white;
  color: #393b42;
  text-align: center;
  padding: 10px;
}

#footer .dremys-row .dremys {
  color: #F2B51B;
  font-weight: bold;
}

#teams #selection-bar .first-col {
  display: none;
}

#teams #selection-bar .second-col {
  width: 100% !important;
}

#teams .heading.players {
  margin-top: 40px;
}

#teams .heading.players.main {
  color: #153C7D;
  text-align: center;
}

#teams #matches {
  margin-bottom: 80px;
}

#players {
  margin-bottom: 50px;
}

#players .player-container {
  position: relative;
  margin-top: 20px;
}

#players .player-container:hover .player-info-large {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #players .player-container:hover .player-info-large {
    display: block !important;
  }
}

#players .player-container:hover .photo {
  -webkit-transform: scale(110%);
          transform: scale(110%);
  -webkit-transition: all 1s;
  transition: all 1s;
}

#players .player-container .player-photo {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

#players .player-container .player-photo .photo {
  width: 100%;
  height: 250px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#players .player-container .player-info-small {
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(21, 60, 125, 0.5)), to(rgba(21, 60, 125, 0.8)));
  background: linear-gradient(to left, rgba(21, 60, 125, 0.5), rgba(21, 60, 125, 0.8));
  border-bottom: 5px solid #153C7D;
}

#players .player-container .player-info-small .info {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#players .player-container .player-info-small .info .number {
  font-size: 40px;
  margin-right: 15px;
}

#players .player-container .player-info-small .info .name {
  font-size: 18px;
  text-transform: uppercase;
}

#players .player-container .player-info-small .info .position {
  font-size: 14px;
}

#players .player-container .player-info-large {
  display: none;
  background-color: #153C7D;
  color: white;
  padding: 5px 20px 15px 20px;
  position: absolute;
  left: 0;
  z-index: 10;
  min-height: 50px;
}

#players .player-container .player-info-large .info-row-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#players .player-container .player-info-large .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 14px;
}

#players .player-container .player-info-large .info-row :nth-child(1) {
  margin-right: 5px;
}

#players .player-container .player-info-large .description {
  margin-top: 10px;
  font-size: 14px;
  min-height: 220px;
}

#players .player-container .player-info-large .description .header {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
}

.matches-margin {
  margin-top: 20px;
}

#news .text-container {
  max-width: 1000px;
  margin: auto;
}

#news .text-container img {
  max-width: 500px !important;
  padding: 20px !important;
}

@media only screen and (max-width: 576px) {
  #news .text-container img {
    max-width: 270px !important;
    padding: 0 !important;
  }
}

#news .gallery-container {
  margin-top: 50px;
}

#news .header-row .col-12 {
  padding: 0;
}

#news .header-row .news-header {
  height: 500px;
  position: relative;
}

#news .header-row .news-header .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#news .header-row .news-header .image .transparent {
  background-color: rgba(95, 97, 105, 0.6);
  width: 100%;
  height: 100%;
}

#news .header-row .news-header .header {
  z-index: 10;
  text-align: center;
  width: 80%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#news .header-row .news-header .header * {
  color: white;
  font-size: 45px;
}

@media only screen and (max-width: 576px) {
  #news .header-row .news-header .header * {
    font-size: 30px;
  }
}

#news .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin-top: 10px;
  padding: 0 15px;
  width: 100%;
  max-width: 800px;
}

@media only screen and (max-width: 576px) {
  #news .news-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#news .news-info > * {
  margin-right: 5px;
}

#news .news-info a {
  color: #393b42;
}

#news .content-row {
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}

#readMore {
  margin-top: 70px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 992px) {
  #readMore .heading-divider {
    margin-bottom: 50px;
  }
}

#readMore .other-news-container {
  margin-top: 30px;
}

#readMore .other-news-container:hover .image {
  -webkit-transform: scale(110%);
          transform: scale(110%);
}

#readMore .other-news-container:hover .button {
  background-color: #113267;
}

#readMore .other-news-container .wrapper {
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  display: block;
  text-decoration: none;
}

#readMore .other-news-container .image-container {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

#readMore .other-news-container .image-container .image {
  -webkit-transition: all 1s;
  transition: all 1s;
  width: 100%;
  height: 100%;
}

#readMore .other-news-container .content-container {
  position: relative;
}

#readMore .other-news-container .content-container p {
  display: inline;
}

#readMore .other-news-container .content-container p::after {
  content: " \A\A";
  white-space: pre;
}

#readMore .other-news-container .content-container .header {
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 20px;
}

#readMore .other-news-container .content-container .header .truncate-text {
  -webkit-line-clamp: 2;
}

#readMore .other-news-container .content-container .description {
  height: 94px;
  padding: 0px 20px 30px 20px;
  color: #393b42;
}

#readMore .other-news-container .content-container .description .truncate-text {
  -webkit-line-clamp: 3;
  font-weight: normal !important;
}

#readMore .other-news-container .content-container .description .truncate-text * {
  font-weight: normal;
  font-size: 16px !important;
}

#readMore .other-news-container .content-container table {
  border: 1px solid gray;
}

#readMore .other-news-container .button {
  cursor: pointer;
  width: 100%;
  height: 40px;
  background-color: #153C7D;
  border-radius: 0;
  max-width: 100%;
}

#readMore .other-news-container .button:hover {
  background-color: #113267;
}

#readMore .other-news-container .button .icon {
  width: 23px;
  width: 23px;
}

@media only screen and (min-width: 992px) {
  #readMore .other-news-container:nth-child(2) {
    margin: 0;
  }
  #readMore .other-news-container:nth-child(2) .description {
    height: 146px !important;
  }
  #readMore .other-news-container:nth-child(2) .description .truncate-text {
    -webkit-line-clamp: 5;
  }
  #readMore .other-news-container:nth-child(2) .image-container {
    height: 230px !important;
  }
}

#readMore .back-to-homepage-row {
  margin-top: 80px;
}

.no-background-image {
  background-color: #153C7D;
}

/*------------------------------------*\
    MATERIAL PHOTO GALLERY
\*------------------------------------*/
.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}

.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g__thumbs-img.active {
  z-index: 50;
}

.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}

.m-p-g__thumbs-img.hide {
  opacity: 0;
}

.m-p-g__thumbs-img:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  -webkit-transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.m-p-g__fullscreen.active {
  -webkit-transition: background .25s ease-out, visibility .01s 0s linear;
  transition: background .25s ease-out, visibility .01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}

.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.55)));
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}

.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}

.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}

.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}

.m-p-g__controls-arrow:hover {
  opacity: 1;
}

.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  left: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.m-p-g__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}

.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}

.m-p-g__alertBox h2 {
  color: red;
}

#matches-page #matches-nav {
  background-color: #f2f2f2;
  height: 100%;
}

#matches-page #matches-nav .nav-item {
  padding: 51px 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#matches-page #matches-nav .nav-item.active {
  background-color: #153C7D;
}

#matches-page #matches-nav .nav-item:not(.active) {
  background-color: white;
  color: #393b42;
}

#matches-page #matches-nav .nav-item:not(.active) .icon {
  color: #153C7D;
}

#matches-page #matches-nav .nav-item:not(.active) .header {
  color: #153C7D;
}

#matches-page #matches-nav .nav-item:not(.active):hover {
  background-color: #153C7D;
  color: white !important;
}

#matches-page #matches-nav .nav-item:not(.active):hover .icon {
  color: white;
}

#matches-page #matches-nav .nav-item:not(.active):hover .header {
  color: white;
}

#matches-page #matches-nav .nav-item:hover {
  background-color: #153C7D;
  color: white !important;
}

#matches-page #matches-nav .nav-item .icon {
  margin-right: 10px;
}

#matches-page #matches-nav .nav-item .icon svg {
  width: 25px;
  height: 25px;
}

#matches-page #matches-nav .nav-item .header {
  text-transform: uppercase;
}

#matches-page #matches {
  margin-bottom: 100px;
}

#matches-page #matches .header-match {
  min-height: 450px;
}

#matches-page #matches .header-match .match-card {
  min-height: 450px;
}

#matches-page #matches .header-match .match-card .wrapper {
  min-height: 450px;
}

#matches-page #matches .header-match .match-card .results-row {
  margin-bottom: 50px;
}

#matches-page #matches .matches-list {
  width: 95%;
  margin: auto;
}

#matches-page #matches .matches-list .list-item {
  margin-top: 20px;
}

#matches-page #matches .matches-list .list-item:first-child {
  margin-top: 40px;
}

#matches-page #matches .matches-list .list-item:nth-child(odd) .last .wrapper {
  background-color: #f2f2f2;
  color: #393b42;
}

#matches-page #matches .matches-list .list-item:nth-child(odd) .last .news-button {
  color: #393b42 !important;
}

#matches-page #matches .matches-list .list-item:nth-child(odd) .last .news-button:hover {
  color: #153C7D !important;
}

#matches-page #matches .matches-list .list-item:nth-child(odd) .last .news-button:hover .icon {
  fill: #153C7D !important;
}

#matches-page #matches .matches-list .list-item:nth-child(odd) .last .news-button .icon {
  fill: #393b42 !important;
}

#matches-page #matches .matches-list .list-item .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#matches-page #matches .matches-list .list-item .last .news-button:hover {
  color: #cccccc !important;
}

#matches-page #matches .matches-list .list-item .last .news-button:hover .icon {
  fill: #cccccc !important;
}

#matches-page #matches .matches-list .list-item .last .match-background {
  position: relative;
  min-height: 318px;
  height: 385px;
  width: 600px;
}

@media only screen and (max-width: 992px) {
  #matches-page #matches .matches-list .list-item .last .match-background {
    display: none;
  }
}

#matches-page #matches .matches-list .list-item .last .wrapper {
  background-color: #153C7D;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 576px) {
  #matches-page #matches .matches-list .list-item .last .wrapper {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  #matches-page #matches .matches-list .list-item .last .wrapper .teams-names, #matches-page #matches .matches-list .list-item .last .wrapper .date-and-place {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #matches-page #matches .matches-list .list-item .last .wrapper .team-image {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #matches-page #matches .matches-list .list-item .last .wrapper .teams-names {
    margin-top: 10px;
  }
}

#matches-page #matches .match-card .matchCardContentFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

#matches-page #matches .match-card .wrapper {
  position: relative;
}

#matches-page #matches .match-card .wrapper .news-button {
  margin: auto;
  margin-top: 20px;
  border-radius: 0;
  font-weight: bold;
  text-decoration: underline;
  max-width: 300px;
}

#matches-page #matches .match-card .wrapper .news-button:hover {
  color: #393b42 !important;
}

#matches-page #matches .match-card .wrapper .news-button:hover .icon {
  fill: #393b42;
}

#matches-page #matches .match-card .wrapper .news-button .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 23px;
  width: 23px;
  fill: white;
  -webkit-transform: rotate(0deg) !important;
          transform: rotate(0deg) !important;
}

#matches-page #matches .match-card .wrapper .teams .results-row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

#matches-page #matches .match-card .wrapper .teams .results-row > div {
  margin: 0 15px;
}

@media only screen and (max-width: 576px) {
  #matches-page #lastMatchesSection .header-match .results-row {
    font-size: 45px;
  }
}

@media only screen and (max-width: 576px) {
  #matches-page #lastMatchesSection .header-match .team-image-container .team-image {
    display: block !important;
    width: 53px !important;
    height: 53px !important;
  }
}

@media only screen and (max-width: 1600px) {
  #matches-page #lastMatchesSection .list-item .match-background {
    max-width: 450px;
  }
}

@media only screen and (max-width: 1300px) {
  #matches-page #lastMatchesSection .list-item .match-background {
    max-width: 350px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
  #matches-page #lastMatchesSection .list-item .match-background {
    max-width: 290px;
  }
}

#matches-page #lastMatchesSection .list-item .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1400px) {
  #matches-page #lastMatchesSection .list-item .wrapper .results-row {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1050px) {
  #matches-page #lastMatchesSection .list-item .wrapper .results-row {
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  #matches-page #lastMatchesSection .list-item .wrapper .results-row {
    font-size: 60px;
  }
}

@media only screen and (max-width: 576px) {
  #matches-page #lastMatchesSection .list-item .wrapper .results-row {
    margin-top: 20px;
    font-size: 45px;
  }
}

@media only screen and (max-width: 1060px) and (min-width: 992px) {
  #matches-page #lastMatchesSection .list-item .wrapper .team-image-container {
    margin: 0 5px;
  }
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
  #matches-page #lastMatchesSection .list-item .wrapper .team-image-container .team-image {
    width: 70px;
    height: 70px;
  }
}

@media only screen and (max-width: 576px) {
  #matches-page #lastMatchesSection .list-item .wrapper .team-image-container .team-image {
    display: block !important;
    width: 55px !important;
    height: 55px !important;
  }
}

#matches-page #divisionTableSection .heading.divisionTable {
  margin-top: 50px;
}

#matches-page #divisionTableSection .division-container {
  margin-top: 20px;
  padding: 0 50px;
}

@media only screen and (max-width: 992px) {
  #matches-page #divisionTableSection .division-container {
    padding: 0;
  }
}

#matches-page #divisionTableSection .division-container thead tr {
  border: none;
}

#about-club .content, #about-stadium .content, #partners-page .content, #contact-page .content {
  max-width: 1000px;
}

#about-club .heading-row, #about-stadium .heading-row, #partners-page .heading-row, #contact-page .heading-row {
  margin-top: 40px;
  margin-bottom: 20px;
}

#about-club .image-col, #about-stadium .image-col, #partners-page .image-col, #contact-page .image-col {
  margin-top: 20px;
  margin-bottom: 20px;
}

#about-club .image-col .wrapper, #about-stadium .image-col .wrapper, #partners-page .image-col .wrapper, #contact-page .image-col .wrapper {
  max-width: 800px;
}

#about-club .image-col .wrapper img, #about-stadium .image-col .wrapper img, #partners-page .image-col .wrapper img, #contact-page .image-col .wrapper img {
  margin: auto;
  display: block;
  width: 100%;
}

#about-club .image-col .wrapper .description, #about-stadium .image-col .wrapper .description, #partners-page .image-col .wrapper .description, #contact-page .image-col .wrapper .description {
  font-size: 14px;
  color: gray;
  margin-top: 5px;
}

#about-club .image-col.small .wrapper, #about-stadium .image-col.small .wrapper, #partners-page .image-col.small .wrapper, #contact-page .image-col.small .wrapper {
  max-width: 300px;
}

#about-club .trophy-background, #about-club .map-background, #about-stadium .trophy-background, #about-stadium .map-background, #partners-page .trophy-background, #partners-page .map-background, #contact-page .trophy-background, #contact-page .map-background {
  background-color: #f2f2f2;
  padding: 40px 0 10px 0;
  margin-top: 40px;
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
}

#about-club .trophy-row, #about-stadium .trophy-row, #partners-page .trophy-row, #contact-page .trophy-row {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
}

@media only screen and (max-width: 992px) {
  #about-club .trophy-row, #about-stadium .trophy-row, #partners-page .trophy-row, #contact-page .trophy-row {
    padding-top: 20px;
  }
}

#about-club .trophy-row .trophy-list, #about-stadium .trophy-row .trophy-list, #partners-page .trophy-row .trophy-list, #contact-page .trophy-row .trophy-list {
  text-align: center;
  list-style: none;
  padding: 0;
}

#about-club .trophy-row .trophy-list li, #about-stadium .trophy-row .trophy-list li, #partners-page .trophy-row .trophy-list li, #contact-page .trophy-row .trophy-list li {
  padding: 10px 0;
}

#about-club .trophy-row .image-col, #about-stadium .trophy-row .image-col, #partners-page .trophy-row .image-col, #contact-page .trophy-row .image-col {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) {
  #about-club .trophy-row .image-col .wrapper, #about-stadium .trophy-row .image-col .wrapper, #partners-page .trophy-row .image-col .wrapper, #contact-page .trophy-row .image-col .wrapper {
    max-width: 600px;
    margin-left: auto !important;
  }
}

#about-club .back-to-homepage-row, #about-stadium .back-to-homepage-row, #partners-page .back-to-homepage-row, #contact-page .back-to-homepage-row {
  margin-bottom: 50px;
}

#about-club .back-to-homepage-row .backToHomepage, #about-stadium .back-to-homepage-row .backToHomepage, #partners-page .back-to-homepage-row .backToHomepage, #contact-page .back-to-homepage-row .backToHomepage {
  background-color: #153C7D;
  color: white !important;
  margin-top: 70px;
}

#about-club .back-to-homepage-row .backToHomepage:hover, #about-stadium .back-to-homepage-row .backToHomepage:hover, #partners-page .back-to-homepage-row .backToHomepage:hover, #contact-page .back-to-homepage-row .backToHomepage:hover {
  background-color: #113267;
}

#about-club .list, #about-stadium .list, #partners-page .list, #contact-page .list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

#about-club .list li, #about-stadium .list li, #partners-page .list li, #contact-page .list li {
  padding: 5px 0;
}

#about-club .map, #about-stadium .map, #partners-page .map, #contact-page .map {
  margin: 30px auto;
  padding: 0;
}

#about-club .partner-container, #about-stadium .partner-container, #partners-page .partner-container, #contact-page .partner-container {
  margin-top: 50px;
  padding-top: 40px;
  padding-bottom: 50px;
}

#about-club .partner-container.even, #about-stadium .partner-container.even, #partners-page .partner-container.even, #contact-page .partner-container.even {
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
}

#about-club .partner-container.small .header-row .logo .logo-wrapper, #about-stadium .partner-container.small .header-row .logo .logo-wrapper, #partners-page .partner-container.small .header-row .logo .logo-wrapper, #contact-page .partner-container.small .header-row .logo .logo-wrapper {
  max-width: 300px;
}

#about-club .partner-container.small .header-row .logo .logo-wrapper img, #about-stadium .partner-container.small .header-row .logo .logo-wrapper img, #partners-page .partner-container.small .header-row .logo .logo-wrapper img, #contact-page .partner-container.small .header-row .logo .logo-wrapper img {
  width: 100%;
}

#about-club .partner-container.small .content-row, #about-stadium .partner-container.small .content-row, #partners-page .partner-container.small .content-row, #contact-page .partner-container.small .content-row {
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
}

#about-club .partner-container .header-row, #about-stadium .partner-container .header-row, #partners-page .partner-container .header-row, #contact-page .partner-container .header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#about-club .partner-container .header-row .header, #about-stadium .partner-container .header-row .header, #partners-page .partner-container .header-row .header, #contact-page .partner-container .header-row .header {
  margin-left: 40px;
}

@media only screen and (max-width: 768px) {
  #about-club .partner-container .header-row .header, #about-stadium .partner-container .header-row .header, #partners-page .partner-container .header-row .header, #contact-page .partner-container .header-row .header {
    margin: 0;
    margin-top: 20px;
  }
}

#about-club .partner-container .header-row .header *, #about-stadium .partner-container .header-row .header *, #partners-page .partner-container .header-row .header *, #contact-page .partner-container .header-row .header * {
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #about-club .partner-container .header-row .header *, #about-stadium .partner-container .header-row .header *, #partners-page .partner-container .header-row .header *, #contact-page .partner-container .header-row .header * {
    text-align: center;
  }
}

#about-club .partner-container .header-row .logo .logo-wrapper, #about-stadium .partner-container .header-row .logo .logo-wrapper, #partners-page .partner-container .header-row .logo .logo-wrapper, #contact-page .partner-container .header-row .logo .logo-wrapper {
  max-width: 150px;
}

#about-club .partner-container .header-row .logo .logo-wrapper img, #about-stadium .partner-container .header-row .logo .logo-wrapper img, #partners-page .partner-container .header-row .logo .logo-wrapper img, #contact-page .partner-container .header-row .logo .logo-wrapper img {
  width: 100%;
}

#about-club .partner-container .content-row, #about-stadium .partner-container .content-row, #partners-page .partner-container .content-row, #contact-page .partner-container .content-row {
  margin: auto;
  margin-top: 50px;
  max-width: 1000px;
}

#about-club .partner-container .company-info-row, #about-stadium .partner-container .company-info-row, #partners-page .partner-container .company-info-row, #contact-page .partner-container .company-info-row {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

#about-club .partner-container .company-info-row .company-info, #about-club .partner-container .company-info-row .company-contact, #about-stadium .partner-container .company-info-row .company-info, #about-stadium .partner-container .company-info-row .company-contact, #partners-page .partner-container .company-info-row .company-info, #partners-page .partner-container .company-info-row .company-contact, #contact-page .partner-container .company-info-row .company-info, #contact-page .partner-container .company-info-row .company-contact {
  width: 250px;
  margin-top: 20px;
}

#partners-page .backToHomepage {
  margin-top: 20px !important;
}

#contact-page .background-gray {
  background-color: #f2f2f2;
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  padding-bottom: 20px;
}

#contact-page .subheading {
  text-align: left;
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  #contact-page .subheading {
    text-align: center;
  }
}

#contact-page .contact-item {
  margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
  #contact-page .contact-item {
    text-align: center;
  }
}

#contact-page .contact-item .name {
  text-transform: uppercase;
}

#contact-page .contact-item a {
  color: #393b42;
}

@media only screen and (max-width: 576px) {
  #contact-page .adress-info {
    text-align: center;
  }
}

#contact-page .map {
  margin-top: 35px;
  padding: 30px;
}

#mainSection {
  position: relative;
}

#intro {
  padding: 0 30px;
}

@media only screen and (max-width: 576px) {
  #intro {
    padding: 0;
  }
}

#intro .news-carousel-col, #intro .news-list-col {
  padding: 0;
}

#intro #news-carousel .news-item .news-image {
  width: 100%;
  height: 600px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#intro #news-carousel .news-item .news-image .news-transparent-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(95, 97, 105, 0.6);
  position: absolute;
}

#intro #news-carousel .news-item .news-wrapper {
  color: white;
  padding: 100px;
  max-width: 800px;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  #intro #news-carousel .news-item .news-wrapper {
    max-width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  #intro #news-carousel .news-item .news-wrapper {
    padding: 100px 20px;
  }
}

#intro #news-carousel .news-item .news-wrapper .news-heading {
  font-size: 40px;
  line-height: 47px;
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  #intro #news-carousel .news-item .news-wrapper .news-heading {
    font-size: 30px;
    line-height: 37px;
  }
}

#intro #news-carousel .news-item .news-wrapper .news-button {
  margin-top: 30px;
  font-size: 20px;
}

@media only screen and (max-width: 992px) {
  #intro #news-carousel .news-item .news-wrapper .news-button {
    margin: auto;
    margin-top: 70px;
  }
}

#intro #news-carousel .news-item .news-wrapper .news-button .icon {
  width: 23px;
  height: 23px;
  padding-bottom: 2px;
  margin-right: 10px;
}

#intro #news-carousel .news-nav {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  max-width: 200px;
}

#intro #news-carousel .news-nav .carousel-arrow {
  cursor: pointer;
  padding: 10px;
}

#intro #news-carousel .news-nav .carousel-arrow svg {
  width: 30px;
  height: 30px;
}

#intro #news-carousel .news-nav div {
  margin: 0 10px;
}

#intro .news-list {
  margin-left: -10px;
}

@media only screen and (max-width: 992px) {
  #intro .news-list {
    display: none;
  }
}

#intro .news-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 120px;
  padding: 20px 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
  text-decoration: none;
  color: #393b42;
  cursor: pointer;
}

#intro .news-list .list-item .text {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#intro .news-list .list-item .text p {
  display: inline;
}

#intro .news-list .list-item .text p::after {
  content: " \A\A";
  white-space: pre;
}

#intro .news-list .list-item.active, #intro .news-list .list-item:hover {
  background-color: #f2f2f2;
  text-decoration: underline;
}

#intro .news-list .list-item.primary {
  background-color: #153C7D;
  color: white;
}

#intro .news-list .list-item.primary.active, #intro .news-list .list-item.primary:hover {
  background-color: #113267;
}

#divisionTable {
  margin-top: 60px;
}

#divisionTable .heading {
  text-align: center;
  margin-bottom: 30px;
}

#divisionTable .table-iframe {
  width: 100%;
  height: 800px;
  display: none;
}

#partners {
  background-color: #153C7D;
  color: white;
  padding: 30px;
  margin-top: 50px;
}

#partners .heading {
  color: white;
  text-align: center;
  margin-bottom: 40px;
}

#partners #partners-carousel {
  max-width: 70%;
  margin: auto;
}

@media only screen and (max-width: 576px) {
  #partners #partners-carousel {
    max-width: 100%;
  }
}

#partners #partners-carousel .partner-item .wrapper {
  text-align: center;
  font-weight: bold;
}

#partners #partners-carousel .partner-item .wrapper .logo-wrapper {
  height: 100px;
}

@media only screen and (max-width: 768px) {
  #partners #partners-carousel .partner-item .wrapper .logo-wrapper {
    height: 150px;
  }
}

#partners #partners-carousel .partner-item .wrapper .logo-wrapper .logo {
  width: 100%;
  height: 100%;
  max-height: 100px;
}

@media only screen and (max-width: 768px) {
  #partners #partners-carousel .partner-item .wrapper .logo-wrapper .logo {
    max-height: 150px;
  }
}

#partners #partners-carousel .partner-item .wrapper .name {
  margin-top: 30px;
  font-size: 20px;
}

#clubInfo {
  margin-top: 60px;
}

#clubInfo .heading {
  text-align: center;
}

#clubInfo .moto {
  color: #153C7D;
}

#clubInfo .content {
  margin-top: 30px;
}

#contact {
  margin-top: 80px;
}

#contact .contact-container {
  -webkit-box-shadow: 2px 2px 8px 0px #393B42;
          box-shadow: 2px 2px 8px 0px #393B42;
  padding: 20px;
}

#contact .heading {
  padding-top: 20px;
  text-align: center;
}
/*# sourceMappingURL=main.css.map */