.joebox {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98; }
  .joebox .joebox-item {
    position: absolute;
    margin: 0 auto;
    max-height: 100%;
    height: 100%;
    width: 100%;
    transition: .4s;
    text-align: center;
    left: 0;
    right: 0; }
    .joebox .joebox-item:before {
      content: ' ';
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .joebox .joebox-item img {
      display: none;
      height: auto;
      margin: auto;
      max-height: 95%;
      max-width: 100%;
      object-fit: contain;
      object-position: 50% 50%;
      vertical-align: middle; }
      @media only screen and (min-width: 768px) {
        .joebox .joebox-item img {
          max-width: 95%; } }

.joebox-inner {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center; }

.joebox-image-wrapper {
  font: 0/0 a;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: -1; }
  .joebox-image-wrapper > div {
    display: table; }

.modal-backdrop {
  background-color: black;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0; }

.joebox-icon {
  background-color: #ffde00;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  font-size: 17px;
  height: 50px;
  line-height: 1em;
  position: absolute;
  text-align: center;
  transition: .2s;
  width: 50px;
  z-index: 99; }
  .joebox-icon:hover {
    background-color: #ffe533;
    transform: scale(1.1); }
  .joebox-icon i {
    display: inline-block;
    position: relative; }
  .joebox-icon.joebox-nav-icon {
    bottom: 0;
    z-index: 11; }
    .joebox-icon.joebox-nav-icon.joebox-nav-prev {
      left: 0; }
    .joebox-icon.joebox-nav-icon.joebox-nav-next {
      left: 55px; }
    @media only screen and (min-width: 1024px) {
      .joebox-icon.joebox-nav-icon {
        bottom: auto;
        margin-top: -24px;
        top: 50%; }
        .joebox-icon.joebox-nav-icon.joebox-nav-prev {
          left: 2%; }
        .joebox-icon.joebox-nav-icon.joebox-nav-next {
          left: auto;
          right: 2%; } }
    .joebox-icon.joebox-nav-icon i {
      border: solid #000;
      border-width: 0 4px 4px 0;
      margin: .9em 0 0;
      padding: 7px;
      position: relative; }
      .joebox-icon.joebox-nav-icon i.joebox-icon-right {
        margin-left: -.5em;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      .joebox-icon.joebox-nav-icon i.joebox-icon-left {
        margin-right: -.5em;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }
      .joebox-icon.joebox-nav-icon i.joebox-icon-up {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg); }
      .joebox-icon.joebox-nav-icon i.joebox-icon-down {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      .joebox-icon.joebox-nav-icon i:hover {
        border-color: #000; }
  .joebox-icon.joebox-close-icon {
    bottom: 0;
    right: 0; }
    @media only screen and (min-width: 1024px) {
      .joebox-icon.joebox-close-icon {
        bottom: auto;
        top: 2%;
        right: 2%; } }
    .joebox-icon.joebox-close-icon i:before, .joebox-icon.joebox-close-icon i:after {
      background-color: #000;
      content: ' ';
      height: 30px;
      left: -1px;
      position: absolute;
      top: -4px;
      width: 3.5px; }
    .joebox-icon.joebox-close-icon i:before {
      transform: rotate(45deg); }
    .joebox-icon.joebox-close-icon i:after {
      transform: rotate(-45deg); }
    .joebox-icon.joebox-close-icon i:hover {
      background-color: #000; }
  .joebox-icon.disabled {
    background-color: #ccc;
    opacity: .6; }
    .joebox-icon.disabled:hover {
      cursor: default;
      transform: scale(1); }

.joebox-loader,
.joebox-loader:after {
  border-radius: 50%;
  width: 5vw;
  height: 5vw; }

.joebox-loader {
  border: 1.1em solid rgba(255, 222, 0, 0.4);
  border-left-color: #ffde00;
  font-size: 10px;
  left: 45vw;
  margin: 0 0 0 0;
  position: fixed;
  text-indent: -9999em;
  top: 45%;
  transform: translateZ(0);
  z-index: 99;
  animation: load8 1.1s infinite linear; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*# sourceMappingURL=joebox.css.map */
