@-webkit-keyframes popUp{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}to{-webkit-transform:translateY(-50%) scale(1.5);transform:translateY(-50%) scale(1.5)}}@keyframes popUp{0%{-webkit-transform:translateY(-50%) scale(1);transform:translateY(-50%) scale(1)}to{-webkit-transform:translateY(-50%) scale(1.5);transform:translateY(-50%) scale(1.5)}}@-webkit-keyframes fadeOutLeft{0%{left:50%;opacity:1}to{left:40%;opacity:0}}@keyframes fadeOutLeft{0%{left:50%;opacity:1}to{left:40%;opacity:0}}@-webkit-keyframes fadeOutRight{0%{left:50%;opacity:1}to{left:60%;opacity:0}}@keyframes fadeOutRight{0%{left:50%;opacity:1}to{left:60%;opacity:0}}@-webkit-keyframes fadeInLeft{0%{left:40%;opacity:0}to{left:50%;opacity:1}}@keyframes fadeInLeft{0%{left:40%;opacity:0}to{left:50%;opacity:1}}@-webkit-keyframes fadeInRight{0%{left:60%;opacity:0}to{left:50%;opacity:1}}@keyframes fadeInRight{0%{left:60%;opacity:0}to{left:50%;opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.jbox-container .pop-up{-moz-animation-name:popUp;-o-animation-name:popUp;-webkit-animation-name:popUp;animation-name:popUp;-moz-animation-duration:150ms;-o-animation-duration:150ms;-webkit-animation-duration:150ms;animation-duration:150ms;-moz-animation-timing-function:ease-in-out;-o-animation-timing-function:ease-in-out;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-moz-animation-iteration-count:2;-o-animation-iteration-count:2;-webkit-animation-iteration-count:2;animation-iteration-count:2;-moz-animation-direction:alternate;-o-animation-direction:alternate;-webkit-animation-direction:alternate;animation-direction:alternate}.jbox-container .fade-in,.jbox-container .fade-in-left,.jbox-container .fade-in-right,.jbox-container .fade-out-left,.jbox-container .fade-out-right{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1}.jbox-container .fade-out-left{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;-webkit-animation-duration:150ms;animation-duration:150ms}.jbox-container .fade-out-right{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;-webkit-animation-duration:150ms;animation-duration:150ms}.jbox-container .fade-in-right{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;-webkit-animation-duration:150ms;animation-duration:150ms}.jbox-container .fade-in-left{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;-webkit-animation-duration:150ms;animation-duration:150ms}.jbox-container .fade-in{-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:0s;animation-duration:0s}.jbox-img{cursor:pointer}.jbox-container{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, 0.85);display:none;color:#fff;z-index:3000}.jbox-container .img-alt-text{position:fixed;font-family:'Open Sans',sans-serif;text-shadow:0 0 10px rgba(0, 0, 0, 0.5);bottom:0;left:0;padding:15px;width:100%;text-align:center}@media screen and (min-width:768px){.jbox-container .img-alt-text{text-align:left;top:0}}@media screen and (min-width:992px){.jbox-container .img-alt-text{padding:25px}}.jbox-container img{position:fixed;top:50%;left:50%;-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:auto;max-height:100%;max-width:100%;border:2px solid #fff;z-index:2999;-webkit-box-shadow:5px 5px 50px rgba(0, 0, 0, 0.5);box-shadow:5px 5px 50px rgba(0, 0, 0, 0.5)}.jbox-container svg{position:fixed;top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:3000;height:50px;width:50px;padding:5px;cursor:pointer;fill:#fff;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out}.jbox-container .jbox-next{right:10px}.jbox-container .jbox-prev{left:10px}@media screen and (min-width:768px){.jbox-container img{max-height:85%;max-width:85%}.jbox-container svg:hover{fill:#fff}.jbox-container svg{font-size:65px;height:50px;width:50px;fill:#ccc}.jbox-container .jbox-next{right:25px}.jbox-container .jbox-prev{left:25px}}.jbox-container .jbox-close{top:25px;right:25px;height:40px;width:40px;padding:5px;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}