
.xslide {
    background-color: #000;
    box-sizing: border-box;
    outline: none;
}

.xslide * {
    box-sizing: border-box;
}

.xplayer-cont {
    position: relative;
    width: 100%;
}

.xplayer {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.xscreen {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.xscreen.xs-full {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

body.xs-full {
    overflow: hidden;
}


.xscreen-ctrl {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    z-index: 1005;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}

.xscreen-ctrl:hover {
    cursor: pointer;
    color: #339cc3;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.xscreen-ctrl::before {
    font-family: FontAwesome;
    content: "\f065";
    font-size: 40px;
    font-weight: bold;
}

.xnav {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 48%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    border-radius: 20px;
    background-repeat: no-repeat;
    z-index: 1005;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    text-align: center;
}
.xnav:hover {
    cursor: pointer;
    color: #339cc3;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.xscreen.xs-full .xnav {
    top: 40%;
}
.xnav.xprev {
    left: 5px;
}
.xnav.xprev::before {
    font-family: FontAwesome;
    content: "\f053";
    font-size: 40px;
    font-weight: bold;
}
.xnav.xnext {
    right: 5px;
}
.xnav.xnext::before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 40px;
    font-weight: bold;
}

.xmedias {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    white-space: nowrap;
}
.xmedias:hover {
    cursor: pointer;
}
.xscreen.xs-full .xmedias.xs-pgs-image {
    padding-bottom: 85px;
}
.xscreen.xs-full.xs-w-ads-under .xmedias {
    padding-bottom: 90px;
}
.xscreen.xs-full.xs-w-ads-under .xmedias.xs-pgs-image {
    padding-bottom: 175px;
}

/* width: 100%; */
.xmedia {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 16px;
}

.xmedia > img {
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    max-width: 100%;
    max-height: 100%;
}


.xpagination {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
}

.xpagination.xs-full {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 11000;
}
.xpagination.xs-full.xs-w-ads-under {
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 11000;
}
.xs-ads-under-wrap {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.xs-ads-under-wrap.xs-full {
    position: fixed;
    width: 100%;
    height: 90px;
    bottom: 0px;
    left: 0px;
    z-index: 11000;
}
.xs-ads-under-wrap.xs-full > div {
    height: 100%;
}

.xs-ads-slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    pointer-events: none;
}
.xs-ads-slide-wrap > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    pointer-events: auto;
}
.xscreen.xs-full .xs-ads-slide-wrap > div {
    top: 30%;
}

.xpagination.xs-pgs-dot {
    text-align: center;
}

.xpagination.xs-pgs-image {
    height: 75px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: #000;
}

.xpagination.xs-pgs-dot .xs-pg {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border: solid 1px #000;
    border-radius: 50%;
    margin: 4px;
}

.xpagination.xs-pgs-dot .xs-pg:hover {
    background-color: #acc03c;
    cursor: pointer;
}

.xpagination.xs-pgs-dot .xs-pg.xs-current {
    background-color: #acc03c;
}

/* width: 90px; */
.xpagination.xs-pgs-image .xs-pg {
    display: inline-block;
    height: 60px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    border: 1px solid #ddd;
    margin: 0px 4px 0px 0px;
    padding: 0px;
    opacity: 0.4;
}

.xpagination.xs-pgs-image .xs-pg:hover {
    cursor: pointer;
    opacity: 1.0;
}

.xpagination.xs-pgs-image .xs-pg.xs-current {
    opacity: 1.0;
}
.xs-pg .xs-play-button {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../_img/play.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    margin: 0px;
    padding: 0px;
    pointer-events: none;
}

.xs-opa-0 {
    opacity: 0;
}
.xs-hide {
    display: none;
}
.xs-show {
    display: block;
}
.xs-ads-left-wrap {
    display: none;
    height: 0;
}
.xs-ads-right-wrap {
    display: none;
    height: 0;
}
@media (min-width: 1600px) {
    .xs-ads-left-wrap.xs-full {
        display: block;
        width: 300px;
        height: 600px;
        position: fixed;
        left: 60px;
        top: 50px;
        z-index: 11000;
    }
    .xs-ads-right-wrap.xs-full {
        display: block;
        width: 300px;
        height: 600px;
        position: fixed;
        right: 60px;
        top: 50px;
        z-index: 11000;
    }
}