@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: 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;
  opacity: 1;
}
.blueimp-gallery > .slides {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-top: 70px;
  padding-bottom: 44px;
  
  padding-top: 0px;
}
.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.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(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 {
  width: 44px;
  height: 44px;
  font-size: 60px;
  font-weight: 300;
  line-height: 27px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
  
  position: static;
  top: 0px;
  right: 0px;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  margin-bottom: 4px;
  
  background: #e85438; /* Old browsers */
  background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
}
.blueimp-gallery > .prev {
	padding-right: 2px;
}
.blueimp-gallery > .next {
  padding-left: 2px;
  left: auto;
  right: 94px;
}
.blueimp-gallery > .counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  color: #ffffff;
  padding: 5px 21px;
  font-size: 16px;
  font-weight: 300;
  background: #e85438; /* Old browsers */
  background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
}
.blueimp-gallery > .close,
.blueimp-gallery > .title {
  position: absolute;
  top: 20px;
  left: 15px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  /*display: none;*/
  font-weight: 300;
}
.blueimp-gallery > .close {
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o--moz-box-sizing: border-box;
  width: 44px;
  height: 44px;
  padding: 6px 11px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  font-weight: 400;
  font-size: 29px;
  line-height: 27px;
  text-align: center;
  position: static;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  background: #e85438; /* Old browsers */
  background: -moz-linear-gradient(top,  #e85438 0%, #d82d35 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e85438), color-stop(100%,#d82d35)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #e85438 0%,#d82d35 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #e85438 0%,#d82d35 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e85438', endColorstr='#d82d35',GradientType=0 ); /* IE6-9 */
}
.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 > .play-pause:hover {
	
  /*color: #d92e35;
  border-color: #d92e35 !important;
  opacity: 1;*/
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title,
.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-controls > h3.title{
	margin-right: 0px;
	background: #000;
	z-index: 200;
	margin-left: 0px;
	left: 0px;
	opacity: 1;
	position: static;
	padding: 0px 10px;
	float: left;
	width: calc(100% - 150px);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next,
.blueimp-gallery-single > .play-pause {
  cursor: default;
  opacity: 0.3;
}
.blueimp-gallery-single > .prev:hover,
.blueimp-gallery-left > .prev:hover,
.blueimp-gallery-single > .next:hover,
.blueimp-gallery-right > .next:hover,
.blueimp-gallery-single > .play-pause:hover {
  cursor: default;
  opacity: 0.3 !important;
  border-color: #FFF !important;
  color: #FFF !important;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.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;
}
