
body.hidden-scroll {
    overflow: hidden;
}
.sl-overlay {
    background: black none repeat scroll 0 0;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1035;
}
.sl-wrapper {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1040;
}
.sl-wrapper * {
    box-sizing: border-box;
}
.sl-wrapper button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 28px;
    padding: 0;
}
.sl-wrapper button:hover {
    opacity: 0.7;
}
.sl-wrapper .sl-close {
    color: white;
    display: none;
    font-family: Arial,Baskerville,monospace;
    font-size: 3rem;
    height: 44px;
    line-height: 44px;
    margin-right: -14px;
    margin-top: -14px;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 44px;
    z-index: 10060;
}
.sl-wrapper .sl-counter {
    color: #000;
    display: none;
    font-size: 1rem;
    left: 30px;
    position: fixed;
    top: 30px;
    z-index: 1060;
}
.sl-wrapper .sl-navigation {
    display: none;
    width: 100%;
}
.sl-wrapper .sl-navigation button {
    color: white;
    display: block;
    font-family: Arial,Baskerville,monospace;
    height: 44px;
    line-height: 44px;
    margin-top: -22px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 22px;
    z-index: 10060;
}
.sl-wrapper .sl-navigation button.sl-next {
    font-size: 2rem;
    right: 5px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 2rem;
    left: 5px;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-navigation button {
    width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
    font-size: 3rem;
    right: 10px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem;
    left: 10px;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-navigation button {
    width: 44px;
}
.sl-wrapper .sl-navigation button.sl-next {
    font-size: 3rem;
    right: 20px;
}
.sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem;
    left: 20px;
}
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr;
}
.sl-wrapper .sl-image {
    position: fixed;
    z-index: 10000;
}
.sl-wrapper .sl-image img {
    border: 0 none;
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image img {
    border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image img {
    border: 0 none;
}
}
.sl-wrapper .sl-image iframe {
    background: #000 none repeat scroll 0 0;
    border: 0 none;
}
@media (min-width: 35.5em) {
.sl-wrapper .sl-image iframe {
    border: 0 none;
}
}
@media (min-width: 50em) {
.sl-wrapper .sl-image iframe {
    border: 0 none;
}
}
.sl-wrapper .sl-image .sl-caption {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 1rem;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
    bottom: auto;
    top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
    bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
    bottom: 5px;
    color: #000;
    display: none;
    position: absolute;
    right: 5px;
    z-index: 1060;
}
.sl-spinner {
    animation: 1s ease-out 0s normal none infinite running pulsate;
    border: 5px solid #333;
    border-radius: 40px;
    display: none;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1007;
}
.sl-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
.sl-transition {
    transition: transform 200ms ease 0s;
}
@keyframes pulsate {
0% {
    opacity: 0;
    transform: scale(0.1);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(1.2);
}
}
@keyframes pulsate {
0% {
    opacity: 0;
    transform: scale(0.1);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(1.2);
}
}
@keyframes pulsate {
0% {
    opacity: 0;
    transform: scale(0.1);
}
50% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: scale(1.2);
}
}
