.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none; }

.all {
  text-align: right;
  margin-right: 5%;
  margin-top: 5%; }
  .all .all-complex {
    font-style: normal;
    font-size: 14px;
    line-height: 14px;
    background-color: #109057;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    font-weight: 600;
    text-decoration: none; }

.sec2addr {
  display: block;
  line-height: 26px;
  font-size: 1.5rem;
  margin-top: 20px; }
  .sec2addr p:first-child {
    margin-bottom: 10px; }
  .sec2addr p i {
    color: #000;
    font-size: 16px; }
  .sec2addr p i:hover {
    color: #0A434E;
    transition: 2.9s;
    transform: rotateY(360deg);
    cursor: pointer; }

.owl-dots {
  display: none; }

.dropdown:hover > .dropdown-menu {
  display: block; }

.dropdown > .dropdown-toggle:active {
  pointer-events: none; }

#topbar {
  background: #109057;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0; }

#topbar .containers {
  width: 100%; }

#topbar .contact-info {
  margin-left: 17%;
  margin-top: 1%; }

#topbar .contact-info .current-time {
  color: #fff;
  font-weight: 500;
  font-size: 14px; }

#topbar .contact-info img {
  margin: 0 5px;
  width: 18px;
  height: 18px;
  border-radius: 50%; }

#topbar .social-links {
  margin-left: 6px;
  margin-top: 4px; }

#topbar .social-links a {
  margin-left: 20px;
  color: #fff;
  font-size: 1.8rem; }
  #topbar .social-links a .glyphicon-envelope {
    font-size: 2rem; }

#topbar .social-links .social-img {
  width: 100%;
  height: 20px; }

.btn {
  color: #fff !important;
  background: #0B5C4E !important;
  padding: 10px 15px !important;
  transition: 0.3s all !important;
  z-index: 99 !important; }

