/* line 2, sass/webpro-cc.scss */
.CinemaCityWatcher .show-on-mobile {
  display: none;
}
/* line 5, sass/webpro-cc.scss */
.CinemaCityWatcher .preloader {
  text-align: center;
  color: #e12127;
  font-size: 1.3em;
  padding: 40px;
  font-weight: bold;
}
/* line 13, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list {
  position: relative;
}
/* line 15, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/* line 24, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
}
/* line 31, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul li {
  list-style: none;
  background: #f3f3f3;
  padding: 5px 10px;
  margin: 1px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
/* line 39, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul li:last-child {
  border: none;
  background: transparent;
}
/* line 42, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul li:last-child:hover {
  background: transparent !important;
}
/* line 46, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul li:hover {
  background: #3a3f3f;
}
/* line 49, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul li.selected {
  background: #e12127;
  color: white;
}
/* line 62, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers #cinemaDatePicker .md-datepicker-input-container,
.CinemaCityWatcher.movies-list .list .modulchangers #cinemaDatePicker .md-datepicker-input-container input,
.CinemaCityWatcher.movies-list .list .modulchangers #cinemaDatePicker .md-datepicker-input-container button {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
/* line 68, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .modulchangers .md-button.md-icon-button {
  padding: 0;
}
/* line 72, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 5px solid #efa126;
  padding: 0 0 20px 0;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  line-height: 1;
}
/* line 86, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .header > .on-date {
  flex-basis: 400px;
  font-size: 1.4em;
}
/* line 90, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .header > .date-selection {
  flex-basis: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 97, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .header > .date-selection > div {
  flex-basis: calc(100%/3);
  text-align: center;
}
/* line 100, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .header > .date-selection > div:after {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
}
/* line 109, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .no-movies {
  text-align: center;
  font-size: 1.2em;
  padding: 30px;
}
/* line 115, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  border-bottom: 3px solid #f1f1f1;
}
/* line 126, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .poster {
  flex-basis: 50px;
}
/* line 129, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .poster img {
  max-width: 100%;
}
/* line 133, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info {
  padding: 5px 0 5px 10px;
  flex-basis: 350px;
}
/* line 136, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .title {
  color: #efa120;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 141, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .title a {
  color: #efa120 !important;
  text-decoration: none;
}
/* line 146, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .title img {
  height: 20px;
  vertical-align: middle;
}
/* line 151, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .details {
  margin-top: 5px;
  font-size: 0.9em;
}
/* line 155, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .details .length {
  color: black;
}
/* line 158, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .details .sep {
  margin: 0 5px;
  color: #eaeaea;
}
/* line 162, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .details .release-year {
  color: #c6c6c6;
}
/* line 165, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .details .yt-link a {
  color: #5dbfef;
  font-size: 0.9em;
}
/* line 169, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .details .yt-link a i {
  vertical-align: middle;
  font-size: 11px;
}
/* line 175, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .cats {
  margin-top: 5px;
  font-size: 0.8em;
  color: #bababa;
}
/* line 179, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .info .cats span.coma {
  color: #dadada;
}
/* line 184, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events {
  flex-basis: calc(100% - 400px);
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 0.9em;
}
/* line 194, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events > .daygroup {
  flex-basis: calc(100%/3);
}
/* line 197, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events > .daygroup .event {
  margin: 5px 0;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-center;
}
/* line 206, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events > .daygroup .event .ev {
  background: #ff7b00;
  color: black;
  padding: 0 5px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  margin-right: 2px;
  -webkit-animation: ticketa 2s infinite;
  animation: ticketa 2s infinite;
}
/* line 217, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events > .daygroup .event > div {
  background: #999999;
  color: white;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-right: 2px;
  line-height: 28px;
  padding: 0 4px;
}
/* line 226, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events > .daygroup .event > div.screentype {
  background: #666666;
  font-weight: bold;
  padding: 0 6px;
}
/* line 235, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events .vline {
  top: 0;
  pointer-events: none;
  width: 1px;
  position: absolute;
  background: #e5e5e5;
  height: 100%;
}
/* line 243, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events .vline.vl1 {
  right: calc(100%/3 - 143px);
}
/* line 246, sass/webpro-cc.scss */
.CinemaCityWatcher.movies-list .list .movie .events .vline.vl2 {
  right: calc(100%/3 + 107px);
}

