.hidden {
  display: none; }

/**
 * Visually hidden content
 */
/* @see https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-of-container/ */
/**
 * Functions
 */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
.cboxElement {
  cursor: pointer; }

.cboxSlideshow_on #cboxPrevious {
  right: 66px; }

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px; }
  .cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -100px -25px; }

.cboxSlideshow_off #cboxPrevious {
  right: 66px; }

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px; }
  .cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -75px -25px; }

#colorbox button {
  background-color: rgba(0, 0, 0, 0.5); }

#colorbox.abf-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: visible;
  box-sizing: content-box;
  outline: 0; }
  #colorbox.abf-lightbox #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: visible; }
  #colorbox.abf-lightbox #cboxMiddleLeft {
    clear: left; }
  #colorbox.abf-lightbox #cboxBottomLeft {
    clear: left; }
  #colorbox.abf-lightbox #cboxContent {
    position: relative;
    margin-top: 0;
    overflow: visible;
    background: #fff;
    border-radius: 0;
    box-sizing: content-box; }
  #colorbox.abf-lightbox #cboxLoadedContent {
    overflow: auto;
    margin: 0;
    border: 8px solid #fff;
    border-radius: 0;
    background: #fff;
    padding: 1px;
    box-sizing: content-box; }
  #colorbox.abf-lightbox #cboxTitle {
    margin: 0;
    position: absolute;
    bottom: -42px;
    top: auto;
    left: auto;
    border: none;
    font-size: 18px;
    color: #cccccc;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    font-family: "Roboto Condensed", sans-serif; }
  #colorbox.abf-lightbox #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 4px; }
  #colorbox.abf-lightbox #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/loading.svg) no-repeat center center;
    background-size: 4rem; }
  #colorbox.abf-lightbox #cboxPrevious {
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: auto;
    right: auto;
    background: url(../img/previous.svg) no-repeat center left;
    background-size: 4rem;
    width: 100px;
    height: 100%;
    text-indent: -9999px;
    opacity: 0.2; }
    #colorbox.abf-lightbox #cboxPrevious:active {
      outline: 0; }
    #colorbox.abf-lightbox #cboxPrevious:hover {
      opacity: 1; }
  #colorbox.abf-lightbox #cboxNext {
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    top: 0;
    right: 5px;
    bottom: auto;
    left: auto;
    background: url(../img/next.svg) no-repeat center right;
    background-size: 4rem;
    width: 100px;
    height: 100%;
    text-indent: -9999px;
    opacity: 0.2; }
    #colorbox.abf-lightbox #cboxNext:active {
      outline: 0; }
    #colorbox.abf-lightbox #cboxNext:hover {
      opacity: 1; }
  #colorbox.abf-lightbox #cboxClose {
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -40px;
    right: 0;
    top: auto;
    left: auto;
    display: block;
    background: url(../img/close.svg) no-repeat top center;
    background-size: 4rem;
    width: 27px;
    height: 27px;
    text-indent: -9999px; }
    #colorbox.abf-lightbox #cboxClose:active {
      outline: 0; }
  #colorbox.abf-lightbox #cboxSlideshow {
    cursor: pointer;
    outline: none;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    border-radius: 0;
    box-shadow: none; }
    #colorbox.abf-lightbox #cboxSlideshow:active {
      outline: 0; }
  #colorbox.abf-lightbox .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none; }
  #colorbox.abf-lightbox .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    background: #fff; }
  #colorbox.abf-lightbox #cboxError {
    padding: 50px;
    border: 1px solid #cccccc; }
  #colorbox.abf-lightbox #cboxCurrent {
    position: absolute;
    top: -22px;
    text-indent: -9999px;
    bottom: auto;
    right: auto;
    border-radius: 0;
    border: none;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none; }

#cboxOverlay.abf-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999999;
  overflow: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000; }

