body, html {
    height:100%;
    width:100%;
}
/* wrapper */
.smoothbox {
    position: fixed;
    top:0;
    left:0;
    background:rgb(0,0,0);
    background: rgba(0, 0, 0, 0.9);
    height:100%;
    width:100%;
    z-index: 9999;
}
/* wrapper after loading */
.sb-load {
    background:url('images/load.gif') center no-repeat rgba(0,0,0,.9);
}
/* vertical centering */
.smoothbox-table {
    top:0;
    height:100%;
    width:100%;
    display:table;
}
.smoothbox-centering {
    display:table-cell;
    vertical-align:middle;
    top:0;
    height:100%;
    width:100%;
}
/* horizontal centering & sizing */
.smoothbox-sizing {
    display:none;
    position: relative;
    margin: 0 auto;
    padding: 0px 90px;
    width: 580px;
}
/* item wrapper */
.sb-items {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    list-style: none;    
    border-radius: 2px;
    display: table;
}
.sb-items:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* items */
.honor-title0 {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 40px;
    text-align: center;
}
.sb-item {
    /*padding-top: 82px;*/
    left: 0;
    top:0;
    width: 100%;
    max-height: 80%;
    float: left;
    margin-right: -100%;
    position: relative;
    zoom: 1;
    border-radius: 2px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition:all .3s ease-out;
    transition: all .3s ease-out;
}
.sb-item .
.no-trans {
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
}

.sb-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 2px;
    position: relative;
}
/* forward animation */
.sb-item-ani {
    /*top: 400px;*/
    opacity:0;
    -webkit-transform:scale(.9);
    -moz-transform:scale(.9);
    transform:scale(.9);
}
/* back animation */
.sb-item-ani2 {
    /*top:400px;*/
    -webkit-transform:scale(.9);
    -moz-transform:scale(.9);
    transform:scale(.9);
    opacity:0;
}
.sb-caption {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background:rgb(0,0,0);
    background: rgba(0, 0, 0, 0.9);
    color: #CCC;
    /*font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;*/
    padding: 20px 10px 0;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    z-index: 1;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
/* buttons */
.sb-nav {
    position:absolute;
    top: 190px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    display: none;
    z-index: 10;
    text-align: center;
    font-size: 0;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    transition:all .15s ease-out;
    zoom:1;
}

 .sb-cancel {
    position: absolute;
    right: -90px;
    top: 0;
    display: inline-block;
    background:rgb(0,0,0);
    zoom:1;
    outline:none;
    color: #fff!important;
    width: 24px;
    height: 30px;
    text-decoration: none;
    font-size: 40px;
    font-weight: bold;
    line-height: 30px;
    -webkit-transition:all .15s ease-out;
    -moz-transition:all .15s ease-out;
    transition:all .15s ease-out;
}
.sb-prev,.sb-next {
    width: 14px;
    height: 26px;
    display: block;
    position: absolute;
    top: 0;
    transition-duration: .3s;
}
.sb-prev {
    left: 0;
    background: url(../img/honor-prev.png) no-repeat center;
}
.sb-next {
    right: 0;
    background: url(../img/honor-next.png) no-repeat center;
}
.sb-prev:hover,.sb-next:hover {
    transform: translateY(-6px);
}
.sb-prev:hover {
    background: url(../img/honor-prev.png) no-repeat center;
}
.sb-next:hover {
    background: url(../img/honor-next.png) no-repeat center;
}
@media(max-width: 767px) {
    .smoothbox-sizing {
        width: 344px;
        padding: 0 20px;
    }
    .sb-item {
        width: 304px;
    }
    .sb-caption {
        font-size: 12px;
        padding: 10px 5px;
    }
    .honor-title0 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sb-nav {
        top: 116px;
    }
    .sb-cancel {
        right: -20px;
        font-size: 32px;
        line-height: 18px;
    }
}
@media(max-width: 321px) {
    .smoothbox-sizing {
        width: 310px;
        padding: 0 20px;
    }
    .sb-item {
        width: 270px;
    }
    .sb-caption {
        font-size: 12px;
        padding: 5px 5px;
    }
    .honor-title0 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sb-nav {
        top: 106px;
    }
}