@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuvMQg.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensanscondensed/v23/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuvMQg.ttf) format('truetype');
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
body,
html {
  color: #000;
  background-color: #e7e7e7;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
}
body .main-wrapper,
html .main-wrapper {
  max-width: 1255px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
}
body ul,
html ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body a,
html a {
  color: #202020;
  text-decoration: none !important;
}
body a:hover,
html a:hover {
  color: #C1002A;
}
.section-title {
  font-size: 33px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.section-title.no-bottom-pad {
  padding-bottom: 0;
}
.section-title-about {
  font-size: 33px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 15px 0;
}
.sl-wrapper .sl-close {
  background-image: url(../images/close.png);
  background-repeat: no-repeat;
  text-indent: -19999px;
}
.scrolled header {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1111;
  padding-top: 0;
}
.scrolled header .custom-container {
  -webkit-box-shadow: -2px 10px 17px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 10px 17px -9px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 10px 17px -9px rgba(0, 0, 0, 0.75);
  max-width: 1255px;
  padding-top: 5px;
}
.scrolled header .logo img {
  width: 40px;
}
.scrolled header .main-navigation {
  padding-top: 15px;
}
.scrolled .main-wrapper {
  margin-top: 135px !important;
}
header {
  padding: 0 0 30px 0;
  height: 150px;
  /*-webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;*/
}
header .custom-container {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .logo {
  padding-top: 5px;
}
header .main-navigation {
  padding-top: 33px;
  text-align: right;
}
header .main-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .main-navigation ul li {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 14px;
}
@media (max-width: 1199px) {
  header .main-navigation ul li {
    display: block;
  }
}
header .main-navigation ul li a,
header .main-navigation ul li span {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}
header .main-navigation ul li a.active,
header .main-navigation ul li span.active {
  color: #C1002A;
}
@media (max-width: 1199px) {
  header .main-navigation ul li a,
  header .main-navigation ul li span {
    padding: 6px 0;
  }
}
header .main-navigation ul li:hover > a,
header .main-navigation ul li:hover span {
  color: #C1002A;
}
header .main-navigation .has-submenu {
  padding-right: 0;
}
header .main-navigation .has-submenu > span {
  position: relative;
  padding-right: 25px;
}
header .main-navigation .has-submenu > span:after {
  display: block;
  content: '\e800';
  font-family: fontello;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  font-size: 80%;
}
@media (min-width: 1200px) {
  header .main-navigation .has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199px) {
  header .main-navigation .has-submenu.opened .submenu {
    display: block;
  }
}
header .main-navigation .submenu {
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  header .main-navigation .submenu {
    padding: 20px 15px 5px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 270px;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 6px 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 6px 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
}
@media (max-width: 1199px) {
  header .main-navigation .submenu {
    display: none;
  }
}
header .main-navigation .submenu a {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
}
.nav-toggle {
  cursor: pointer;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  z-index: 1000;
  right: 15px;
  top: 33px;
  position: absolute;
}
@media (min-width: 1199px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-border-radius: 1px;
  border-radius: 1px;
  height: 2px;
  width: 28px;
  background: #9a3643;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.nav-toggle span:before {
  top: -10px;
}
.nav-toggle span:after {
  bottom: -10px;
}
.nav-opened {
  overflow: hidden;
}
.nav-opened .main-navigation {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.nav-opened .nav-toggle span {
  width: 20px;
  background: none;
}
.nav-opened .nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  right: 0;
  background: #000;
}
.nav-opened .nav-toggle span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  background: #000;
}
@media (max-width: 1199px) {
  header {
    position: fixed;
    height: 70px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 0;
  }
  header .logo img {
    width: 40px;
  }
  header .main-navigation {
    overflow-y: auto;
    width: 300px;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 2;
    text-align: left;
    background-color: #ebebeb;
  }
  .main-wrapper {
    padding-top: 100px;
  }
}
@media (max-width: 576px) {
  header .main-navigation {
    width: 100%;
  }
}
footer {
  color: #fff;
  padding-bottom: 35px;
  background-image: url(../images/footer-vector.png);
  background-repeat: no-repeat;
  background-position: right;
  padding-top: 110px;
}
footer .special-container {
  padding: 9px 60px 5px 60px;
  background-color: #2a2a2a;
}
footer .footer-nav li {
  display: inline-block;
  padding: 0 5px;
}
footer .footer-nav li a {
  color: #fff;
  font-size: 16px;
}
footer .social {
  padding-bottom: 10px;
  padding-top: 5px;
}
footer .social li {
  display: inline-block;
  padding: 0 8px;
}
@media (min-width: 1200px) {
  .background {
    background-image: url(../images/background2.png), url(../images/background1.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top 133px left, top right;
  }
  .background.meci {
    background-position: top 236px left, top right;
    margin-top: -45px;
    padding-top: 40px;
  }
}
.team-gallery {
  margin-bottom: 40px;
}
.team-gallery .item {
  display: block;
  padding: 15px 15px;
  background: #F2F2F2;
  margin: 0 2px;
  height: 290px;
  position: relative;
  overflow: hidden;
}
.team-gallery .item:hover .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team-gallery .item .thumb {
  background-size: cover !important;
  background-position: center center !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  position: absolute;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.team-gallery .next-slide {
  position: absolute;
  top: 50%;
  right: -20px;
  cursor: pointer;
  transform: translateY(-50%);
}
.team-gallery .prev-slide {
  position: absolute;
  top: 50%;
  left: -20px;
  cursor: pointer;
  transform: translateY(-50%);
}
.cupe {
  padding-bottom: 15px;
}
.cupe .box {
  display: inline-block;
  vertical-align: middle;
  padding-right: 22px;
  padding-left: 22px;
}
.cupe .box img {
  display: inline-block;
}
.cupe .box .bold-text {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 31px;
  padding-right: 9px;
  padding-left: 7px;
}
.cupe .box .simple-text {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 16px;
  font-size: 15px;
}
.cupe .social {
  text-align: right;
  padding-top: 12px;
}
.cupe .social li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.news {
  padding-bottom: 40px;
  position: relative;
}
.news .vector-left {
  position: absolute;
  bottom: -20px;
}
.news .vector-right {
  position: absolute;
  top: -20px;
  right: 0;
}
.main-banner {
  padding-bottom: 30px;
  border-right: 6px solid #9a3643;
  padding-top: 15px;
}
.main-banner .custom {
  position: relative;
}
.main-banner .banner-text {
  padding-top: 35px;
}
.main-banner .banner-text .title {
  font-weight: 700;
  font-size: 45px;
  line-height: 42px;
  padding-bottom: 12px;
}
.main-banner .banner-text .title span {
  font-size: 44px;
}
.main-banner .banner-text p {
  font-weight: 300;
  font-size: 14px;
}
.main-banner .banner-text .w-btn {
  padding-left: 10px;
}
.main-banner .image {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.main-banner .prev-slide {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.main-banner .next-slide {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.main-banner .slick-slide {
  height: auto;
}
.red-btn {
  background-color: #9c3643;
  width: 170px;
  height: 40px;
  text-align: center;
  transform: skewX(-30deg);
  border: 1px solid #9c3643;
  transition: 0.3s ease-out;
}
.red-btn:hover {
  background-color: transparent;
}
.red-btn:hover a {
  color: #9c3643;
}
.red-btn a {
  color: #fff;
  font-size: 16px;
  padding: 7px 0 9px 0;
  display: block;
  transform: skewX(30deg);
}
.red-btn.xl {
  width: 215px;
  height: 50px;
}
.red-btn.xl a {
  font-size: 18px;
  padding: 10px 0 9px 0;
  font-weight: 700;
}
.red-btn.xs {
  width: 140px;
  height: 30px;
}
.red-btn.xs a {
  font-size: 14px;
  padding: 3px 0 9px 0;
}
.red-btn.white {
  background-color: #fff;
  border: 1px solid #fff;
}
.red-btn.white a {
  color: #9c3643;
}
@media (max-width: 1199px) {
  .cupe .box {
    padding-right: 22px;
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  .cupe .social {
    display: none;
  }
  .main-banner .image {
    height: 300px;
  }
  .main-banner .banner-text {
    padding-top: 30px;
    text-align: center;
  }
  .main-banner .banner-text .title {
    font-size: 26px;
    line-height: 30px;
  }
  .red-btn {
    margin: 0 auto;
  }
  .section-title {
    text-align: center;
  }
  footer {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cupe {
    display: none;
  }
  .logo img {
    width: 40px;
  }
  .nav-toggle {
    top: 30px;
    right: 3px;
  }
  .main-banner {
    border-right: 0;
  }
  .news .vector-right {
    display: none;
  }
  .team-gallery {
    padding: 0 15px;
  }
  .team-gallery .next-slide {
    right: -11px;
  }
  .team-gallery .prev-slide {
    left: -11px;
  }
  .team-gallery .item {
    height: 333px;
  }
  .team-gallery .item .thumb {
    background-position: center top!important;
  }
  .main-banner .mobile .image {
    height: 250px;
  }
}
.inner-banner.meci {
  padding: 20px 0 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
}
.inner-banner.meci .box {
  text-align: center;
}
.inner-banner.meci .box .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 29px;
  padding-top: 12px;
}
.inner-banner.meci .box .score {
  color: #90323E;
  font-weight: 700;
  font-size: 160px;
  line-height: 150px;
  -webkit-text-stroke: 2px #fff;
}
.inner-banner.meci .box .client-logo {
  padding-bottom: 33px;
}
.inner-banner.meci .box .center-logo {
  padding-bottom: 60px;
}
.inner-banner.meci .box .date {
  font-weight: 700;
  font-size: 20px;
  line-height: 1px;
}
.inner-banner.meci .box .vs {
  color: #90323E;
  font-weight: 700;
  font-size: 52px;
}
.antrenori {
  border: 2px solid #90323E;
  margin-bottom: 44px;
  padding: 20px 0;
  position: relative;
  transform: skewX(-30deg);
}
.antrenori .antrenor {
  font-weight: 700;
  font-size: 27px;
  padding-left: 77px;
  transform: skewX(30deg);
}
.skew-boxes {
  padding-bottom: 30px;
}
.skew-boxes .box {
  background-color: rgba(144, 50, 64, 0.9);
  padding: 88px 77px 80px 77px;
  margin-bottom: 30px;
  position: relative;
}
.skew-boxes .box:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 122px 122px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.skew-boxes .box:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 111px 111px 0 0;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.skew-boxes table {
  width: 100%;
}
.skew-boxes table td {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 8px;
}
.skew-boxes table td:last-child {
  text-align: right;
}
.vector-top.inner {
  padding-bottom: 20px;
}
.vs-section {
  padding-bottom: 35px;
}
.vs-section .box {
  text-align: center;
}
.vs-section .date {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
}
.vs-section .vs {
  color: #9A3642;
  font-weight: 700;
  font-size: 33px;
}
.vs-section .name {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
}
.vs-section .name2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  padding-top: 15px;
}
.vs-section .client-logo.dis {
  display: inline-block;
  vertical-align: middle;
}
.vs-section .client-logo img {
  display: inline-block;
  vertical-align: middle;
}
.vs-section .score {
  display: inline-block;
  vertical-align: middle;
  padding: 0 40px;
  color: #90323E;
  font-weight: 700;
  font-size: 80px;
}
.vs-section .center-logo {
  margin-top: -60px;
}
.buy-section {
  padding-bottom: 70px;
}
.timp-ramas-box {
  transform: skewX(-30deg);
  border: 2px solid #9c3643;
  padding: 27px 50px 18px 50px;
  display: inline-block;
  float: right;
}
.timp-ramas-box .content {
  transform: skew(30deg);
}
.timp-ramas-box span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  padding-right: 10px;
}
.timp-ramas-box ul {
  display: inline-block;
  vertical-align: middle;
}
.timp-ramas-box ul li {
  display: inline-block;
  color: #90323E;
  font-weight: 700;
  font-size: 44px;
  padding: 0 11px;
  text-align: center;
  line-height: 27px;
  position: relative;
}
.timp-ramas-box ul li:not(:last-child):after {
  content: ":";
  font-size: 30px;
  position: absolute;
  top: -1px;
  right: -5px;
}
.timp-ramas-box ul li span {
  color: #000;
  font-weight: 300;
  padding-right: 0;
  display: block;
  font-size: 14px;
}
.buy-section .red-btn {
  margin: 0 auto;
  margin-top: 30px;
}
.w-special-title {
  overflow: hidden;
}
.w-special-title.border-b {
  border-bottom: 1px solid #9c3643;
}
.w-special-title .special-title {
  background-color: #9c3643;
  text-align: center;
  transform: skewX(-30deg);
  border: 1px solid #9c3643;
  transition: 0.3s ease-out;
  color: #fff;
  display: inline-block;
  padding: 10px 30px 10px 25px;
  margin-left: -22px;
}
.w-special-title .special-title .no-skew {
  transform: skewX(30deg);
  font-weight: 700;
  font-size: 30px;
}
.w-special-title .special-title.xs {
  padding: 10px 100px 10px 25px;
}
.w-special-title .special-title.xs .no-skew {
  font-size: 24px;
}
.w-table-section {
  padding-bottom: 90px;
}
.table-section {
  padding-bottom: 10px;
}
.table-section .border-top {
  border-top: 2px solid #9c3643 !important;
  padding: 14px 0 14px 0;
}
.table-section .date {
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  vertical-align: middle;
}
.table-section .client-logo {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
}
.table-section .client-logo img {
  height: 50px;
}
.table-section .liga {
  display: inline-block;
  vertical-align: middle;
  color: #90323E;
}
.table-section .name {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  font-size: 21px;
  line-height: 22px;
}
.table-section .score {
  transform: skewX(-22deg);
  border: 1px solid #9c3643;
  transition: 0.3s ease-out;
  background-color: #9c3643;
  padding: 2px 14px;
  margin: 0 15px;
  display: inline-block;
}
.table-section .score .content {
  transform: skewX(22deg);
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.table-section .red-btn {
  margin-top: 15px;
}
.inner-banner.rezultate {
  height: 435px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 80px;
}
.w-table-section.marginTop {
  margin-top: -84px;
}
.banner-team {
  position: relative;
  background-size: cover;
  background-position: center center;
  padding: 80px 60px 50px 60px;
}
.banner-team:before {
  content: '';
  background-color: rgba(144, 50, 62, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.banner-team .title {
  color: #fff;
  text-transform: uppercase;
  font-size: 100px;
  font-weight: 700;
}
.team-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 115px;
}
.team-nav ul li {
  display: inline-block;
  padding: 0 8px;
}
.team-nav ul li a {
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}
.team-nav ul li a.active {
  color: #90323E;
}
.team-nav ul li a:hover {
  color: #90323E;
}
.inner-team {
  padding-top: 20px;
}
.inner-team .box-team {
  background-color: #ebeeeb;
  min-width: 210px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .inner-team .box-team {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: none;
  }
}
.inner-team .left {
  width: 100%;
  max-width: 100%;
  padding: 20px;
}
@media (min-width: 768px) {
  .inner-team .left {
    -webkit-flex-basis: 0;
    -ms-flex-basis: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
.inner-team .right {
  max-width: 100%;
  width: 100%;
  margin-top: auto;
}
@media (min-width: 768px) {
  .inner-team .right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
}
.inner-team .right .image {
  height: 350px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .inner-team .right .image {
    width: 250px;
    height: 350px;
  }
}
.inner-team .right .image img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
  min-height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.inner-team .number {
  color: #90323E;
  font-weight: 700;
  font-size: 80px;
  /* -webkit-text-stroke: 1px black;*/
  line-height: 1;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .inner-team .number {
    font-size: 60px;
  }
}
.inner-team .name {
  color: #90323E;
  font-weight: 700;
  font-size: 35px;
  line-height: 34px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .inner-team .name {
    font-size: 25px;
    line-height: 25px;
  }
}
.inner-team .function {
  font-size: 20px;
  color: #90323E;
}
.inner-team .age {
  font-size: 20px;
  color: #90323E;
}
.inimi-visini .title.left {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  padding-top: 30px;
}
.inimi-visini .title.right {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 132px;
  color: #90323E;
  text-align: right;
  line-height: 100px;
  padding-bottom: 30px;
}
.inimi-visini .right-sec {
  padding-top: 40px;
}
.inimi-visini .simple-text p {
  font-size: 20px;
  padding-bottom: 20px;
}
.about-us-banner {
  height: 420px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 30px;
}
.about-us-content .right {
  background-image: url(../images/ehf_cl_trophy.png);
  text-align: center;
  padding-left: 174px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: left;
}
.about-us-content .simple-text p {
  font-size: 20px;
  padding-bottom: 20px;
}
.about-us-content .right .title {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 60px;
}
.about-us-content .right .about-nav ul li {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 15px;
}
.about-us-content .right .about-nav ul li a {
  font-weight: 400;
}
.media-section .videos-sec {
  padding-bottom: 40px;
  padding-top: 30px;
}
.media-section .videos-left {
  border-top: 1px solid #9c3643;
  border-left: 1px solid #9c3643;
  border-right: 1px solid #9c3643;
}
.media-section .videos-left .box {
  border-bottom: 1px solid #9c3643;
}
.media-section .videos-left .icon {
  display: inline-block;
  width: 33%;
  text-align: center;
  vertical-align: middle;
}
.media-section .videos-left .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  padding: 17px 0 17px 0;
}
.media-section .videos-right .video-box {
  padding-bottom: 20px;
}
.articles .wide-box .w-title {
  height: 250px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.articles .wide-box .image-bg {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 49.5%;
}
.articles .w-title.red {
  background-color: #90323E;
}
.articles .w-title .title {
  font-size: 48px;
  font-weight: 700;
  padding: 20px 0;
}
.articles .w-title span.red {
  color: #90323E;
}
.articles .w-title span.white {
  color: #fff;
}
.articles .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px;
  padding-right: 10px;
}
.articles .box .image-bg {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles .box .w-title {
  height: 250px;
  position: relative;
}
.articles .height-box .image-bg {
  height: 505px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.articles .height-box .content {
  position: absolute;
  bottom: 30px;
  transform: none;
  top: auto;
}
.articles .height-box .content .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.banner-sustine-rapidul .main-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 50px;
}
.banner-sustine-rapidul .banner-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 69px;
}
.banner-sustine-rapidul .banner-title span {
  font-size: 125px;
  color: #90323E;
}
.banner-sustine-rapidul .banner-title {
  margin-right: -88px;
  position: relative;
  z-index: 1;
  padding-top: 120px;
  line-height: 114px;
}
.sustine-rapidul .left {
  padding-right: 45px;
}
.sustine-rapidul .wide-box {
  margin-bottom: 20px;
  border: 1px solid;
}
.sustine-rapidul .wide-box .img {
  height: 270px;
  background-repeat: no-repeat;
  background-size: cover;
}
.sustine-rapidul .content {
  background-color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
}
.sustine-rapidul .box {
  margin-bottom: 20px;
  border: 1px solid;
}
.sustine-rapidul .box .img {
  height: 184px;
  background-repeat: no-repeat;
  background-size: cover;
}
.sustine-rapidul .box .content {
  font-size: 22px;
}
/* Responsive */
@media (max-width: 1366px) {
  .about-us-banner {
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .articles .wide-box .image-bg {
    width: 49%;
  }
  .banner-sustine-rapidul .banner-title {
    font-size: 45px;
    margin-right: 0;
    line-height: 72px;
  }
  .banner-sustine-rapidul .banner-title span {
    font-size: 90px;
  }
}
@media (max-width: 991px) {
  .media-section .videos-left {
    margin-bottom: 30px;
  }
  .w-table-section.marginTop {
    margin-top: 0;
  }
  .inner-banner.rezultate {
    height: auto;
    padding-top: 35px;
  }
  .vs-section .center-logo {
    margin-top: 0;
  }
  .timp-ramas-box {
    float: none;
    text-align: center;
    display: block;
  }
  .about-us-content .right {
    padding-left: 0;
  }
  .banner-sustine-rapidul {
    text-align: center;
  }
  .banner-sustine-rapidul .main-title {
    padding-bottom: 20px;
  }
  .banner-sustine-rapidul .banner-title {
    padding-bottom: 30px;
  }
  .sustine-rapidul .left {
    padding-right: 0;
  }
  .inimi-visini .title.left {
    font-size: 58px;
    line-height: 62px;
    text-align: center;
  }
  .inimi-visini .title.right {
    font-size: 88px;
    text-align: center;
    line-height: 81px;
  }
  .inimi-visini .right-sec {
    padding-top: 15px;
  }
  .banner-sustine-rapidul .banner-title {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .table-section .name {
    font-size: 16px;
    display: block;
  }
  .articles .w-title {
    width: 100% !important;
    height: auto !important;
    padding: 20px 0;
  }
  .articles .wide-box .image-bg {
    width: 100%;
  }
  .articles .content {
    position: static;
    transform: none;
  }
  .articles .wide-box .image-bg {
    height: 200px;
  }
  .articles .wide-box {
    margin-bottom: 20px;
  }
  .articles .height-box .image-bg {
    height: 350px;
  }
  .vs-section .name {
    font-size: 16px;
    line-height: 21px;
    padding: 0;
    display: block;
    text-align: center;
  }
  .vs-section .client-logo img {
    width: 60%;
  }
}
@media (max-width: 640px) {
  footer {
    padding-top: 50px;
  }
  .vs-section .score {
    font-size: 34px;
    padding: 0;
  }
  .vs-section .name2 {
    font-size: 15px;
    line-height: 18px;
  }
  .vs-section .client-logo.dis img {
    width: 55%;
  }
  .vs-section .center-logo img {
    width: 45%;
  }
  .vs-section .vs {
    font-size: 24px;
  }
  .w-special-title .special-title .no-skew {
    font-size: 20px;
  }
  .table-section .score {
    text-align: center;
    margin: 20px;
    display: block;
  }
  .table-section .border-top {
    text-align: center;
    display: block;
  }
  .table-section .date {
    display: block;
  }
  .table-section .liga {
    display: block;
    padding-bottom: 10px;
    padding-right: 0;
  }
  .w-table-section {
    padding-bottom: 0;
  }
  .table-section {
    padding-bottom: 48px;
  }
  .timp-ramas-box {
    padding: 12px 20px 12px 20px;
    margin: 0 20px;
  }
  .timp-ramas-box ul li {
    line-height: 18px;
    font-size: 24px;
  }
  .about-us-banner {
    height: 250px;
  }
  .sustine-rapidul .wide-box .img {
    height: 200px;
  }
  .sustine-rapidul .content {
    font-size: 20px;
  }
  .sustine-rapidul .box .content {
    font-size: 20px;
  }
  .inner-banner.meci {
    padding: 20px 0 50px 0;
  }
  .inner-banner.meci .box .client-logo img {
    width: 50%;
  }
  .inner-banner.meci .box .center-logo img {
    width: 60%;
  }
  .inner-banner.meci .box .name {
    font-size: 18px;
    line-height: 21px;
  }
  .inner-banner.meci .box .score {
    font-size: 64px;
  }
  .inner-banner.meci .line {
    display: none;
  }
  .inner-banner.meci .box {
    height: 100%;
    position: relative;
  }
  .inner-banner.meci .box .score {
    font-size: 64px;
    position: absolute;
    bottom: 0;
    line-height: 0;
    left: 50%;
    transform: translate(-50%);
  }
  .antrenori .antrenor {
    font-size: 19px;
    padding-left: 0;
  }
  .antrenori {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .skew-boxes .box {
    padding: 20px 20px 20px 20px;
  }
  .skew-boxes .box:before {
    display: none;
  }
  .skew-boxes .box:after {
    display: none;
  }
  .banner-team {
    padding: 0 10px 25px 10px;
  }
  .banner-team .team-nav {
    padding-top: 0;
  }
  .banner-team .title {
    font-size: 75px;
  }
  .banner-team .team-nav ul li {
    padding: 0 7px;
  }
  .banner-team .team-nav ul li a {
    font-size: 16px;
  }
}
@media (max-width: 444px) {
  .about-us-banner {
    height: 144px;
  }
}
/*________________________________________*/
.vector-top.relative {
  position: relative;
}
.w-main-page-title {
  position: absolute;
  top: 50%;
  left: 170px;
  transform: translateY(-50%);
}
.main-page-title {
  color: #fff;
  display: inline-block;
  padding-right: 20px;
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 700;
}
.main-page-title a {
  color: #fff;
  position: relative;
}
.main-page-title a.active:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #90323E;
  position: absolute;
  bottom: 0;
}
.slider-nav {
  margin-bottom: 40px;
}
.slider-nav .year {
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  padding-top: 20px;
  line-height: 1 !important;
  height: auto !important;
}
.slider-nav .year.slick-center {
  font-size: 60px;
  font-weight: 700;
  line-height: 1 !important;
  margin-top: -20px;
}
.slider-nav .prev-slide {
  position: absolute;
  left: 0;
  cursor: pointer;
  top: 22px;
  display: none !important;
}
.slider-nav .next-slide {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 22px;
}
.content-year p {
  font-size: 17px;
  padding-bottom: 20px;
}
@media (max-width: 500px) {
  .slider-nav .year.slick-center {
    font-size: 32px;
    margin-top: -3px;
  }
  .slider-nav.slick-initialized.slick-slider {
    margin-left: -40px;
    margin-right: -40px;
  }
  .slider-nav .prev-slide {
    left: 40px;
  }
  .slider-nav .next-slide {
    right: 40px;
  }
}
@media (max-width: 1199px) {
  .vector-top.relative img {
    display: none;
  }
  .w-main-page-title {
    position: static;
    transform: none;
  }
  .main-page-title {
    color: #000;
    font-size: 33px;
  }
  .main-page-title a {
    color: #000;
    font-size: 28px;
  }
  .team-nav {
    position: static;
    transform: none;
  }
  .team-nav ul li {
    padding-left: 0;
  }
  .team-nav ul li a {
    color: #90323E;
    font-size: 15px;
  }
}
.media-gallery {
  padding-bottom: 40px;
}
.media-gallery .image-bg {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}
.stiri {
  padding-top: 30px;
}
.stiri .box {
  height: 340px;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 30px;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}
.stiri.xs .box {
  height: 280px;
}
.stiri .box .content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.stiri .box .top {
  padding: 20px 20px 20px 20px;
}
.stiri .box .bottom {
  padding: 0 20px;
  max-height: 0;
}
/*.stiri .box:hover .bottom {
	max-height: 100px;
	transition-property: all;
	transition-duration: .6s;
	transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}*/
.stiri .box .bottom p {
  font-size: 16px;
}
.stiri.xs .box .bottom p {
  font-size: 14px;
}
.stiri .box .title {
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding-right: 14px;
  line-height: 23px;
}
.stiri.xs .box .title {
  font-size: 22px;
}
.stiri .box .w-btn {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
}
.stiri .box .w-btn .red-btn.xs {
  width: 111px;
}
.stiri.xs .box .w-btn .red-btn.xs {
  width: 95px;
}
.stiri-detalii {
  padding-top: 50px;
  padding-bottom: 30px;
}
.stiri-detalii iframe,
.stiri-detalii video {
  max-width: 100%;
}
.stiri-detalii .box {
  padding-left: 33px;
  padding-bottom: 33px;
  float: right;
  width: 50%;
}
.stiri-detalii .title {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}
.stiri-detalii p {
  font-size: 19px;
}
.clasament .logo-liga {
  padding: 40px 0 50px 0;
}
.clasament table {
  width: 100%;
}
.clasament thead td {
  font-weight: 700;
  font-size: 13px;
  text-align: center;
}
.clasament tbody td {
  font-size: 15px;
  text-align: center;
  padding: 4px 0;
}
.clasament tbody td:first-child {
  font-size: 22px;
}
.clasament tbody tr:first-child {
  background-color: #973541;
  color: #fff;
}
.clasament tbody tr:nth-child(even) {
  border: 1px solid #973541;
}
@media (max-width: 991px) {
  .overflow-xs {
    overflow-x: auto;
  }
  .clasament thead td {
    padding: 0 7px;
  }
  .clasament tbody td {
    padding: 4px 7px;
  }
  .clasament tbody td:first-child {
    font-size: 15px;
  }
  .clasament .logo-liga {
    padding: 10px 0 25px 0;
  }
  .main-page-title a {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .stiri {
    padding-top: 20px;
  }
  .stiri .box {
    height: 280px;
  }
  .stiri .box .top {
    padding: 10px 10px 10px 10px;
  }
  .stiri .box .bottom {
    max-height: initial;
    padding: 0 10px;
    display: none;
  }
  .stiri .box .w-btn .red-btn.xs {
    width: 70px;
  }
  .stiri.xs .box .w-btn .red-btn.xs {
    width: 70px;
  }
  .stiri-detalii {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .stiri-detalii .box {
    padding-left: 0;
    padding-bottom: 15px;
    float: none;
    width: 100%;
  }
  .stiri-detalii .title {
    padding-bottom: 10px;
  }
}
.pagination .page-item .page-link {
  color: #000;
  font-weight: 700;
}
.pagination .page-item .page-link i {
  font-size: 17px;
}
.pagination .page-item.active .page-link {
  background-color: #973541;
  border-color: #973541;
  color: #fff;
}
.gdpr-bar {
  background: #000;
  padding: 30px 20px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 110%;
  font-weight: 300;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.gdpr-bar a {
  color: #fff;
}
.gdpr-bar .bt-submit {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  border: none !important;
  font-weight: 700;
  background-color: #973541;
  padding: 6px 20px 6px 20px;
  font-size: 15px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.gdpr-bar .bt-submit:hover {
  background-color: #fff;
  color: #973541;
}
.article-about {
  font-size: 18px;
}
.article-about strong {
  font-weight: 700;
}
.year-entry .year {
  font-size: 40px;
  font-weight: 700;
}
.year-entry .year-description {
  border-left: 2px solid #973541;
  padding: 10px 20px;
}
.year-entry .event {
  padding: 10px 0;
  position: relative;
}
.year-entry .event:before {
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: -28px;
  top: 17px;
  background: #973541;
}
p strong {
  font-weight: 700;
}
.articol ul {
  list-style: disc !important;
  margin-left: 20px;
}
.articol ul li {
  margin-bottom: 5px;
}
