.MainContent {
  background: #326c9c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: auto;
  width: 970px;
  width: 100%;
  float: left;
  font-family: 'Arvo';
  font-size: 12px;
}

#tabs-top-container {
  width: auto;
  margin: 0 10px;
  color: #fff;
  border-bottom: 1px solid #6497c2;
}

#tabs-top-container:before {
  content: "CALCIO";
  font-family: 'Arvo';
  display: block;
  width: auto;
  float: left;
  height: 18px;
  margin: 6px 10px 6px 0;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  color: #a0c1dc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

#tabs-top-container:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #164e7d;
  content: " ";
  position: absolute;
  right: -12px;
  top: 16px;
}

#tabs-top-container ul {
  margin: 0;
  padding: 8px 15px 8px 60px;
  height: auto;
  display: block;
}

#tabs-top-container li {
  text-transform: uppercase;
  font-weight: 700;
  display: inline;
  margin-right: 5px;
}

#tabs-top-container li a {
  color: #fff;
  text-decoration: none;
  padding: 0px 8px;
  font-size: 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}

#tabs-top-container li a img {
  display: none;
}

#tabs-top-container li a.live {
  position: relative;
  padding-right: 40px;
}

#tabs-top-container li a.live:after {
  content: "Live";
  position: absolute;
  top: 2px;
  right: 2px;
  font-family: 'Arvo';
  font-weight: bold;
  font-size: 9px;
  margin-left: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background: #c12b13;
  color: #fff;
  height: 9px;
  line-height: 9px;
  padding: 1px 4px;
  text-align: center;
}

#tabs-top-container li a.competition_select {
  background-color: #fff;
  color: #164e7d;
}

/*chiuso tabs-top-container*/
#head-matches ul {
  margin: 0;
  height: 100%;
}

#head-matches ul li {
  width: 163px;
  height: 60px;
}

#head-matches ul li a {
  display: block;
  /*width:73px;*/
  height: 60px;
  margin-top: 25px;
  margin-bottom: 13px;
  border-left: 1px solid #234b6d;
  border-right: 1px solid #5b89b0;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 3px 5px 3px 10px;
  text-align: center;
}

#head-matches ul li a .team_1, #head-matches ul li a .team_2 {
  display: block;
  padding-top: 28px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

#head-matches ul li a .team_1 img, #head-matches ul li a .team_2 img {
  position: absolute;
  top: -10px;
  z-index: 3;
}

#head-matches ul li a .team_2 {
  padding-top: 0px;
}

#head-matches ul li a .team_1 img {
  left: 24px;
  border: 0px;
}

#head-matches ul li a .team_2 img {
  left: 112px;
  border: 0px;
}

#head-matches ul li a .match_status {
  display: none;
}

#head-matches ul li a .gol {
  float: right;
}

#head-matches ul li a .team_1:after {
  content: "-";
  display: block;
  position: absolute;
  top: -7px;
  left: 77px;
  width: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

#head-matches ul li a .team_1:before, #head-matches ul li a .team_2:before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: -13px;
  width: 36px;
  height: 36px;
  z-index: 2;
  background-color: #164e7d;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
}

#head-matches ul li a .team_2:before {
  left: 109px;
}

#head-matches ul li a .gol {
  position: absolute;
  top: -6px;
  left: 58px;
  width: 20px;
  text-align: center;
  font-size: 20px;
}

#head-matches ul li a .team_2 .gol {
  left: 85px;
}

#head-matches ul li:first-child a {
  border-left: 0;
}

#head-matches ul li:last-child a {
  border-right: 0;
}

#head-matches {
  width: 820px;
  width: 970px;
  margin-left: 7px;
  margin-left: 0;
}

#head-matches .bx-wrapper .bx-next {
  background: url(/dl/rainews/images/arrowNextPrev.png) no-repeat -20px 0 !important;
}

#head-matches .bx-wrapper .bx-prev {
  background: url(/dl/rainews/images/arrowNextPrev.png) no-repeat 30px 0 !important;
}

.match_center div#tabs-top-container-mobile {
  display: none;
}

.bx-wrapper .bx-loading {
  display: none;
}

.time_date {
  color: #a0c1dc;
  font-family: 'Open Sans';
  font-size: 9px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  line-height: 10px;
}

.bx-wrapper .bx-viewport {
  clear: both;
  height: 110px !important;
}

.bx-wrapper .bx-controls-direction a {
  top: 14px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}

@media only screen and (max-width: 475px) {
  #head-matches {
      width: auto;
      overflow: hidden;
  }

  #tabs-top-container {
      overflow: hidden;
      width: auto;
      max-height: 47px;
  }

  #tabs-top-container ul {
      padding: 8px 0 8px 50px;
  }

  #tabs-top-container ul li {
      display: inline-block;
      margin-bottom: 5px;
  }

  #tabs-top-container ul li a.live {
      padding-right: 14px;
  }

  #tabs-top-container ul li a.live:after {
      content: " ";
      width: 10px;
      height: 10px;
      padding: 0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
  }
}
