
/*# sourceMappingURL=customize.css.map */

.btn-blue {
    background-color: #22aed1;
    border-color: #22aed1;
    color: #FFF !important;
}

.btn-blue-link {
    color: #22aed1;
}

.profile-columns .card .btn-primary:hover {
    background: #FFF !important;
    color: #22aed1!important;
    border-color: #22aed1!important;
}

.fancybox-container video {
    max-width: 90%;
    max-height: 80%;
}

.produced-by {
    justify-content: right;
}

.footer-bottom .text-white-0_5 {
    text-align: left;
}

.filter-buttons {
  margin-bottom: 1em;
}

.filter-btn {
  padding: 8px 14px;
  border: none;
  background: #eee;
  cursor: pointer;
  margin-right: 6px;
  border-radius: 6px;
  transition: 0.2s;
  margin-bottom: 11px;
}

.filter-btn:hover {
  background: #ddd;
}

.filter-btn.active {
  background: #22aed1;
  color: white;
}

.card-body a {
    color: #22aed1;
}

.erasmus-section h1.names {
    color: #22aed1!important;
}

@media screen and (min-width: 575px) {
    .erasmus-logos .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .erasmus-logos {
        position: sticky;
        top: -180px;
        background: white;
        z-index: 999;
    }
    
    .logos-padding-top {
        padding-top: 265px;
    }
}

.erasmus-logos img {
  height: 70px;
}

.active-flag {
    pointer-events: none;
}

.active-flag img {
    border: 1px solid #efefef;
}

.inactive-flag {
    opacity: 0.6;
}

.inactive-flag:hover {
    opacity: 1;
}

.mobile-flags {
    display: none;
}

@media only screen and (max-width: 768px) {
    .produced-by, .footer-bottom .text-white-0_5 {
        justify-content: center;
        text-align: center;
    }    
    
    .produced-by {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .erasmus-logos img {
        height: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .erasmus-logos img {
        height: 45px;
    }
    
    .navbar-nav li.inactive-flag, .navbar-nav li.active-flag { 
        display: none;
    }
    
    .mobile-flags {
        display: block;
    }
    
    .mobile-flags ul {
        margin: 0 0 20px;
        padding: 0;
    }
    
    .mobile-flags ul li {
        display: inline-block;
        list-style-type: none;
    }
}

@media only screen and (max-width: 768px) {
    .erasmus-logos img {
        height: 35px;
    }
}

@media only screen and (max-width: 575px) {
  .erasmus-logos .wrapper {
    text-align: center;
  }
  
  .erasmus-logos {
      padding-bottom: 50px;
  }
  
  .erasmus-logos img {
      margin: 15px;
  }

  .erasmus-logos .imageOne {
      width: 150px;
      height: auto;
  }
  
  .erasmus-logos .imageTwo {
      width: 80px;
      height: auto;
  }

  .erasmus-logos img:nth-child(3),
  .erasmus-logos img:nth-child(4) {
    flex: 1 1 90%;
    max-width: 90%;
  }
}