/*!
 * viewer.js v1.3.5
 * https://fengyuanchen.github.io/viewerjs
 *
 * copyright 2015-present chen fengyuan
 * released under the mit license
 *
 * date: 2019-07-04t11:00:13.705z
 */
 .viewer-close:before,.viewer-flip-horizontal:before,.viewer-flip-vertical:before,.viewer-fullscreen-exit:before,.viewer-fullscreen:before,.viewer-next:before,.viewer-one-to-one:before,.viewer-play:before,.viewer-prev:before,.viewer-reset:before,.viewer-rotate-left:before,.viewer-rotate-right:before,.viewer-zoom-in:before,.viewer-zoom-out:before {
    background-image: ;
    background-repeat: no-repeat;
    background-size: 280px;
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px
}

.viewer-zoom-in:before {
    background-position: 0 0;
    content: "zoom in"
}

.viewer-zoom-out:before {
    background-position: -20px 0;
    content: "zoom out"
}

.viewer-one-to-one:before {
    background-position: -40px 0;
    content: "one to one"
}

.viewer-reset:before {
    background-position: -60px 0;
    content: "reset"
}

.viewer-prev:before {
    background-position: -80px 0;
    content: "previous"
}

.viewer-play:before {
    background-position: -100px 0;
    content: "play"
}

.viewer-next:before {
    background-position: -120px 0;
    content: "next"
}

.viewer-rotate-left:before {
    background-position: -140px 0;
    content: "rotate left"
}

.viewer-rotate-right:before {
    background-position: -160px 0;
    content: "rotate right"
}

.viewer-flip-horizontal:before {
    background-position: -180px 0;
    content: "flip horizontal"
}

.viewer-flip-vertical:before {
    background-position: -200px 0;
    content: "flip vertical"
}

.viewer-fullscreen:before {
    background-position: -220px 0;
    content: "enter full screen"
}

.viewer-fullscreen-exit:before {
    background-position: -240px 0;
    content: "exit full screen"
}

.viewer-close:before {
    background-position: -260px 0;
    content: "close"
}

