#header {
  background-color: #154c75;
  height: 44px;
  position: relative;
  text-align: center;
}
#header .logo {
  background: url(../img/logo_cinemagia.png) no-repeat;
  background-size: 122px 31.5px;
  display: inline-block;
  width: 122px;
  height: 31.5px;
  position: relative;
  top: 6px;
}
#header .btn-filters {
  background: url(../img/icon_filters.png) no-repeat center center;
  background-size: 19px 16px;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
}
body.show-filters #header .btn-filters {
  display: none;
}
#header .btn-close {
  background: url(../img/btn_close.png) no-repeat center center;
  background-size: 16px 16px;
  width: 30px;
  height: 30px;
  display: none;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 8px;
}
body.show-filters #header .btn-close {
  display: inline-block;
}
.page-suggest-movie {
  font-size: 16px;
  line-height: normal;
}
.page-suggest-movie .container-movie {
  position: relative;
  padding-bottom: 56px;
}
.page-suggest-movie .container-form {
  display: none;
}
.page-suggest-movie.show-filters .container-movie {
  display: none;
}
.page-suggest-movie.show-filters .container-form {
  display: block;
}
.page-suggest-movie .content {
  padding: 10px;
}
.page-suggest-movie .gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #cccccc;
  white-space: nowrap;
}
.page-suggest-movie .gallery.loading {
  background-image: url(../img/ring.gif);
  background-repeat: no-repeat;
  background-position: center center;
  height: 142.85714285714vw;
  background-size: 89px 89px;
}
.page-suggest-movie .gallery.loading > * {
  display: none;
}
.page-suggest-movie .gallery .imdb-score {
  background: url(../img/bg_imdb_score.png) no-repeat;
  background-size: 62px 80.5px;
  width: 62px;
  height: 80.5px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding-top: 18px;
  line-height: 1.1;
  z-index: 2;
  display: block;
}
.page-suggest-movie .gallery .imdb-score strong {
  color: #FFC926;
  font-size: 26px;
  letter-spacing: -1px;
  line-height: 26px;
}
.page-suggest-movie .gallery .imdb-score .votes_nr {
  font-size: 14px;
}
.page-suggest-movie .info h1 {
  font-size: 22px;
  font-weight: bold;
}
.page-suggest-movie .info h1 span {
  font-size: 18px;
  font-weight: normal;
  color: #777;
}
.page-suggest-movie .info .details {
  color: #777;
}
.page-suggest-movie .info .cast {
  border-top: 1px solid #EEEEEE;
  margin-top: 10px;
  padding-top: 10px;
}
.page-suggest-movie .sinopsis {
  margin-bottom: 15px;
}
.page-suggest-movie .sinopsis p + p {
  margin-top: 10px;
}
.page-suggest-movie .sinopsis .read-more {
  text-transform: uppercase;
}
.page-suggest-movie .trailer-link {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  height: 100%;
}
.page-suggest-movie .trailer-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  z-index: 1;
  background: url(../img/icon_play.png) no-repeat center center;
  background-size: 47px 47px;
}
.page-suggest-movie .trailer-link.bottom {
  height: auto;
}
.page-suggest-movie .trailer-link.bottom .trailer-image {
  width: 100%;
}
.page-suggest-movie .btn-suggest {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  display: auto;
  position: absolute;
  bottom: 0;
}
.page-suggest-movie .btn-suggest.fixed {
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.page-suggest-movie .btn-suggest a {
  background-color: #2875BD;
  padding: 10px;
  width: 100%;
  border: 2px solid #fff;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
}
.page-suggest-movie .btn-suggest .icon-reload {
  background: url(../img/icon_reload.png) no-repeat;
  background-size: 13px 13px;
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  top: -1px;
  position: relative;
}
.page-suggest-movie .filters-list .filter {
  padding: 10px;
  overflow: hidden;
  border-bottom: 1px solid #EEEEEE;
  font-size: 13px;
}
.page-suggest-movie .filters-list .filter-title {
  float: left;
  text-transform: uppercase;
  padding-top: 6px;
}
.page-suggest-movie .filters-list .filter-select {
  float: right;
}
.page-suggest-movie .filters-list .filter-select select {
  border: 1px solid #9999A3;
  padding: 5px;
  color: #333;
}
.page-suggest-movie .filters-submit {
  text-align: center;
  padding: 20px 10px 10px;
}
.page-suggest-movie .filters-submit button {
  background-color: #2875BD;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  font-size: 13px;
}
@media (max-width: 479px) {
  .page-suggest-movie .gallery .gallery-inner .gallery-image {
    display: block;
    width: 100%;
  }
  .page-suggest-movie .gallery .gallery-inner > a:nth-child(n+2) {
    display: none;
  }
}
@media (min-width: 480px) {
  .page-suggest-movie .gallery {
    min-height: auto;
    height: 40vw;
  }
  .page-suggest-movie .gallery.loading {
    height: auto;
  }
  .page-suggest-movie .gallery .gallery-inner {
    position: relative;
    height: calc(40vw + 100px);
    padding-bottom: 100px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .page-suggest-movie .gallery .gallery-inner .gallery-image {
    height: 40vw;
    display: inline-block;
  }
  .page-suggest-movie .trailer-link.bottom {
    display: none;
  }
  .page-suggest-movie .btn-suggest a {
    width: 360px;
  }
}
.hint-overlayer {
  display: none;
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 100;
  color: #fff;
  text-align: center;
}
.hint-overlayer .icon-filters {
  background: url(../img/icon_filters.png) no-repeat center center;
  background-size: 19px 16px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 8px;
}
.hint-overlayer .message {
  font-size: 18px;
  padding: 100px 20px 100px;
}
.hint-overlayer .arrow {
  background: url(../img/hint_arrow.png) no-repeat;
  background-size: 51.5px 53px;
  width: 51.5px;
  height: 53px;
  display: inline-block;
  position: absolute;
  right: 50px;
  top: 12px;
}
.hint-overlayer .btn-ok {
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 50px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  bottom: 27vh;
  left: 20%;
  right: 20%;
}
.hint-overlayer .slide-1 {
  display: none;
}
.hint-overlayer .slide-2 {
  display: none;
}
.hint-overlayer.slide-1 .slide-1 {
  display: block;
}
.hint-overlayer.slide-2 .slide-2 {
  display: block;
}
.has-hint-overlayer {
  overflow: hidden;
  height: 100vh;
}
.has-hint-overlayer .hint-overlayer {
  display: block;
}
.has-hint-overlayer .btn-suggest {
  display: none;
}
.has-hint-overlayer .container-movie {
  overflow: hidden;
  height: 88vh;
}
