.flex-container {
    display: flex;
    flex-direction: row;
    
  }

  
  #sports>.card{
    margin-right:25px;
}

  .card-header a{
    color:white;
    text-decoration: underline!important;
  }

*/

/* left-align items     */
.categories-lists  span {
    text-align: left;
}

.no-bullets {
  list-style: none;
}

.sport-icon {
  color: white;
  margin-bottom: 8px;
}

#sports .card{
  min-height: 438px;
  max-height: 438px;
}

#sports .card-body{
  height: 330px;
  min-height: 330px;
  max-height: 330px;
}

.atletica{
  background-color: #f0c413; /*#ffde59;*/
}
.calcio{
  background-color: #0C1793;
}
.pallacanestro{
  background-color: #008037;
}
.pallavolo{
  background-color: #e10032;
}

.enhanced-text
{
    color: white!important;
    text-shadow:
    -1px -1px 0 grey,
    1px -1px 0 grey,
    -1px 1px 0 grey,
    1px 1px 0 grey!important;
    font-size: large;
}

.logo-text{
  vertical-align: middle;
  margin-bottom: 0!important;
  padding-bottom: 0!important;
  width:100%
}

.logo-affiliazione{
  padding:48px;
  max-height: 159px;
  min-height: 159px;
  width: auto!important;
}

.spinner-link{
  color: white;
  text-decoration: underline;
}

.dove h4{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dove p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dove img{
  height: 230px;
}

.logo-img{
  height:100px;
  width:100px;
  min-height:100px;
  min-width:100px;
  max-height:100px;
  max-width:100px;
}
.logo-img-retina{
  height:100px;
  width:100px;
  min-height:100px;
  min-width:100px;
  max-height:100px;
  max-width:100px;
}

.footer-link{
  text-decoration: none!important;
}

.btn-close{
  margin:initial!important;
}

.squadra{
  max-width: 80%;
}

.black{
  color: black;
}

.list-title{
  margin-bottom: 1em;
  font-weight: bold;
}

.sport-header span{
  font-size:larger;
  font-weight: bold;
}

.portfolio-desc-bottom {
  position: absolute;
  z-index: 6;
  bottom: 0;
  padding: 20px 5px;
}

.owl-stage{
  display: flex;
  align-items: center !important;
}

.card-footer{
  min-height:65px;
}