/* LIGHTBOX STYLES */
#lightbox_container {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100000;
  font-size: 1em; }

#lightbox_container .close {
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-weight: bold;
  border: 1px solid;
  border-top: none;
  border-right: none;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

#lightbox_container .close .hamburger {
  padding: 13px 15px; }

#lightbox_container .close .hamburger .hamburger-box {
  width: 30px; }

#lightbox_container .close .hamburger .hamburger-inner,
#lightbox_container .close .hamburger .hamburger-inner::before,
#lightbox_container .close .hamburger .hamburger-inner::after {
  width: 30px; }

#lightbox_container .close:hover .hamburger .hamburger-inner,
#lightbox_container .close:hover .hamburger .hamburger-inner::before,
#lightbox_container .close:hover .hamburger .hamburger-inner::after {
  background-color: #ffffff;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

#lightbox_container .controls .next {
  top: 50%;
  margin-top: -30px;
  right: 1%;
  width: 30px;
  height: 60px;
  padding: 6px;
  cursor: pointer;
  position: absolute; }

#lightbox_container .controls .next .arrow {
  transform: rotateZ(-45deg);
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-color: rgba(0, 0, 0, 0.75);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 15px; }

#lightbox_container .controls .prev {
  top: 50%;
  margin-top: -30px;
  left: 1%;
  width: 30px;
  height: 60px;
  padding: 6px;
  cursor: pointer;
  position: absolute; }

#lightbox_container .controls .prev .arrow {
  transform: rotateZ(135deg);
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-color: rgba(0, 0, 0, 0.75);
  width: 25px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: 15px; }

.the_lightbox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 80%;
  max-height: 80%; }

.the_lightbox img {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: 4px solid #fff;
  display: block; }

.the_lightbox .caption {
  position: fixed;
  display: none; }
