@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
html {
  height: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open sans";
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.9) 10%,
    #ddd 100%
  );
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
button{
  outline: none;
}
ul{
  outline: none;
}

figure {
  margin: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.item-list figure img:hover {
  transform: scale(1.15);
}
.item-list figure img {
  transition: transform 0.4s ease-in-out, opacity 0.15s ease-in-out;
  transform-origin: 50% 0%;
  vertical-align: bottom;
}

.item-list figure::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-origin: border-box;
  border-style: solid;
  border-color: white;
  border-width: 0;
  transition: all 0.35s ease;
  pointer-events: none;
}

.item-list figure:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.btNextPage {
  font-size: 0.8rem;
  display: block;
  padding: 20px 15px;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 4px;
  color: #fff;
  outline: 0;
  text-transform: uppercase;
  margin-bottom: 80px;
  transition: background-color 0.1s;
  width: 150px;
}

.btNextPage:hover {
  background-color: #f12d2d;
  text-decoration: none;
}

.my-masonry-grid {
  display: -webkit-box; /* Not needed if autoprefixing */
  display: -ms-flexbox; /* Not needed if autoprefixing */
  display: flex;
  margin-left: -10px; /* gutter size offset */
  width: auto;
  padding: 105px 25px 50px 25px;
}
.my-masonry-grid_column {
  margin-left: 10px; /* gutter size */
  background-clip: padding-box;
}

/* Style your items */
.my-masonry-grid_column > article {
  /* change div to reference your elements in <masonry> */
  margin: 5px;
  margin-top: 20px;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.15);
}

#main-content .item-list {
  background: white;
  overflow: hidden;
  border-radius: 20px;  
  background-color: rgb(251, 251, 251);
  /*max-width: 308px;
  border: 1px solid;
  border-color: rgba(136, 136, 136, 0.15);
  */
}

/*** MENU ***/
.bm-item {
  margin-left: -43px;
  list-style: none;
  line-height: 1.8em;
  margin-top: 0px;
}

.bm-item li {
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
  padding: 8px;
}

/* Position and sizing of burger button */
.bm-burger-button {
  position: fixed;
  width: 28px;
  height: 22px;
  right: 36px;
  top: 36px;
  outline: none;
}

/* Position and sizing of clickable cross button */
.bm-cross-button {
  height: 24px;
  width: 24px;
  right: 24px !important;
}

/* General sidebar styles */
.bm-menu {
  padding: 2.5em 1.5em 0;
  font-size: 1.15em;
  overflow: hidden !important;
}

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: #373a47;
}
/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad;
  padding: 0.8em;
}

/* Individual item */
.bm-item {
  display: inline-block;
}

/* Styling of overlay */
.bm-overlay {
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
}

.bm-menu-wrap {
  position: absolute;
  top: 0;
}

.scrollToTop {
  background: #FF4800 url("/static/img/top_arrow.png") no-repeat center;
  width: 40px;
  height: 40px;
  text-indent: -99999px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  position: fixed;
  bottom: 70px;
  right: 10px;
  opacity: 0.5;
  cursor: pointer;
}
.scrollToTop:hover {
  opacity: 1;
}
/*** MEDIA QUERY **/

@media only screen and (max-width: 479px) and (min-width: 320px) {
  header > div.ad {
    display: none !important;
  }
  .hideCell {
    display: none;
  }

  .divTable.redTable .divTableBody .divTableCell {
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30px;
  }

  .divTable.redTable .divTableHeading .divTableHead {
    font-size: 0.9em;
    text-overflow: ellipsis;
    max-width: 30px;
  }
  .yearSeasonFilter{
    padding-bottom: 0;
  }
  h1.schedule-year{
    font-size: 1.1em;
  }

  footer.footerBottom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contentIcon {
    position: absolute;
    right: 0px;
    padding: 0px 0px 0px 0px;
    bottom: 70px;
    margin: 0 auto;
    width: 380px;
    margin-bottom: 12px;
  }
  .icon {
    width: 40px;
  }
  span.bm-item.contentIcon{
    width: 260px;
  }
  .day-match {
    display: block;
    position: absolute;
    left: 0;
    margin-top: 30;
    margin-left: 10px;
  }
  .container-match {
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #bcbcbc;
    width: 100%;
  }

  .content-match > img {
    width: 110px;
  }
  .day-match h2 {
    line-height: 18px;
    margin-top: 20px;
  }
  .content-match .score {
    font-size: 1.8rem;
  }
  .btNextPage {
    margin-bottom: 100px;
  }
}
.page-container {
  min-height: calc(100vh - 53px); }

