b, strong {
  font-family: Ubuntu !important;
  font-weight: normal; }

/* admin & login buttons */
#admin-btns {
  float: right;
  text-align: right;
  margin: 1ex;
  position: absolute;
  bottom: 0;
  right: 0; }
  #admin-btns a, #admin-btns a:hover {
    text-decoration: none !important; }
  #admin-btns b {
    margin-right: 0.5ex; }
  #admin-btns #updated {
    position: relative;
    vertical-align: top;
    bottom: 1ex; }
    #admin-btns #updated .icon-refresh {
      color: silver;
      font-size: 200%; }
    #admin-btns #updated .icon-ok {
      position: absolute;
      color: green;
      right: 0.4ex;
      bottom: 0.3ex;
      font-size: 140%; }
  #admin-btns .icon-key {
    color: gray; }
  #admin-btns.logged-in .icon-key {
    color: red; }

.logout-button {
  color: red !important;
  font-weight: bold; }

#loginform fieldset {
  border-radius: 1ex;
  width: 20em;
  margin: 4em auto 0 auto; }
#loginform legend {
  font-size: smaller; }
#loginform label {
  display: inline-block;
  width: 8em;
  margin-right: 1ex;
  text-align: right; }
#loginform input[type="submit"] {
  margin: 1ex 0 0 10.5em;
  display: block; }

.menu-hidden {
  font-style: italic; }

[contenteditable='true'] {
  border: 1px solid black;
  border-radius: 0.5ex;
  background-color: white;
  padding: 0.5ex;
  min-height: 1em; }

button[disabled] {
  opacity: 0.3; }

.img-inactive {
  opacity: 0.3 !important; }

.wkimgbuttons {
  position: absolute;
  right: -8px;
  top: -8px; }

.wkeditbuttons {
  display: block;
  float: right; }

.wkeditbuttons.active {
  float: none; }

#wkeditControls {
  display: inline-block; }

.btn-group {
  display: inline-block; }

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  border-radius: 2em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.btn-micro {
  margin-top: -1px;
  padding: 0 2px;
  height: 3ex;
  width: 3ex; }

#btn-add-folder {
  position: absolute;
  width: 2em;
  height: 2em;
  right: 1.7ex;
  padding: 0.5ex; }

#wkImgEdit .wrap {
  display: table; }
#wkImgEdit div, #wkImgEdit dl {
  display: table-cell;
  vertical-align: top; }
#wkImgEdit dt {
  width: 7em;
  text-align: right;
  display: inline-block;
  float: left;
  clear: left; }
#wkImgEdit dd {
  display: inline-block;
  float: left;
  margin-left: 1em; }

.modal {
  width: auto !important;
  max-width: 90% !important; }
  .modal h1 {
    border-bottom: 1px solid black;
    margin-bottom: 1ex;
    padding-bottom: 0.5ex; }

#dropzone {
  width: 40em;
  min-height: 10em;
  border: 1px solid gray;
  border-radius: 1em; }

.icon-remove-sign {
  color: red; }

#upload-btn {
  float: right;
  border-radius: 1em;
  padding: 1ex 2em; }

li.btn-micro {
  position: absolute;
  left: 1em; }

nav .btn-micro {
  position: absolute; }

.move-target {
  cursor: pointer; }
  .move-target:hover {
    font-family: Ubuntu; }

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License

 *  modified by dennis merbach 

 */
