.news .content {
  margin-top: 20px;
  padding-right: 100px;
  padding-left: 100px; }

.news .information {
  border-bottom: 5px solid #e6e6e6;
  padding-bottom: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between; }
  .news .information .date {
    font-size: 1.5rem;
    line-height: 2;
    color: #9E9E9E; }
  .news .information .share {
    font-size: 2rem;
    direction: ltr; }
    .news .information .share .share-button {
      margin: 0 10px; }
      .news .information .share .share-button i {
        color: #9E9E9E; }

.news .title {
  text-align: center; }

.news .description {
  font-size: 1.2rem;
  line-height: 2;
  text-align: justify;
  margin-top: 50px; }

.news .picture .image {
  text-align: center; }

@media only screen and (max-width: 900px) {
  .news .content {
    padding-right: initial;
    padding-left: initial; } }

.employee .profile {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.employee .profile .information .details .items, .employee .profile .picture .image {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.employee .profile {
  min-height: 400px;
  padding-right: 100px;
  padding-left: 100px; }
  @media only screen and (max-width: 900px) {
    .employee .profile {
      padding-right: 0;
      padding-left: 0; } }
  .employee .profile .information {
    padding: 50px 50px 50px 0; }
    .employee .profile .information .title {
      padding: 10px;
      display: flex;
      font-size: 2.5rem;
      color: #1a3085; }
      .employee .profile .information .title > .number {
        background-color: #fff;
        color: #1a3085;
        padding: 5px;
        text-align: center;
        border-radius: 0 50px 50px 0;
        direction: ltr;
        margin-left: 10px; }
        .employee .profile .information .title > .number .value {
          margin-right: 5px;
          margin-left: 5px;
          font-size: inherit;
          font-weight: 700; }
      .employee .profile .information .title > .fullname {
        color: #fff;
        padding: 5px;
        text-align: center;
        border-radius: 50px 0 0 50px;
        font-size: inherit; }
    .employee .profile .information .details {
      margin-top: 20px;
      width: 100%;
      display: flex; }
      .employee .profile .information .details .items {
        width: 100%; }
        .employee .profile .information .details .items .item {
          background-color: #fff; }
          .employee .profile .information .details .items .item:nth-child(even) {
            background-color: #e6e6e6; }
          .employee .profile .information .details .items .item .list {
            display: flex;
            justify-content: space-between;
            padding: 20px;
            font-size: 1.5rem;
            margin: 0; }
            .employee .profile .information .details .items .item .list .list-label {
              color: gray; }
            .employee .profile .information .details .items .item .list .list-value {
              margin: 0; }
      .employee .profile .information .details .employee-social-media {
        font-size: 2rem;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        margin: 0 20px; }
        .employee .profile .information .details .employee-social-media .share-button {
          margin-bottom: 10px; }
          .employee .profile .information .details .employee-social-media .share-button i {
            color: #fff; }
        @media only screen and (max-width: 900px) {
          .employee .profile .information .details .employee-social-media {
            flex-direction: row; }
            .employee .profile .information .details .employee-social-media .share-button {
              margin: 10px; } }
      @media only screen and (max-width: 900px) {
        .employee .profile .information .details {
          width: auto;
          flex-direction: column; } }
    @media only screen and (max-width: 900px) {
      .employee .profile .information {
        padding: 50px; } }
  .employee .profile .picture {
    padding: 50px 0 50px 50px;
    height: 545px;
    text-align: center; }
    .employee .profile .picture .image {
      height: 100%;
      text-align: center; }
    @media only screen and (max-width: 900px) {
      .employee .profile .picture {
        height: 345px;
        padding: 0 50px 50px 50px; } }

.employee .description {
  min-height: 200px;
  padding: 50px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2; }

.error {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; }

.cardview8 .content .picture {
  transition: 0.3s linear; }

.cardview8 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview8 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview8 {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview8 .bar {
    height: 10px; }
  .cardview8 .content {
    position: relative;
    height: 290px;
    color: #000; }
    .cardview8 .content .picture {
      height: 100%; }
      .cardview8 .content .picture .image {
        height: 100%;
        width: 100%; }
    .cardview8 .content .title {
      position: absolute;
      bottom: 0;
      height: 100px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background-image: linear-gradient(to bottom, transparent, #000);
      font-size: 1.2rem;
      padding: 10px;
      text-align: center; }

.cardview11 .content .picture {
  transition: 0.3s linear; }

.cardview11 .content .picture .image {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview11 {
  position: relative;
  max-height: 800px;
  width: auto;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards;
  cursor: grab; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview11 .content {
    position: relative;
    height: 100%;
    width: auto;
    color: #000; }
    .cardview11 .content .picture {
      text-align: center;
      height: 100%; }
      .cardview11 .content .picture .image {
        margin: 0 auto; }
    .cardview11 .content .title {
      position: absolute;
      bottom: 0;
      height: 100px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 1.2rem;
      padding: 10px;
      text-align: center; }

.cardview10 .content .picture {
  transition: 0.3s linear; }

.cardview10 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview10 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview10 {
  position: relative;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards;
  cursor: pointer; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview10 .bar {
    height: 10px; }
  .cardview10 .content {
    position: relative;
    color: #000; }
    .cardview10 .content .picture {
      height: 100%;
      position: relative; }
      .cardview10 .content .picture .video {
        width: 100%;
        height: 100%;
        vertical-align: middle; }
      .cardview10 .content .picture:before {
        content: '';
        background-color: #fff;
        background-image: url("/static/img/play.png");
        background-size: cover;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 50%;
        box-shadow: #1a3085 0 0 20px 0; }

.cardview12 .content .picture {
  transition: 0.3s linear; }

.cardview12 {
  position: relative;
  height: 530px;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards;
  text-align: center;
  border-bottom: 5px solid #f2f2f2; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview12 .content {
    position: relative;
    height: 500px;
    color: #000; }
    .cardview12 .content .picture {
      height: 100%; }
      .cardview12 .content .picture .video {
        height: 100%; }

.cardview5 .content .section-right, .cardview5 .content .section-right .image, .cardview5 .content .section-left .description {
  transition: 0.3s linear; }

.cardview5 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview5 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview5 .content .section-right .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cardview5 {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 5px 20px 5px; }
  .cardview5 .bar {
    height: 10px; }
  .cardview5 .content {
    height: 290px; }
    .cardview5 .content .section-right {
      height: 100%;
      padding: 20px; }
    .cardview5 .content .section-left {
      padding: 10px;
      overflow: hidden; }
      .cardview5 .content .section-left .title {
        font-size: 1.8rem;
        max-height: 70px;
        line-height: 2;
        color: #1a3085; }
      .cardview5 .content .section-left .season {
        color: #1a3085;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.2rem;
        font-weight: 700; }
      .cardview5 .content .section-left .description {
        overflow: hidden;
        background-color: #fff;
        text-align: justify;
        font-size: 1.1rem;
        direction: rtl;
        line-height: 2; }
        @media only screen and (max-width: 900px) {
          .cardview5 .content .section-left .description {
            padding-left: initial;
            padding-right: initial; } }

.slideshow .items .item .title:after {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.slideshow .items .item .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.slideshow {
  position: relative;
  margin-top: -50px; }
  .slideshow .items {
    position: relative;
    height: 600px;
    overflow: hidden; }
    .slideshow .items .item {
      transition: 1s linear;
      position: absolute;
      height: inherit;
      width: 100%;
      opacity: 0; }
      .slideshow .items .item .image::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 48, 133, 0.1); }
      .slideshow .items .item .title {
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.2);
        color: #fff;
        padding: 10px;
        font-size: 2rem;
        margin-right: 80px;
        margin-bottom: 80px;
        direction: rtl; }
        .slideshow .items .item .title:after {
          content: '';
          display: block;
          height: 10px;
          margin-top: 10px; }
        @media only screen and (max-width: 900px) {
          .slideshow .items .item .title {
            font-size: 1rem;
            margin-right: 10px;
            margin-bottom: 10px; } }
      .slideshow .items .item.active {
        z-index: 1;
        opacity: initial; }
    @media only screen and (max-width: 900px) {
      .slideshow .items {
        height: 200px; } }
  .slideshow .control {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border: none;
    font-size: 5rem;
    cursor: pointer; }
    .slideshow .control i {
      color: rgba(255, 255, 255, 0.5); }
    .slideshow .control.left {
      left: 0;
      margin-left: 20px; }
    .slideshow .control.right {
      right: 0;
      margin-right: 20px; }
    .slideshow .control:hover i {
      color: rgba(255, 255, 255, 0.8); }
  @media only screen and (max-width: 900px) {
    .slideshow {
      margin-top: 0; } }

.cardview1 .content .section-top, .cardview1 .content .section-top .image, .cardview1 .content .section-bottom .description {
  transition: 0.3s linear; }

.cardview1 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview1 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview1 .content .section-top .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cardview1 {
  position: relative;
  height: 350px;
  overflow: hidden;
  margin: 0 5px 5px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview1 .bar {
    height: 10px; }
  .cardview1 .content {
    cursor: pointer;
    height: 300px;
    color: #000; }
    .cardview1 .content .section-top {
      height: 200px; }
    .cardview1 .content .section-bottom {
      padding: 10px;
      height: 100px;
      overflow: hidden; }
      .cardview1 .content .section-bottom .title {
        font-size: 1.3rem;
        max-height: 70px;
        line-height: 2; }
      .cardview1 .content .section-bottom .description {
        overflow: hidden;
        background-color: #fff;
        text-align: justify;
        font-size: 1.1rem;
        direction: rtl;
        line-height: 2;
        opacity: 0; }
        @media only screen and (max-width: 900px) {
          .cardview1 .content .section-bottom .description {
            padding-left: initial;
            padding-right: initial; } }
    .cardview1 .content:hover .section-top {
      height: 100px; }
      .cardview1 .content:hover .section-top .image {
        box-shadow: 0 0 50px 0 rgba(26, 48, 133, 0.5) inset; }
    .cardview1 .content:hover .section-bottom {
      height: 200px; }
      .cardview1 .content:hover .section-bottom .description {
        opacity: 1; }
  .cardview1 .information {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    height: 40px;
    font-size: 1.5rem;
    color: #1a3085; }
    .cardview1 .information .part .value {
      margin-right: 5px;
      margin-left: 5px;
      font-size: 1.2rem; }
    .cardview1 .information .like {
      cursor: pointer; }
    .cardview1 .information .date {
      direction: ltr; }

.cardview7 .content .teams .result {
  border-radius: 10px; }

.cardview7 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview7 {
  margin-bottom: 20px; }
  .cardview7 .bar {
    height: 10px; }
  .cardview7 .content {
    padding: 10px;
    border: 1px solid #cccccc; }
    .cardview7 .content .teams {
      margin-top: 30px;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between; }
      .cardview7 .content .teams .team {
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
        width: 100px; }
        .cardview7 .content .teams .team .logo {
          display: inline-block;
          height: 60px;
          width: 60px; }
        .cardview7 .content .teams .team .title {
          font-size: 1.2rem;
          font-weight: 700;
          margin-top: 20px;
          height: 16px; }
      .cardview7 .content .teams .result {
        width: 100px;
        display: inline-flex;
        justify-content: space-between;
        font-size: 2rem;
        font-weight: 700;
        background-color: #e6e6e6;
        padding: 10px; }
    .cardview7 .content .information {
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .cardview7 .content .information .type {
        font-size: 2rem;
        font-weight: 700;
        color: #1a3085;
        margin-top: 10px; }
      .cardview7 .content .information .date {
        font-size: 1.1rem;
        font-weight: 300;
        color: #333333;
        margin-top: 10px; }
      .cardview7 .content .information .time {
        font-size: 1.1rem;
        font-weight: 300;
        color: #333333;
        margin-top: 10px; }
      .cardview7 .content .information .location {
        font-size: 1.1rem;
        font-weight: 300;
        color: #333333;
        margin-top: 10px; }

.leaguetable table thead {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.leaguetable {
  margin-top: 10px;
  display: flex;
  justify-content: center; }
  .leaguetable table {
    text-align: center;
    width: 700px;
    border-collapse: collapse;
    border: 1px solid #a7a9ac; }
    .leaguetable table thead {
      color: #fff; }
    .leaguetable table tbody tr:nth-child(odd) {
      background-color: #ebebec; }
    .leaguetable table tr th {
      padding: 10px;
      font-weight: 700; }
    .leaguetable table tr td {
      padding: 5px;
      font-weight: 700; }
    .leaguetable table .icon {
      height: 30px;
      width: 30px; }

.cardview2 .content .section-top, .cardview2 .content .section-top .image {
  transition: 0.3s linear; }

.cardview2 .content .section-bottom .information > .number {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview2 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview2 .content .section-top .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cardview2 {
  position: relative;
  height: 320px;
  overflow: hidden;
  margin: 0 5px 5px 5px;
  direction: rtl;
  text-align: right;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards;
  margin-bottom: 20px; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview2 .content {
    cursor: pointer;
    height: 300px;
    display: block; }
    .cardview2 .content .section-top {
      position: relative;
      height: 220px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .cardview2 .content .section-top .image {
        position: absolute;
        height: 100%;
        width: 100%; }
      .cardview2 .content .section-top:before {
        content: '';
        background-image: url("/static/img/logo.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        transform: scale(0);
        height: 200px;
        width: 100%;
        display: block;
        position: absolute;
        z-index: 1;
        opacity: 0; }
      .cardview2 .content .section-top:hover:before {
        animation: anim-section-top 1s ease 1; }

@keyframes anim-section-top {
  0% {
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
    .cardview2 .content .section-bottom {
      padding: 10px;
      height: 100px;
      overflow: hidden; }
      .cardview2 .content .section-bottom .title {
        font-size: 1.2rem;
        max-height: 70px;
        line-height: 2;
        color: gray;
        text-align: center; }
      .cardview2 .content .section-bottom .information {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 10px;
        display: flex;
        font-size: 1.3rem;
        color: #1a3085; }
        .cardview2 .content .section-bottom .information > .number {
          color: #fff;
          padding: 10px 5px;
          text-align: center;
          width: 70px;
          border-radius: 0 50px 50px 0;
          direction: ltr; }
          .cardview2 .content .section-bottom .information > .number .value {
            margin-right: 5px;
            margin-left: 5px;
            font-weight: 700; }
        .cardview2 .content .section-bottom .information > .position {
          background-color: #d9d9d9;
          color: #000;
          padding: 10px 5px;
          text-align: center;
          width: calc(100% - 70px);
          border-radius: 50px 0 0 50px;
          font-size: 1rem; }

.cardview3 .content .section-top, .cardview3 .content .section-top .image, .cardview3 .content .section-bottom .description {
  transition: 0.3s linear; }

.cardview3 .content .section-top .icon {
  border-radius: 50%; }

.cardview3 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview3 .content .section-top .image {
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.cardview3 {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 5px 5px 5px;
  direction: rtl;
  text-align: right; }
  .cardview3 .content {
    height: 300px; }
    .cardview3 .content .section-top {
      height: 150px;
      position: relative; }
      .cardview3 .content .section-top .image {
        border-radius: 0 0 100% 100%; }
      .cardview3 .content .section-top .icon {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: #fff;
        color: #1a3085;
        height: 40px;
        width: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: -20px;
        font-size: 1.5rem; }
    .cardview3 .content .section-bottom {
      padding: 10px;
      height: 150px;
      overflow: hidden;
      margin-top: 10px; }
      .cardview3 .content .section-bottom .title {
        font-size: 1.3rem;
        max-height: 70px;
        line-height: 2;
        color: gray;
        text-align: center; }
      .cardview3 .content .section-bottom .season {
        text-align: center;
        color: #1a3085;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 1.2rem;
        font-weight: 700; }
      .cardview3 .content .section-bottom .description {
        overflow: hidden;
        background-color: #fff;
        text-align: center;
        font-size: 0.8rem;
        direction: rtl;
        line-height: 2; }
        @media only screen and (max-width: 900px) {
          .cardview3 .content .section-bottom .description {
            padding-left: initial;
            padding-right: initial; } }

.cardview6 .content .picture, .cardview6 .content .text .description {
  transition: 0.3s linear; }

.cardview6 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview6 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview6 {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview6 .bar {
    height: 10px; }
  .cardview6 .content {
    position: relative;
    height: 290px;
    color: #000; }
    .cardview6 .content .picture {
      height: 100%; }
      .cardview6 .content .picture .image {
        height: 100%;
        width: 100%; }
    .cardview6 .content .text {
      position: absolute;
      bottom: 0;
      height: 100px;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      color: #fff;
      background-image: linear-gradient(to bottom, transparent, #000);
      font-size: 1.2rem;
      padding: 10px;
      text-align: center;
      line-height: 2; }
      .cardview6 .content .text .description {
        opacity: 0; }
  .cardview6:hover .content .text .description {
    opacity: 1; }

.cardview9 .content .picture {
  transition: 0.3s linear; }

.cardview9 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview9 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview9 {
  position: relative;
  height: 300px;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview9 .bar {
    height: 10px; }
  .cardview9 .content {
    position: relative;
    height: 290px;
    color: #000; }
    .cardview9 .content .picture {
      height: 100%;
      position: relative; }
      .cardview9 .content .picture .image {
        height: 100%;
        width: 100%; }
      .cardview9 .content .picture:before {
        content: '';
        background-color: #fff;
        background-image: url("/static/img/play.png");
        background-size: cover;
        height: 50px;
        width: 50px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        border-radius: 50%;
        box-shadow: #1a3085 0 0 20px 0; }
    .cardview9 .content .title {
      position: absolute;
      bottom: 0;
      height: 100px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background-image: linear-gradient(to bottom, transparent, #000);
      font-size: 1.2rem;
      padding: 10px;
      text-align: center; }

.racenext .content .counter .parts .part .part-value {
  border-radius: 10px; }

.racenext > .title {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.racenext > .title {
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.racenext .content {
  border: 1px solid #cccccc; }
  .racenext .content .counter .title {
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }
  .racenext .content .counter .parts {
    display: flex;
    justify-content: center;
    direction: ltr; }
    .racenext .content .counter .parts .part {
      text-align: center;
      margin-right: 5px;
      margin-left: 5px; }
      .racenext .content .counter .parts .part .part-value {
        height: 50px;
        width: 50px;
        background-image: linear-gradient(to bottom, #223fb0 0 50%, #1a3085 50% 100%);
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2.5rem;
        font-family: latin; }
      .racenext .content .counter .parts .part .part-title {
        margin-top: 5px; }
  .racenext .content > .teams {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    .racenext .content > .teams .team {
      text-align: center;
      margin-right: 10px;
      margin-left: 10px; }
      .racenext .content > .teams .team .logo {
        display: inline-block;
        height: 60px;
        width: 60px; }
      .racenext .content > .teams .team .title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 20px; }
  .racenext .content > .information {
    text-align: center; }
    .racenext .content > .information .time {
      font-size: 3rem;
      font-weight: 700;
      letter-spacing: 3px;
      font-family: latin; }
    .racenext .content > .information .date {
      font-size: 1.1rem;
      font-weight: 300;
      color: #1a3085;
      margin-top: 10px;
      font-family: latin; }
    .racenext .content > .information .location {
      font-size: 1.1rem;
      font-weight: 300;
      color: #999999;
      margin-top: 10px; }
    .racenext .content > .information .type {
      font-size: 1.1rem;
      font-weight: 300;
      color: #999999;
      margin-top: 10px; }
  .racenext .content .next-games {
    background-color: #f2f2f2;
    margin-top: 10px;
    margin-bottom: 10px; }
    .racenext .content .next-games .game-row {
      border-width: 1px;
      border-style: solid;
      border-color: #cccccc transparent #cccccc transparent; }
      .racenext .content .next-games .game-row .teams {
        margin-top: 10px;
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between; }
        .racenext .content .next-games .game-row .teams .team {
          text-align: center;
          margin-right: 10px;
          margin-left: 10px;
          width: 50%; }
          .racenext .content .next-games .game-row .teams .team .logo {
            display: inline-block;
            height: 30px;
            width: 30px; }
          .racenext .content .next-games .game-row .teams .team .title {
            font-size: 0.8rem;
            margin-top: 10px; }
    .racenext .content .next-games .information {
      padding: 5px;
      line-height: 2;
      font-size: 0.8rem; }

.racelast .content .information .result {
  border-radius: 10px; }

.racelast > .title {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.racelast > .title {
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem; }

.racelast .content {
  padding: 10px;
  border: 1px solid #cccccc; }
  .racelast .content .teams {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between; }
    .racelast .content .teams .team {
      text-align: center;
      margin-right: 10px;
      margin-left: 10px; }
      .racelast .content .teams .team .logo {
        display: inline-block;
        height: 60px;
        width: 60px; }
      .racelast .content .teams .team .title {
        font-size: 1.2rem;
        font-weight: 700;
        margin-top: 20px; }
  .racelast .content .information {
    text-align: center; }
    .racelast .content .information .result {
      width: 100px;
      display: inline-flex;
      justify-content: space-between;
      font-size: 2rem;
      font-family: latin;
      font-weight: 700;
      background-color: #e6e6e6;
      padding: 10px; }
    .racelast .content .information .date {
      font-size: 1.1rem;
      font-weight: 300;
      font-family: latin;
      color: #1a3085;
      margin-top: 10px; }
    .racelast .content .information .location {
      font-size: 1.1rem;
      font-weight: 300;
      color: #999999;
      margin-top: 10px; }
    .racelast .content .information .type {
      font-size: 1.1rem;
      font-weight: 300;
      color: #999999;
      margin-top: 10px; }

.leaguetable-tiny table thead {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.leaguetable-tiny {
  margin-top: 10px; }
  .leaguetable-tiny table {
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #a7a9ac; }
    .leaguetable-tiny table thead {
      color: #fff; }
    .leaguetable-tiny table tbody tr:nth-child(odd) {
      background-color: #ebebec; }
    .leaguetable-tiny table tr th, .leaguetable-tiny table tr td {
      padding: 10px; }

.vote > .title {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.vote {
  padding: 20px; }
  .vote > .title {
    height: 50px;
    color: #fff;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 1.5rem;
    padding: 20px; }
  .vote .content {
    padding: 20px;
    border: 1px solid #cccccc; }
    .vote .content .question {
      font-size: 1.5rem;
      font-weight: 700; }
    .vote .content .options {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 1.4rem; }
      .vote .content .options .option {
        margin-bottom: 10px; }
        .vote .content .options .option .radio {
          margin-left: 10px; }

.category-selector .items .item .link {
  transition: 0.3s linear; }

.category-selector .items .item.active .link {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.category-selector .items {
  display: flex; }
  .category-selector .items .item {
    padding-right: 2px;
    padding-left: 2px; }
    .category-selector .items .item .link {
      cursor: pointer;
      display: block;
      text-align: center;
      padding: 10px 30px;
      color: #fff;
      font-size: 1.3rem;
      border: none;
      background-color: #b3b3b3; }
      .category-selector .items .item .link:hover {
        box-shadow: rgba(0, 0, 0, 0.8) 0 0 30px 0 inset; }
    .category-selector .items .item:first-child .link {
      border-radius: 0 50px 50px 0; }
    .category-selector .items .item:last-child .link {
      border-radius: 50px 0 0 50px; }
    .category-selector .items .item.single .link {
      border-radius: 0 50px 50px 0; }

@media only screen and (max-width: 900px) {
  .category-selector .items {
    white-space: nowrap;
    overflow-x: auto; }
    .category-selector .items .item {
      margin-top: 5px; }
      .category-selector .items .item .link {
        border-radius: 3px !important;
        font-size: 1.2rem;
        padding: 10px; } }

.cardview4 .content .section-right, .cardview4 .content .section-left .text .description {
  transition: 0.3s linear; }

.cardview4 .bar {
  background-image: linear-gradient(to left, #1a3085, #076dae); }

.cardview4 {
  box-shadow: 0px 2.5px 10px 0 rgba(0, 0, 0, 0.2); }

.cardview4 {
  height: 200px;
  overflow: hidden;
  margin: 0 5px 20px 5px;
  transform: scale(0.8);
  opacity: 0;
  animation: anim-cardview 1s ease 0.1s 1 forwards; }

@keyframes anim-cardview {
  to {
    transform: scale(1);
    opacity: 1; } }
  .cardview4 .bar {
    height: 10px; }
  .cardview4 .content {
    height: 100%; }
    .cardview4 .content .section-right {
      height: 100%; }
      .cardview4 .content .section-right .image {
        height: 100%;
        width: 100%; }
    .cardview4 .content .section-left {
      position: relative;
      padding: 10px;
      height: 100%;
      overflow: hidden; }
      .cardview4 .content .section-left .information {
        display: flex;
        justify-content: space-between;
        height: 40px;
        font-size: 1.5rem;
        color: #1a3085; }
        .cardview4 .content .section-left .information .part .value {
          margin-right: 5px;
          margin-left: 5px;
          font-size: 1.2rem; }
        .cardview4 .content .section-left .information .like {
          cursor: pointer; }
      .cardview4 .content .section-left .text {
        cursor: pointer; }
        .cardview4 .content .section-left .text .title {
          font-size: 1.3rem;
          max-height: 70px;
          line-height: 2; }
        .cardview4 .content .section-left .text .description {
          overflow: hidden;
          background-color: #fff;
          text-align: justify;
          font-size: 1.1rem;
          direction: rtl;
          line-height: 2;
          padding-left: 10px; }
      .cardview4 .content .section-left .more {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-left: 20px;
        margin-bottom: 20px; }
        .cardview4 .content .section-left .more .link {
          color: #1a3085;
          font-size: 1.1rem; }
  @media only screen and (max-width: 900px) {
    .cardview4 {
      height: initial; }
      .cardview4 .content {
        height: initial; }
        .cardview4 .content .section-left .text .description {
          display: none;
          padding-left: initial;
          padding-right: initial; } }