body {
  background-color: #fff;
  overflow-x: hidden; }
  body .first .header-logo {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 99; }
    body .first .header-logo .logo-img {
      display: block;
      width: 100%;
      height: 100%; }
    body .first .header-logo .flag-gif {
      height: 100%;
      position: absolute;
      bottom: 0%;
      right: 0%; }
  body .first .form-inline {
    width: 100%;
    position: absolute;
    top: 70%;
    left: 50%; }
  body .navbar {
    position: sticky !important;
    top: 0;
    z-index: 99;
    background-color: #109057;
    position: relative;
    box-shadow: 3px 3px 5px grey;
    padding: 0px;
    border-radius: 0%; }
    body .navbar .navbar-link #navbarNavDropdown .navbar-nav {
      margin-left: 105px;
      background-color: #0D7B4A;
      border-radius: 15px; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
        margin: 0 0 0 12px;
        font-size: 15px;
        font-weight: bold; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item .nav-link {
          text-decoration: none;
          color: #fff; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav .active {
        background-color: #E3EAED; }
    body .navbar .navbar-link .dropdown-menu {
      background-color: #109057; }
      body .navbar .navbar-link .dropdown-menu .dropdown-item {
        padding: 10px 15px;
        color: #fff;
        font-weight: 600;
        font-size: 14px; }
      body .navbar .navbar-link .dropdown-menu .dropdown-item:hover {
        text-decoration: none;
        color: #000; }
    body .navbar .parellogram {
      position: absolute;
      transform: skewX(-35deg);
      border-bottom: 30px solid #fff;
      width: 90px;
      bottom: 42%;
      left: -1%; }
    body .navbar .search body {
      background: #e8eaed; }
    body .navbar .search .container {
      max-width: 600px;
      margin: 50px auto; }
    body .navbar .search .searchbar {
      position: relative;
      min-width: 50px;
      width: 0%;
      height: 50px;
      float: right;
      overflow: hidden;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      -ms-transition: width 0.3s;
      -o-transition: width 0.3s;
      transition: width 0.3s; }
    body .navbar .search .searchbar-input {
      top: 0;
      right: 0;
      border: 0;
      outline: 0;
      background: #109057;
      width: 100%;
      height: 50px;
      margin: 0;
      padding: 0 5px;
      font-size: 14px;
      color: #fff;
      font-family: sans-serif; }
      body .navbar .search .searchbar-input::-webkit-input-placeholder {
        color: #fff; }
      body .navbar .search .searchbar-input:-moz-placeholder {
        color: #fff; }
      body .navbar .search .searchbar-input::-moz-placeholder {
        color: #fff; }
      body .navbar .search .searchbar-input:-ms-input-placeholder {
        color: #fff; }
    body .navbar .search .searchbar-icon {
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      top: 0;
      font-size: 14px;
      right: 0;
      padding: 0;
      margin: 0;
      border: 0;
      outline: 0;
      line-height: 50px;
      text-align: center;
      cursor: pointer;
      color: #fff;
      background: #109057;
      border-left: 1px solid white; }
    body .navbar .search .searchbar-submit {
      width: 50px;
      height: 50px;
      display: block;
      position: absolute;
      top: 0;
      font-size: 14px;
      right: 0;
      padding: 0;
      margin: 0;
      border: 0;
      outline: 0;
      line-height: 50px;
      text-align: center;
      cursor: pointer;
      color: #fff;
      background: #109057;
      border-left: 1px solid white; }
    body .navbar .search .searchbar-open {
      width: 100%; }
  body .hamburger-menu {
    display: none; }
  body .first-carousel {
    margin-bottom: 30px; }
    body .first-carousel .carousel-item {
      position: relative;
      width: 100%; }
      body .first-carousel .carousel-item .carousel-news-link {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-50%, -10%);
        font-size: 24px;
        color: #fff;
        text-decoration: none;
        background-color: rgba(16, 144, 87, 0.655);
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        padding: 0 20px; }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 520px;
        object-fit: cover;
        border: 3px solid #109057; }
  body .carousel-indicators {
    position: absolute;
    transform: translate(8%); }
  body .first-carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #109057; }
  body .first-carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #109057; }
  body .news-card .news_title_blog {
    width: 100%;
    height: 36px;
    margin: 20px 10px;
    background: #109057;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative; }
    body .news-card .news_title_blog .parellogram {
      position: absolute;
      transform: skewX(-35deg);
      border-bottom: 20px solid #fff;
      width: 104px;
      bottom: 68%;
      left: -1%; }
    body .news-card .news_title_blog .news-title {
      line-height: 2;
      font-size: 20px;
      font-style: italic;
      font-weight: 700;
      text-align: center;
      color: #fff; }
  body .news-card .news-blog {
    display: flex;
    width: 100%;
    margin-top: 50px;
    text-decoration: none; }
    body .news-card .news-blog .news-image {
      width: 256px;
      height: 160px;
      border-radius: 9px; }
    body .news-card .news-blog .news-content {
      font-family: 'Open Sans';
      text-align: justify;
      margin: 0 10px; }
      body .news-card .news-blog .news-content .nm-title {
        font-size: 15px;
        font-weight: bold;
        margin-top: 0;
        text-decoration: none;
        color: #000; }
      body .news-card .news-blog .news-content .news-text .news-second-link {
        color: #004E98;
        font-size: 14px; }
      body .news-card .news-blog .news-content .news-text .news-second-link:hover {
        text-decoration: none; }
      body .news-card .news-blog .news-content .news-date {
        display: flex;
        justify-content: space-between;
        margin: 20px 0; }
        body .news-card .news-blog .news-content .news-date .date {
          font-style: italic;
          font-weight: 400;
          font-size: 13px;
          line-height: 16px; }
        body .news-card .news-blog .news-content .news-date .news-button {
          border: none;
          width: 100px;
          height: 25px;
          text-align: center;
          text-decoration: none;
          color: #000;
          background: #C4C4C4;
          border-radius: 50px;
          margin: 0 5px;
          line-height: 1.5;
          font-size: 13px; }
        body .news-card .news-blog .news-content .news-date .news-button:hover {
          background-color: #64A2AD;
          color: #501010;
          transition: .5s all; }
  body .news-card .all-news {
    text-align: center;
    margin: 42px 0 0 0;
    font-size: 14px; }
    body .news-card .all-news .all-news-link {
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      padding: 4px 20px;
      border-radius: 5px;
      background-color: #109057;
      border: 1px solid #0D7B4A; }
    body .news-card .all-news .all-news-link:hover {
      background-color: #0D7B4A; }
  body .news-card .actual-videos iframe {
    width: 430px;
    height: 300px;
    border-radius: 5px;
    margin-left: 60px;
    margin: 40px 60px 85px 60px; }
  body .news-gallery {
    margin-top: 60px; }
    body .news-gallery body {
      margin: 1em 0 0 0;
      font-family: sans-serif;
      font-size: 16px;
      line-height: 24px;
      color: #333; }
    body .news-gallery * {
      box-sizing: border-box; }
    body .news-gallery img {
      max-width: 100%; }
    body .news-gallery .gallery-wrapper {
      max-width: 960px;
      width: 100%;
      margin: 0 auto;
      padding: 0 1em;
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
      grid-gap: 1em; }
      body .news-gallery .gallery-wrapper .image-wrapper a {
        padding: 0.5em;
        display: block;
        width: 100%;
        text-decoration: none;
        color: #333;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        transition: all 200ms ease-in-out; }
        body .news-gallery .gallery-wrapper .image-wrapper a:hover {
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); }
        body .news-gallery .gallery-wrapper .image-wrapper a img {
          width: 100%; }
    body .news-gallery .gallery-lightboxes .image-lightbox {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      backdrop-filter: blur(5px);
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0ms ease-in-out; }
      body .news-gallery .gallery-lightboxes .image-lightbox:target {
        opacity: 1;
        visibility: visible; }
        body .news-gallery .gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
          opacity: 1;
          transform: scale(1, 1) translateY(0); }
      body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
        transform: scale(0.95, 0.95) translateY(-30px);
        transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
        opacity: 0;
        margin: 1em auto;
        max-width: 75%;
        padding: .5em;
        display: inline-block;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
        position: relative; }
        body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
          width: 1.5em;
          height: 1.5em;
          background: #000;
          color: #fff;
          font-weight: bold;
          text-decoration: none;
          border-radius: 50%;
          box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
          position: absolute;
          right: -1em;
          top: -1em; }
          body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
            content: '';
            display: block;
            width: 10px;
            height: 2px;
            background: #fff;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -1px 0 0 -5px;
            transform: rotate(-45deg); }
          body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
            content: '';
            display: block;
            width: 10px;
            height: 2px;
            background: #fff;
            margin: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -1px 0 0 -5px;
            transform: rotate(45deg); }
        body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
          position: absolute;
          top: 0;
          right: 50%;
          bottom: 0;
          left: 0; }
          body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
            content: '';
            display: inline-block;
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-bottom: 0;
            border-right: 0;
            border-radius: 4px 0 0 0;
            position: absolute;
            top: 50%;
            right: 100%;
            cursor: pointer;
            transform: rotate(-45deg) translateY(-50%); }
        body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 50%; }
          body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
            content: '';
            display: block;
            width: 20px;
            height: 20px;
            border: 2px solid #fff;
            border-bottom: 0;
            border-left: 0;
            border-radius: 0 4px 0 0;
            position: absolute;
            top: 50%;
            left: 100%;
            cursor: pointer;
            transform: rotate(45deg) translateY(-50%); }
        body .news-gallery .gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
          margin: 0 auto;
          max-height: 70vh; }
  body .sports-world {
    margin-top: 60px; }
    body .sports-world .sports-title h2 {
      width: 50%;
      height: 35px;
      margin: 0 auto;
      font-weight: 700;
      font-size: 20px;
      text-align: center;
      line-height: 2;
      color: #fff;
      background: #109057;
      border-radius: 10px;
      width: 55%;
      margin: 0 auto; }
      body .sports-world .sports-title h2 .big-title {
        text-decoration: none;
        color: #fff; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: 440px;
      background: url("../img/3.gif");
      padding: 28px 0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px;
      margin-bottom: 70px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 50%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          position: absolute;
          top: 66%;
          margin-left: 10px;
          width: 160px;
          height: 20px;
          border-radius: 5px;
          background: rgba(196, 196, 196, 0.4);
          text-decoration: none;
          font-style: italic;
          font-weight: 700;
          font-size: 20px;
          line-height: 16px;
          text-align: center;
          color: #FFFFFF; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link:hover {
          background: rgba(16, 144, 87, 0.655); }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          margin: auto;
          width: 70%;
          margin-top: -45px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            position: absolute;
            top: 60%;
            margin-left: 12px; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 180px;
          height: 210px;
          display: block;
          filter: grayscale(30%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }
  body .champion .champion-title {
    text-align: center;
    font-weight: 900;
    font-size: 36px;
    margin-bottom: 10px;
    color: #109057; }
  body .champion .nav-accordion {
    background-image: url(../img/champion-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto; }
    body .champion .nav-accordion .nav-item {
      margin: 0 auto; }
      body .champion .nav-accordion .nav-item .nav-link {
        background: #109057;
        border-radius: 10px;
        font-style: normal;
        font-weight: 900;
        font-size: 18px;
        text-align: center;
        color: #fff; }
        body .champion .nav-accordion .nav-item .nav-link.active {
          color: #fff; }
  body .champion .tab-content * {
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #501010; }
  body .champion .tab-content #blog {
    padding: 5rem 2rem; }
    body .champion .tab-content #blog .blog-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      position: relative;
      padding-bottom: 6rem; }
      body .champion .tab-content #blog .blog-box .blog-details {
        width: 40%; }
        body .champion .tab-content #blog .blog-box .blog-details .wrestler {
          margin-top: 30px;
          font-size: 20px; }
        body .champion .tab-content #blog .blog-box .blog-details .medals {
          margin: 0; }
        body .champion .tab-content #blog .blog-box .blog-details .direction-img {
          margin-bottom: 10px; }
          body .champion .tab-content #blog .blog-box .blog-details .direction-img .direction-h4 {
            font-style: italic;
            font-weight: 700;
            font-size: 24px;
            text-decoration: none; }
      body .champion .tab-content #blog .blog-box .blog-image {
        width: 60%;
        position: relative; }
        body .champion .tab-content #blog .blog-box .blog-image img {
          width: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          height: 483px; }
        body .champion .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
          position: absolute;
          bottom: 0%;
          left: 0%; }
  @media screen and (max-width: 992px) {
    body .champion .tab-content #blog .blog-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body .champion .tab-content #blog .blog-box .blog-image {
        width: 100%;
        padding: 0; }
    body .champion .tab-content #blog .blog-details {
      width: 100%;
      padding: 0; } }
  body .compleks {
    font-family: 'Open Sans'; }
    body .compleks .compleks-title {
      font-style: normal;
      font-weight: 900;
      font-size: 24px;
      line-height: 24px;
      color: #109057;
      margin-left: 60px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container {
      background-color: #109057; }
      body .compleks .compleks-container .card-compleks {
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        body .compleks .compleks-container .card-compleks .compleks-img {
          width: 340px;
          height: 174px;
          border: 5px solid #ffffff;
          border-radius: 5px;
          box-sizing: border-box;
          transition: all 100ms ease-out; }
        body .compleks .compleks-container .card-compleks .compleks-img:hover {
          transform: scale(1.04);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 0.9; }
  body .single-compleks .single-card-compleks {
    margin: 0 auto;
    text-align: center; }
    body .single-compleks .single-card-compleks .single-compleks-img {
      position: relative;
      margin: 10px 0;
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      width: 200px;
      height: 200px; }
    body .single-compleks .single-card-compleks .colls-link {
      position: absolute;
      top: 73%;
      left: 50%;
      transform: translate(-50%, -73%);
      border-radius: 5px;
      background: rgba(196, 196, 196, 0.4);
      text-decoration: none;
      width: 160px;
      height: 20px;
      margin: 0 auto;
      font-style: italic;
      font-weight: 700;
      font-size: 20px;
      line-height: 16px;
      text-align: center;
      color: #FFFFFF; }
  body .link-common {
    margin: 30px 0 70px 0; }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      background: #109057;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 180px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        line-height: 1.3;
        font-size: 22px;
        font-style: italic;
        font-weight: 700;
        text-align: left;
        color: #fff;
        padding-left: 16%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img img {
        width: 180px;
        height: 160px; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        color: #501010;
        font-weight: 600;
        font-size: 12px;
        line-height: 50px;
        text-align: center; }
  body .clndr .columna2 {
    height: auto;
    display: flex;
    align-items: center; }
    body .clndr .columna2 img {
      width: 100%; }
  body .clndr button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  body .clndr button:hover {
    cursor: pointer; }
  body .clndr button:focus {
    outline: none; }
  body .clndr #calendari {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 360px;
    width: 350px;
    font-size: 14px;
    position: relative; }
  body .clndr table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 350px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: all 0.3s ease; }
  body .clndr table.inactiu {
    transition: all 0.3s 0.01s ease; }
  body .clndr table.amagat-esquerra {
    transform: translateX(-299px); }
  body .clndr table.amagat-dreta {
    transform: translateX(300px); }
  body .clndr td {
    text-align: center;
    padding: 0; }
    body .clndr td:last-child {
      border-right: none; }
      body .clndr td:last-child > span {
        color: #ED4C5C; }
    body .clndr td > span {
      color: #501010;
      padding: 9px;
      display: block;
      border: 2px solid transparent;
      transition: border 0.3s ease; }
      body .clndr td > span:hover {
        background: rgba(66, 139, 193, 0.4);
        color: #fff; }
    body .clndr td:nth-child(6) > span {
      color: #ED4C5C; }
  body .clndr th {
    text-align: center;
    padding: 10px;
    color: #501010;
    font-weight: bold; }
    body .clndr th:nth-child(6) {
      color: #ED4C5C; }
    body .clndr th:last-child {
      border-right: none;
      color: #ED4C5C; }
    body .clndr th .any {
      font-size: 12px;
      font-weight: normal;
      display: block;
      text-shadow: none;
      color: #501010; }
  body .clndr tr:first-child th {
    font-size: 20px;
    font-weight: bold;
    border-left: none;
    border-top: none;
    color: #501010; }
  body .clndr tr:nth-child(2) th {
    padding: 0px;
    border-radius: 10px; }
  body .clndr td.avui > span {
    font-weight: bold;
    background: rgba(66, 139, 193, 0.4);
    color: #501010;
    border: 2px solid rgba(0, 0, 0, 0.1); }
  body .clndr td.fora > span {
    opacity: 0.3; }
  body .clndr .boto-next {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: bold;
    text-shadow: inherit;
    padding: 5px 10px 5px 10px;
    line-height: 1px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: 10px;
    padding-left: 10px; }
    body .clndr .boto-next:hover {
      background: rgba(0, 0, 0, 0.2); }
  body .clndr .boto-prev {
    background: #799db7;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: bold;
    text-shadow: inherit;
    padding: 5px 10px 5px 10px;
    line-height: 1px;
    height: 30px;
    width: 30px;
    vertical-align: middle;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: 10px;
    padding-right: 13px; }
    body .clndr .boto-prev:hover {
      background: rgba(0, 0, 0, 0.2); }
  body .clndr .main {
    background-size: cover; }
  body .clndr .menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex: 8; }
    body .clndr .menu nav a {
      color: #50101099;
      text-decoration: none;
      font-size: 18px;
      margin: 10px;
      padding: 1px 150px;
      font-weight: bold;
      transition: .3s all; }
      body .clndr .menu nav a img {
        width: 80px;
        height: 80px; }
      body .clndr .menu nav a:hover {
        color: #fff;
        background: rgba(66, 139, 193, 0.32);
        font-weight: bolder; }
    body .clndr .menu nav .nav-img {
      transform: rotate(0deg); }
  body .clndr .main .columna2 .owl-carousel2 .link-center {
    text-decoration: none; }
    body .clndr .main .columna2 .owl-carousel2 .link-center img {
      width: 160px;
      height: 160px;
      border-radius: 50%;
      box-shadow: #004E98; }
    body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
      background: rgba(60, 131, 198, 0.4);
      border-radius: 10px;
      padding: 15px;
      color: #501010;
      font-weight: bold;
      font-size: 13px;
      width: 158px;
      text-align: center;
      margin: 40px 0; }
  body .clndr .main .columna1 .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5% 0 10%;
    filter: grayscale(60%); }
    body .clndr .main .columna1 .wrapper p {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; }
  body .clndr .h1 {
    font-size: 45px;
    color: #1bfe93;
    padding-bottom: 2em; }
  body .clndr .h3 {
    color: #fff;
    line-height: 27px;
    padding-bottom: 1rem; }
  @media screen and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
  body .footer-end footer {
    text-align: center;
    color: #ddd;
    font-weight: normal;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
    font-size: 0.8em;
    padding: 20px; }
  body .footer-end .footer-img {
    background-image: url("../img/footer-header.png");
    height: 65px;
    height: 75px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 100px 0 0 0;
    margin-bottom: -11px;
    background-size: 100% 100%; }
    body .footer-end .footer-img .socials {
      text-align: center; }
      body .footer-end .footer-img .socials .icons {
        margin-top: 20px; }
        body .footer-end .footer-img .socials .icons img {
          width: 20px;
          height: 20px;
          line-height: 20px; }
  body .footer-end .bg-footer {
    background: rgba(16, 144, 87, 0.4);
    padding: 50px 0 30px; }
    body .footer-end .bg-footer .footer-container {
      margin-top: 20px; }
      body .footer-end .bg-footer .footer-container .footer-heading {
        position: relative;
        padding-bottom: 12px;
        font-style: normal;
        font-weight: bold;
        color: #65848A;
        font-size: 16px;
        line-height: 24px;
        text-align: left; }
        body .footer-end .bg-footer .footer-container .footer-heading:after {
          content: '';
          width: 80px;
          position: absolute;
          bottom: 0;
          display: block;
          border-bottom: 2px solid #fff; }
      body .footer-end .bg-footer .footer-container .footer-link {
        color: #FFFFFF;
        list-style: disclosure-closed;
        text-align: left; }
        body .footer-end .bg-footer .footer-container .footer-link li {
          padding: 5px 0; }
          body .footer-end .bg-footer .footer-container .footer-link li a {
            color: #08394F;
            transition: all 0.5s;
            font-size: 15px;
            line-height: 16px;
            font-weight: bold; }
            body .footer-end .bg-footer .footer-container .footer-link li a:hover {
              color: #0f709c; }
      body .footer-end .bg-footer .footer-container .list-inline .list-inline-item img {
        width: 20px;
        height: 20px; }
      body .footer-end .bg-footer .footer-container .list-inline .list-inline-item .youtube {
        width: 20px;
        height: 15px; }
      body .footer-end .bg-footer .footer-container .contact-info {
        color: #acacac;
        font-size: 14px; }
    body .footer-end .bg-footer .footer-social-icon .list-inline .list-inline-item i {
      color: #fff;
      font-size: 2rem; }
    body .footer-end .bg-footer .footer-social-icon .list-inline .list-inline-item .glyphicon-envelope {
      font-size: 2.4rem; }
  body .footer-end .copyright {
    background-color: #109057;
    text-align: center;
    height: 40px;
    line-height: 40px; }
    body .footer-end .copyright .copy-text .copy-link {
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 16px;
      color: #FFFFFF;
      text-decoration: none; }
  body .about-content {
    height: auto;
    margin: 0 auto; }
    body .about-content .about-title {
      margin: 25px 0;
      font-size: 2.56rem; }
    body .about-content .about-title-se {
      font-size: 1.90rem;
      margin: 25px 0; }
    body .about-content .second-title {
      line-height: 1.4;
      text-align: justify;
      font-size: 1.66rem; }
    body .about-content .about-text {
      font-size: 1.8rem;
      text-align: justify; }
  body .legislation {
    margin-top: 3%;
    font-size: 1.7rem;
    font-weight: 500; }
    body .legislation .legislation-link {
      text-decoration: none;
      text-align: center;
      padding: 20px 0;
      color: #124391; }
    body .legislation .legislation-link:hover {
      color: #092450; }
  body .news * {
    box-sizing: border-box; }
    body .news *::before {
      box-sizing: border-box; }
    body .news *::after {
      box-sizing: border-box; }
  body .news .mainnews {
    max-width: 1200px;
    margin: 0 auto; }
  body .news .news-page-title {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    margin: 10px 0 20px 0;
    color: #109057;
    text-decoration: underline; }
  body .news .news-page-img {
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    height: 250px; }
  body .news .news-page-btn {
    padding: 0.8rem;
    border-radius: 4px;
    font-weight: 400;
    display: block;
    width: 35%;
    margin: 0 auto;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #0A434E; }
    body .news .news-page-btn:hover {
      background-color: #109057;
      border: 1px solid #0A434E; }
    body .news .news-page-btn a {
      color: #ffffff;
      font-size: 12px; }
    body .news .news-page-btn a:hover {
      text-decoration: none; }
  body .news .cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0; }
  body .news .cards_item {
    display: flex;
    padding: 1rem; }
  body .news .card {
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    overflow: hidden; }
  body .news .card_content {
    padding: 1rem; }
    body .news .card_content .card_text {
      color: #000;
      font-size: 1.5rem;
      line-height: 1.5;
      margin-bottom: 1.25rem;
      font-weight: 400;
      margin: 0 auto;
      text-align: justify;
      height: 100px; }
  @media (min-width: 40rem) {
    body .news .cards_item {
      width: 50%; } }
  @media (min-width: 56rem) {
    body .news .cards_item {
      width: 33.3333%; } }
  body .report body {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    text-align: center; }
  body .report .report-card {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    display: inline-block;
    vertical-align: text-top;
    text-align: center;
    transition: 0.5s;
    width: 100%;
    max-width: 330px;
    margin: 15px 15px;
    background: #fff;
    color: #000; }
    body .report .report-card:hover {
      transition: 0.5s; }
  body .report .report-h3 {
    vertical-align: text-bottom !important;
    text-decoration: none;
    color: #fff; }
  body .report .container {
    height: 75px;
    padding: 5px 15px;
    text-align: center;
    font-size: 15px;
    color: #000;
    transition: 0.5s; }
  body .report .button {
    color: white !important;
    width: 100%;
    border: none;
    color: white;
    padding-top: 8px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    transition: 0.4s;
    margin: auto;
    cursor: pointer; }
    body .report .button:hover {
      background-color: #0e8ccb;
      transition: 0.4s; }
    body .report .button img {
      width: 40px;
      height: 40px; }
  body .interview a {
    color: #000;
    text-decoration: none; }
  body .interview .interview-title {
    font-size: 2.6em;
    color: #0C2C45;
    text-align: center;
    margin: 20px 0; }
  body .interview .container {
    margin: 0 auto;
    padding: 15px; }
  body .interview .section__heading {
    margin: 0 0 20px; }
  body .interview .article {
    border: 1px solid #dbdbdb;
    margin: 0 0 20px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
    position: relative; }
    body .interview .article__content {
      padding: 15px 25px 20px 15px; }
    body .interview .article__image {
      width: 100%; }
      body .interview .article__image:hover {
        opacity: 0.5;
        transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -webkit-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out; }
    body .interview .article .article__content {
      width: 50%; }
    body .interview .article .article__title {
      font-weight: 500;
      text-align: center;
      font-size: 1.6rem; }
      body .interview .article .article__title .article__link {
        font-size: 2.2rem;
        color: red; }
      body .interview .article .article__title a {
        display: block;
        color: #000;
        font-weight: bold;
        font-size: 18px;
        text-align: justify; }
        body .interview .article .article__title a:hover {
          color: #444; }
    body .interview .article .interview-content {
      margin-top: 10px;
      text-align: justify; }
    body .interview .article .interview-btn {
      font-size: 1.2rem;
      margin-top: 20px; }
  @media (min-width: 700px) {
    body .interview h2 {
      font-size: 1.5rem;
      line-height: 34px; }
    body .interview .container {
      width: 100%; }
    body .interview .article {
      display: flex; }
      body .interview .article__content {
        padding: 22px 0px 30px 25px; }
      body .interview .article__photo {
        order: 2;
        margin: 2% auto; }
      body .interview .article__image {
        width: 300px;
        max-width: 395px;
        height: 200px;
        margin: 10px 0px;
        object-fit: contain; }
      body .interview .article__footer {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0 29px 27px; } }
  body .structure {
    font-size: 14px; }
    body .structure .structure-div {
      margin: 20px 0; }
  body .single_structure *,
  body .single_structure *:before,
  body .single_structure *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  body .single_structure body {
    background: #f9f9f9;
    font-size: 16px;
    font-family: 'Raleway', sans-serif; }
  body .single_structure .single-structure-container {
    padding: 1em 0;
    width: 100%; }
  @media screen and (max-width: 640px) {
    body .single_structure .single-structure-container {
      display: block;
      width: 100%; } }
  body .single_structure .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden; }
  body .single_structure .content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s; }
  body .single_structure .content:hover .content-overlay {
    opacity: 1; }
  body .single_structure .content-image {
    width: 100%;
    height: 200px; }
  body .single_structure .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  body .single_structure .content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1; }
  body .single_structure .content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em; }
  body .single_structure .fadeIn-bottom {
    top: 80%; }
  body .single_structure .fadeIn-top {
    top: 20%; }
  body .single_structure .fadeIn-left {
    left: 20%; }
  body .single_structure .fadeIn-right {
    left: 80%; }
  body .sports .sports-title {
    text-align: center;
    margin: 60px 0 10px 0; }
  body .sports .sports-second-title {
    text-align: center;
    font-size: 12px; }
  body .sports .sports-main {
    margin: 0 auto; }
    body .sports .sports-main .sport-main-title {
      margin: 20px 0 40px 0;
      text-align: center;
      font-weight: bold; }
    body .sports .sports-main .sports-img {
      width: 100px;
      height: 100px; }
    body .sports .sports-main .sport-meds {
      margin: 30px 0;
      text-align: center; }
  body .volunteer .volunteer-title {
    text-align: center;
    margin: 60px 0 10px 0; }
  body .volunteer .volunteer-second-title {
    text-align: center;
    font-size: 12px; }
  body .volunteer .volunteer-main .volunteer-col {
    margin-left: 15%; }
    body .volunteer .volunteer-main .volunteer-col .volunteer-meds {
      margin-left: 5%; }
  body .volunteer .volunteer-main .volunteer-img {
    margin: 20px 0;
    width: 160px;
    height: 160px;
    border-radius: 100%; }
  body .volunteer .volunteer-main .volunteer-meds a {
    color: #0B5C4E;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold; }
  body .volunteer .volunteer-main ul {
    margin: 0 auto; }
    body .volunteer .volunteer-main ul li a {
      font-size: 16px; }
  body .volunteer .volunteer-main .nav-fill .nav-item .nav-link,
  body .volunteer .volunteer-main .nav-justified .nav-item .nav-link {
    width: 80%;
    margin: 0 auto; }
  body .volunteer .volunteer-main .nav-pills .nav-link.active,
  body .volunteer .volunteer-main .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #489635;
    margin: 0 auto; }
  body .volunteer .volunteer-main .nav-pills .nav-link,
  body .volunteer .volunteer-main .nav-pills .show > .nav-link {
    color: #489635;
    margin: 0 auto; }
  body .single-management .sm-article {
    display: flex;
    align-items: flex-start;
    justify-content: center; }
    body .single-management .sm-article .article-img {
      width: 30%; }
      body .single-management .sm-article .article-img img {
        width: 160px;
        height: 180px;
        border-radius: 5px;
        display: block;
        margin: 50px auto 0 auto; }
    body .single-management .sm-article .article-text {
      width: 70%; }
  body .federation {
    margin-top: 50px; }
    body .federation .card-federation {
      margin: 20px 0;
      text-align: center; }
      body .federation .card-federation .federation-img {
        width: 134px;
        height: 134px;
        border-radius: 50%; }
      body .federation .card-federation a {
        text-decoration: none; }
        body .federation .card-federation a .federation-link {
          color: #32BCDC;
          font-size: 14px;
          font-style: italic;
          font-weight: 500;
          padding: 20px 0; }
        body .federation .card-federation a .federation-link:hover {
          opacity: 0.7; }
  body .events .card-federation .federation-img {
    border-radius: 0%;
    width: 150px; }
  body .events .card-federation .federation-img:hover {
    opacity: .7; }
  body .events .card-federation .federation-link :hover {
    padding-left: 15px; }
  body .reception_days table {
    margin-top: 30px;
    font-size: 1.3rem; }
  body .address .responsive-map {
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0; }
    body .address .responsive-map iframe {
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }
  body .contact * {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
    body .contact *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
    body .contact *:before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  body .contact .clearfix:before {
    display: table;
    content: ''; }
  body .contact .clearfix:after {
    display: table;
    content: '';
    clear: both; }
  body .contact body {
    background: #ffffff;
    color: #333;
    font-weight: normal;
    font-size: 1em; }
  body .contact input:focus {
    outline: none; }
  body .contact textarea:focus {
    outline: none; }
  body .contact keygen:focus {
    outline: none; }
  body .contact select:focus {
    outline: none; }
  body .contact::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1; }
  body .contact::-webkit-input-placeholder {
    color: #666;
    font-weight: 300; }
  body .contact .container {
    padding: 0 50px 70px; }
  body .contact .textcenter {
    text-align: center; }
  body .contact .section2 {
    width: 1200px;
    margin: 25px auto; }
    body .contact .section2 .col2 {
      width: 48.71%; }
    body .contact .section2 .col2.first {
      float: left; }
    body .contact .section2 .col2.last {
      float: right; }
    body .contact .section2 .col2.column2 {
      padding: 0 30px; }
    body .contact .section2 .sec2addr {
      display: block;
      line-height: 26px;
      font-size: 1.5rem; }
      body .contact .section2 .sec2addr p:first-child {
        margin-bottom: 10px; }
      body .contact .section2 .sec2addr p i {
        color: #000;
        font-size: 16px; }
      body .contact .section2 .sec2addr p i:hover {
        color: #0A434E;
        transition: 2.9s;
        transform: rotateY(360deg);
        cursor: pointer; }
    body .contact .section2 .sec2contactform {
      font-size: 1.4rem; }
      body .contact .section2 .sec2contactform input[type="text"] {
        padding: 18px;
        border: 0;
        background: #EDEDED;
        margin: 7px 0; }
      body .contact .section2 .sec2contactform input[type="email"] {
        padding: 18px;
        border: 0;
        background: #EDEDED;
        margin: 7px 0; }
      body .contact .section2 .sec2contactform textarea {
        padding: 18px;
        border: 0;
        background: #EDEDED;
        margin: 7px 0;
        width: 100%;
        display: block;
        color: #666;
        resize: none; }
      body .contact .section2 .sec2contactform input[type="submit"] {
        padding: 15px 40px;
        color: #fff;
        border: 0;
        background: #0A434E;
        margin: 7px 0;
        cursor: pointer;
        position: absolute;
        left: 50%;
        transform: translate(-50%); }
      body .contact .section2 .sec2contactform .sec2frmtitle {
        font-weight: bold;
        margin: 20px 0;
        margin-top: 30px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 19px;
        color: #0C2C45;
        text-align: center; }
  @media only screen and (max-width: 1266px) {
    body .contact .section2 {
      width: 100%; } }
  @media only screen and (max-width: 960px) {
    body .contact .container {
      padding: 0 30px 70px; }
    body .contact .section2 {
      width: 100%; }
      body .contact .section2 .col2.first {
        margin-bottom: 10px; }
      body .contact .section2 .col2.column2 {
        padding: 0; }
    body .contact body .sec2map {
      height: 250px !important; } }
  @media only screen and (max-width: 768px) {
    body .contact .section2 .sec2addr {
      font-size: 14px; }
    body .contact .section2 .sec2contactform h3 {
      font-size: 16px; }
    body .contact .section2 .sec2contactform input[type="text"] {
      padding: 10px;
      margin: 3px 0; }
    body .contact .section2 .sec2contactform input[type="email"] {
      padding: 10px;
      margin: 3px 0; }
    body .contact .section2 .sec2contactform textarea {
      padding: 10px;
      margin: 3px 0; }
    body .contact .section2 .sec2contactform input[type="submit"] {
      padding: 10px 30px;
      font-size: 14px; } }
  body .gallery {
    margin: 60px 0; }
    body .gallery .card {
      margin: 20px 0; }
      body .gallery .card .card-header {
        background-color: #0B5C4E; }
      body .gallery .card .card-body img {
        height: 200px; }
  body .video_gallery {
    min-height: 570px;
    margin: 0 auto;
    width: 100%;
    padding-top: 20px; }
    body .video_gallery .video-container {
      width: 45%;
      padding: 10px;
      background: white;
      display: inline-block; }
    body .video_gallery .responsive-video {
      position: relative;
      display: block;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
    body .video_gallery .responsive-video iframe,
    body .video_gallery .responsive-video video {
      position: absolute;
      width: 100%;
      height: 100%; }
  body .pag {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 10px; }
  body pagination .page-link {
    color: #375074 !important; }
  body .pagination .active span {
    background-color: #0B5C4E !important;
    border-color: #375074 !important;
    color: #fff !important; }
  body .single_news .singlen {
    text-align: center; }
    body .single_news .singlen .single-news-img {
      width: 700px;
      height: 400px;
      margin: 20px 0 30px 0; }
    body .single_news .singlen .single-news-title {
      font-size: 26px; }
    body .single_news .singlen .single-news-content {
      font-size: 1.6rem; }
    body .single_news .singlen .single-news-content .single-news-text {
      font-size: 16px;
      text-align: justify; }
  body .single_news .single_structure {
    margin: 20px 0; }
    body .single_news .single_structure .single_structure_img {
      max-width: 100%;
      width: 80%;
      height: 400px; }
    body .single_news .single_structure .single-structure-title {
      font-weight: bold;
      margin: 20px 0;
      font-size: 22px; }
    body .single_news .single_structure .single_structure_content {
      font-size: 14px; }
  body .single_article .singlen .single-article-img {
    width: 300px;
    height: auto;
    margin-top: 20px; }
  body .single_article .singlen .single-article-title {
    margin: 30px 0 20px 0;
    font-weight: bold; }
  body .single_article .singlen .single-article-content {
    font-size: 1.6rem; }
  body .management {
    margin-bottom: 20px; }
    body .management .manegement-div {
      text-decoration: none;
      color: #000;
      font-size: 14px;
      text-align: center;
      font-weight: 500; }
      body .management .manegement-div .card-manegement {
        padding: 15px;
        border-radius: 4px;
        margin-bottom: 20px;
        box-shadow: 0px 0px 25px -2px #adadad;
        margin-top: 50px; }
        body .management .manegement-div .card-manegement .manegement-name {
          font-weight: 800; }
      body .management .manegement-div .card-manegement:hover {
        box-shadow: 0px 0px 35px -2px #adadad; }

@media screen and (min-width: 320px) and (max-width: 400px) {
  .top-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 45px;
    font-size: 18px;
    line-height: 43px;
    z-index: 999;
    transition: .5s; }

  #topbar .contact-info {
    float: right;
    margin-right: -13px; }
    #topbar .contact-info .current-time {
      display: none; }
    #topbar .contact-info img {
      margin: 0 5px;
      width: 14px;
      height: 14px;
      border-radius: 50%; }

  #topbar .contact-info #topbar .social-links {
    margin-left: 6px;
    margin-top: 4px; }

  #topbar .social-links a {
    margin-left: 0px; }

  #topbar .social-links i {
    font-size: 12px; }

  #topbar .social-links a .glyphicon-envelope {
    font-size: 14px; }

  body {
    overflow-x: hidden; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      display: none; }
    body .hamburger-menu {
      margin: 0;
      display: block;
      text-align: center; }
      body .hamburger-menu button {
        margin: 15px 15px; }
        body .hamburger-menu button span i {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav .nav-item {
        text-align: left;
        margin: 0 20px;
        font-size: 13px;
        color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav :hover {
        text-decoration: none; }
      body .hamburger-menu .navbar-collapse .navbar-nav .form-inline {
        margin-left: 20px;
        margin-bottom: 40px;
        height: 20px; }
      body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        margin-left: -4px;
        background: none;
        border: none;
        box-shadow: none; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
          font-size: 13px;
          color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu :hover {
          color: #000; }
    body .first-carousel {
      margin-top: 1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        font-size: 13px;
        padding: 0 0px; }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 320px;
        object-fit: cover; }
    body .first-carousel-indicators li {
      width: 15px;
      height: 15px; }
    body .first-carousel-indicators .active {
      width: 15px;
      height: 15px; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        width: 104px;
        bottom: 53%;
        left: -10%; }
      body .news-card .news_title_blog .news-title {
        line-height: 2.6;
        font-size: 13px; }
    body .news-card .news-blog {
      display: block;
      width: 100%;
      margin-top: 0px; }
      body .news-card .news-blog .news-image {
        width: 200px;
        height: 170px;
        border-radius: 9px;
        margin: 20px;
        margin-left: 20%; }
      body .news-card .news-blog .news-content {
        margin: 0 10px; }
        body .news-card .news-blog .news-content .nm-title {
          font-size: 13px;
          font-weight: 600;
          margin-top: 0; }
        body .news-card .news-blog .news-content .news-text {
          font-size: 13px; }
        body .news-card .news-blog .news-content .news-date {
          margin: 20px 0; }
          body .news-card .news-blog .news-content .news-date .date {
            font-size: 11px;
            line-height: 16px; }
          body .news-card .news-blog .news-content .news-date .news-button {
            line-height: 2;
            font-size: 11px; }
    body .news-card .actual-videos iframe {
      width: 260px;
      height: 180px;
      justify-content: center;
      display: flex;
      margin: 0 auto;
      margin-bottom: 20px; }
    body .sports-world .sports-title h2 {
      width: 92%;
      height: 44px;
      line-height: 44px;
      font-size: 11px;
      text-align: center; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: auto;
      padding: 28px 0;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 50%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          top: 63%;
          margin-left: 3px;
          width: 175px;
          height: 20px;
          font-size: 14px; }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          margin: auto;
          width: 70%;
          margin-top: 0px;
          margin-left: -15px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            position: absolute;
            top: 65%;
            margin-left: 3px; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 180px;
          height: 210px;
          display: block;
          filter: grayscale(60%); }
    body .champion .champion-title {
      font-weight: 900;
      font-size: 16px;
      margin-bottom: 10px; }
    body .champion .nav-accordion {
      align-items: center;
      justify-content: center;
      background: #109057; }
      body .champion .nav-accordion .nav-item {
        margin-left: 2%; }
        body .champion .nav-accordion .nav-item .nav-link {
          border-radius: 10px;
          font-style: normal;
          font-weight: 500;
          font-size: 11px;
          text-align: center;
          margin: 0 10px; }
    body .champion .tab-content #blog {
      padding: 5rem 2rem; }
      body .champion .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        padding-bottom: 6rem; }
        body .champion .tab-content #blog .blog-box .blog-details {
          width: 100%; }
          body .champion .tab-content #blog .blog-box .blog-details .wrestler {
            margin-top: 24px;
            font-size: 13px; }
          body .champion .tab-content #blog .blog-box .blog-details .medals {
            margin: 0; }
          body .champion .tab-content #blog .blog-box .blog-details .direction-img {
            margin-bottom: 10px; }
            body .champion .tab-content #blog .blog-box .blog-details .direction-img h4 {
              font-size: 20px; }
        body .champion .tab-content #blog .blog-box .blog-image {
          width: 100%;
          position: relative; }
          body .champion .tab-content #blog .blog-box .blog-image img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 300px; }
          body .champion .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
            position: absolute;
            bottom: 0%;
            left: 0%; }
    body .contactBtn input {
      width: 150px;
      padding: 20px;
      background: #0A434E;
      padding: 5px;
      margin: 0 auto;
      text-align: center;
      color: #fff;
      border: none; }
    body .compleks .compleks-title {
      font-style: normal;
      font-weight: 900;
      font-size: 16px;
      line-height: 24px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 1px; }
    body .compleks .compleks-container .card-compleks {
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      body .compleks .compleks-container .card-compleks .compleks-img {
        width: 240px;
        height: 150px;
        margin: 0 auto; }
    body .compleks .all {
      margin-top: 7%; }
      body .compleks .all .all-complex {
        font-size: 12px; }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 38%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        color: #501010;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center; }
    body .clndr .columna2 {
      height: auto;
      display: flex;
      align-items: center; }
      body .clndr .columna2 img {
        width: 100%; }
    body .clndr button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    body .clndr button:hover {
      cursor: pointer; }
    body .clndr button:focus {
      outline: none; }
    body .clndr #calendari {
      margin: 0 auto;
      font-size: 12px;
      margin-top: 30px; }
    body .clndr table {
      border-collapse: collapse;
      table-layout: fixed;
      width: 350px;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
      background-color: transparent;
      position: absolute;
      top: 0;
      left: 0;
      transform: translateX(0);
      transition: all 0.3s ease; }
    body .clndr .main {
      background-size: cover; }
    body .clndr .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .clndr .menu nav a {
        color: #50101099;
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .clndr .menu nav a img {
          width: 80px;
          height: 80px; }
        body .clndr .menu nav a:hover {
          color: #fff;
          background: rgba(66, 139, 193, 0.32);
          font-weight: bolder; }
      body .clndr .menu nav .nav-img {
        transform: rotate(0deg); }
    body .clndr .main .columna2 .owl-carousel2 .link-center {
      text-decoration: none; }
      body .clndr .main .columna2 .owl-carousel2 .link-center img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: #004E98; }
      body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
        background: rgba(60, 131, 198, 0.4);
        border-radius: 10px;
        padding: 15px;
        color: #501010;
        font-weight: bold;
        font-size: 13px;
        width: 158px;
        text-align: center;
        margin: 40px 0; }
    body .clndr .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 5% 0 10%;
      filter: grayscale(60%); }
      body .clndr .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .clndr .h1 {
      font-size: 45px;
      color: #1bfe93;
      padding-bottom: 2em; }
    body .clndr .h3 {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 320px) and (max-width: 400px) and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
@media screen and (min-width: 320px) and (max-width: 400px) {
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 50px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 14px;
          line-height: 24px;
          text-align: center; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 80px;
            position: absolute;
            left: 40%;
            bottom: 0;
            display: block;
            border-bottom: 2px solid #fff; }
        body .footer-end .bg-footer .footer-container .footer-link {
          color: #FFFFFF;
          list-style-type: none;
          text-align: center; }
          body .footer-end .bg-footer .footer-container .footer-link li a {
            transition: all 0.5s;
            font-size: 14px;
            line-height: 16px; }
            body .footer-end .bg-footer .footer-container .footer-link li a:hover {
              color: #127fb2; }
        body .footer-end .bg-footer .footer-container .contact-info {
          color: #acacac;
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 40px;
      line-height: 18px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 12px; }
    body .about-content {
      height: auto; }
      body .about-content .about-title {
        margin: 25px 0;
        font-size: 2.56rem; }
      body .about-content .about-title-se {
        font-size: 1.90rem;
        margin: 25px 0; }
      body .about-content .second-title {
        line-height: 1.4;
        text-align: justify;
        font-size: 1.66rem; }
      body .about-content .about-text {
        font-size: 1.8rem;
        text-align: justify; }
    body .laws {
      margin: 40px 0;
      font-size: 1.5rem; }
      body .laws .law-text {
        padding: 10px 0; }
    body .interview .interview-title {
      font-size: 2.2em; }
    body .interview .article__image {
      width: 100%; }
    body .interview .article .article__content {
      width: 100%; }
    body .interview .article .article__title {
      font-size: 1.5rem;
      text-align: center; }
      body .interview .article .article__title .interview-content {
        font-size: 1.2rem; }
    body .interview .article .interview-btn {
      font-size: 1.1rem; }
    body .single_news .singlen {
      text-align: center; }
      body .single_news .singlen .single-news-img {
        width: 400px;
        height: 300px;
        margin: 20px 0 20px 0; }
      body .single_news .singlen .single-news-title {
        font-size: 22px; }
      body .single_news .singlen .single-news-content .single-news-text {
        font-size: 13px; }
    body .single_news .single_structure {
      margin: 20px 0; }
      body .single_news .single_structure .single_structure_img {
        max-width: 100%;
        width: 100%;
        height: 200px; }
      body .single_news .single_structure .single-structure-title {
        font-weight: bold;
        margin: 15px 0 5px 0;
        font-size: 18px; }
      body .single_news .single_structure .single_structure_content {
        font-size: 12px; }
    body .single-management .sm-article {
      display: block; }
      body .single-management .sm-article .article-img {
        width: 100%; }
        body .single-management .sm-article .article-img img {
          width: 160px;
          height: 180px;
          border-radius: 5px;
          display: block;
          margin: 50px auto 0 auto; }
      body .single-management .sm-article .article-text {
        width: 100%; }
    body .sports .sports-main .sport-meds {
      text-align: left; } }
@media screen and (min-width: 401.1px) and (max-width: 481px) {
  .top-btn {
    width: 40px;
    height: 40px;
    background: #075171;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 45px;
    cursor: pointer;
    font-size: 18px;
    line-height: 43px;
    z-index: 999;
    transition: .5s; }

  #topbar .contact-info .current-time {
    display: none; }

  #topbar .contact-info img {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%; }

  #topbar .social-links {
    margin-left: 6px;
    margin-top: 4px; }

  #topbar .social-links a {
    margin-left: 2px; }

  #topbar .social-links .social-img {
    width: 16px;
    height: 16px; }

  body {
    overflow-x: hidden; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      display: none; }
    body .hamburger-menu {
      margin: 0;
      display: block;
      text-align: center; }
      body .hamburger-menu button {
        margin: 15px 15px; }
        body .hamburger-menu button span i {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav .nav-item {
        text-align: left;
        margin: 0 20px;
        font-size: 13px;
        color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav :hover {
        text-decoration: none; }
      body .hamburger-menu .navbar-collapse .navbar-nav .form-inline {
        margin-left: 20px;
        margin-bottom: 40px;
        height: 20px; }
      body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        margin-left: -4px;
        background: none;
        border: none;
        box-shadow: none; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
          font-size: 13px;
          color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu :hover {
          color: #000; }
    body .first-carousel {
      border: 6px solid #109057;
      margin-top: -1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        font-size: 15px;
        padding: 0 0px; }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 320px;
        object-fit: cover; }
    body .first-carousel-indicators li {
      width: 15px;
      height: 15px;
      background-color: #109057; }
    body .first-carousel-indicators .active {
      width: 15px;
      height: 15px;
      background-color: #fff;
      border: 1px solid #109057; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 53%;
        left: -10%; }
      body .news-card .news_title_blog .news-title {
        line-height: 2.6;
        font-size: 13px; }
    body .news-card .news-blog {
      display: block;
      width: 100%;
      margin-top: 0px; }
      body .news-card .news-blog .news-image {
        width: 275px;
        height: 170px;
        margin: 20px;
        margin-left: 17%; }
      body .news-card .news-blog .news-content {
        margin: 0 10px; }
        body .news-card .news-blog .news-content .nm-title {
          font-size: 13px;
          font-weight: 600;
          margin-top: 0; }
        body .news-card .news-blog .news-content .news-text {
          font-size: 13px; }
        body .news-card .news-blog .news-content .news-date {
          margin: 20px 0; }
          body .news-card .news-blog .news-content .news-date .date {
            font-size: 11px;
            line-height: 16px; }
          body .news-card .news-blog .news-content .news-date .news-button {
            line-height: 2;
            font-size: 11px; }
          body .news-card .news-blog .news-content .news-date :hover {
            background-color: #C4C4C4;
            color: #000; }
    body .news-card .actual-videos iframe {
      width: 350px;
      height: 180px;
      justify-content: center;
      display: flex;
      margin: 0 auto;
      margin-bottom: 30px; }
    body .single_news .single_structure {
      margin: 20px 0; }
      body .single_news .single_structure .single_structure_img {
        max-width: 100%;
        width: 90%;
        height: 200px; }
      body .single_news .single_structure .single_structure_content {
        font-size: 15px; }
    body .sports-world {
      margin-bottom: 70px; }
      body .sports-world .sports-title h2 {
        width: 90%;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        text-align: center; }
      body .sports-world .bg-sports-img {
        width: 100%;
        height: auto;
        padding: 28px 0;
        filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
        border-radius: 5px; }
        body .sports-world .bg-sports-img .sports-img .figures {
          width: 50%; }
          body .sports-world .bg-sports-img .sports-img .figures .colls-link {
            top: 63%;
            margin-left: 3px;
            width: 175px;
            height: 20px;
            font-size: 15px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two {
            margin: auto;
            width: 70%;
            margin-top: 0px;
            margin-left: -15px; }
            body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
              position: absolute;
              top: 65%;
              margin-left: 3px; }
          body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
            position: relative;
            object-fit: cover;
            width: 180px;
            height: 210px;
            display: block;
            filter: grayscale(60%); }
    body .champion .champion-title {
      text-align: center;
      font-weight: 900;
      font-size: 16px;
      margin-bottom: 10px;
      color: #109057; }
    body .champion .nav-accordion {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #109057; }
      body .champion .nav-accordion .nav-item {
        margin-left: 2%; }
        body .champion .nav-accordion .nav-item .nav-link {
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          text-align: center;
          margin: 0 10px; }
    body .champion .tab-content * {
      font-style: italic;
      font-weight: 700;
      text-align: center; }
    body .champion .tab-content #blog {
      padding: 5rem 2rem; }
      body .champion .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        padding-bottom: 6rem; }
        body .champion .tab-content #blog .blog-box .blog-details {
          width: 100%; }
          body .champion .tab-content #blog .blog-box .blog-details .wrestler {
            margin-top: 24px;
            font-size: 14px; }
          body .champion .tab-content #blog .blog-box .blog-details .medals {
            margin: 0; }
          body .champion .tab-content #blog .blog-box .blog-details .direction-img {
            margin-bottom: 10px; }
            body .champion .tab-content #blog .blog-box .blog-details .direction-img h4 {
              font-size: 21px; }
        body .champion .tab-content #blog .blog-box .blog-image {
          width: 100%;
          position: relative; }
          body .champion .tab-content #blog .blog-box .blog-image img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 300px; }
          body .champion .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
            position: absolute;
            bottom: 0%;
            left: 0%; }
    body .compleks .compleks-title {
      font-style: normal;
      font-weight: 900;
      font-size: 18px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 1px; }
    body .compleks .compleks-container .card-compleks .compleks-img {
      width: 250px;
      height: 150px; }
    body .compleks .all {
      margin-top: 7%; }
      body .compleks .all .all-complex {
        font-size: 13px; }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 38%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        color: #501010;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center; }
    body .clndr .columna2 {
      height: auto;
      display: flex;
      align-items: center; }
      body .clndr .columna2 img {
        width: 100%; }
    body .clndr button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    body .clndr button:hover {
      cursor: pointer; }
    body .clndr button:focus {
      outline: none; }
    body .clndr #calendari {
      margin: 0 auto;
      margin-top: 20px;
      font-size: 12px; }
    body .clndr .main {
      background-size: cover; }
    body .clndr .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .clndr .menu nav a {
        color: #50101099;
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .clndr .menu nav a img {
          width: 80px;
          height: 80px; }
        body .clndr .menu nav a:hover {
          color: #fff;
          background: rgba(66, 139, 193, 0.32);
          font-weight: bolder; }
      body .clndr .menu nav .nav-img {
        transform: rotate(0deg); }
    body .clndr .main .columna2 .owl-carousel2 .link-center {
      text-decoration: none; }
      body .clndr .main .columna2 .owl-carousel2 .link-center img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: #004E98; }
      body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
        background: rgba(60, 131, 198, 0.4);
        border-radius: 10px;
        padding: 15px;
        color: #501010;
        font-weight: bold;
        font-size: 13px;
        width: 158px;
        text-align: center;
        margin: 40px 0; }
    body .clndr .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 5% 0 10%;
      filter: grayscale(60%); }
      body .clndr .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .clndr .h1 {
      font-size: 45px;
      color: #1bfe93;
      padding-bottom: 2em; }
    body .clndr .h3 {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 401.1px) and (max-width: 481px) and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
