@charset "UTF-8";
/*
 * blueimp Gallery CSS
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Prevent artifacts in Mozilla Firefox: */
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  /* Set the carousel width/height ratio to 16/9: */
  padding-bottom: 56.25%;
  box-shadow: 0 0 10px #000;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.blueimp-gallery-display {
  display: block;
  height: 100%;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
     -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
      -ms-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
       -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
          transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  -webkit-transition: opacity 0.2s linear;
     -moz-transition: opacity 0.2s linear;
      -ms-transition: opacity 0.2s linear;
       -o-transition: opacity 0.2s linear;
          transition: opacity 0.2s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(../img/loading.gif) center no-repeat;
  background-size: 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background: url(../img/error.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 2px #000;
  text-align: center;
  background: #222;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  cursor: pointer;
  display: none;
}
.blueimp-gallery > .next {
  left: auto;
  right: 15px;
}

.blueimp-gallery > .imgcontainer {
  position: absolute;
  bottom: 50px;
  left: 30px;
  width: 500px;
  max-width: 500px;
  height: 40px;
  max-height: 40px;
  background: url("../img/JustWatch.png") 0 0 no-repeat;
  background-size: 80%;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 15px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
}
.blueimp-gallery > .download {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 60px;
  height: 60px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/arrow-alt-circle-down.svg") 0 0 no-repeat;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .addtomovie {
  position: absolute;
  top: 50px;
  left: 105px;
  width: 60px;
  height: 60px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/caret-square-down.svg") 0 0 no-repeat;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .thumbup {
  position: absolute;
  top: 50px;
  left: 180px;
  width: 60px;
  height: 60px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/thumbs-up.svg") 0 0 no-repeat;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .thumbdown {
  position: absolute;
  top: 50px;
  left: 255px;
  width: 60px;
  height: 60px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/thumbs-down.svg") 0 0 no-repeat;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .addtobest {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;	
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Add To Best.png") 0 0 no-repeat;
  background-size: 80%;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .removefrombest {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Remove From Best.png") 0 0 no-repeat;
  background-size: 80%;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .addtoopinion {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;	
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Add To Opinion.png") 0 0 no-repeat;
  background-size: 80%;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .removefromopinion {
  position: absolute;
  top: 50px;
  left: 30px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Remove From Opinion.png") 0 0 no-repeat;
  background-size: 80%;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .addtowatchlist {
  position: absolute;
  top: 50px;
  left: 300px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;	
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Add To Watchlist.png") 0 0 no-repeat;
  background-size: 80%;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .removefromwatchlist {
  position: absolute;
  top: 50px;
  left: 300px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Remove From Watchlist.png") 0 0 no-repeat;
  background-size: 80%;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery > .addtodecade {
  position: absolute;
  top: 50px;
  left: 120px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;	
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Add To Decade.png") 0 0 no-repeat;
  background-size: 80%;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .removefromdecade {
  position: absolute;
  top: 50px;
  left: 120px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Remove From Decade.png") 0 0 no-repeat;
  background-size: 80%;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}

.blueimp-gallery > .addtoyear {
  position: absolute;
  top: 50px;
  left: 210px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;	
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Add To Year.png") 0 0 no-repeat;
  background-size: 80%;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .removefromyear {
  position: absolute;
  top: 50px;
  left: 210px;
  width: 100%;
  max-width: 100px;
  height: 100%;
  max-height: 100px;
  /*background: url(../img/error.png) 0 0 no-repeat;*/
  background: url("../img/Remove From Year.png") 0 0 no-repeat;
  background-size: 80%;	
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 15px;
  height: 15px;
  background: url(../img/play-pause.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 0.5;
  display: none;
}
.blueimp-gallery-playing > .play-pause {
  background-position: -15px 0;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .imgcontainer:hover,
.blueimp-gallery > .thumbup:hover,
.blueimp-gallery > .thumbdown:hover,
.blueimp-gallery > .addtobest:hover,
.blueimp-gallery > .removefrombest:hover,
.blueimp-gallery > .addtoopinion:hover,
.blueimp-gallery > .removefromopinion:hover,
.blueimp-gallery > .addtodecade:hover,
.blueimp-gallery > .removefromdecade:hover,
.blueimp-gallery > .addtoyear:hover,
.blueimp-gallery > .removefromyear:hover,
.blueimp-gallery > .addtowatchlist:hover,
.blueimp-gallery > .removefromwatchlist:hover,
.blueimp-gallery > .download:hover,
.blueimp-gallery > .addtomovie:hover,
.blueimp-gallery > .play-pause:hover {
  color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
/*.blueimp-gallery-controls > .download,
.blueimp-gallery-controls > .addtomovie,  
.blueimp-gallery-controls > .thumbup,
.blueimp-gallery-controls > .thumbdown, Remove comment to activate addtomovie */
.blueimp-gallery-controls > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-vote > .thumbup,
.blueimp-gallery-vote > .thumbdown,
.blueimp-gallery-vote > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-addbest > .addtobest,
.blueimp-gallery-addbest > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-removebest > .removefrombest,
.blueimp-gallery-removebest > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-addopinion > .addtoopinion,
.blueimp-gallery-addopinion > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-removeopinion > .removefromopinion,
.blueimp-gallery-removeopinion > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-adddecade > .addtodecade,
.blueimp-gallery-adddecade > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-removedecade > .removefromdecade,
.blueimp-gallery-removedecade > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-addyear > .addtoyear,
.blueimp-gallery-addyear > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-removeyear > .removefromyear,
.blueimp-gallery-removeyear > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-addwatchlist > .addtowatchlist,
.blueimp-gallery-addwatchlist > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-removewatchlist > .removefromwatchlist,
.blueimp-gallery-removewatchlist > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-download > .download,
.blueimp-gallery-download > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-addtomovie > .addtomovie,
.blueimp-gallery-addtomovie > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-addtomovie > .addtomovie {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}

.blueimp-gallery-imagecontainer > .imgcontainer,
.blueimp-gallery-imagecontainer > .play-pause {
  display: block;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-imagecontainer > .imgcontainer {
  display: block;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
       -o-transform: translateZ(0);
          transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  display: none;
}
.blueimp-gallery-downaction > .download,
.blueimp-gallery-addaction > .addtomovie,
.blueimp-gallery-downaction > .play-pause {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .thumbup,
.blueimp-gallery > .thumbdown,
.blueimp-gallery > .addtobest,
.blueimp-gallery > .removefrombest,
.blueimp-gallery > .addtoopinion,
.blueimp-gallery > .removefromopinion,
.blueimp-gallery > .addtodecade,
.blueimp-gallery > .removefromdecade,
.blueimp-gallery > .addtoyear,
.blueimp-gallery > .removefromyear,
.blueimp-gallery > .addtowatchlist,
.blueimp-gallery > .removefromwatchlist,
.blueimp-gallery > .download,
.blueimp-gallery > .addtomovie,
.blueimp-gallery > .imgcontainer,
.blueimp-gallery > .play-pause {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Replace PNGs with SVGs for capable browsers (excluding IE<9) */
body:last-child .blueimp-gallery > .slides > .slide-error {
  background-image: url(../img/error.svg);
}
body:last-child .blueimp-gallery > .play-pause {
  width: 20px;
  height: 20px;
  background-size: 40px 20px;
  background-image: url(../img/play-pause.svg);
}
body:last-child .blueimp-gallery-playing > .play-pause {
  background-position: -20px 0;
}

/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