nav {
  position: fixed;
  width: 100%;
  z-index: 1;
  user-select: none;
  top: 0; }
  nav a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease; }
    nav a:hover {
      color: navy; }
  nav input {
    display: block;
    width: 7ex;
    height: 7ex;
    position: absolute;
    top: 1.2ex;
    right: 1.2ex;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */ }
  nav #button {
    display: block;
    position: absolute;
    top: 1ex;
    right: 1ex;
    height: 2em;
    background: rgba(250, 235, 215, 0.5);
    padding: 1.7ex 1ex 0.4ex 1ex;
    border-radius: 1ex;
    /* Just a quick hamburger */ }
    nav #button span {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: black;
      border-radius: 3px;
      z-index: 1;
      transform-origin: -26px -16px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
      nav #button span:first-child {
        transform-origin: 0% 0%; }
      nav #button span:nth-last-child(2) {
        transform-origin: 50% 0%; }
      nav #button span:nth-last-child(3) {
        transform-origin: 0% 0%; }
  nav input:checked ~ #button {
    background: transparent; }
    nav input:checked ~ #button span:first-child {
      opacity: 1;
      transform: rotate(45deg) translate(3px, -6px); }
    nav input:checked ~ #button span:nth-last-child(2) {
      /* middle */
      opacity: 0;
      transform: rotate(0deg) scale(0.1, 0.1); }
    nav input:checked ~ #button span:nth-last-child(1) {
      transform: rotate(-45deg) translate(-18px, 19px); }
  nav input:checked ~ ul {
    transform: none; }
  nav ul {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 125px 50px 50px 50px;
    background: rgba(250, 235, 215, 0.9);
    list-style-type: none;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding-top: 50px;
    transform: translate(0, -100%);
    text-align: left;
    right: 0; }
    nav ul li {
      padding: 10px 0;
      font-size: 22px; }

#img-container {
  display: flow-root; }

figure {
  display: table;
  position: relative;
  float: left;
  margin: 0 1ex 1ex 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.7; }
  figure:hover, figure:active {
    opacity: 1; }
  figure a {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  figure img {
    border-radius: 2px;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out; }
  figure figcaption {
    overflow: hidden;
    position: absolute;
    z-index: 101;
    border-radius: 1em;
    padding: 0;
    background-color: antiquewhite;
    height: 0;
    width: 0;
    font-size: 0; }
    figure figcaption h1 {
      font-size: 0; }
  figure:hover {
    opacity: 1; }
    figure:hover figcaption {
      padding: 2em 1em 1em 2em;
      margin: -2em 0 0 1em;
      width: auto;
      height: auto;
      min-width: 20em;
      font-size: 0.7rem; }
      figure:hover figcaption h1 {
        font-size: 1rem; }
  figure.overview figcaption {
    display: none;
    height: 2em;
    width: 100%;
    position: relative;
    top: -3em;
    color: white;
    font-size: 50%;
    text-align: center; }
    figure.overview figcaption h1 {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
      padding: 0.5ex 0.5ex 0.5ex 1em; }
    figure.overview figcaption .img-description, figure.overview figcaption dl {
      display: none; }

caption dt.imgdata_keywords,
caption dt.imgdata_artist,
caption dt.imgdata_year,
caption .imgdata_copyright,
caption dt.imgdata_technique {
  display: none; }
caption dt, caption dd {
  margin: 0; }
caption dd.imgdata_keywords {
  font-style: italic;
  margin-top: 0.5ex; }
caption dd.imgdata_artist {
  font-family: Ubuntu !important;
  font-weight: normal;
  display: inline; }
caption dd.imgdata_year {
  display: inline; }
  caption dd.imgdata_year:before {
    content: ", "; }
caption .imgdata_price,
caption .imgdata_edition {
  display: inline; }
caption dt.imgdata_edition,
caption dt.imgdata_price:after {
  content: ": "; }
caption dt:before {
  content: ' ';
  display: block; }

/* photobox costumisation *****************************************************/
#pbCaption .title {
  font-weight: normal;
  text-shadow: 1px 1px 2px black; }
#pbCaption .counter {
  position: absolute;
  right: 0; }
#pbCaption caption {
  width: 1em;
  height: 1em;
  border-radius: 1ex;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 1px;
  text-shadow: none;
  font-weight: normal;
  font-size: 90%;
  opacity: 0.97;
  transition: all 0.5s ease-in-out; }
  #pbCaption caption i.icon-info-sign {
    color: white;
    font-size: 110%; }
  #pbCaption caption h1 {
    margin: 0.5ex; }
  #pbCaption caption dl {
    margin: 0.5ex; }
  #pbCaption caption .imgdata_keywords {
    font-size: 66%;
    color: darkgray; }
#pbCaption.active .pbCaptionText .title {
  display: none; }
