span.partner {
    height: 150px;
    margin-bottom: 20px;
}

.player {
    max-width: 240px;
}
span.shop {
    height: 300px;
    margin-bottom: 10px;
    /*border-bottom: 1px solid;
    border-color: #1c2c46;*/
}

/*screen-xs*/
@media (max-width: 768px) {
  .custom-text-align{text-align:center;}
}
/*screen-sm*/
@media (min-width: 768px) and (max-width: 992px) {
  .custom-text-align{text-align:left;}
}
/*screen-md*/
@media (min-width: 992px) and (max-width: 1200px) {
  .custom-text-align{text-align:left;}
}
/*screen-lg corresponds with col-lg*/
@media (min-width: 1200px) {
  .custom-text-align{text-align:left}
}

#news iframe {
    margin-right: 20px;
}

.partner img, .shop img {
    width: 100%;
    height: 100%;
}

#home {
    text-shadow: 3px 3px 3px black;
}

.logo {
    max-width: 50%
}

.g-color-secondary {
    color: #4670bb;
}

.active-team {
    background-color: #9c0b0b !important;
    color: #fff;
}

.team-list li {
    cursor: pointer;
}

.team-list li:hover {
    background-color: #444;
    color: #fff;
}

.hide {
    display: none;
}