@media screen and (min-width: 401.1px) and (max-width: 481px) {
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 50px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 14px;
          line-height: 24px;
          text-align: center; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 80px;
            position: absolute;
            left: 40%;
            bottom: 0;
            display: block;
            border-bottom: 2px solid #fff; }
        body .footer-end .bg-footer .footer-container .footer-link {
          color: #FFFFFF;
          list-style-type: none;
          text-align: center; }
          body .footer-end .bg-footer .footer-container .footer-link li a {
            transition: all 0.5s;
            font-size: 14px;
            line-height: 16px; }
            body .footer-end .bg-footer .footer-container .footer-link li a:hover {
              color: #127fb2; }
        body .footer-end .bg-footer .footer-container .contact-info {
          color: #acacac;
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 40px;
      line-height: 18px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 12px; }
    body .laws {
      margin: 40px 0; }
      body .laws .law-text {
        padding: 7px 0; }
        body .laws .law-text .law-link {
          padding: 20px 0; }
    body .interview .interview-title {
      font-size: 2.2em; }
    body .interview .article {
      text-align: center; }
      body .interview .article__image {
        width: 85%; }
      body .interview .article .article__content {
        width: 100%; }
      body .interview .article .article__title {
        font-size: 1.5rem; }
        body .interview .article .article__title a {
          text-align: center;
          font-size: 1.4rem; }
        body .interview .article .article__title .interview-content {
          font-size: 1.4rem; }
      body .interview .article .interview-btn {
        font-size: 1.2rem; }
    body .single-management .sm-article {
      display: block; }
      body .single-management .sm-article .article-img {
        width: 100%; }
        body .single-management .sm-article .article-img img {
          width: 160px;
          height: 180px;
          border-radius: 5px;
          display: block;
          margin: 50px auto 0 auto; }
      body .single-management .sm-article .article-text {
        width: 100%; } }
@media screen and (min-width: 481px) and (max-width: 576px) {
  .top-btn {
    width: 40px;
    height: 40px;
    background: #075171;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 45px;
    cursor: pointer;
    font-size: 18px;
    line-height: 43px;
    z-index: 999;
    transition: .5s; }

  #topbar .contact-info img {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%; }

  #topbar .contact-info .current-time {
    font-size: 9px; }

  #topbar .social-links {
   
    margin-left: 6px;
    margin-top: 4px; }

  #topbar .social-links a {
    margin-left: 2px; }

  #topbar .social-links .social-img {
    width: 16px;
    height: 16px; }

  body {
    overflow-x: hidden; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      display: none; }
    body .hamburger-menu {
      margin: 0;
      display: block;
      text-align: center; }
      body .hamburger-menu button {
        margin: 15px 15px; }
        body .hamburger-menu button span i {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav .nav-item {
        text-align: left;
        margin: 0 20px;
        font-size: 13px;
        color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav :hover {
        text-decoration: none; }
      body .hamburger-menu .navbar-collapse .navbar-nav .form-inline {
        margin-left: 20px;
        margin-bottom: 40px;
        height: 20px; }
      body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        margin-left: -4px;
        background: none;
        border: none;
        box-shadow: none; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
          font-size: 13px;
          color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu :hover {
          color: #000; }
    body .first-carousel {
      margin-top: 1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        font-size: 18px; }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 320px;
        object-fit: cover; }
    body .first-carousel-indicators li {
      width: 15px;
      height: 15px; }
    body .first-carousel-indicators .active {
      width: 15px;
      height: 15px; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 68%;
        left: -4%; }
      body .news-card .news_title_blog .news-title {
        line-height: 2.3;
        font-size: 16px; }
    body .news-card .news-blog {
      display: block;
      width: 100%;
      margin-top: 0px; }
      body .news-card .news-blog .news-image {
        width: 300px;
        height: 180px;
        margin: 30px 70px; }
      body .news-card .news-blog .news-content {
        margin: 0 10px; }
        body .news-card .news-blog .news-content .nm-title {
          font-size: 15px;
          margin-top: 0; }
        body .news-card .news-blog .news-content .news-text {
          color: #004E98;
          font-size: 15px; }
        body .news-card .news-blog .news-content .news-date {
          margin: 20px 0; }
          body .news-card .news-blog .news-content .news-date .date {
            font-style: italic;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px; }
          body .news-card .news-blog .news-content .news-date .news-button {
            border: none;
            width: 100px;
            height: 25px;
            text-align: center;
            text-decoration: none;
            color: #000;
            background: #C4C4C4;
            border-radius: 50px;
            margin: 0 5px;
            line-height: 1.5; }
          body .news-card .news-blog .news-content .news-date :hover {
            background-color: #C4C4C4;
            color: #000; }
    body .news-card .actual-videos iframe {
      margin: 0 auto;
      margin-bottom: 30px;
      width: 370px;
      height: 230px;
      margin-left: 9%; }
    body .single_news .single_structure {
      margin: 20px 0; }
      body .single_news .single_structure .single_structure_img {
        margin: 20px 0;
        max-width: 100%;
        width: 90%;
        height: 300px; }
    body .sports-world .sports-title h2 {
      width: 80%;
      height: 40px;
      font-size: 12px;
      line-height: 40px;
      padding: 4px; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: auto;
      background: url("../img/3.gif");
      padding: 28px 0;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 5px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 50%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          top: 67%;
          left: 23%;
          font-size: 16px; }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          margin: auto;
          width: 76%;
          margin-top: 0px;
          margin-left: 1%; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            position: absolute;
            top: 66%;
            margin-left: 6%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 180px;
          height: 210px;
          display: block;
          filter: grayscale(60%);
          left: 20%; }
    body .champion .champion-title {
      font-size: 26px;
      margin-bottom: 10px; }
    body .champion .nav-accordion {
      margin: 0 auto; }
      body .champion .nav-accordion .nav-item {
        margin-left: 20%; }
        body .champion .nav-accordion .nav-item .nav-link {
          font-size: 11px; }
    body .champion .tab-content #blog {
      padding: 5rem 2rem; }
      body .champion .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        padding-bottom: 6rem; }
        body .champion .tab-content #blog .blog-box .blog-details {
          width: 100%;
          margin-bottom: 30px; }
          body .champion .tab-content #blog .blog-box .blog-details .wrestler {
            margin-top: 18px;
            font-size: 18px;
            margin-bottom: 10px; }
          body .champion .tab-content #blog .blog-box .blog-details .medals {
            margin: 0; }
          body .champion .tab-content #blog .blog-box .blog-details .direction-img {
            margin-bottom: 10px; }
            body .champion .tab-content #blog .blog-box .blog-details .direction-img h4 {
              font-style: italic;
              font-weight: 700;
              font-size: 20px; }
        body .champion .tab-content #blog .blog-box .blog-image {
          width: 60%;
          position: relative; }
          body .champion .tab-content #blog .blog-box .blog-image img {
            width: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            height: 300px; }
          body .champion .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
            position: absolute;
            bottom: 0%;
            left: 0%; } }
  @media screen and (min-width: 481px) and (max-width: 576px) and (max-width: 992px) {
    body .champion .tab-content #blog .blog-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body .champion .tab-content #blog .blog-box .blog-image {
        width: 100%;
        padding: 0; }
    body .champion .tab-content #blog .blog-details {
      width: 100%;
      padding: 0; } }