#pbCaption.active caption {
  position: relative;
  width: auto;
  max-width: 20em;
  height: auto;
  padding: 1em;
  background-color: antiquewhite;
  display: block; }
  #pbCaption.active caption i.icon-info-sign {
    display: none; }

#blocker {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  z-index: 1; }

@media (min-width: 1000px) {
  figure {
    display: table;
    position: relative;
    float: left;
    margin: 0 1ex 1ex 0; }
    figure a {
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
    figure img {
      border-radius: 2px;
      display: block;
      position: relative; }
    figure figcaption {
      overflow: hidden;
      position: absolute;
      z-index: 101;
      padding: 0;
      background-color: antiquewhite;
      height: 0;
      width: 0;
      font-size: 0; }
      figure figcaption h1 {
        font-size: 0; }
    figure:hover {
      opacity: 1; }
      figure:hover figcaption {
        padding: 2em 1em 1em 2em;
        margin: -2em 0 0 1em;
        width: auto;
        height: auto;
        min-width: 20em;
        font-size: 1rem; }
        figure:hover figcaption h1 {
          font-size: 1.3rem; }
    figure.overview figcaption {
      display: none;
      height: 2em;
      width: 100%;
      position: relative;
      top: -3em;
      color: white;
      font-size: 50%;
      text-align: center; }
      figure.overview figcaption h1 {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
        padding: 0.5ex 0.5ex 0.5ex 1em; }
      figure.overview figcaption .img-description, figure.overview figcaption dl {
        display: none; }
    figure dt.imgdata_keywords {
      display: none; }
    figure dd.imgdata_keywords {
      margin-left: 0;
      font-style: italic;
      margin-top: 0.5ex; }
    figure dt.imgdata_artist {
      display: none; }
    figure dd.imgdata_artist {
      font-weight: bold;
      display: inline;
      margin: 0; }
    figure dt.imgdata_year {
      display: none; }
    figure dd.imgdata_year {
      display: inline;
      margin: 0; }
      figure dd.imgdata_year:before {
        content: ", "; } }
@media print {
  figure {
    display: none !important; } }
/* Normilizes box-sizing  */
#pbOverlay *,
#pbOverlay *:before,
#pbOverlay *:after {
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

#pbOverlay.show {
  opacity: 1;
  pointer-events: auto; }

#pbOverlay {
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  text-align: center;
  pointer-events: none;
  -moz-user-select: none;
  background: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2000000', endColorstr='#e2000000');
  /* background:radial-gradient(rgba(0,0,0,.6) 0%, rgba(0,0,0,.9) 100%); */
  -webkit-transform: translate3d(0);
  transition: opacity 300ms ease; }

#pbOverlay.msie {
  background-color: rgba(0, 0, 0, 0.6); }

.msie.pbLoading .pbWrapper {
  background: url("../images/loading.gif") no-repeat center center; }

@keyframes pbLoaderFrames {
  50% {
    height: 5px; } }
@-webkit-keyframes pbLoaderFrames {
  50% {
    height: 5px; } }
.pbLoader {
  display: none;
  width: 100px;
  height: 100px;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  border-radius: 100%;
  box-shadow: 15px 32px 60px -20px #FFF inset, 1px 1px 3px 1px #FFF inset, 0 0 20px;
  transition: .3s; }

.thumbs .pbLoader {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px); }

.pbLoading:not(.msie):not(.error) .pbLoader {
  display: block; }

.pbLoader b {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  width: 8px;
  height: 60px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-animation: .9s pbLoaderFrames infinite linear;
  animation: .9s pbLoaderFrames infinite linear; }

.pbLoader b:nth-child(2) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s; }

.pbLoader b:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s; }

.mobile.pbLoading .pbLoader {
  transform: none;
  transition: 0s; }

.pbWrapper:after,
#pbCaption .pbThumbs ul:after,
#pbOverlay .prevNext:after,
#pbOverlay .pbLoader:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle; }

/* Animation when image was not loaded */
@keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    transform: scale(0.85); } }
@-webkit-keyframes deadImage {
  50% {
    text-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
    -webkit-transform: scale(0.85); } }
