.adaptive-gallery {
    -webkit-tap-highlight-color: transparent;
    margin: 0 auto;
    font-family: "Microsoft JhengHei", sans-serif;
}
.adaptive-gallery:after {
    content: "";
    display: table;
    clear: both;
}
.adaptive-gallery .stage-container {
    float: left;
    width: 100%;
    min-height: 200px;
}
.adaptive-gallery .stage-cropper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #cccccc;
}
.adaptive-gallery .item-group {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
    width: 100%;
    height: 100%;
    transition: left 0.6s;
}
.adaptive-gallery .item-entry {
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.adaptive-gallery .item-entry .container {
    position: relative;
    white-space: normal;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    max-width: none;
}
.adaptive-gallery .item-entry .container.caption-collapsable {
    box-sizing: border-box;
    padding-right: 20px;
}
.adaptive-gallery .item-entry .container.caption-land-aside {
    box-sizing: border-box;
    padding-right: 33.33%;
}
.adaptive-gallery .item-entry .container > .cropper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
}
.adaptive-gallery .item-entry .container > .cropper::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.adaptive-gallery .item-entry.video .container > .cropper a .ico-video {
    position: absolute;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    width: 15%;
    max-width: 80px;
    min-width: 50px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.adaptive-gallery .item-entry.video .container > .cropper a .ico-video::before {
    content: "";
    display: block;
    padding-bottom: 100%;
    background: url("../images/ico-video-light.svg") no-repeat center center;
    background-size: contain;
}
.adaptive-gallery .item-entry .video-frame {
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    text-align: center;
    background: #000000;
    z-index: 20;
}
.adaptive-gallery .item-entry .video-frame > * {
    display: inline-block !important;
    vertical-align: middle !important;
}
.adaptive-gallery .item-entry .video-frame [data-vendor-name] {
    width: 100%;
    height: 100%;
}
.adaptive-gallery .item-entry .video-frame::after {
    content: "";
    width: 0;
    height: 100%;
}
.adaptive-gallery .item-entry .photo {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: none;
    position: relative;
}
.adaptive-gallery .item-entry .photo.rel-h {
    width: auto;
    height: 100%;
}
.adaptive-gallery .item-entry .caption {
    position: absolute;
    width: 100%;
    bottom: 5%;
    font-size: 13px;
    transition: left 0.3s;
    z-index: 30;
    white-space: normal;
    text-align: left;
}
.adaptive-gallery .item-entry .caption.collapsable {
    box-sizing: border-box;
    padding-right: 11px;
}
.adaptive-gallery .item-entry .caption.expanded {
    left: 0;
}
.adaptive-gallery .item-entry .caption.collapsed {
    left: -100%;
}
.adaptive-gallery .item-entry .caption.compacted {
    width: 80%;
    left: 5%;
    bottom: 10%;
}
.adaptive-gallery .item-entry .caption.land-aside {
    width: 33.33%;
    height: 100%;
    right: 0;
    top: 0;
}
.adaptive-gallery .item-entry .caption .caption-container {
    margin: 1em;
    overflow: hidden;
}
.adaptive-gallery .item-entry .caption .bgn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    z-index: 1;
}
.adaptive-gallery .item-entry .caption .pointer {
    position: absolute;
    width: 11px;
    height: 100%;
    right: 0;
    top: 0;
    background: #000000 url("../images/common-nav-sprite-2.png") no-repeat;
    z-index: 20;
    cursor: pointer;
}
.adaptive-gallery .item-entry .caption.expanded .pointer {
    background-position: 3px center;
}
.adaptive-gallery .item-entry .caption.collapsed .pointer {
    width: 17px;
    background-position: -44px center;
    right: -17px;
}
.adaptive-gallery .item-entry .caption .caption-title {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 162%;
    font-weight: bold;
    line-height: 1.3;
    z-index: 11;
    color: #ffffff;
    text-align: left;
    max-height: 2.6em;
    overflow: hidden;
    top: -1px;
}
.adaptive-gallery .item-entry .caption .caption-title a:link,
.adaptive-gallery .item-entry .caption .caption-title a:visited {
    color: #ffffff;
    text-decoration: none;
}
.adaptive-gallery .item-entry .caption .caption-title a:hover,
.adaptive-gallery .item-entry .caption .caption-title a:active {
    color: #ffffcc;
    text-decoration: underline;
}
.adaptive-gallery .item-entry .caption .meta-info time {
    position: relative;
    display: block;
    margin: 0.5em 0 0.5em 0;
    font-size: 100%;
    line-height: 1.3;
    z-index: 10;
    color: #999999;
    white-space: nowrap;
}
.adaptive-gallery .item-entry .caption .caption-text {
    position: relative;
    margin: 0.25em 0;
    font-size: 115%;
    line-height: 1.4;
    z-index: 10;
    color: #cccccc;
}
.adaptive-gallery .item-entry .caption .caption-title + .caption-text {
    margin-bottom: 0;
}
.adaptive-gallery .item-entry .caption.land-aside .caption-title + .caption-text {
    margin-top: 10px;
}
.adaptive-gallery .item-entry .caption .btn-more {
    display: inline-block;
    position: relative;
    margin: 0.5em 0 0 0;
    z-index: 10;
    font-size: 100%;
    line-height: 1.4;
    white-space: nowrap;
}
.adaptive-gallery .item-entry .caption .btn-more > a {
    display: block;
    padding: 0.3em 1em;
}
.adaptive-gallery .item-entry .caption .btn-more > a:link,
.adaptive-gallery .item-entry .caption .btn-more > a:visited {
    color: #ffffff;
    text-decoration: none;
}
.adaptive-gallery .item-entry .caption .btn-more > a:hover,
.adaptive-gallery .item-entry .caption .btn-more > a:active {
    color: #ffffcc;
    text-decoration: underline;
}
.adaptive-gallery .item-entry .clicks {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    min-width: 80px;
    padding: 6px 10px;
    text-align: center;
    font-size: 30px;
    background: rgba(255, 255, 255, 0.8);
}
.adaptive-gallery .extra-large .item-entry .clicks,
.adaptive-gallery .large .item-entry .clicks {
    font-size: 30px;
    min-width: 80px;
}
.adaptive-gallery .medium-large .item-entry .clicks {
    font-size: 24px;
    min-width: 65px;
}
.adaptive-gallery .medium .item-entry .clicks {
    font-size: 20px;
    min-width: 50px;
}
.adaptive-gallery .small .item-entry .clicks,
.adaptive-gallery .extra-small .item-entry .clicks {
    font-size: 16px;
    min-width: 40px;
}
.adaptive-gallery .item-entry .clicks span,
.adaptive-gallery .item-entry .clicks a {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
}
.adaptive-gallery .item-entry .clicks a:link,
.adaptive-gallery .item-entry .clicks a:visited {
    text-decoration: none;
}
.adaptive-gallery .item-entry .clicks a:hover,
.adaptive-gallery .item-entry .clicks a:active {
    text-decoration: underline;
}
.adaptive-gallery .item-entry .caption .clicks {
    background: none;
    font-size: 100%;
    position: relative;
    right: auto;
    top: auto;
    text-align: left;
    padding: 0;
    margin: 0.5em 0;
}
.adaptive-gallery .item-entry .caption .clicks span {
    font-size: 150%;
}
.adaptive-gallery .navigation .position-indicator {
    position: absolute;
    left: -0.5%;
    bottom: 2%;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 5%;
    list-style: none;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}