.viewer-container {
    bottom: 0;
    direction: ltr;
    font-size: 0;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.viewer-container ::-moz-selection,.viewer-container::-moz-selection {
    background-color: transparent
}

.viewer-container ::selection,.viewer-container::selection {
    background-color: transparent
}

.viewer-container img {
    display: block;
    height: auto;
    max-height: none!important;
    max-width: none!important;
    min-height: 0!important;
    min-width: 0!important;
    width: 100%
}

.viewer-canvas {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.viewer-canvas>img {
    height: auto;
    margin: 15px auto;
    max-width: 90%!important;
    width: auto
}

.viewer-footer {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center
}

.viewer-navbar {
    background-color: rgba(0,0,0,.5);
    overflow: hidden
}

.viewer-list {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0
}

.viewer-list>li {
    color: transparent;
    cursor: pointer;
    float: left;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: .5;
    overflow: hidden;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    width: 30px
}

.viewer-list>li:hover {
    opacity: .75
}

.viewer-list>li li {
    margin-left: 1px
}

.viewer-list>.viewer-loading {
    position: relative
}

.viewer-list>.viewer-loading:after {
    border-width: 2px;
    height: 20px;
    margin-left: -10px;
    margin-top: -10px;
    width: 20px
}

.viewer-list>.viewer-active,.viewer-list>.viewer-active:hover {
    opacity: 1
}

.viewer-player {
    background-color: #000;
    bottom: 0;
    cursor: none;
    display: none;
    right: 0
}

.viewer-player,.viewer-player>img {
    left: 0;
    position: absolute;
    top: 0
}

.viewer-toolbar>ul {
    display: inline-block;
    margin: 0 auto 5px;
    overflow: hidden;
    padding: 3px 0
}

.viewer-toolbar>ul>li {
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
    float: left;
    height: 24px;
    overflow: hidden;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    width: 24px
}

.viewer-toolbar>ul>li:hover {
    background-color: rgba(0,0,0,.8)
}

.viewer-toolbar>ul>li:before {
    margin: 2px
}

.viewer-toolbar>ul>li li {
    margin-left: 1px
}

.viewer-toolbar>ul>.viewer-small {
    height: 18px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 18px
}

.viewer-toolbar>ul>.viewer-small:before {
    margin: -1px
}

.viewer-toolbar>ul>.viewer-large {
    height: 30px;
    margin-bottom: -3px;
    margin-top: -3px;
    width: 30px
}

.viewer-toolbar>ul>.viewer-large:before {
    margin: 5px
}

.viewer-tooltip {
    background-color: rgba(0,0,0,.8);
    border-radius: 10px;
    color: #fff;
    display: none;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -25px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px
}

.viewer-title {
    color: #ccc;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 0 5% 5px;
    max-width: 90%;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    white-space: nowrap
}

.viewer-title:hover {
    opacity: 1
}

.viewer-button {
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    overflow: hidden;
    position: absolute;
    right: -40px;
    top: -40px;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    width: 80px
}

.viewer-button:focus,.viewer-button:hover {
    background-color: rgba(0,0,0,.8)
}

.viewer-button:before {
    bottom: 15px;
    left: 15px;
    position: absolute
}

.viewer-fixed {
    position: fixed
}

.viewer-open {
    overflow: hidden
}

.viewer-show {
    display: block
}

.viewer-hide {
    display: none
}

.viewer-backdrop {
    background-color: rgba(0,0,0,.5)
}

.viewer-invisible {
    visibility: hidden
}

.viewer-move {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.viewer-fade {
    opacity: 0
}

.viewer-in {
    opacity: 1
}

.viewer-transition {
    -webkit-transition: all .3s;
    transition: all .3s
}

@-webkit-keyframes viewer-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes viewer-spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.viewer-loading:after {
    -webkit-animation: viewer-spinner 1s linear infinite;
    animation: viewer-spinner 1s linear infinite;
    border: 4px solid hsla(0,0%,100%,.1);
    border-left-color: hsla(0,0%,100%,.5);
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1
}

@media (max-width: 767px) {
    .viewer-hide-xs-down {
        display:none
    }
}

@media (max-width: 991px) {
    .viewer-hide-sm-down {
        display:none
    }
}

@media (max-width: 1199px) {
    .viewer-hide-md-down {
        display:none
    }
}

.viewer-backdrop {
    background-color: rgba(0,0,0,.75)
}

.viewer-button {
    background-color: rgba(255,255,255,.25)
}

.viewer-button:focus,.viewer-button:hover {
    background-color: rgba(255,255,255,.5)
}

.viewer-one-to-one,.viewer-play,.viewer-reset {
    display: none
}

.viewer-list>li {
    width: 50px
}

.viewer-navbar {
    background-color: rgba(0,0,0,.2)
}

.viewer-toolbar>ul {
    margin-bottom: 14px
}

.viewer-toolbar>ul>li {
    width: 36px;
    height: 36px
}

.viewer-toolbar>ul>li li {
    margin-left: 18px
}

.viewer-toolbar>ul>li:before {
    margin: 8px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.viewer-toolbar>ul>li.viewer-next,.viewer-toolbar>ul>li.viewer-prev {
    display: none
}

.viewer-toolbar>ul>li.viewer-zoom-in:before,.viewer-toolbar>ul>li.viewer-zoom-out:before {
    width: 18px;
    height: 18px;
    margin: 9px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background-size: contain;
    background-position: center
}

.viewer-toolbar>ul>li.viewer-zoom-in:before {
    background-image: 
}

.viewer-toolbar>ul>li.viewer-zoom-out:before {
    background-image: 
}

.viewer-toolbar-nav {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span {
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: background-color .15s;
    transition: background-color .15s;
    width: 64px;
    height: 64px;
    -webkit-transform: translatey(-85px);
    transform: translatey(-85px)
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span:hover {
    background-color: rgba(0,0,0,.8)
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span::before {
    margin: 19px;
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: center
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span.viewer-next,.viewer-toolbar-nav .viewer-toolbar-nav-inner>span.viewer-prev {
    position: absolute
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span.viewer-prev {
    left: 18px
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span.viewer-next {
    right: 18px
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span.viewer-prev::before {
    background-image: 
}

.viewer-toolbar-nav .viewer-toolbar-nav-inner>span.viewer-next::before {
    background-image: 
}