#pbOverlay button {
  outline: 0 !important;
  box-shadow: 0; }

.pbWrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transform: rotate(0deg);
  vertical-align: middle;
  height: 100%;
  perspective: 1200px;
  position: relative; }

.video > .pbWrapper {
  z-index: 11;
  display: inline-block; }

/*#pbOverlay.error .pbWrapper{ display:inline-block; width:100%; }*/
.pbLoading .pbWrapper {
  display: inline-block\9;
  width: 100%; }

/* ie8+9 hack */
.pbWrapper:before {
  content: '\2716';
  color: transparent;
  text-shadow: 0 2px 35px rgba(255, 255, 255, 0);
  font-size: 0;
  vertical-align: middle;
  cursor: default;
  transition: text-shadow .7s ease-out; }

.error .pbWrapper:before {
  font-size: 22em;
  text-shadow: 0 0 0 #FFF;
  -webkit-animation: 2s 1s deadImage infinite linear;
  animation: 2s 1s deadImage infinite linear; }

.thumbs .pbWrapper {
  padding: 0;
  margin: 0; }

.error .pbWrapperr img {
  width: 0; }

.pbWrapper > div {
  display: none;
  width: 624px;
  height: 351px;
  vertical-align: middle;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5); }

.video > .pbWrapper > div {
  display: inline-block; }

#pbOverlay iframe,
#pbOverlay embed,
#pbOverlay object {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .5s; }

.pbWrapper .pbHide iframe {
  opacity: 0; }

.pbWrapper > div,
.pbWrapper > img {
  transition: 0.5s 0.5s cubic-bezier(0.1, 0.87, 0.48, 1);
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 20px #000;
  opacity: 1; }

/* FOR MOBILE */
.mobile.show .pbWrapper > div,
.mobile.show .pbWrapper > img {
  transition: 30ms; }

/* Content effects */
.pbWrapper > *,
.pbHide .pbWrapper > .prepare {
  opacity: 0;
  vertical-align: middle;
  -webkit-transform: scale(0.2) rotateX(80deg);
  -ms-transform: scale(0.2) rotateX(80deg);
  transform: scale(0.2) rotateX(80deg);
  border-radius: 6px;
  border: none;
  max-height: 95%;
  max-width: 100%; }

.on .pbWrapper > * {
  transition-delay: 0s; }

.pbWrapper .zoomable {
  -webkit-transition: 0s;
  transition: 0s;
  position: relative;
  z-index: 9; }

.pbWrapper .rotating {
  -webkit-transition: 0.25s cubic-bezier(0.4, 0.04, 0, 1);
  transition: 0.25s cubic-bezier(0.4, 0.04, 0, 1); }

.pbHide .pbWrapper > * {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transform: none\9;
  opacity: 0;
  transition: .4s ease-out; }

/*-- close button --*/
#pbCloseBtn,
#pbAutoplayBtn {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 999;
  display: block;
  padding: 0 0 20px 20px;
  text-align: center;
  cursor: pointer;
  color: #FFF;
  transition: .3s .3s ease-out; }

.pbHide #pbCloseBtn {
  top: -50px;
  right: -50px; }

.on #pbCloseBtn {
  top: -2px;
  right: -2px; }

#pbCloseBtn:before {
  content: '\00D7';
  font: bold 1em/1 arial; }

#pbCloseBtn:before, #pbAutoplayBtn:before {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 8px 8px 12px 12px;
  font-size: 2em;
  opacity: .8;
  vertical-align: middle;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0 0 0 70px;
  transition: .1s ease-out; }

#pbCloseBtn:hover:before {
  padding: 15px 10px 24px 24px;
  background: rgba(255, 100, 100, 0.4); }

/*-- autoplay controller --*/
#pbAutoplayBtn {
  display: none;
  right: auto;
  left: -50px;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 13px; }

.hasAutoplay #pbAutoplayBtn {
  display: block; }

#pbAutoplayBtn:hover {
  width: 60px;
  height: 60px; }

.on #pbAutoplayBtn {
  top: 0px;
  left: 0px;
  transition: .1s ease-out; }