@media screen and (min-width: 481px) and (max-width: 576px) {
    body .compleks .compleks-title {
      font-style: normal;
      font-weight: 900;
      font-size: 18px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 1px; }
    body .compleks .compleks-container .card-compleks .compleks-img {
      width: 250px;
      height: 150px; }
    body .compleks .all {
      margin-top: 7%; }
      body .compleks .all .all-complex {
        font-size: 13px; }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 38%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        color: #501010;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center; }
    body .clndr .columna2 {
      height: auto;
      display: flex;
      align-items: center; }
      body .clndr .columna2 img {
        width: 100%; }
    body .clndr button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    body .clndr button:hover {
      cursor: pointer; }
    body .clndr button:focus {
      outline: none; }
    body .clndr #calendari {
      margin: 0 auto;
      margin-top: 30px; }
    body .clndr .main {
      background-size: cover; }
    body .clndr .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .clndr .menu nav a {
        color: #50101099;
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .clndr .menu nav a img {
          width: 80px;
          height: 80px; }
        body .clndr .menu nav a:hover {
          color: #fff;
          background: rgba(66, 139, 193, 0.32);
          font-weight: bolder; }
      body .clndr .menu nav .nav-img {
        transform: rotate(0deg); }
    body .clndr .main .columna2 .owl-carousel2 .link-center {
      text-decoration: none; }
      body .clndr .main .columna2 .owl-carousel2 .link-center img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: #004E98; }
      body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
        background: rgba(60, 131, 198, 0.4);
        border-radius: 10px;
        padding: 15px;
        color: #501010;
        font-weight: bold;
        font-size: 13px;
        width: 158px;
        text-align: center;
        margin: 40px 0; }
    body .clndr .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 5% 0 10%;
      filter: grayscale(60%); }
      body .clndr .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .clndr .h1 {
      font-size: 45px;
      color: #1bfe93;
      padding-bottom: 2em; }
    body .clndr .h3 {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 481px) and (max-width: 576px) and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
