body.xs-full {
	overflow: hidden;
}
.xslide * {
	box-sizing: border-box;
}
.xslide {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
    box-sizing: border-box;
    outline: none;
}
.xslide .xscreen {
	background-color: #000;
}
.xslide[data-xs-pagination_style="image"] .xscreen {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.xslide .xplayer {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.xslide .xscreen-ctrl {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    text-align: right;
}
.xslide .toggle-caption,
.xslide .toggle-thumb {
    color: #000;
    border: solid 1px #000;
    background-color: #fff;
    padding: 5px;
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 5px;
    display: none;
}
.xslide .toggle-caption:hover,
.xslide .toggle-thumb:hover {
    color: #db2625;
    border-color: #db2625;
}
.xslide .toggle-screen {
	position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
.xslide .toggle-screen:hover {
    cursor: pointer;
    color: #db2625;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.xslide .toggle-screen::after {
    font-family: FontAwesome;
    content: "\f065";
    font-size: 30px;
}
.xslide.xs-full .toggle-screen::after {
    content: "\f2d3";
}
.xslide .xnav {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    color: #fff;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
	font-family: FontAwesome;
}
.xslide[data-xs-pagination_style="image"] .xnav {
	top: calc(50% - 38px);
}
.xslide .xnav:hover {
    cursor: pointer;
    color: #db2625;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
.xslide .xnav.xprev {
    left: 5px;
	text-align: left;
}
.xslide .xnav.xprev::after {
    content: "\f053";
    font-size: 40px;
}
.xslide .xnav.xnext {
    right: 5px;
	text-align: right;
}
.xslide .xnav.xnext::after {
    content: "\f054";
    font-size: 40px;
}
.xslide .xmedias {
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
}
.xslide .xmedia {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 100%;
	font-size: 16px;
	white-space: normal;
}
.xslide .xmedia > img {
	position: relative;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.xslide .media-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 12px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	padding: 3px 5px;
}
.xslide.xs-full .media-caption {
	text-align: center;
	-webkit-line-clamp: 5;
}
.xslide.xs-full.caption-off .media-caption {
	display: none;
}
.xslide .xpagination {
	position: relative;
	width: 100%;
}
.xslide[data-xs-pagination_style="dot"] .xpagination {
	text-align: center;
}
.xslide[data-xs-pagination_style="dot"] .xpagination .xs-pg {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: solid 1px #000;
	border-radius: 50%;
	margin: 4px;
}
.xslide[data-xs-pagination_style="dot"] .xpagination .xs-pg:hover {
	background-color: #db2625;
	cursor: pointer;
}
.xslide[data-xs-pagination_style="dot"] .xpagination .xs-pg.xs-current {
	background-color: #db2625;
}
.xslide[data-xs-pagination_style="image"] .xpagination {
	height: 75px;
	overflow-y: hidden;
	overflow-x: auto;
	white-space: nowrap;
}
.xslide[data-xs-pagination_style="image"] .xpagination .xs-pg {
	position: relative;
	display: inline-block;
	width: 90px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center;
	border: 1px solid #ccc;
	margin-right: 4px;
	opacity: 0.5;
	vertical-align: top;
}
.xslide[data-xs-pagination_style="image"] .xpagination .xs-pg img {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.xslide[data-xs-pagination_style="image"] .xpagination .xs-pg:hover {
	cursor: pointer;
	opacity: 1.0;
}
.xslide[data-xs-pagination_style="image"] .xpagination .xs-pg.xs-current {
	opacity: 1.0;
}
.xslide[data-xs-pagination_style="image"] .xs-pg .xs-pg-num {
	position: absolute;
	font-size: 10px;
	top: 0;
	left: 0;
	padding: 2px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}
.xslide.xs-full .xpagination {
	position: absolute;
	left: 0;
	bottom: 10px;
}
.xslide.xs-full .xscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
}
.xslide.xs-full .xplayer {
	height: 100%;
	padding: 0 !important;
}
.xslide.xs-full[data-xs-pagination_style="dot"] .xscreen,
.xslide.xs-full[data-xs-pagination_style="image"] .xscreen {
	padding-bottom: 85px;
}
.xslide.xs-full.thumb-off .xscreen {
	padding-bottom: 0;
}
.xslide.xs-full.thumb-off .xpagination {
	display: none;
}
