.mst-pg h2 {
  margin-bottom: 2rem;
  font-weight: 600;
  text-transform: uppercase; }

.mst-pg header {
  padding: 14px 0; }
  .mst-pg header a {
    color: #293255;
    font-size: 1.05rem; }
  .mst-pg header ul {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .mst-pg header ul li {
      margin-right: 2rem; }
      .mst-pg header ul li:last-child {
        margin-right: 0; }
  .mst-pg header .rgt .search {
    position: relative;
    margin-right: 2rem; }
    .mst-pg header .rgt .search input {
      width: 180px;
      font-family: arial;
      height: 36px;
      border: none;
      background: #EDECEC;
      border-radius: 20px;
      padding-left: 1.1rem;
      font-size: .8rem; }
      .mst-pg header .rgt .search input:focus {
        width: 280px; }
    .mst-pg header .rgt .search label {
      position: absolute;
      right: 12px;
      top: 8px;
      font-size: 1.3rem; }
  .mst-pg header .rgt ul li {
    margin-right: 1.4rem; }
    .mst-pg header .rgt ul li a {
      display: block;
      width: 22px;
      height: 22px; }

.mst-pg .banner {
  background: #000 url("../img/ban.png") no-repeat;
  background-size: cover;
  height: 180px; }
  .mst-pg .banner img {
    width: 125px; }
  .mst-pg .banner b {
    font-size: 3rem;
    color: #eee; }
  .mst-pg .banner:after {
    background: rgba(0, 0, 0, 0.7); }
  .mst-pg .banner .menus {
    margin-left: 20%; }
    .mst-pg .banner .menus li {
      margin-right: 2rem;
      text-transform: uppercase; }
      .mst-pg .banner .menus li a {
        font-weight: 200;
        font-size: 1.4rem;
        color: #FFF;
        position: relative;
        display: block; }
        .mst-pg .banner .menus li a:after {
          content: "";
          width: 0;
          height: 2px;
          position: absolute;
          left: 0;
          bottom: 0;
          background: #FFF;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .mst-pg .banner .menus li a:hover:after {
          width: 100%; }

.mst-pg .schedule .sched section {
  width: 18%;
  margin-right: 10%; }
  .mst-pg .schedule .sched section:last-child {
    margin-right: 0; }
  .mst-pg .schedule .sched section .primadet {
    border-bottom: 1px #ddd solid;
    padding-bottom: 10px; }
    .mst-pg .schedule .sched section .primadet img {
      width: 47px;
      margin-right: 1em; }
    .mst-pg .schedule .sched section .primadet h3 {
      -ms-flex-item-align: end;
      align-self: flex-end;
      font-weight: 600;
      opacity: .7;
      font-size: 1.15rem; }
  .mst-pg .schedule .sched section .secdet * {
    line-height: 1; }
  .mst-pg .schedule .sched section .secdet p {
    margin-top: 12px; }
    .mst-pg .schedule .sched section .secdet p b {
      font-weight: 500; }

.mst-pg .news {
  margin-bottom: 60px; }
  .mst-pg .news section {
    width: 260px;
    position: relative;
    cursor: pointer;
    height: 340px; }
    .mst-pg .news section:hover .img-container:after {
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .mst-pg .news section:hover .desc p {
      max-height: 310px;
      margin-top: 1rem; }
    .mst-pg .news section .img-container {
      width: 100%;
      height: 100%;
      background: #000; }
      .mst-pg .news section .img-container:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(0, 0, 0, 0.7)), color-stop(85%, transparent));
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 15%, transparent 85%);
        background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 15%, transparent 85%);
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 15%, transparent 85%);
        top: 0;
        left: 0;
        z-index: -1;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
      .mst-pg .news section .img-container.img-1 {
        background-image: url("../img/news/n1.png"); }
      .mst-pg .news section .img-container.img-2 {
        background-image: url("../img/news/n2.png"); }
      .mst-pg .news section .img-container.img-3 {
        background-image: url("../img/news/n3.png"); }
    .mst-pg .news section .desc {
      position: absolute;
      width: 100%;
      bottom: 0;
      color: #FFF;
      z-index: 10;
      padding: 1rem; }
      .mst-pg .news section .desc h3 {
        font-weight: 500; }
      .mst-pg .news section .desc p {
        font-weight: 300;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease; }

.mst-pg .ft-videos {
  background: #121621;
  color: #bdc5db; }
  .mst-pg .ft-videos .img-container:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, rgba(0, 0, 0, 0.7)), color-stop(85%, transparent));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 15%, transparent 85%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 15%, transparent 85%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 15%, transparent 85%);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .mst-pg .ft-videos h2 {
    margin: 50px 0 40px; }
  .mst-pg .ft-videos .mstflx > div {
    width: 50%; }
  .mst-pg .ft-videos .mst-video section {
    width: 50%;
    padding-right: 2rem; }
    .mst-pg .ft-videos .mst-video section .img-video {
      width: 100%;
      height: 175px;
      margin-bottom: 15px; }
      .mst-pg .ft-videos .mst-video section .img-video.v1 {
        background-image: url("../img/news/v1.png"); }
      .mst-pg .ft-videos .mst-video section .img-video.v2 {
        background-image: url("../img/news/v2.png"); }
    .mst-pg .ft-videos .mst-video section .see-it {
      margin: 10px 0 1rem; }
      .mst-pg .ft-videos .mst-video section .see-it i {
        margin-right: 10px;
        font-size: 1.7rem; }
  .mst-pg .ft-videos .vdstk {
    background-image: url("../img/news/v3.png"); }
    .mst-pg .ft-videos .vdstk .det-big {
      -ms-flex-item-align: end;
      align-self: flex-end;
      max-width: 360px;
      padding: 1.5rem; }
      .mst-pg .ft-videos .vdstk .det-big h3 {
        margin-bottom: 1rem;
        font-weight: 500;
        font-size: 1.2rem; }
      .mst-pg .ft-videos .vdstk .det-big .see-it i {
        font-size: 2.2rem;
        margin-right: 10px; }
      .mst-pg .ft-videos .vdstk .det-big .see-it span {
        font-size: 1.2rem; }

.mst-pg .classif .x-table img {
  width: 30px;
  margin: 0 1rem; }

.mst-pg .classif .x-table .xbody h3 {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500; }

.mst-pg .classif .x-table .xbody li, .mst-pg .classif .x-table .xbody b {
  font-size: .9rem; }

.mst-pg .classif .placar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 2em;
  margin-left: 2em; }
  .mst-pg .classif .placar .plasec {
    margin-bottom: 2rem; }
    .mst-pg .classif .placar .plasec h3, .mst-pg .classif .placar .plasec .versus {
      -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      transform: translateY(-15px); }
    .mst-pg .classif .placar .plasec h3 {
      font-size: 2rem;
      font-weight: 400;
      margin: 0 12px; }
    .mst-pg .classif .placar .plasec .team .image {
      width: 55px;
      height: 55px;
      margin: 0 12px; }
    .mst-pg .classif .placar .plasec .versus {
      font-weight: 700; }
    .mst-pg .classif .placar .plasec b {
      margin-top: 10px;
      display: block;
      text-align: center; }

.partners img {
  margin: 1rem;
  width: 120px; }

footer {
  text-align: center;
  background: #f2f2f2; }
  footer p {
    line-height: 5; }