@media screen and (min-width: 481px) and (max-width: 576px) {
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 50px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 14px;
          line-height: 24px;
          text-align: center; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 80px;
            position: absolute;
            left: 40%;
            bottom: 0;
            display: block;
            border-bottom: 2px solid #fff; }
        body .footer-end .bg-footer .footer-container .footer-link {
          color: #FFFFFF;
          list-style-type: none;
          text-align: center; }
          body .footer-end .bg-footer .footer-container .footer-link li a {
            transition: all 0.5s;
            font-size: 14px;
            line-height: 16px; }
            body .footer-end .bg-footer .footer-container .footer-link li a:hover {
              color: #127fb2; }
        body .footer-end .bg-footer .footer-container .contact-info {
          color: #acacac;
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 40px;
      line-height: 18px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 12px;
        line-height: 38px; }
    body .interview .interview-title {
      font-size: 2.2em; }
    body .interview .article__image {
      width: 80%; }
    body .interview .article__photo {
      margin: 15px auto;
      text-align: center; }
    body .interview .article .article__content {
      width: 100%; }
    body .interview .article .article__title {
      font-size: 1.7rem;
      text-align: center; }
      body .interview .article .article__title .interview-content {
        font-size: 1.4rem;
        text-align: justify; }
    body .interview .article .interview-btn {
      font-size: 1.3rem; }
    body .single-management .sm-article {
      display: block; }
      body .single-management .sm-article .article-img {
        width: 100%; }
        body .single-management .sm-article .article-img img {
          width: 160px;
          height: 180px;
          border-radius: 5px;
          display: block;
          margin: 50px auto 0 auto; }
      body .single-management .sm-article .article-text {
        width: 100%; } }
@media screen and (max-width: 767.1px) and (min-width: 576.1px) {
  .top-btn {
    width: 40px;
    height: 40px;
    background: #075171;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    right: 45px;
    cursor: pointer;
    font-size: 18px;
    line-height: 43px;
    z-index: 999;
    transition: .5s; }

  #topbar .contact-info img {
    margin: 0 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%; }

  #topbar .contact-info .current-time {
    font-size: 11px; }

  #topbar .social-links {
   
    margin-left: 6px;
    margin-top: 4px; }

  #topbar .social-links .social-img {
    width: 18px;
    height: 18px; }

  #topbar .social-links a {
    margin-left: 6px; }

  body {
    overflow-x: hidden; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      display: none; }
    body .hamburger-menu {
      margin: 0;
      display: block;
      text-align: center; }
      body .hamburger-menu button {
        margin: 15px 15px; }
        body .hamburger-menu button span i {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav .nav-item {
        text-align: left;
        margin: 0 20px;
        font-size: 13px;
        color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .nav-item .nav-link {
          color: #fff; }
      body .hamburger-menu .navbar-collapse .navbar-nav :hover {
        text-decoration: none; }
      body .hamburger-menu .navbar-collapse .navbar-nav .form-inline {
        margin-left: 20px;
        margin-bottom: 40px;
        height: 20px; }
      body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
        margin-left: -4px;
        background: none;
        border: none;
        box-shadow: none; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
          font-size: 13px;
          color: #fff; }
        body .hamburger-menu .navbar-collapse .navbar-nav .dropdown .dropdown-menu :hover {
          color: #000; }
    body .first-carousel {
      margin-top: 1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        font-size: 19px; }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 320px;
        object-fit: cover; }
    body .first-carousel-indicators li {
      width: 15px;
      height: 15px; }
    body .first-carousel-indicators .active {
      width: 15px;
      height: 15px; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 68%;
        left: -4%; }
      body .news-card .news_title_blog .news-title {
        line-height: 2.6;
        font-size: 14px; }
    body .news-card .news-blog {
      display: flex;
      width: 100%;
      margin-top: 0px; }
      body .news-card .news-blog .news-image {
        width: 300px;
        height: 180px;
        margin: 30px 20px; }
      body .news-card .news-blog .news-content {
        margin: 0px; }
        body .news-card .news-blog .news-content .nm-title {
          font-size: 15px;
          margin-top: 0; }
        body .news-card .news-blog .news-content .news-text {
          color: #004E98;
          font-size: 15px; }
        body .news-card .news-blog .news-content .news-date {
          margin: 20px 0; }
          body .news-card .news-blog .news-content .news-date .date {
            font-style: italic;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px; }
          body .news-card .news-blog .news-content .news-date .news-button {
            border: none;
            width: 100px;
            height: 25px;
            text-align: center;
            text-decoration: none;
            color: #000;
            background: #C4C4C4;
            border-radius: 50px;
            margin: 0 5px;
            line-height: 1.5; }
          body .news-card .news-blog .news-content .news-date :hover {
            background-color: #C4C4C4;
            color: #000; }
    body .news-card .actual-videos iframe {
      width: 400px;
      height: 250px;
      margin: 0 auto;
      margin-left: 7%;
      margin-bottom: 15px; }
    body .single_news .single_structure .single_structure_img {
      max-width: 100%;
      width: 90%;
      height: 300px; }
    body .sports-world .sports-title h2 {
      width: 80%;
      height: 60px;
      font-size: 12px;
      line-height: 2;
      line-height: 4; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: 470px;
      background: url("../img/3.gif");
      padding: 28px 0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px;
      border-radius: 0px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 100%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          top: 67%;
          font-size: 18px;
          margin-left: 7px; }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          margin: auto;
          width: 70%;
          margin-top: 0px;
          margin-left: 73px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            position: absolute;
            top: 67%;
            font-size: 18px;
            margin-left: 7px; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 170px;
          height: 210px;
          display: block;
          filter: grayscale(60%); }
    body .champion .champion-title {
      font-size: 26px; }
    body .champion .nav-accordion {
      margin: 0 auto; }
      body .champion .nav-accordion .nav-item {
        margin-left: 22%; }
        body .champion .nav-accordion .nav-item .nav-link {
          font-size: 13px; }
    body .champion .container {
      max-width: 1200px;
      min-height: 400px; }
      body .champion .container .tab-content #blog {
        padding: 2rem 2rem; }
        body .champion .container .tab-content #blog .blog-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          position: relative;
          padding-bottom: 6rem; }
          body .champion .container .tab-content #blog .blog-box .blog-details {
            width: 100%; }
            body .champion .container .tab-content #blog .blog-box .blog-details .wrestler {
              margin-top: 20px;
              font-size: 16px; }
            body .champion .container .tab-content #blog .blog-box .blog-details .medals {
              margin: 0; }
            body .champion .container .tab-content #blog .blog-box .blog-details .direction-img {
              margin-bottom: 10px; }
              body .champion .container .tab-content #blog .blog-box .blog-details .direction-img h4 {
                font-style: italic;
                font-weight: 700;
                font-size: 18px; }
          body .champion .container .tab-content #blog .blog-box .blog-image {
            width: 50%;
            position: relative; }
            body .champion .container .tab-content #blog .blog-box .blog-image img {
              width: auto;
              height: 250px;
              -o-object-fit: cover;
              object-fit: cover; }
            body .champion .container .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
              position: absolute;
              bottom: 0%;
              left: 0%; } }
    @media screen and (max-width: 767.1px) and (min-width: 576.1px) and (max-width: 992px) {
      body .champion .container .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row; }
        body .champion .container .tab-content #blog .blog-box .blog-image {
          width: 50%;
          padding: 0; }
      body .champion .container .tab-content #blog .blog-details {
        width: 50%;
        padding: 0; } }
