
html, body {
    height: 100%;
    width: 100%;
}
.sp-wrap {
    display: none;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    position: relative;
}
.sp-thumbs {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
.sp-thumbs img {
    width: 70px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.4;
    transition: all 0.2s ease-out 0s;
}
.sp-thumbs a:hover {
    opacity: 1;
}
.sp-thumbs a:active, .sp-current {
    opacity: 1 !important;
    position: relative;
}
.sp-current::after {
}
.sp-large {
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
}
.sp-large a img {
    cursor: zoom-in;
    height: auto;
    max-width: 100%;
}
.sp-large a {
    display: block;
}
.sp-zoom {
    cursor: crosshair;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.sp-full-screen {
    display: block;
    line-height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.sp-full-screen a:link, .sp-full-screen a {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #323232;
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    outline: medium none;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}
.sp-full-screen a i {
    margin-right: 5px;
}
.sp-lightbox {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.sp-lightbox img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 400px) {
.sp-wrap {
    margin: 0 0 15px;
}
}