#pbAutoplayBtn:before {
  content: '\2016';
  width: 100%;
  height: 100%;
  border-radius: 0 0 70px 0;
  font-weight: bold;
  padding: 0;
  text-indent: -6px;
  line-height: 1.6; }

#pbAutoplayBtn:active:before {
  text-shadow: 0 0 3px #FFF, 0 0 6px #FFF; }

#pbAutoplayBtn.play:before {
  content: '\25BA'; }

#pbAutoplayBtn .pbProgress {
  display: none\9;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  padding: 6px;
  top: 0;
  left: 0;
  opacity: .2;
  transform: rotateZ(0deg);
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: .3s;
  transition: .3s; }

.mobile #pbAutoplayBtn .pbProgress {
  -webkit-transition: 0s;
  transition: 0s; }

#pbAutoplayBtn.playing .pbProgress {
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg); }

#pbAutoplayBtn .pbProgress:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #FFF inset; }

#pbCaption,
.pbHide #pbCaption {
  position: absolute;
  z-index: 999;
  margin-bottom: 5px;
  bottom: -120px;
  width: 100%;
  overflow: hidden;
  transform: translateZ(0px);
  transition: .4s; }

.show.on #pbCaption {
  bottom: 0;
  transition-delay: .5s; }

#pbOverlay.thumbs #pbCaption label {
  display: block; }

#pbCaption label {
  display: none;
  float: right;
  margin: 0 1em;
  color: #FFF;
  opacity: .3;
  transition: .2s;
  cursor: pointer; }

#pbCaption label:after {
  content: '\276F';
  font-size: 30px;
  line-height: 30px;
  display: inline-block;
  transform: rotate(-90deg);
  transition: .2s ease-out; }

#pbCaption label:hover {
  opacity: 1; }

#pbCaption .title,
#pbCaption .counter {
  display: inline-block;
  color: #FFF;
  margin: 0 6px; }

#pbCaption .counter {
  display: none;
  opacity: .55; }

.hasCounter #pbCaption .counter {
  display: inline-block; }

.pbCaptionText {
  display: inline-block;
  transition: .3s;
  opacity: .9;
  font-weight: bold;
  vertical-align: middle;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  padding-left: 60px; }

/* padding-left from <label> */
.pbCaptionText.change {
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
  opacity: 0; }

#pbCaption .rotateBtn {
  display: none;
  background: none;
  border: 0;
  font: 800 1.7em/0 Arial;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.5);
  width: 1.1em;
  height: 1.1em;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: .15s ease-out; }

#pbCaption .rotateBtn.show {
  display: block;
  float: right; }

#pbCaption .rotateBtn:hover {
  color: rgba(255, 255, 255, 0.7); }

#pbCaption .rotateBtn:active {
  color: white;
  background: rgba(0, 0, 0, 0.4); }

.mobile #pbCaption label {
  display: none;
  z-index: -1;
  color: red; }

.mobile .pbCaptionText {
  padding: 0; }

/* hide thumbnails */
#pbThumbsToggler:checked ~ #pbCaption .pbThumbs {
  margin: 0; }

#pbThumbsToggler:checked ~ #pbCaption label:after {
  transform: rotate(90deg); }

#pbThumbsToggler:checked ~ .pbWrapper {
  margin-top: -50px;
  padding: 50px 0; }

.pbThumbs {
  display: none;
  transition: .35s;
  -webkit-overflow-scrolling: touch; }

.thumbs .pbThumbs {
  display: block;
  width: 100%;
  padding: 5px 0 2px;
  margin-bottom: -100px;
  overflow: hidden; }

.mobile .pbThumbs {
  overflow: auto; }

.pbThumbs:hover {
  clear: both; }

.pbThumbs ul {
  display: inline-block;
  position: relative;
  list-style: none;
  height: 80px;
  padding: 0 5px;
  margin: 0;
  white-space: pre;
  transition: .2s; }

.pbThumbs ul:after {
  vertical-align: bottom; }

.pbThumbs li {
  display: inline-block;
  vertical-align: bottom;
  height: 70%;
  opacity: .6;
  text-align: center;
  position: relative;
  transition: .15s; }

