/* Generated by less 2.5.1 */
.deckgrid[deckgrid]::before {
  /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
  content: '3 .column.column-1-4';
  font-size: 0;
  /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
  visibility: hidden;
}
.deckgrid .column {
  float: left;
}
.deckgrid .column-1-4 {
  width: 33%;
}
.deckgrid .column-1-1 {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .deckgrid[deckgrid]::before {
    content: '1 .column.column-1-1';
  }
}
.arrow {
  transform-origin: center;
  width: 30px;
  cursor: pointer;
}
.arrow:hover {
  filter: brightness(150%);
  -webkit-filter: brightness(150%);
}
.arrow-left {
  transform: rotate(90deg);
}
.arrow-right {
  transform: rotate(-90deg);
}
.lightbox-pager {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.lightbox-pager p {
  width: 250px;
  display: inline-block;
  background-image: url("/Resources/images/scroll.png");
  background-size: 100% 100%;
  padding: 10px 25px;
}
.lightbox {
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0px;
}
.lightbox .inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