/* line 255, sass/webpro-cc.scss */
.md-calendar-day-header th {
  vertical-align: middle;
}

/* line 258, sass/webpro-cc.scss */
md-select-menu img {
  width: 18px;
  vertical-align: middle;
}

/* line 262, sass/webpro-cc.scss */
md-select-value img {
  display: none;
}

/* line 265, sass/webpro-cc.scss */
.md-datepicker-input-mask {
  display: none !important;
}

/* line 268, sass/webpro-cc.scss */
.md-calendar-day-header {
  table-layout: inherit !important;
}

/* line 271, sass/webpro-cc.scss */
.md-default-theme .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-default-theme .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator, .md-calendar-date.md-focus.md-calendar-selected-date .md-calendar-date-selection-indicator {
  background: #e12127;
}

/* line 274, sass/webpro-cc.scss */
.md-default-theme .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator, .md-calendar-date.md-calendar-date-today .md-calendar-date-selection-indicator {
  border: 1px solid #78a712;
}

@-webkit-keyframes ticketa {
  /* line 279, sass/webpro-cc.scss */
  0% {
    background: #ff7b00;
  }

  /* line 280, sass/webpro-cc.scss */
  50% {
    background: #86d54f;
  }

  /* line 281, sass/webpro-cc.scss */
  100% {
    background: #ff7b00;
  }
}

@keyframes ticketa {
  /* line 285, sass/webpro-cc.scss */
  0% {
    background: #ff7b00;
  }

  /* line 286, sass/webpro-cc.scss */
  50% {
    background: #86d54f;
  }

  /* line 287, sass/webpro-cc.scss */
  100% {
    background: #ff7b00;
  }
}

@media screen and (max-width: 1000px) {
  /* line 292, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .events > .daygroup {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 298, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list {
    max-width: 100%;
    width: 100%;
  }

  /* line 302, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie {
    padding: 20px 0;
  }

  /* line 305, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .info .title a {
    font-size: 5vw;
  }

  /* line 308, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .info {
    padding: 20px 0;
    flex-basis: 100%;
  }

  /* line 312, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie > div {
    flex-basis: 100%;
    text-align: center;
  }

  /* line 316, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .events .vline {
    display: none;
  }

  /* line 319, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .poster {
    flex-basis: 100%;
    text-align: center;
  }
  /* line 323, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .poster img {
    max-width: 50%;
    margin: 0 auto;
  }

  /* line 328, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .events {
    flex-basis: 100%;
    padding: 0;
  }

  /* line 332, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .events > .daygroup .event {
    justify-content: center;
    align-items: center;
  }

  /* line 336, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul {
    justify-content: center;
  }

  /* line 339, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul > li {
    margin: 0;
    outline: 1px solid white;
    flex-basis: calc(96%/5);
    text-align: center;
    border: none;
  }

  /* line 347, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul > li:nth-child(1),
  .CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul > li:nth-child(2) {
    flex-basis: 50%;
  }

  /* line 350, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .modulchangers .daybuttons ul > li:last-child {
    flex-basis: 100%;
  }

  /* line 353, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .modulchangers > div {
    flex-basis: 100%;
    text-align: center;
  }
  /* line 356, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .modulchangers > div md-input-container {
    width: 60%;
  }

  /* line 360, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .header > div {
    flex-basis: 100%;
    text-align: center;
  }

  /* line 364, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .header > .date-selection {
    display: none;
  }

  /* line 368, sass/webpro-cc.scss */
  .CinemaCityWatcher .show-on-mobile {
    display: block;
  }

  /* line 372, sass/webpro-cc.scss */
  .CinemaCityWatcher.movies-list .list .movie .events > .daygroup > .on-dayg {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Din Cond', arial;
    color: black;
  }
}
