@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 > .hide_comments2
{
  position: absolute;
  top: 27px;
  right: 65px;
  opacity: 0.8;
  display: block;
  left: auto;
  margin: -15px;
  text-decoration: none;
  cursor: pointer;
 }
 
.blueimp-gallery > .zoom_icon
{
  position: absolute;
  top: 65px;
  right: 15px;
  opacity: 0.8;
  display: block;
  left: auto;
  margin: -15px;
  text-decoration: none;
  cursor: pointer;
 }

 
 .info2 {
  
  z-index: 1020;
  overflow:hidden;
  height: 100%;
  background: white;
  display: none;
  position: fixed;
  top: 0px;
  right: 0px;
  float:right; 
  padding: 15px;
  overflow-y: auto;

}

 .foto_title
 {
     font-size: 15px;
     color: black;
     font-weight: bold;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 5px;
     line-height: normal;
     margin-top: 0px;
 }
 .fotoset_title
 {
     font-size: 13px;   
     color: gray;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 2px;
     line-height: normal;
     margin-top: 0px;
 }
 .foto_date
 {
     font-size: 13px;
     color: gray;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 10px;
     line-height: normal;
     margin-top: 0px;
 }
 .foto_descr
 {
     font-size: 14px;
     color: black;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 10px;
     line-height: normal;
     margin-top: 0px;
 }
 
  .foto_tags
 {
     font-size: 14px;
     color: black;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 10px;
     line-height: normal;
     margin-top: 0px;
 }

.foto_view_like
 {
     font-size: 14px;
     color: black;
     font-family: 'Open Sans', sans-serif;
     margin-bottom: 10px;
     line-height: normal;
     margin-top: 0px;
 }
 
 .gallsoc
 {
     max-width: 28px;
     margin-right: 5px;
 }
 
 
 .foto_textarea
 {
     width:100%;
     font-size: 14px;
     line-height: 16px;
     min-height: 60px;     
     padding: 5px;
     border:1px solid #ccc;
     margin-bottom: 5px;
     border-radius:4px;
     -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
     box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
     -webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
     -o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 }
 
 .commenthr {
     margin-top: 10px;
     margin-bottom: 10px;
 }
 
  .addcomment {
     margin-top: 0px;
     margin-bottom: 30px;
 }
.foto_textarea::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;  
}
.foto_textarea:-moz-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;
}
.foto_textarea::-moz-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;
}
.foto_textarea:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.85) !important;
}
  
.comment {
    background-color: #FAFAFA;
    border-radius: 4px;
    color: black;
    min-height: 70px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 15px 15px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 5px;
}
.comment .img {
    background-color: #fff;
    border-radius: 0 0px 5px 0;
    border: 5px solid #fff;
    display: block;
    float: left;
    margin: -7px 7px 0px -10px;   
}
.clear { clear: both; }
.comment .img .inner {
    background: #fff;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.comment .img .inner .img2 {
    max-width: 70px;
    max-height: 70px;
 
    border-radius: 5px;
}
.comment p {
     font-size: 14px;
     line-height: 16px;
     color: black;
     margin-top: 0;
     margin-bottom: 0px;
}

.commenta {
     font-size: 14px;
     line-height: 16px;
     color: black;
     font-weight: bold;
     margin-top: 0;    
     margin-bottom: 3px;
     cursor: pointer;
     display: inline;

}
.commenta_answer {
     font-size: 13px;
     line-height: 16px;
     color: black;
     font-weight: bold;
     margin-top: 0;    
     margin-bottom: 1px;
     cursor: pointer;    
     display: inline; 
}

.commenta_answer_span {
    font-size: 10px;
    color: gray; 
    margin: 0;
    padding: 0;
    line-height: 1;
    display: inline;   
}



.commenta:hover {
     color: blue;
}
.commenta_answer:hover {
     color: blue;
}

  
.comment .added {
     font-size: 12px;
     color: gray;
     line-height: 16px;
     margin-top: 0;
     margin-bottom: 5px; 
}

.comment .close {
    background-color: #fff;
    display: block;
    float: right;
    font-size: 20px;
}

.comment .answer_comment {
     font-size: 12px;
     line-height: 10px;
     color: black;
     display: block;
     float: right;
}

.comment .answer_comment a {
     color: gray;
} 
  

.commentav {
   
    background-color: transparent;
    border-radius: 4px;
    color: black;
    min-height: 70px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 15px 15px;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 5px;
    
}
.commentav .img {
  
    background-color: transparent;
    border-radius: 0 0px 5px 0;
    border: 5px solid transparent;
    display: block;
    float: left;
    margin: -7px 7px 0px -10px;   
}

.commentav .img .inner {
   
    background-color: transparent;
    border-radius: 5px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}
.commentav .img .inner .img2 {
    max-width: 70px;
    max-height: 70px;
 
    border-radius: 5px;
}
.commentav p {
     font-size: 14px;
     line-height: 16px;
     color: black;
     margin-top: 0;
     margin-bottom: 0px;
}

.commentav a {
     font-size: 14px;
     line-height: 16px;
     color: black;
     font-weight: bold;
     margin-top: 0;
     margin-bottom: 3px;
}

.commentav a:hover {
     color: blue;
}

.commentav .follow {
     font-size: 12px;
     color: gray;
     line-height: 16px;
     margin-top: 0;
     margin-bottom: 0px;
     font-weight: normal;
}

  
  
 .blueimp-gallery > .description, .blueimp-gallery > .example {
  position: absolute;
  top: 30px;
  left: 15px;
  color: #fff;
  display: none;
}
.blueimp-gallery-controls > .description, .blueimp-gallery-controls > .example {
  display: block;
}

.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: 95%;
  max-height: 95%;
  opacity: 1;
}
.blueimp-gallery {
  position: fixed;
  z-index: 1020;
  overflow: hidden;
  max-width: 75%;
  background: #000;
  background: rgba(0, 0, 0, 1);
  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 {
  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,
.blueimp-gallery > .next_load  {
  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,
.blueimp-gallery > .next_load {
  left: auto;
  right: 15px;
}
.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 > .close {
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .hide_comments {
  position: absolute;
  bottom: 16px;
  margin: 0 40px 0 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: 0.8;
  display: none;
  padding: 15px;
  right: 15px;
  left: auto;
  margin: -15px;
  font-size: 50px;
  text-decoration: none;
  cursor: pointer;
}
.blueimp-gallery > .play-pause {
  position: absolute;
  right: 55px;
  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 > .hide_comments: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 > .info,
.blueimp-gallery-controls > .hide_comments,
.blueimp-gallery-controls > .hide_comments2,
.blueimp-gallery-controls > .zoom_icon,
.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-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 > .next_load,
.blueimp-gallery > .close,    
.blueimp-gallery > .hide_comments, 
.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;
}
