@font-face {
  font-family: 'indieplaya';
  src: url('../fonts/indieplaya.eot');
  src: url('../fonts/indieplaya.eot#iefix') format('embedded-opentype'),
       url('../fonts/indieplaya.woff') format('woff'),
       url('../fonts/indieplaya.ttf') format('truetype'),
       url('../fonts/indieplaya.svg#indieplaya') format('svg');
  font-weight: normal;
  font-style: normal;
}

.filmstrip-holder {
  background: url(../images/IndiePlaya-Website-4.png) no-repeat top right;
  height: 500px;
  position: relative;
}

#video-player {
  position: absolute;
  top: 50px;
  left: 20px;
  right: 230px;
  height: 280px;
  background: #000;
}

#video-player iframe {
  width: 100%;
}

.filmstrip-container {
  position: absolute;
  margin: 0 auto;
  top: 340px;
  left: 40px;
  right: 40px;
}

.filmstrip-title {
  height: 19px;
  line-height: 19px;
  width: 234px;
  position: absolute;
  right: 30px;
  top: 2px;
  color: #FFF;
  border-bottom: 2px solid #FFF;
  font-family: arial;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}

.filmstrip-extras {
  position: absolute;
  width: 200px;
  height: 40px;
  text-align: center;
  top: 107px;
  left: 185px;
  display: none;
}

.filmstrip-extra {
  display: inline-block;
  width: 50px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  cursor: pointer;
  font-size: 13px;
  background-size: cover;
}

.filmstrip-extra:nth-child(even) {
  background-color: black;
}

.filmstrip-extra:nth-child(odd) {
  background-color: blue;
}

.filmstrip {
  display: none;
  background: url(../images/filmstrip.jpg) 0 26px repeat-x;
  background-size: 520px 72px;
}

.filmstrip.slick-initialized {
  display: block;
}


.filmstrip-container .slick-current {
  transform: scale(2.2) translateY(-5px);
  -moz-transform: scale(2.2) translateY(-5px);
  -ms-transform: scale(2.2) translateY(-5px);
  -o-transform: scale(2.2) translateY(-5px);
  -webkit-transform: scale(2.2) translateY(-5px);
  color: #e67e22;
  opacity: 1;
  border-radius: 1px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
  margin: 0 25px;
  z-index: 2000 !important;
}

.filmstrip-container .slick-track {
  padding: 40px 0 20px 0;
}

.filmstrip-container .slick-slide {
  height: 45px;
  line-height: 45px;
  color: #FFF;
  cursor: pointer;
  text-align: center;
  transition: transform 400ms ease;
  background-size: cover;
  background-position: center;
  background-color: #000;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.filmstrip-container .slick-slide:focus {
  outline: none;
}

.move-left, .move-right {
  width: 30px;
  height: 100px;
  position: absolute;
  top: 12px;
  opacity: 0;
}

.move-left {
  left: 0px;
}

.move-right {
  right: 0px;
}

.filmstrip-container .slick-prev:before, .filmstrip-container .slick-next:before {
  font-family: 'indieplaya';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #ace9ff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.filmstrip-container .slick-prev {
  left: -25px;
}

.filmstrip-container .slick-prev:before {
  content: '<';
}

.filmstrip-container .slick-next {
  right: -25px;
}

.filmstrip-container .slick-next:before {
  content: '>';
}

.filmstrip-container .slick-prev, .filmstrip-container .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 42%;
  display: block;
  width: 12px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.filmstrip-container .slick-prev:hover, .filmstrip-container .slick-prev:focus, .filmstrip-container .slick-next:hover, .filmstrip-container .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.filmstrip-container .slick-prev:hover:before, .filmstrip-container .slick-prev:focus:before, .filmstrip-container .slick-next:hover:before, .filmstrip-container .slick-next:focus:before {
  opacity: 1;
}

@media(max-width: 1200px) {
  #video-player {
    height: 206px;
    overflow: hidden;
  }

  .filmstrip-container {
    top: 280px;
  }

  .filmstrip-holder {
    height: 440px;
  }

  .filmstrip-title {
    right: 5px;
    width: 235px;
  }

  .filmstrip-extras {
    left: 112px;
  }
}

@media(max-width: 978px) {
  #video-player {
    height: 260px;
    overflow: hidden;
  }

  .filmstrip-title {
    right: 65px;
    width: 235px;
  }

  .filmstrip-extras {
    left: 125px;
  }

  .filmstrip-container {
    top: 340px;
  }

  .filmstrip-holder {
    height: 550px;
  }
}

@media(max-width: 977px) {
  .filmstrip-holder {
    height: 205px;
  }

  .filmstrip-extras {
    display: none !important;
  }

  #video-player {
    display: none;
  }

  .filmstrip-container {
    top: 60px;
  }
}

@media(max-width: 700px) {
  .filmstrip-title, .filmstrip-extras {
    display: none !important;
  }
}