.timeScheduleBlock {
  width: 100%;
  position: relative;
}
.timeScheduleBlock.aos-animate .mediumTitle,
.timeScheduleBlock.aos-animate .text,
.timeScheduleBlock.aos-animate .link,
.timeScheduleBlock.aos-animate .entriesOverview {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.timeScheduleBlock.aos-animate .text {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.timeScheduleBlock.aos-animate .link {
  -webkit-transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.timeScheduleBlock.aos-animate .entriesOverview {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.timeScheduleBlock .intro {
  margin-bottom: 40px;
}
.timeScheduleBlock .mediumTitle {
  display: inline-block;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.timeScheduleBlock .link {
  text-align: right;
  display: inline-block;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.timeScheduleBlock .link a {
  color: #1ca6fe;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.timeScheduleBlock .link a:hover {
  color: #ffffff;
}
.timeScheduleBlock .link a .fas {
  margin-left: 10px;
}
.timeScheduleBlock .text {
  margin-top: 10px;
  color: #afafaf;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.timeScheduleBlock .text a {
  color: #ffffff;
  font-weight: 600;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.timeScheduleBlock .text a:hover {
  color: #1ca6fe;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.timeScheduleBlock .entriesOverview {
  display: block;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.timeScheduleBlock .entriesOverview .entriesHeader {
  font-size: 10px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.1);
  line-height: 30px;
  font-weight: 700;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper {
  margin: 10px 0;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper.open .entryHeader .arrow .fas {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader {
  font-size: 10px;
  text-transform: uppercase;
  color: #0f1b2a;
  text-align: center;
  line-height: 30px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  background: #1ca6fe;
  background: -webkit-gradient(linear, left top, right top, color-stop(0, #1ca6fe), color-stop(1, #c1c1c1));
  background: -ms-linear-gradient(left, #1ca6fe, #c1c1c1);
  background: -moz-linear-gradient(left, #1ca6fe 0%, #c1c1c1 100%);
  background: -o-linear-gradient(#c1c1c1, #1ca6fe);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1c1c1', endColorstr='#1ca6fe', GradientType=0);
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #1ca6fe;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader:hover:after {
  opacity: 1;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader .arrow {
  position: absolute;
  z-index: 1;
  float: right;
  line-height: 30px;
  right: 0;
  top: 0;
  padding-right: 40px;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader .arrow .fas {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader .entryHeaderTitle {
  position: relative;
  z-index: 1;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry {
  height: 60px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 10px;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry:first-child {
  margin-top: 10px;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry:last-child {
  margin-bottom: 0;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col.live {
  height: 60px;
  max-height: 60px;
  padding-right: 0;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col.live .liveContent {
  display: none;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col.live.active {
  text-align: center;
  color: #f90000;
  border-left: 5px solid #f90000;
}
.timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col.live.active .liveContent {
  display: block;
  text-align: center;
  margin-top: 15px;
}
.timeScheduleBlock .entriesOverview .col {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
  max-height: 50px;
  overflow: hidden;
}
.timeScheduleBlock .entriesOverview .col.live {
  width: 60px;
}
.timeScheduleBlock .entriesOverview .col.times {
  width: 200px;
}
.timeScheduleBlock .entriesOverview .col.times .time {
  display: inline-block;
  vertical-align: top;
  width: 50px;
}
.timeScheduleBlock .entriesOverview .col.category {
  width: calc(40% - 160px);
}
.timeScheduleBlock .entriesOverview .col.info {
  width: calc(60% - 160px);
}
.timeScheduleBlock .entriesOverview .col.duration {
  width: 60px;
}
.timeScheduleBlock .entriesOverview .col .label {
  display: none;
}
@media all and (max-width: 1024px) {
  .timeScheduleBlock .entriesOverview .col.live {
    width: 60px;
  }
  .timeScheduleBlock .entriesOverview .col.times {
    width: 150px;
  }
  .timeScheduleBlock .entriesOverview .col.times .time {
    display: inline-block;
    vertical-align: top;
    width: 50px;
  }
  .timeScheduleBlock .entriesOverview .col.category {
    width: calc(50% - 210px);
  }
  .timeScheduleBlock .entriesOverview .col.info {
    width: calc(50% - 60px);
  }
  .timeScheduleBlock .entriesOverview .col.duration {
    width: 60px;
  }
}
@media all and (max-width: 900px) {
  .timeScheduleBlock .entriesOverview .col.live {
    width: 30px;
  }
  .timeScheduleBlock .entriesOverview .col.live .liveContent {
    display: none !important;
  }
  .timeScheduleBlock .entriesOverview .col.times {
    width: 120px;
  }
  .timeScheduleBlock .entriesOverview .col.times .time {
    display: inline-block;
    vertical-align: top;
    width: 50px;
  }
  .timeScheduleBlock .entriesOverview .col.category {
    width: calc(50% - 150px);
  }
  .timeScheduleBlock .entriesOverview .col.info {
    width: calc(50% - 60px);
  }
  .timeScheduleBlock .entriesOverview .col.duration {
    width: 60px;
  }
}
@media all and (max-width: 767px) {
  .timeScheduleBlock .contentWrapper .contentWrapper.smaller {
    padding: 0;
    margin-bottom: 20px;
  }
  .timeScheduleBlock .mediumTitle {
    margin-bottom: 10px;
  }
  .timeScheduleBlock .link,
  .timeScheduleBlock .mediumTitle {
    display: block;
    text-align: left;
    width: 100%;
  }
  .timeScheduleBlock .link {
    margin-bottom: 0;
  }
  .timeScheduleBlock .entriesOverview .entriesHeader {
    display: none;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entryHeader .arrow {
    padding-right: 20px;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry {
    height: auto;
    padding: 20px;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col:last-child {
    margin-bottom: 0;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col.live {
    height: 0;
    max-height: 0;
    background: #f90000;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 20px;
    display: none;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col.live.active {
    display: block;
    height: 2px;
    max-height: 2px;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col .time {
    width: 50%;
  }
  .timeScheduleBlock .entriesOverview .entryDays .entryWrapper .entries .entry .col .label {
    display: inline;
    font-style: normal;
    opacity: 0.4;
    text-transform: none;
    font-weight: 600;
  }
}
/*# sourceMappingURL=time_schedule_block.css.map */