/*!
 * viewer.js v0.6.2
 * https://github.com/fengyuanchen/viewerjs
 *
 * copyright (c) 2017 fengyuan chen
 * released under the mit license
 *
 * date: 2017-03-04t08:19:00.870z
 */


.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: ;
    
    position: absolute;
    top: 0;
    left:10px;
    height: 30px;
    width: 40px;
    color: transparent;
    background-repeat: no-repeat;
    background-position:center top;
    background-size:60% auto;
}

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

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

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

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

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


.viewer-top-title{
  position:absolute;
  top:0;
  left:10%;
  width:80%;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:14px;
  color:#fff;
}
.previcon,.nexticon{position:absolute;width:25%;height:100%;z-index: 9;text-align:center;background: no-repeat center center;background-size:60px;}
.previcon{top:0;left:0;}
.nexticon{top:0;right:0;background-image:;}
.previcon:hover,.nexticon:hover{background-color:rgab(0,0,0,.1);color:#fff;cursor:pointer;}
.previcon.pointerdefault,.nexticon.pointerdefault{cursor:default;}
.previcon.pointerdefault{background-image:;}
.nexticon.pointerdefault{background-image:;}

.viewer-close{
    z-index: 10;
}


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

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

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

.viewer-flip-vertical:before {
    background-image:;
   //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-image: ;
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 20px;
    font-size: 0;
    line-height: 0;
    color: transparent;
}
.viewer-close:before{
    //background-image:;
    background-position: -260px 0;
    content: "close"
}

.viewer-container {
    background-color: rgba(0, 0, 0, .5);
    direction: ltr;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
    -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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.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 {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 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 {
    box-sizing: content-box;
    height: 50px;
    margin: 0;
    overflow: hidden;
    padding: 1px 0
}

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

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

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

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

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

.viewer-toolbar {
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 0;
    width: 612px;
}


.viewer-toolbar > li {
    position: relative;
    cursor: pointer;
    float: left;
    padding-top: 40px;
    height: 54px;
    overflow: hidden;
    width: 68px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}


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

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

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

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

.viewer-toolbar>.viewer-play: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% 10px;
    max-width: 90%;
    opacity: .8;
    overflow: hidden;
    text-overflow: ellipsis;
    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;
    width: 80px
}

.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-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
}

@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
    }
}