.loader-container-big {
  /* hposition: fixed; */
  height: 100%;
  top: 100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: calc(100vh - 54px);
  /* height: calc(90% - 115px); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: white;
  position: fixed;
}

.loader-container-small {
  position: relative;
  left: 0;
  bottom: 108px;
  right: 0;
  z-index: 9999;
}

.loader {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;

  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: red;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot1 {
  background-color: red;
}

.dot2 {
  background-color: black;
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.header {
  position: fixed;
  width: 100%;
  height: 100px;
  padding: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
  transition: height 0.5s ease; }

.header-logo {
  display: block;
  top: 0;
  padding: 0;
  margin: 0;
  transition: height .8s ease;
  height: 140px; }

.header-h1 {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  color: #64131a;
  font-size: 2px; }

/*** MENU ***/
/* Color/shape of burger icon bars */
.bm-burger-bars {
  background: #e2ad4d; }

/* Color/shape of close button cross */
.bm-cross {
  background: #64131a;
  width: 4px !important;
  height: 30px !important; }

/* General sidebar styles */
.bm-menu {
  background: #fff;
  border-left: 1px solid #64131a; }

.bm-item li a {
  color: #64131a; }

/* Morph shape necessary with bubble or elastic */
.bm-morph-shape {
  fill: #373a47; }

/* Wrapper for item list */
.bm-item-list {
  color: #b8b7ad; }

/* Styling of overlay */
.bm-overlay {
  background: rgba(0, 0, 0, 0.3); }

.bm-burger-button {
  top: 36px;
  transition: top .5s linear; }

@media only screen and (max-width: 479px) and (min-width: 320px) {
  header.header.small_header {
    transition: height .5s linear;
    height: 70px; }
  img.header-logo.small_header {
    transition: height .5s linear;
    height: 100px; }
  .bm-burger-button.small_header {
    top: 24px;
    transition: top 0.5s linear; } }

.simplePage + footer {
  /*position: fixed;*/
  bottom: 0;
  left: 0; }

footer {
  width: 100%;
  height: 53px;
  bottom: 0;
  font-size: .75rem;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative; }

#outer-container > footer {
  background-color: #000; }

footer a {
  color: #fff;
  text-decoration: none; }

.icon {
  width: 30px;
  padding-right: 10px; }

.contentIcon {
  position: absolute;
  right: 30px;
  padding: 10px; }

span.bm-item.contentIcon {
  padding-left: 40px;
  right: 0px !important;
  width: 220px;
  position: inherit; }

.page-title {
  width: 100%;
  margin: 0 auto;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'FuturaLTPro-Book'; }
  @media screen and (min-width: 769px) {
    .page-title {
      width: 75%;
      margin-top: 40px;
      margin-bottom: 70px; } }
  .page-title__title {
    font-family: 'FuturaLTPro-Bold';
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 20px;
    font-size: 28px;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .page-title__title {
        font-size: 44px; } }
  .page-title__subtitle {
    text-align: center;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    margin: 0 20px;
    line-height: 26px; }
    @media screen and (min-width: 769px) {
      .page-title__subtitle {
        font-size: 14px;
        line-height: 30px; } }
  @media screen and (min-width: 769px) {
    .page-title__title, .page-title__subtitle {
      margin: 0; } }

.linebox {
  border-top: 3px solid #e41d1a;
}

div.entry-content {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}

h2.entry-title {
  font-size: 1.08rem;
  margin: 0 0 8px;
  line-height: 1.08rem;
  font-weight: 600;
  padding: 12px 10px 20px 10px;
  text-align: left;
}
.entry-content {
  line-height: 1.5;
  margin-top: -20px;
  padding: 0 5px 0px 10px;
  font-size: 0.8rem;
  color: #222;
  text-align: left;
}

.item-list .ad {
  display: flex;
  justify-content: center;
}

.item-list img {
  max-width: 100%;
  height: auto !important;
}

.item-list .metadata {
  color: #9e9e9e;
  font-size: 13px;
  line-height: 14px;
  padding-top: 14px;
  padding-left: 10px;
}

.post-footer {
  height: 52px;
  display: flex;
  width: 100%;
}
/*
.post-footer a {
  margin-left: 8px;
  color: #e41d1a;
}

.post-footer span {
  flex: 1 auto;
  display: flex;
  padding: 6px 12px;
  color: #fff;
  background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.76), #000000);
  background-color: "";
  font-size: 0.7rem;
  text-align: left;
}

.post-footer span.date {
  justify-content: flex-end;
  text-align: right;
  font-size: 0.85rem;
  text-shadow: 2px 2px #0000004d;
}
.post-footer span.author {
  align-self: flex-end;
  font-size: 0.85rem;
  text-shadow: 2px 2px #0000004d;
}
*/
h2.entry-title.firstpage {
  text-align: center;
}

.box-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.singleNews > .box-btn {
  justify-content: left;
}

.item-list a.read-btn {
  color: #FFFFFF;
  padding: 10px 15px 11px;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 16px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background: #c90c0f;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.simplePage {
  margin-left: -10px;
  width: auto;
  padding: 105px 25px 50px; }

.singleNews {
  max-width: 600px;
  padding: 105px 25px 50px;
  margin: 0 auto; }

.singledate {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
  display: block; }

.back-btn {
  color: #FFFFFF;
  padding: 10px 15px 11px;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  text-decoration: none;
  background: #64131a;
  border-radius: 4px;
  margin-top: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center; }

.back-btn:hover {
  background: #e2ad4d; }

.share-btn {
  vertical-align: super;
  padding-right: 10px;
  margin-bottom: 16px;
  display: inline-block; }

.content-share {
  border-top: 1px solid;
  margin-top: 15px;
  padding-top: 15px; }

.single-news-image {
  margin-top: 15px; }

.singleNews > div.ad {
  padding-top: 10px;
  display: block;
  margin: 0 auto;
  width: 290px;
  padding-bottom: 20px; }

iframe {
  display: block;
  margin: 0 auto; }

.singleNews > h1 {
  font-size: 1.3em; }

/* PARTITE */
.currentMatch {
  border: 2px solid #b20000; }

.filter-upcomingpast {
  display: none; }

.schedule {
  background-color: #f0f0f0;
  margin: 0 auto;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: initial;
  width: 92%;
  padding-top: 110px; }

h1.schedule-year {
  padding-left: 36px; }

.container-match {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #bcbcbc;
  margin-left: 15%;
  margin-right: 15%; }

.content-match {
  padding: 5px;
  width: 40%;
  height: auto;
  margin-top: 10px;
  margin: auto 0;
  text-align: center; }

.content-match p {
  color: black;
  font-weight: bold;
  font-size: 1rem;
  text-align: center; }

.content-match .score {
  font-size: 2rem; }

.content-match.score {
  width: 20%;
  padding-top: 46px; }

.day-match {
  display: block;
  position: absolute;
  left: 0;
  margin-top: 30;
  margin-left: 30px; }

.day-match h2 {
  font-size: 1.4rem;
  color: #b00203;
  font-weight: bold;
  margin-bottom: 5px;
  margin-left: 5px; }

.day-match span {
  color: #000;
  font-size: 0.9rem;
  margin-left: 5px; }

.detail-match {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.detail-match p {
  margin-top: 0px; }

.yearSeasonFilter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 2rem; }

.card {
  background: #fff;
  position: relative;
  margin-bottom: 1rem; }

.card .away-game {
  background-color: #bcbcbc;
  color: #000; }

.card .home-game {
  background-color: #b00203;
  color: #fff; }

.card .home-away {
  position: relative;
  font-size: 1.5em;
  float: right;
  padding: 10px 20px 10px 15px;
  margin-right: -10px;
  clear: both;
  margin-bottom: 0px; }

.card .home-away:before {
  content: " ";
  background: url("/static/img/ribbon-2.png");
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  margin-bottom: -10px;
  z-index: -1; }

.filter-upcomingpast ul li {
  cursor: pointer;
  display: inline;
  margin: 0 7px;
  color: #b00203;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 2.5px 5px; }

.filter-upcomingpast ul li.selected {
  border-bottom: 3px solid #b00203; }

.detail-match time {
  padding-top: 10px;
  display: block;
  font-size: 1.1rem; }

@media only screen and (max-width: 479px) and (min-width: 320px) {
  .container-match {
    margin: 0; }
  .content-match.score {
    width: 100%; } }

/*** CLASSIFICA ***/
div.redTable {
  width: 99%;
  text-align: center;
  border-collapse: collapse;
  margin-bottom: 50px !important;
  margin: 0 auto; }

.divTable.redTable .divTableCell,
.divTable.redTable .divTableHead {
  border-bottom: 1px solid #aaaaaa;
  padding: 3px 2px; }

.divTable.redTable .divTableBody .divTableCell {
  font-size: 1.2em;
  vertical-align: middle; }

.divTable.redTable .divTableRow:nth-child(even) {
  background: #eeeeee; }

.divTable.redTable .divTableHeading {
  background: #a40808; }

.divTable.redTable .divTableHeading .divTableHead {
  font-size: 1.3em;
  font-weight: bold;
  color: #ffffff;
  text-align: center; }

.redTable .tableFootStyle {
  font-size: 1.2em; }

.redTable .tableFootStyle .links {
  text-align: right; }

.redTable .tableFootStyle .links a {
  display: inline-block;
  background: #ffffff;
  color: #a40808;
  padding: 2px 8px;
  border-radius: 5px; }

.redTable.outerTableFooter {
  border-top: none; }

.redTable.outerTableFooter .tableFootStyle {
  padding: 3px 5px; }

.divTableCell img {
  width: 3em;
  vertical-align: middle;
  padding: 0.2em; }

/* DivTable.com */
.divTable {
  display: table; }

.divTableRow {
  display: table-row; }

.divTableHeading {
  display: table-header-group; }

.divTableCell,
.divTableHead {
  display: table-cell; }

.divTableHeading {
  display: table-header-group; }

.divTableFoot {
  display: table-footer-group; }

.divTableBody {
  display: table-row-group; }

.divTableCell.champ {
  background-color: #98ea7a;
  color: #000; }

.divTableCell.euleague {
  background-color: #4a90e2;
  color: #000; }

.divTableCell.euleague2 {
  background-color: #ff4800;
  color: #000; }

.divTableCell.serieb {
  background-color: #d93434;
  color: #000; }

@media only screen and (max-width: 479px) and (min-width: 320px) {
  header > div.ad {
    display: none !important; }
  .hideCell {
    display: none; }
  .divTable.redTable .divTableBody .divTableCell {
    font-size: 0.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 30px; }
  .divTable.redTable .divTableHeading .divTableHead {
    font-size: 0.9em;
    text-overflow: ellipsis;
    max-width: 30px; }
  .yearSeasonFilter {
    padding-bottom: 0; }
  h1.schedule-year {
    font-size: 1.1em; }
  footer.footerBottom {
    -ms-flex-direction: column;
    flex-direction: column; }
  .contentIcon {
    position: absolute;
    right: 0px;
    padding: 0px 0px 0px 0px;
    bottom: 70px;
    margin: 0 auto;
    width: 380px;
    margin-bottom: 12px; }
  .icon {
    width: 40px; }
  span.bm-item.contentIcon {
    width: 260px; }
  .day-match {
    display: block;
    position: absolute;
    left: 0;
    margin-top: 30;
    margin-left: 10px; }
  .container-match {
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding-bottom: 1rem;
    border-bottom: 1px solid #bcbcbc;
    width: 100%; }
  .content-match > img {
    width: 110px; }
  .day-match h2 {
    line-height: 18px;
    margin-top: 20px; }
  .content-match .score {
    font-size: 1.8rem; }
  .btNextPage {
    margin-bottom: 100px; } }

