@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
 */



@media (min-width: 481px) {
  .navigation {
    list-style: none;
    padding: 0;
  }
  .navigation li {
    display: inline-block;
  }
  .navigation li:not(:first-child):before {
    content: '| ';
  }
}

@charset "UTF-8";
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    backface-visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.blueimp-gallery > .slides > .slide > .slide-content {
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 1;
    width: auto;
}
.blueimp-gallery {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    direction: ltr;
    display: none;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    z-index: 999999;
}
.blueimp-gallery-carousel {
    box-shadow: 0 0 10px #000;
    margin: 1em auto;
    padding-bottom: 56.25%;
    position: relative;
    z-index: auto;
}
.blueimp-gallery-display {
    display: block;
    opacity: 1;
}
.blueimp-gallery > .slides {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.blueimp-gallery-carousel > .slides {
    position: absolute;
}
.blueimp-gallery > .slides > .slide {
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.blueimp-gallery, .blueimp-gallery > .slides > .slide > .slide-content {
    transition: opacity 0.5s linear 0s;
}
.blueimp-gallery > .slides > .slide-loading {
    background: rgba(0, 0, 0, 0) url("../img/loading.gif") no-repeat scroll center center / 64px 64px;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
    opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
    background: rgba(0, 0, 0, 0) url("../img/error.html") no-repeat scroll center center;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
    display: none;
}
.blueimp-gallery > .prev, .blueimp-gallery > .next {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border: 3px solid #fff;
    border-radius: 23px;
    box-sizing: content-box;
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 15px;
    line-height: 30px;
    margin-top: -23px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    top: 50%;
    width: 40px;
}
.blueimp-gallery > .next {
    left: auto;
    right: 15px;
}
.blueimp-gallery > .closeclose {
    color: #fff;
    display: none;
    font-size: 20px;
    left: 15px;
    line-height: 30px;
    margin: 0 40px 0 0;
    opacity: 0.8;
    position: absolute;
    text-shadow: 0 0 2px #000;
    top: 15px;
}
.blueimp-gallery > .title {
   color: #fff;
    display: none;
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    width:40%;
    left:30%;
    line-height: 20px;
    opacity: 0.9;
    position: absolute;
    text-shadow: 0 0 2px #000;
    top: 90%;
    text-align:center;
}
.blueimp-gallery > .closeclose {
    cursor: pointer;
    font-size: 30px;
    left: auto;
    margin: -15px;
    padding: 15px;
    right: 15px;
    text-decoration: none;
}
.blueimp-gallery > .play-pause {
    background: rgba(0, 0, 0, 0) url("../img/play-pause.html") no-repeat scroll 0 0;
    bottom: 15px;
    cursor: pointer;
    display: none;
    height: 15px;
    opacity: 0.5;
    position: absolute;
    right: 15px;
    width: 15px;
}
.blueimp-gallery-playing > .play-pause {
    background-position: -15px 0;
}
.blueimp-gallery > .prev:hover, .blueimp-gallery > .next:hover, .blueimp-gallery > .closeclose:hover, .blueimp-gallery > .title:hover, .blueimp-gallery > .play-pause:hover {
    color: #fff;
    opacity: 1;
}
.blueimp-gallery-controls > .prev, .blueimp-gallery-controls > .next, .blueimp-gallery-controls > .closeclose, .blueimp-gallery-controls > .title, .blueimp-gallery-controls > .play-pause {
    display: block;
    transform: translateZ(0px);
}
.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 > .slides > .slide > .slide-content, .blueimp-gallery > .prev, .blueimp-gallery > .next, .blueimp-gallery > .closeclose, .blueimp-gallery > .play-pause {
    -moz-user-select: none;
}
body:last-child .blueimp-gallery > .slides > .slide-error {
    background-image: url("../img/error-2.html");
}
body:last-child .blueimp-gallery > .play-pause {
    background-image: url("../img/play-pause-2.html");
    background-size: 40px 20px;
    height: 20px;
    width: 20px;
}
body:last-child .blueimp-gallery-playing > .play-pause {
    background-position: -20px 0;
}
* + html .blueimp-gallery > .slides > .slide {
    min-height: 300px;
}
* + html .blueimp-gallery > .slides > .slide > .slide-content {
    position: relative;
}
@charset "UTF-8";
/*
 * blueimp Gallery Indicator CSS 1.1.0
 * 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 > .indicator {
  position: absolute;
  top: auto;
  right: 15px;
  bottom: 15px;
  left: 15px;
  margin: 0 40px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 10px;
  display: none;
}
.blueimp-gallery > .indicator > li {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 6px 3px 0 3px;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 1px solid transparent;
  background: #ccc;
  background: rgba(255, 255, 255, 0.25) center no-repeat;
  border-radius: 5px;
  box-shadow: 0 0 2px #000;
  opacity: 0.5;
  cursor: pointer;
}
.blueimp-gallery > .indicator > li:hover,
.blueimp-gallery > .indicator > .active {
  background-color: #fff;
  border-color: #fff;
  opacity: 1;
}
.blueimp-gallery-controls > .indicator {
  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 > .indicator {
  display: none;
}
.blueimp-gallery > .indicator {
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* IE7 fixes */
*+html .blueimp-gallery > .indicator > li {
  display: inline;
}