@media screen and (max-width: 767.1px) and (min-width: 576.1px) {
    body .compleks .compleks-title {
      font-size: 22px;
      margin-left: 42px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container {
      background-color: #109057; }
      body .compleks .compleks-container .card-compleks {
        margin: 10px 0;
        display: flex;
        align-items: center;
        justify-content: center; }
        body .compleks .compleks-container .card-compleks .compleks-img {
          width: 230px;
          height: 170px;
          border: 5px solid #ffffff;
          border-radius: 5px;
          box-sizing: border-box;
          transition: all 100ms ease-out; }
        body .compleks .compleks-container .card-compleks .compleks-img:hover {
          transform: scale(1.04);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 0.9; }
    body .compleks .all {
      text-align: right;
      margin-right: 5%;
      margin-top: 2%; }
      body .compleks .all .all-complex {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        background-color: #0D6C72;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
        text-decoration: none; }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 38%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        color: #501010;
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        text-align: center;
        font-weight: 600;
        margin-top: 24px; }
    body .clndr .columna2 {
      height: auto;
      display: flex;
      align-items: center; }
      body .clndr .columna2 img {
        width: 100%; }
    body .clndr button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    body .clndr button:hover {
      cursor: pointer; }
    body .clndr button:focus {
      outline: none; }
    body .clndr #calendari {
      margin: 0 auto;
      margin-top: 40px; }
    body .clndr .main {
      background-size: cover; }
    body .clndr .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .clndr .menu nav a {
        color: #50101099;
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .clndr .menu nav a img {
          width: 80px;
          height: 80px; }
        body .clndr .menu nav a:hover {
          color: #fff;
          background: rgba(66, 139, 193, 0.32);
          font-weight: bolder; }
      body .clndr .menu nav .nav-img {
        transform: rotate(0deg); }
    body .clndr .main .columna2 .owl-carousel2 .link-center {
      text-decoration: none; }
      body .clndr .main .columna2 .owl-carousel2 .link-center img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: #004E98; }
      body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
        background: rgba(60, 131, 198, 0.4);
        border-radius: 10px;
        padding: 15px;
        color: #501010;
        font-weight: bold;
        font-size: 13px;
        width: 158px;
        text-align: center;
        margin: 40px 0; }
    body .clndr .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 5% 0 10%;
      filter: grayscale(60%); }
      body .clndr .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .clndr .h1 {
      font-size: 45px;
      color: #1bfe93;
      padding-bottom: 2em; }
    body .clndr .h3 {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; } }
  @media screen and (max-width: 767.1px) and (min-width: 576.1px) and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
@media screen and (max-width: 767.1px) and (min-width: 576.1px) {
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 16px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 14px;
          line-height: 24px; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 55px;
            position: absolute;
            bottom: 0;
            display: block; }
        body .footer-end .bg-footer .footer-container .footer-link li a {
          line-height: 40px;
          font-size: 14px;
          line-height: 16px; }
          body .footer-end .bg-footer .footer-container .footer-link li a:hover {
            color: #127fb2; }
        body .footer-end .bg-footer .footer-container .contact-info {
          color: #acacac;
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 40px;
      line-height: 40px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 13px; }
    body .interview .interview-title {
      font-size: 2.2em; }
    body .interview .article {
      text-align: justify;
      display: block; }
      body .interview .article__image {
        width: 80%; }
      body .interview .article__photo {
        margin: 15px auto;
        text-align: center; }
      body .interview .article .article__content {
        width: 100%; }
      body .interview .article .article__title {
        font-size: 1.7rem;
        text-align: center; }
        body .interview .article .article__title .interview-content {
          font-size: 1.4rem;
          text-align: justify; }
      body .interview .article .interview-btn {
        font-size: 1.3rem; }
    body .single-management .sm-article {
      display: block; }
      body .single-management .sm-article .article-img {
        width: 100%; }
        body .single-management .sm-article .article-img img {
          width: 160px;
          height: 180px;
          border-radius: 5px;
          display: block;
          margin: 50px auto 0 auto; }
      body .single-management .sm-article .article-text {
        width: 100%; } }
@media screen and (max-width: 877px) and (min-width: 767px) {
  #topbar .contact-info img {
    width: 15px;
    height: 15px; }

  #topbar .social-links a {
    margin-left: 10px;
    font-size: 14px; }

  #topbar .social-links .social-img {
    width: 18px;
    height: 18px; }

  #topbar .contact-info {
    margin-left: -15%; }

  body {
    overflow-x: hidden; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      background-color: #109057;
      position: relative;
      box-shadow: 3px 3px 5px grey;
      padding: 0px;
      border-radius: 0%; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav {
        margin: 0 0% auto; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
          margin: 0 1px 0 1px;
          font-size: 13px; }
          body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item .nav-link {
            text-decoration: none;
            color: #fff; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .active {
          background-color: #E3EAED; }
      body .navbar .navbar-link .dropdown-menu .dropdown-item {
        padding: 8px;
        font-size: 12px; }
      body .navbar .navbar-link .dropdown-menu .dropdown-item:hover {
        text-decoration: none; }
      body .navbar .parellogram {
        width: 66px;
        bottom: 42%;
        display: none; }
    body .hamburger-menu {
      display: none; }
    body .news-card .news_title_blog {
      margin-top: 70px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 68%;
        left: -4%; }
      body .news-card .news_title_blog .news-title {
        line-height: 2.6;
        font-size: 15px; }
    body .news-card .news-blog {
      width: 100%;
      margin-top: 50px; }
      body .news-card .news-blog .news-image {
        width: 270px;
        height: 180px;
        margin: 0px; }
      body .news-card .news-blog .news-content {
        text-align: justify;
        margin: 0 10px; }
        body .news-card .news-blog .news-content .nm-title {
          font-size: 15px;
          font-weight: bold;
          margin-top: 0; }
        body .news-card .news-blog .news-content .news-text {
          color: #004E98;
          font-size: 15px; }
        body .news-card .news-blog .news-content .news-date {
          margin: 20px 0; }
          body .news-card .news-blog .news-content .news-date .date {
            font-style: italic;
            font-weight: 400;
            font-size: 13px;
            line-height: 16px; }
          body .news-card .news-blog .news-content .news-date .news-button {
            border: none;
            width: 100px;
            height: 25px;
            text-align: center;
            text-decoration: none;
            color: #000;
            background: #C4C4C4;
            border-radius: 50px;
            margin: 0 5px;
            line-height: 1.5; }
          body .news-card .news-blog .news-content .news-date :hover {
            background-color: #C4C4C4;
            color: #000; }
    body .news-card .news-blog:nth-child(4) {
      display: none; }
    body .news-card .news-blog:nth-child(5) {
      display: none; }
    body .news-card .actual-videos iframe {
      margin: 6px 18px 40px 90px;
      width: 500px; }
    body .actual-videos iframe {
      width: 100%;
      height: 300px;
      border-radius: 5px;
      margin: 0 auto; }
    body .sports-world .sports-title h2 {
      width: 80%;
      height: 40px;
      font-size: 13px;
      text-align: center;
      line-height: 2.3; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: auto;
      background: url("../img/3.gif");
      padding: 28px 0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 66%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          top: 66%;
          height: 20px;
          margin-left: 8px;
          width: 140px;
          font-size: 18px; }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          width: 72%;
          margin-top: 0px;
          margin-left: 70px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            top: 66%;
            height: 20px;
            margin-left: 8px;
            width: 140px; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 155px;
          height: 175px;
          display: block;
          filter: grayscale(60%); }
    body .champion .champion-title {
      font-size: 30px; }
    body .champion .nav-accordion {
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0 auto; }
      body .champion .nav-accordion .nav-item {
        margin-left: 22%; }
        body .champion .nav-accordion .nav-item .nav-link {
          font-style: italic;
          font-weight: 700;
          font-size: 17px;
          line-height: 18px;
          text-align: center;
          color: #fff; }
          body .champion .nav-accordion .nav-item .nav-link.active {
            color: #fff;
            background: #109057; }
        body .champion .nav-accordion .nav-item .link-active {
          background-color: #109057;
          padding: 7px; }
    body .champion .container {
      max-width: 1200px;
      min-height: 450px; }
      body .champion .container .tab-content #blog {
        padding: 5rem 2rem; }
        body .champion .container .tab-content #blog .blog-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          position: relative;
          padding-bottom: 6rem; }
          body .champion .container .tab-content #blog .blog-box .blog-details {
            width: 100%; }
            body .champion .container .tab-content #blog .blog-box .blog-details .wrestler {
              margin-top: 20px;
              font-size: 16px; }
            body .champion .container .tab-content #blog .blog-box .blog-details .medals {
              margin: 0; }
            body .champion .container .tab-content #blog .blog-box .blog-details .direction-img {
              margin-bottom: 10px; }
              body .champion .container .tab-content #blog .blog-box .blog-details .direction-img h4 {
                font-size: 18px; }
          body .champion .container .tab-content #blog .blog-box .blog-image {
            width: 50%;
            position: relative; }
            body .champion .container .tab-content #blog .blog-box .blog-image img {
              width: 400px;
              height: 300px;
              -o-object-fit: cover;
              object-fit: cover; }
            body .champion .container .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
              position: absolute;
              bottom: 0%;
              left: 0%; } }
    @media screen and (max-width: 877px) and (min-width: 767px) and (max-width: 992px) {
      body .champion .container .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row; }
        body .champion .container .tab-content #blog .blog-box .blog-image {
          width: 50%;
          padding: 0; }
      body .champion .container .tab-content #blog .blog-details {
        width: 50%;
        padding: 0; } }
