
/* Video play button */

.play_button {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-position: center !important;
  background-repeat: no-repeat !important;

}



.play-trigger {
  cursor: pointer;
}




/* Video modal fix */
@media only screen and (min-width: 576px) {
  .video-modal .modal-dialog {
    max-width: 70%
  }
}

.popup-table-team {
  margin-left: 20px;
}

.team-title {
    min-height: 150px;
}

.similar-events-card-title {
    min-height: 60px;
}


/* Pricing box height */
@media only screen and (min-width: 992px) {
  .pricing-box.text-center {
    min-height: 880px;
  }
}

@media only screen and (min-width: 1200px) {
  .pricing-box.text-center {
    min-height: 760px;
  }
}

@media only screen and (min-width: 1440px) {
  .pricing-box.text-center {
      min-height: 660px;
  }
}



#spletno-izobrazevanje {
  padding-top: 0px;
}

#program {
  padding-bottom: 0px;
}

.footer-widgets-wrap {
    padding: 0px !important;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ui-tabs-active.ui-state-active a {
    color: #f2287d !important;
}

.team-image::after {
  height: 30% !important;
}

@media only screen and (max-width: 991px) {
  #header {
    position: fixed;
    width: 100%;
    z-index: 100;
  }
}