.pbThumbs li.active {
  height: 100%;
  opacity: 1; }

.pbThumbs li:hover {
  height: 100%;
  opacity: 1; }

.pbThumbs li.video::before {
  content: '\25BA';
  color: #FFF;
  font-size: 20px;
  height: 20px;
  width: 20px;
  line-height: .9;
  position: absolute;
  bottom: 4px;
  left: 7px;
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 0 3px 0 0;
  pointer-events: none; }

.pbThumbs a {
  height: 100%;
  padding: 0 2px;
  display: block;
  -moz-user-select: none; }

.pbThumbs img {
  height: 96%;
  min-height: 95.9%;
  border: 2px solid #FFF;
  max-width: none;
  border-radius: 0;
  transition: .15s; }

.pbThumbs li:hover img {
  min-height: 96%; }

/* fix a bug in Chrome and Opera */
.pbThumbs li.fast a img {
  transition: none; }

.pbThumbs li.active a img {
  border-color: #D8FF16;
  min-height: 96%; }

#pbOverlay .prevNext {
  display: none;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 35%;
  padding: 80px 0;
  opacity: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  transition: .2s ease-out;
  text-shadow: 0 0 12px #000, 0 0 10px #FFF;
  user-select: none;
  filter: alpha(opacity=0);
  cursor: pointer; }

#pbOverlay.hasArrows .prevNext {
  display: block; }

#pbOverlay .prevNext.pbHide {
  display: none; }

#pbOverlay.on .prevNext:hover {
  opacity: .5;
  filter: alpha(opacity=50); }

#pbOverlay.on .prevNext:hover:active {
  transition: 80ms;
  opacity: 1;
  filter: alpha(opacity=100);
  text-shadow: 0 0 16px #FFF, 0 0 10px #000; }

.prevNext b {
  display: inline-block;
  vertical-align: middle;
  transition: .2s ease-in; }

.prevNext:hover b {
  transition: 0.2s cubic-bezier(0.095, 0.87, 0.485, 0.985); }

#pbPrevBtn b {
  transform: scale(0.4) translateX(350px);
  -webkit-transform: scale(0.4) translateX(350px); }

#pbNextBtn b {
  transform: scale(0.4) translateX(-350px);
  -webkit-transform: scale(0.4) translateX(-350px); }

/* */
#pbPrevBtn b:before,
#pbNextBtn b:after {
  display: inline;
  line-height: .3;
  font-size: 18em;
  font-weight: normal;
  color: #FFF;
  font-family: Arial; }

#pbPrevBtn b:before {
  content: '\2039'; }

#pbNextBtn b:after {
  content: '\203A'; }

/* */
.on #pbPrevBtn:hover b {
  transform: scale(1) translateX(20px);
  -webkit-transform: scale(1) translateX(20px); }

.on #pbNextBtn:hover b {
  transform: scale(1) translateX(-20px);
  -webkit-transform: scale(1) translateX(-20px); }

.show #pbPrevBtn {
  left: 0;
  text-align: left; }

.show #pbNextBtn {
  right: 0;
  text-align: right; }

/*------- media queries (for small screens) -----------*/
@media all and (max-width: 700px) {
  .pbWrapper img,
  .pbHide .pbWrapper img.prepare {
    max-height: 100%; }

  .thumbs .pbWrapper {
    padding: 0;
    margin: 0; }

  .pbThumbs {
    margin-bottom: -60px; }

  .pbThumbs.show {
    margin: 0; }

  .pbThumbs ul {
    height: 50px; }

  .pbThumbs li {
    height: 100%;
    opacity: 1; }

  .pbThumbs li img {
    min-height: 96.5%; } }
/* fix for Chrome */
@media all and (max-width: 710px) {
  .pbThumbs li.active a img {
    min-height: 96%; } }
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left; }

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg=="); }

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px; }

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

@-webkit-keyframes sk-stretchdelay {
  0%,40%,100% {
    -webkit-transform: scaleY(0.5); }
  20% {
    -webkit-transform: scaleY(1); } }
@keyframes sk-stretchdelay {
  0%,40%,100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

/*# sourceMappingURL=machine.css.map */