@media screen and (max-width: 877px) and (min-width: 767px) {
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 17%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
      font-size: 9px;
      line-height: 50px; }
    body .compleks .compleks-title {
      font-size: 22px;
      margin-left: 42px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container .card-compleks {
      margin: 10px 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      body .compleks .compleks-container .card-compleks .compleks-img {
        width: 220px;
        height: 160px; }
    body .compleks .all {
      text-align: right;
      margin-right: 5%;
      margin-top: 2%; }
      body .compleks .all .all-complex {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        background-color: #0D6C72;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
        text-decoration: none; }
    body .clndr .columna2 {
      height: auto;
      display: flex;
      align-items: center; }
      body .clndr .columna2 img {
        width: 100%; }
    body .clndr button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    body .clndr button:hover {
      cursor: pointer; }
    body .clndr button:focus {
      outline: none; }
    body .clndr #calendari {
      margin: 20px 0;
      margin-left: 0%;
      position: relative;
      overflow: hidden;
      height: 360px;
      width: 350px;
      font-size: 14px;
      position: relative; }
    body .clndr .main {
      background-size: cover; }
    body .clndr .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .clndr .menu nav a {
        color: #50101099;
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .clndr .menu nav a img {
          width: 80px;
          height: 80px; }
        body .clndr .menu nav a:hover {
          color: #fff;
          background: rgba(66, 139, 193, 0.32);
          font-weight: bolder; }
      body .clndr .menu nav .nav-img {
        transform: rotate(0deg); }
    body .clndr .main .columna2 .owl-carousel2 .link-center {
      text-decoration: none; }
      body .clndr .main .columna2 .owl-carousel2 .link-center img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: #004E98; }
      body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
        background: rgba(60, 131, 198, 0.4);
        border-radius: 10px;
        padding: 15px;
        color: #501010;
        font-weight: bold;
        font-size: 13px;
        width: 158px;
        text-align: center;
        margin: 40px 0; }
    body .clndr .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 5% 0 10%;
      filter: grayscale(60%); }
      body .clndr .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .clndr .h1 {
      font-size: 45px;
      color: #1bfe93;
      padding-bottom: 2em; }
    body .clndr .h3 {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; } }
  @media screen and (max-width: 877px) and (min-width: 767px) and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
@media screen and (max-width: 877px) and (min-width: 767px) {
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 50px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 15px;
          line-height: 24px; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 80px;
            position: absolute;
            bottom: 0;
            display: block;
            border-bottom: 2px solid #fff; }
        body .footer-end .bg-footer .footer-container .footer-link {
          color: #FFFFFF;
          list-style: disclosure-closed;
          text-align: left; }
          body .footer-end .bg-footer .footer-container .footer-link li a {
            line-height: 40px;
            font-size: 14px;
            transition: all 0.5s;
            font-size: 14px;
            line-height: 16px; }
            body .footer-end .bg-footer .footer-container .footer-link li a:hover {
              color: #127fb2; }
        body .footer-end .bg-footer .footer-container .contact-info {
          color: #acacac;
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 44px;
      line-height: 44px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 13px; } }
@media screen and (max-width: 992.1px) and (min-width: 877.1px) {
  #topbar .contact-info img {
    width: 15px;
    height: 15px; }

  #topbar .social-links a {
    margin-left: 10px;
    font-size: 14px; }

  #topbar .social-links .social-img {
    width: 18px;
    height: 18px; }

  #topbar .contact-info {
    margin-left: -15%; }

  body {
    overflow-x: hidden; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar .navbar-link #navbarNavDropdown .navbar-nav {
      margin-left: 0%; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
        margin: 0px 10px 0 1px;
        font-size: 14px; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav .active {
        background-color: #E3EAED; }
    body .navbar .navbar-link .dropdown-menu .dropdown-item {
      padding: 8px; }
    body .navbar .parellogram {
      width: 66px;
      bottom: 42%;
      display: none; }
    body .hamburger-menu {
      display: none; }
    body .first-carousel {
      border: 6px solid #109057;
      margin-top: -1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        font-size: 22px;
        padding: 0 20px; }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 400px;
        object-fit: cover; }
    body .first-carousel-indicators li {
      width: 15px;
      height: 15px;
      background-color: #109057; }
    body .first-carousel-indicators .active {
      width: 15px;
      height: 15px;
      background-color: #fff;
      border: 1px solid #109057; }
    body .sports-world .sports-title h2 {
      height: 75px;
      font-size: 13px;
      line-height: 2; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: auto;
      background: url("../img/3.gif");
      padding: 28px 0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 66%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          top: 66%;
          height: 20px;
          margin-left: 8px;
          width: 140px;
          font-size: 18px; }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          width: 72%;
          margin-top: 0px;
          margin-left: 70px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            top: 66%;
            height: 20px;
            margin-left: 8px;
            width: 140px; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 155px;
          height: 175px;
          display: block;
          filter: grayscale(60%); }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 13%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        font-size: 9px;
        line-height: 50px; }
    body .champion .nav-accordion {
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0 auto; }
      body .champion .nav-accordion .nav-item {
        margin-left: 22%; }
        body .champion .nav-accordion .nav-item .nav-link {
          font-size: 18px;
          font-style: italic;
          font-weight: 700;
          font-size: 20px;
          line-height: 24px;
          text-align: center;
          color: #fff; }
          body .champion .nav-accordion .nav-item .nav-link.active {
            color: #fff;
            background: #109057; }
        body .champion .nav-accordion .nav-item .link-active {
          background-color: #82A4AA;
          padding: 7px; }
    body .champion .container {
      max-width: 1200px;
      min-height: 450px; }
      body .champion .container .tab-content #blog {
        padding: 5rem 2rem; }
        body .champion .container .tab-content #blog .blog-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          width: 100%;
          position: relative;
          padding-bottom: 6rem; }
          body .champion .container .tab-content #blog .blog-box .blog-details {
            width: 100%; }
            body .champion .container .tab-content #blog .blog-box .blog-details .wrestler {
              margin-top: 20px;
              font-size: 18px; }
            body .champion .container .tab-content #blog .blog-box .blog-details .medals {
              margin: 0; }
            body .champion .container .tab-content #blog .blog-box .blog-details .direction-img {
              margin-bottom: 10px; }
              body .champion .container .tab-content #blog .blog-box .blog-details .direction-img h4 {
                font-size: 20px; }
          body .champion .container .tab-content #blog .blog-box .blog-image {
            width: 50%;
            position: relative; }
            body .champion .container .tab-content #blog .blog-box .blog-image img {
              width: 100%;
              height: 300px;
              -o-object-fit: cover;
              object-fit: cover; }
            body .champion .container .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
              position: absolute;
              bottom: 0%;
              left: 0%; } }
    @media screen and (max-width: 992.1px) and (min-width: 877.1px) and (max-width: 992px) {
      body .champion .container .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row; }
        body .champion .container .tab-content #blog .blog-box .blog-image {
          width: 100%;
          padding: 0; }
      body .champion .container .tab-content #blog .blog-details {
        width: 100%;
        padding: 0; } }
@media screen and (max-width: 992.1px) and (min-width: 877.1px) {
    body .compleks .compleks-title {
      margin-left: 12%; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container {
      background-color: #109057;
      padding: 0 5px; }
      body .compleks .compleks-container .card-compleks {
        display: flex;
        align-items: center;
        justify-content: center; }
        body .compleks .compleks-container .card-compleks .compleks-img {
          width: 220px;
          height: 160px;
          margin: 0 auto; }
        body .compleks .compleks-container .card-compleks .compleks-img:hover {
          transform: scale(1.04);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 0.9; }
    body .compleks .all {
      text-align: right;
      margin-right: 5%;
      margin-top: 2%; }
      body .compleks .all .all-complex {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        background-color: #0D6C72;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
        text-decoration: none; }
    body .clndr .columna2 {
      height: auto;
      display: flex;
      align-items: center; }
      body .clndr .columna2 img {
        width: 100%; }
    body .clndr button::-moz-focus-inner {
      border: 0;
      padding: 0; }
    body .clndr button:hover {
      cursor: pointer; }
    body .clndr button:focus {
      outline: none; }
    body .clndr #calendari {
      margin: 20px 0;
      margin-left: 0%;
      position: relative;
      overflow: hidden;
      height: 360px;
      width: 350px;
      font-size: 14px;
      position: relative; }
    body .clndr .main {
      background-size: cover; }
    body .clndr .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .clndr .menu nav a {
        color: #50101099;
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .clndr .menu nav a img {
          width: 80px;
          height: 80px; }
        body .clndr .menu nav a:hover {
          color: #fff;
          background: rgba(66, 139, 193, 0.32);
          font-weight: bolder; }
      body .clndr .menu nav .nav-img {
        transform: rotate(0deg); }
    body .clndr .main .columna2 .owl-carousel2 .link-center {
      text-decoration: none; }
      body .clndr .main .columna2 .owl-carousel2 .link-center img {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        box-shadow: #004E98; }
      body .clndr .main .columna2 .owl-carousel2 .link-center h6 {
        background: rgba(60, 131, 198, 0.4);
        border-radius: 10px;
        padding: 15px;
        color: #501010;
        font-weight: bold;
        font-size: 13px;
        width: 158px;
        text-align: center;
        margin: 40px 0; }
    body .clndr .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 5% 0 10%;
      filter: grayscale(60%); }
      body .clndr .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .clndr .h1 {
      font-size: 45px;
      color: #1bfe93;
      padding-bottom: 2em; }
    body .clndr .h3 {
      color: #fff;
      line-height: 27px;
      padding-bottom: 1rem; } }
  @media screen and (max-width: 992.1px) and (min-width: 877.1px) and (max-width: 1000px) {
    body .clndr .menu {
      display: block; }
    body .clndr .main {
      flex-direction: column; } }
@media screen and (max-width: 992.1px) and (min-width: 877.1px) {
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 50px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 14px;
          line-height: 24px; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 80px;
            position: absolute;
            bottom: 0;
            display: block;
            border-bottom: 2px solid #fff; }
        body .footer-end .bg-footer .footer-container .footer-link {
          color: #FFFFFF;
          list-style: disclosure-closed;
          text-align: left; }
          body .footer-end .bg-footer .footer-container .footer-link a {
            line-height: 40px;
            font-size: 14px;
            transition: all 0.5s;
            font-size: 14px;
            line-height: 16px; }
            body .footer-end .bg-footer .footer-container .footer-link a:hover {
              color: #127fb2; }
        body .footer-end .bg-footer .footer-container .contact-info {
          color: #acacac;
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 44px;
      line-height: 44px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 13px; } }
@media screen and (max-width: 1200px) and (min-width: 993px) {
  body {
    overflow-x: hidden; }
    body #topbar .contact-info {
      margin-left: 8%; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      position: sticky !important;
      top: 0;
      z-index: 99;
      background-color: #109057;
      position: relative;
      box-shadow: 3px 3px 5px grey;
      padding: 0px;
      border-radius: 0%; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav {
        margin: 0 auto;
        margin-left: 4%;
        border-radius: 15px; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
          margin: 0 7px 0 8px;
          font-size: 14px; }
          body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item .nav-link {
            text-decoration: none;
            color: #fff; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .active {
          background-color: #E3EAED; }
      body .navbar .navbar-link .dropdown-menu .dropdown-item {
        padding: 10px 10px;
        color: #fff;
        font-weight: 700;
        font-size: 11px; }
      body .navbar .navbar-link .dropdown-menu .dropdown-item:hover {
        text-decoration: none;
        color: #000; }
      body .navbar .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 30px solid #fff;
        width: 55px;
        bottom: 42%;
        left: -2%; }
      body .navbar .search body {
        background: #e8eaed; }
      body .navbar .search .container {
        max-width: 600px;
        margin: 50px auto; }
      body .navbar .search .searchbar {
        position: relative;
        min-width: 50px;
        width: 0%;
        height: 50px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s; }
      body .navbar .search .searchbar-input {
        font-size: 12px; }
      body .navbar .search .searchbar-open {
        width: 100%; }
    body .hamburger-menu {
      display: none; }
    body .first-carousel .carousel-item .carousel-news-link {
      font-size: 22px;
      padding: 0 20px; }
    body .first-carousel .carousel-item .carousel-news-img {
      height: 520px;
      object-fit: cover; }
    body .first-carousel-indicators li {
      width: 15px;
      height: 15px; }
    body .first-carousel-indicators .active {
      width: 15px;
      height: 15px; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      margin: 20px 10px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 68%;
        left: -1%; }
      body .news-card .news_title_blog .news-title {
        line-height: 1.5;
        font-size: 20px; }
    body .news-card .news-blog {
      display: flex;
      width: 100%;
      margin-top: 50px; }
      body .news-card .news-blog .news-image {
        width: 256px;
        height: 160px; }
      body .news-card .news-blog .news-content {
        text-align: justify;
        margin: 0 10px; }
        body .news-card .news-blog .news-content .nm-title {
          font-size: 15px;
          font-weight: bold;
          margin-top: 0; }
        body .news-card .news-blog .news-content .news-text {
          font-size: 15px; }
        body .news-card .news-blog .news-content .news-date {
          display: flex;
          justify-content: space-between;
          margin: 20px 0; }
          body .news-card .news-blog .news-content .news-date .date {
            font-size: 13px;
            line-height: 16px; }
          body .news-card .news-blog .news-content .news-date .news-button {
            width: 100px;
            height: 25px;
            border-radius: 50px;
            margin: 0 5px;
            line-height: 1.5;
            font-size: 13px; }
    body .news-card .actual-videos iframe {
      width: 400px;
      height: 300px;
      border-radius: 5px;
      margin-left: 60px;
      margin: 40px 60px 85px 60px; }
    body .sports-world .sports-title h2 {
      width: 80%;
      height: 40px;
      font-size: 14px;
      text-align: center;
      line-height: 2.8; }
    body .sports-world .bg-sports-img {
      width: 100%;
      height: auto;
      background: url("../img/3.gif");
      padding: 28px 0;
      background-repeat: no-repeat;
      background-size: cover;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      border-radius: 5px; }
      body .sports-world .bg-sports-img .sports-img .figures {
        width: 58%; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-link {
          top: 66%;
          margin-left: 15px;
          font-size: 16px; }
        body .sports-world .bg-sports-img .sports-img .figures .last-two {
          width: 72%;
          margin-top: 0px;
          margin-left: 70px; }
          body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
            top: 66%;
            font-size: 16px; }
        body .sports-world .bg-sports-img .sports-img .figures .colls-img img {
          position: relative;
          object-fit: cover;
          width: 180px;
          height: 210px;
          display: block;
          filter: grayscale(60%); }
    body .champion .champion-title {
      font-size: 30px; }
    body .champion .nav-accordion {
      background-size: cover;
      background-repeat: no-repeat;
      margin: 0 auto; }
      body .champion .nav-accordion .nav-item {
        margin-left: 22%; }
        body .champion .nav-accordion .nav-item .nav-link {
          font-size: 15px; }
    body .champion .tab-content #blog {
      padding: 5rem 2rem; }
      body .champion .tab-content #blog .blog-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        position: relative;
        padding-bottom: 6rem; }
        body .champion .tab-content #blog .blog-box .blog-details {
          width: 40%; }
          body .champion .tab-content #blog .blog-box .blog-details .wrestler {
            margin-top: 30px;
            font-size: 18px; }
          body .champion .tab-content #blog .blog-box .blog-details .medals {
            margin: 0; }
          body .champion .tab-content #blog .blog-box .blog-details .direction-img {
            margin-bottom: 10px; }
            body .champion .tab-content #blog .blog-box .blog-details .direction-img h4 {
              font-size: 22px; }
        body .champion .tab-content #blog .blog-box .blog-image {
          width: 60%;
          position: relative; }
          body .champion .tab-content #blog .blog-box .blog-image img {
            width: 100%;
            height: 350px;
            -o-object-fit: cover;
            object-fit: cover; }
          body .champion .tab-content #blog .blog-box .blog-image .shadow-img .cham-shadow {
            position: absolute;
            bottom: 0%;
            left: 0%; } }
  @media screen and (max-width: 1200px) and (min-width: 993px) and (max-width: 992px) {
    body .champion .tab-content #blog .blog-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      body .champion .tab-content #blog .blog-box .blog-image {
        width: 100%;
        padding: 0; }
    body .champion .tab-content #blog .blog-details {
      width: 100%;
      padding: 0; } }
