@charset "UTF-8";
/*
 * blueimp Gallery CSS 2.11.1
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
  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: -moz-calc(100% - 80px);
  max-height: -webkit-calc(100% - 80px);
  max-height: -o-calc(100% - 80px);
  max-height: calc(100% - 80px);
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: none;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: none;
  touch-action: none;

}
.blueimp-gallery-carousel {
  position: relative;
  top:0px;
  z-index: 9999;
  width:100%;
  /* Set the carousel width/height ratio to 16/9: */
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 80px);
  height: 500px; 
  box-shadow:none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  /*border: 2px solid #505050;*/
}


.blueimp-gallery-display {
  display: block;
  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%;
  width: 100%; 
  text-align: center;
  /*border: 2px solid #FF950F;*/ 

  
  -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.5s linear;
     -moz-transition: opacity 0.5s linear;
      -ms-transition: opacity 0.5s linear;
       -o-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear;
}
.blueimp-gallery > .slides > .slide-loading {
  background: url(images/blueimp/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(images/blueimp/error4.png) center no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery > .prev{
  position: absolute;
  top: -moz-calc(100% - 50px);
  top: -webkit-calc(100% - 50px);
  top: -o-calc(100% - 50px);
  top: calc(100% - 50px);

  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
  display: none;
  border:none;
  left: 0px;
}

.blueimp-gallery > .next {
  position: absolute;
  top: -moz-calc(100% - 50px);
  top: -webkit-calc(100% - 50px);
  top: -o-calc(100% - 50px);
  top: calc(100% - 50px);
  left: -moz-calc(100% - 25px);
  left: -webkit-calc(100% - 25px);
  left:-o-calc(100% - 25px);
  left: calc(100% - 25px);
  width: 30px;
  height: 30px;
  opacity: 1;
  cursor: pointer;
  display: none;
  border:none;
  box-shadow:none;
  
  background: url(images/nextArrow_idle.png) no-repeat 7px 5px 
}
.blueimp-gallery > .prev {
  background: url(images/prevArrow_idle.png) no-repeat 5px 5px 
}

.blueimp-gallery > .next:hover {
  background: url(images/nextArrow_hover.png) no-repeat 7px 5px 
}
.blueimp-gallery > .prev:hover {
  background: url(images/prevArrow_hover.png) no-repeat 5px 5px 
}
.blueimp-gallery > .next:active {
  background: url(images/nextArrow_active.png) no-repeat 7px 5px 
}
.blueimp-gallery > .prev:active {
  background: url(images/prevArrow_active.png) no-repeat 5px 5px 
}



.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: -moz-calc(100% - 40px);
  top: -webkit-calc(100% - 40px);
  top: -o-calc(100% - 40px);
  top: calc(100% - 40px);
  width:75%; 
  font-family: "Questrial";
  left:12.5%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  color: #fff;
  text-align:center;
  text-shadow: 0 0 2px #000;
  opacity: 1;
  display:inline-block-center;
  cursor: pointer;
  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;
  left: 0px;
  top: -moz-calc(100% - 60px);
  top: -webkit-calc(100% - 60px);
  top: -o-calc(100% - 60px);
  top: calc(100% - 60px);
  width: 30px;
  height: 30px;
  background: url(images/blueimp/play-pause_idle.png) 0 0 no-repeat;
  cursor: pointer;
  opacity: 1;
    display: none;
}

.blueimp-gallery > .play-pause:hover {
  background: url(images/blueimp/play-pause_hover.png) 0 0 no-repeat;
}
.blueimp-gallery > .play-pause:active {
  background: url(images/blueimp/play-pause_active.png) 0 0 no-repeat;
}

.blueimp-gallery-playing > .play-pause {
  background-position: -30px 0;
}

.blueimp-gallery > .zoomImage {
  position: absolute;
  right:0px;
  top: -moz-calc(100% - 60px);
  top: -webkit-calc(100% - 60px);
  top: -o-calc(100% - 60px);
  top: calc(100% - 60px);
  width: 30px;
  height: 30px;
  background: url(images/blueimp/zoomImage_idle.png) 0 0 no-repeat;
  cursor: pointer;
  display: none;
  border:none;
  opacity: 1;
}
.blueimp-gallery > .zoomImage:hover {
  background: url(images/blueimp/zoomImage_hover.png) 0 0 no-repeat;
}
.blueimp-gallery > .zoomImage:active {
  background: url(images/blueimp/zoomImage_active.png) 0 0 no-repeat;
}


.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.blueimp-gallery-controls > .play-pause,
.blueimp-gallery-controls > .zoomImage {
  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-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause,
.blueimp-gallery-single > .zoomImage
 {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .zoomImage

 {
  -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(images/blueimp/error4.svg) 0 0 no-repeat;
}



body:last-child .blueimp-gallery > .play-pause {
  width: 30px;
  height: 30px;
  background: url(images/blueimp/play-pause7_idle.svg);}

body:last-child .blueimp-gallery > .play-pause:hover {
  background: url(images/blueimp/play-pause7_hover.svg);}

body:last-child .blueimp-gallery > .play-pause:active {
  background: url(images/blueimp/play-pause7_active.svg);}


body:last-child .blueimp-gallery-playing > .play-pause:hover { 
  background-position: 30px 0;}

body:last-child .blueimp-gallery-playing > .play-pause { 
  background-position: -30px 0;}



body:last-child .blueimp-gallery > .zoomImage {
  width: 30px;
  height: 30px;
  background: url(images/blueimp/fullscreen2_idle.svg) 0 0 no-repeat;
background-position: 0 0 no-repeat;}


body:last-child .blueimp-gallery > .zoomImage:hover {
  background: url(images/blueimp/fullscreen_hover.svg) 0 0 no-repeat;}

body:last-child .blueimp-gallery > .zoomImage:active {

  background: url(images/blueimp/fullscreen_active.svg) 0 0 no-repeat;}





/* IE7 fixes */
*+html .blueimp-gallery > .slides > .slide {
  min-height: 300px;
}
*+html .blueimp-gallery > .slides > .slide > .slide-content {
  position: relative;
}