.adaptive-gallery .navigation .position-indicator li {
    position: relative;
    display: inline-block;
    width: 4%;
    height: 2px;
    margin: 1% 0 0 1%;
    padding: 0;
    border: none;
    background: #ffffff;
    opacity: 0.5;
    z-index: 10;
}
.adaptive-gallery .navigation .position-indicator li.current {
    background: #ff3300;
    filter: none;
    opacity: 1;
}
.adaptive-gallery .navigation .position-indicator li a {
    display: block;
    width: 100%;
    height: 36px;
    position: absolute;
    top: -18px;
}
.adaptive-gallery .navigation .btn {
    position: absolute;
    top: 0;
    width: 5%;
    max-width: 50px;
    height: 100%;
    font-size: 0;
    display: block;
    white-space: nowrap;
    padding: 0;
    border: none;
    border-radius: 0;
}
.adaptive-gallery .navigation .btn:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.adaptive-gallery .navigation .btn.btn-prev {
    left: 0;
}
.adaptive-gallery .navigation .btn.btn-next {
    right: 0;
}
.adaptive-gallery .navigation .btn a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 25%;
    max-height: 150px;
    z-index: 30;
    background-color: #ffffff;
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%, -999px -999px;
    opacity: 0.8;
    transition-delay: 0.3s;
    transition-property: left, right, opacity;
    transition-duration: 0.3s;
}
.adaptive-gallery .navigation .btn.btn-prev a {
    background-image: url("../images/navigation-btn-prev.svg"), url("../images/navigation-btn-prev-hover.svg");
}
.adaptive-gallery .navigation .btn.btn-next a {
    background-image: url("../images/navigation-btn-next.svg"), url("../images/navigation-btn-next-hover.svg");
}
.adaptive-gallery.is-touch-device .navigation .btn.btn-prev a {
    background-image: url("../images/navigation-btn-prev.png"), url("../images/navigation-btn-prev-hover.png");
}
.adaptive-gallery.is-touch-device .navigation .btn.btn-next a {
    background-image: url("../images/navigation-btn-next.png"), url("../images/navigation-btn-next-hover.png");
}
.adaptive-gallery .navigation .btn.disabled a {
    opacity: 0.3;
    cursor: default;
}
.adaptive-gallery .navigation .btn a.alternative:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.adaptive-gallery .navigation .btn a.alternative img {
    display: inline-block;
    width: auto;
    height: 80%;
    border: none;
    vertical-align: middle;
}
.adaptive-gallery .navigation .btn.btn-prev.show a {
    left: 0;
}
.adaptive-gallery .navigation .btn.btn-next.show a {
    right: 0;
}
.adaptive-gallery .navigation .btn.btn-prev.hide a {
    transition-delay: 0.6s;
    left: -100%;
}
.adaptive-gallery .navigation .btn.btn-next.hide a {
    transition-delay: 0.6s;
    right: -100%;
}
.adaptive-gallery .navigation .btn.show.hover a {
    background-position: -999px -999px, 50% 50%;
}
/*responsive*/
.adaptive-gallery .extra-large .item-entry .caption {
    font-size: 20px;
}
.adaptive-gallery .large .item-entry .caption {
    font-size: 18px;
}
.adaptive-gallery .medium-large .item-entry .caption {
    font-size: 15px;
    max-height: 9.5em;
}
.adaptive-gallery .medium .item-entry .caption {
    font-size: 14px;
    max-height: 6em;
}
.adaptive-gallery .small .item-entry .caption {
    font-size: 13px;
    bottom: 6%;
    max-height: 6em;
}
.adaptive-gallery .extra-small .item-entry .caption {
    font-size: 12px;
    bottom: 8%;
    max-height: 6em;
}
.adaptive-gallery .extra-large .item-entry .caption.land-aside {
    font-size: 20px;
}
.adaptive-gallery .large .item-entry .caption.land-aside {
    font-size: 15px;
}
.adaptive-gallery .medium-large .item-entry .caption.land-aside {
    max-height: none;
}
.adaptive-gallery .extra-large .item-entry .caption .caption-title,
.adaptive-gallery .large .item-entry .caption .caption-title {
    font-size: 48px;
}
.adaptive-gallery .medium-large .item-entry .caption .caption-title {
    font-size: 32px;
}
.adaptive-gallery .extra-large .item-entry .caption.land-aside .caption-title,
.adaptive-gallery .large .item-entry .caption.land-aside .caption-title,
.adaptive-gallery .medium-large .item-entry .caption.land-aside .caption-title {
    font-size: 162%;
}
.adaptive-gallery .medium-large .item-entry .caption.land-aside .caption-title {
    max-height: 5.2em;
}
/*theme*/
.adaptive-gallery .item-entry .clicks a:link,
.adaptive-gallery .item-entry .clicks a:visited {
    color: #666666;
}
.adaptive-gallery .item-entry .clicks a:hover,
.adaptive-gallery .item-entry .clicks a:active {
    color: #ff3300;
}
.adaptive-gallery .item-entry .caption .clicks {
    color: #999999;
}
.adaptive-gallery .item-entry .caption .clicks span {
    color: #cccccc;
}
.adaptive-gallery .item-entry .caption .btn-more > a {
    background: #777777;
}