@media screen and (max-width: 1200px) and (min-width: 993px) {
    body .compleks .compleks-title {
      font-style: normal;
      font-weight: 900;
      font-size: 24px;
      line-height: 24px;
      margin-left: 60px; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container {
      padding: 0 5px; }
      body .compleks .compleks-container .card-compleks {
        margin: 10px 0; }
        body .compleks .compleks-container .card-compleks .compleks-img {
          width: 300px;
          height: 174px;
          border: 5px solid #ffffff;
          border-radius: 5px;
          box-sizing: border-box;
          transition: all 100ms ease-out; }
        body .compleks .compleks-container .card-compleks .compleks-img:hover {
          transform: scale(1.04);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 0.9; }
    body .compleks .all {
      text-align: right;
      margin-right: 5%;
      margin-top: 2%; }
      body .compleks .all .all-complex {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        background-color: #0D6C72;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
        text-decoration: none; }
    body .link-common .news_title_blog {
      width: 100%;
      height: 32px;
      margin: 20px 10px;
      position: relative; }
      body .link-common .news_title_blog .parellogram {
        width: 120px;
        bottom: 68%; }
      body .link-common .news_title_blog .news-title {
        font-size: 18px;
        padding-left: 13%; }
    body .link-common .usefull-links .owl-carousel .useful-link-img {
      text-decoration: none; }
      body .link-common .usefull-links .owl-carousel .useful-link-img h6 {
        font-size: 12px;
        line-height: 50px; }
    body .menu {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      flex: 8; }
      body .menu nav a {
        text-decoration: none;
        font-size: 18px;
        margin: 10px;
        padding: 1px 150px;
        font-weight: bold;
        transition: .3s all; }
        body .menu nav a img {
          width: 80px;
          height: 80px; }
    body nav {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
    body .main .columna2 .owl-carousel2 .link-center img {
      width: 160px;
      height: 160px; }
    body .main .columna2 .owl-carousel2 .link-center h6 {
      font-weight: 600;
      font-size: 12px;
      width: 150px;
      text-align: center;
      margin-bottom: 50px; }
    body .main .columna1 {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      padding: 0 18% 0 10%;
      filter: grayscale(60%); }
      body .main .columna1 p {
        color: #fff;
        line-height: 27px;
        padding-bottom: 1rem; }
    body .h1 {
      font-size: 45px;
      padding-bottom: 2em; }
    body .h3 {
      line-height: 27px;
      padding-bottom: 1rem; }
    body .footer-end footer {
      text-align: center;
      color: #ddd;
      font-weight: normal;
      text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
      font-size: 0.8em;
      padding: 20px; }
      body .footer-end footer a {
        color: #fff;
        text-decoration: none; }
        body .footer-end footer a:link {
          color: #fff;
          text-decoration: none; }
    body .footer-end .footer-img {
      display: none; }
    body .footer-end .bg-footer {
      margin-top: 60px;
      padding: 50px 0 30px; }
      body .footer-end .bg-footer .footer-container {
        margin-top: 20px; }
        body .footer-end .bg-footer .footer-container .footer-heading {
          position: relative;
          padding-bottom: 12px;
          font-size: 16px;
          line-height: 24px; }
          body .footer-end .bg-footer .footer-container .footer-heading:after {
            content: '';
            width: 80px;
            position: absolute;
            bottom: 0;
            display: block;
            border-bottom: 2px solid #fff; }
        body .footer-end .bg-footer .footer-container .footer-link {
          color: #FFFFFF;
          list-style: disclosure-closed;
          text-align: left; }
          body .footer-end .bg-footer .footer-container .footer-link a {
            font-size: 14px;
            transition: all 0.5s;
            font-size: 14px;
            line-height: 16px; }
        body .footer-end .bg-footer .footer-container .contact-info {
          font-size: 14px; }
    body .footer-end .copyright {
      background-color: #109057;
      text-align: center;
      height: 44px;
      line-height: 44px; }
      body .footer-end .copyright .copy-text .copy-link {
        font-size: 13px; } }
@media screen and (max-width: 1540px) and (min-width: 1200px) {
  body {
    overflow-x: hidden; }
    body #topbar .contact-info {
      margin-left: 8%; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
      body .first .header-logo .flag-gif {
        right: 0%;
        bottom: 0;
        width: 340px;
        height: 200px; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      position: sticky !important;
      top: 0;
      z-index: 99;
      background-color: #109057;
      position: relative;
      box-shadow: 3px 3px 5px grey;
      padding: 0px;
      border-radius: 0%; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav {
        margin: 0 10% auto; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
          font-size: 18px; }
      body .navbar .parellogram {
        width: 90px;
        bottom: 45%; }
      body .navbar .search body {
        background: #e8eaed; }
      body .navbar .search .container {
        max-width: 600px;
        margin: 50px auto; }
      body .navbar .search .searchbar {
        position: relative;
        min-width: 50px;
        width: 0%;
        height: 50px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s; }
      body .navbar .search .searchbar-input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #109057;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0 5px;
        font-size: 14px;
        color: #fff; }
      body .navbar .search .searchbar-open {
        width: 100%; }
    body .hamburger-menu {
      display: none; }
    body .first-carousel {
      margin-top: -1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        position: absolute;
        left: 50%;
        transform: translate(-50%); }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 520px;
        object-fit: cover; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      margin: 20px 10px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 68%;
        left: -1%; }
      body .news-card .news_title_blog .news-title {
        line-height: 1.5;
        font-size: 22px; }
    body .news-card .news-blog .news-content .nm-title {
      font-size: 16px; }
    body .news-card .news-blog .news-content .news-text {
      font-size: 16px; }
    body .news-card .news-blog .news-content .news-date {
      display: flex;
      justify-content: space-between;
      margin: 20px 0; }
      body .news-card .news-blog .news-content .news-date .date {
        font-size: 13px;
        line-height: 16px; }
      body .news-card .news-blog .news-content .news-date .news-button {
        width: 100px;
        height: 25px;
        border-radius: 50px;
        margin: 0 5px;
        line-height: 1.5;
        font-size: 13px; }
    body .news-card .actual-videos iframe {
      width: 100%;
      height: 350px;
      border-radius: 5px;
      margin-left: 60px;
      margin: 40px 60px 85px 60px; }
    body .sports-world .sports-title h2 {
      font-size: 18px;
      line-height: 2;
      margin-bottom: 8px; }
    body .sports-world .bg-sports-img {
      width: 100%;
      padding: 20px 0; }
      body .sports-world .bg-sports-img .sports-img .figures .colls-link {
        font-size: 20px; }
      body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
        font-size: 20px; }
    body .compleks .compleks-title {
      text-align: left; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container {
      padding: 0 5px; }
      body .compleks .compleks-container .card-compleks {
        margin: 10px 0; }
        body .compleks .compleks-container .card-compleks .compleks-img {
          width: 300px;
          height: 174px;
          border: 5px solid #ffffff;
          border-radius: 5px;
          box-sizing: border-box;
          transition: all 100ms ease-out; }
        body .compleks .compleks-container .card-compleks .compleks-img:hover {
          transform: scale(1.04);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 0.9; }
    body .compleks .all {
      text-align: right;
      margin-right: 5%;
      margin-top: 2%; }
      body .compleks .all .all-complex {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        background-color: #0D6C72;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
        text-decoration: none; } }
@media screen and (max-width: 2000px) and (min-width: 1540px) {
  body {
    overflow-x: hidden; }
    body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
      margin: 0 0 0 40px;
      font-size: 15px; }
    body #topbar .contact-info {
      margin-left: 8%; }
    body .first .header-logo {
      width: 100%;
      object-fit: cover;
      position: relative;
      z-index: 99; }
      body .first .header-logo .logo-img {
        display: block;
        width: 100%;
        height: 100%; }
      body .first .header-logo .flag-gif {
        right: 0%;
        bottom: 0;
        width: 340px;
        height: 200px; }
    body .first .form-inline {
      width: 100%;
      position: absolute;
      top: 70%;
      left: 50%; }
    body .navbar {
      position: sticky !important;
      top: 0;
      z-index: 99;
      background-color: #109057;
      position: relative;
      box-shadow: 3px 3px 5px grey;
      padding: 0px;
      border-radius: 0%; }
      body .navbar .navbar-link #navbarNavDropdown .navbar-nav {
        margin: 0 16% auto; }
        body .navbar .navbar-link #navbarNavDropdown .navbar-nav .nav-item {
          font-size: 16px; }
      body .navbar .parellogram {
        width: 90px;
        bottom: 45%; }
      body .navbar .search body {
        background: #e8eaed; }
      body .navbar .search .container {
        max-width: 600px;
        margin: 50px auto; }
      body .navbar .search .searchbar {
        position: relative;
        min-width: 50px;
        width: 0%;
        height: 50px;
        float: right;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        -ms-transition: width 0.3s;
        -o-transition: width 0.3s;
        transition: width 0.3s; }
      body .navbar .search .searchbar-input {
        top: 0;
        right: 0;
        border: 0;
        outline: 0;
        background: #109057;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0 5px;
        font-size: 14px;
        color: #fff; }
      body .navbar .search .searchbar-open {
        width: 100%; }
    body .hamburger-menu {
      display: none; }
    body .first-carousel {
      margin-top: -1%;
      margin-bottom: 30px; }
      body .first-carousel .carousel-item .carousel-news-link {
        position: absolute;
        left: 50%;
        transform: translate(-50%); }
      body .first-carousel .carousel-item .carousel-news-img {
        width: 100%;
        height: 520px;
        object-fit: cover; }
    body .news-card .news_title_blog {
      width: 100%;
      height: 36px;
      margin: 20px 10px;
      position: relative; }
      body .news-card .news_title_blog .parellogram {
        position: absolute;
        transform: skewX(-35deg);
        border-bottom: 20px solid #fff;
        width: 104px;
        bottom: 68%;
        left: -1%; }
      body .news-card .news_title_blog .news-title {
        line-height: 1.5;
        font-size: 22px; }
    body .news-card .news-blog .news-content .nm-title {
      font-size: 16px; }
    body .news-card .news-blog .news-content .news-text {
      font-size: 16px; }
    body .news-card .news-blog .news-content .news-date {
      display: flex;
      justify-content: space-between;
      margin: 20px 0; }
      body .news-card .news-blog .news-content .news-date .date {
        font-size: 13px;
        line-height: 16px; }
      body .news-card .news-blog .news-content .news-date .news-button {
        width: 100px;
        height: 25px;
        border-radius: 50px;
        margin: 0 5px;
        line-height: 1.5;
        font-size: 13px; }
    body .news-card .actual-videos iframe {
      width: 100%;
      height: 350px;
      border-radius: 5px;
      margin-left: 60px;
      margin: 40px 60px 85px 60px; }
    body .sports-world .sports-title h2 {
      font-size: 18px;
      line-height: 2;
      margin-bottom: 8px; }
    body .sports-world .bg-sports-img {
      width: 100%;
      padding: 20px 0; }
      body .sports-world .bg-sports-img .sports-img .figures .colls-link {
        font-size: 20px; }
      body .sports-world .bg-sports-img .sports-img .figures .last-two .colls-link {
        font-size: 20px; }
    body .compleks .compleks-title {
      text-align: left; }
      body .compleks .compleks-title .compleks-title-text {
        letter-spacing: 2px; }
    body .compleks .compleks-container {
      padding: 0 5px; }
      body .compleks .compleks-container .card-compleks {
        margin: 10px 0; }
        body .compleks .compleks-container .card-compleks .compleks-img {
          width: 300px;
          height: 174px;
          border: 5px solid #ffffff;
          border-radius: 5px;
          box-sizing: border-box;
          transition: all 100ms ease-out; }
        body .compleks .compleks-container .card-compleks .compleks-img:hover {
          transform: scale(1.04);
          -webkit-filter: grayscale(0);
          filter: grayscale(0);
          opacity: 0.9; }
    body .compleks .all {
      text-align: right;
      margin-right: 5%;
      margin-top: 2%; }
      body .compleks .all .all-complex {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 14px;
        background-color: #0D6C72;
        color: #fff;
        border-radius: 3px;
        padding: 5px;
        font-weight: 600;
        text-decoration: none; }
    body .champion .tab-content #blog .blog-box .blog-details {
      width: 50%; } }

/*# sourceMappingURL=main.css.map */
