html.swipebox-html.swipebox-touch {
	overflow: hidden !important;
}
#swipebox-overlay img {
	border: currentColor !important; border-image: none !important;
}
#swipebox-overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; position: fixed; z-index: 99999 !important; -ms-user-select: none; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
#swipebox-container {
	width: 100%; height: 100%; position: relative;
}
#swipebox-slider {
	transition:transform 0.4s; left: 0px; top: 0px; width: 100%; height: 100%; display: none; white-space: nowrap; position: absolute; cursor: pointer; -webkit-transition: -webkit-transform 0.4s ease;
}
#swipebox-slider .slide {
	width: 100%; height: 100%; text-align: center; line-height: 1px; display: inline-block;
}
#swipebox-slider .slide::before {
	width: 1px; height: 50%; margin-right: -1px; display: inline-block; content: "";
}
#swipebox-slider .slide img {
	margin: 0px; padding: 0px; width: auto; height: auto; vertical-align: middle; display: inline-block; max-height: 100%; max-width: 100%;
}
#swipebox-slider .slide .swipebox-video-container {
	margin: 0px; padding: 0px; width: auto; height: auto; vertical-align: middle; display: inline-block; max-height: 100%; max-width: 100%;
}
#swipebox-slider .slide .swipebox-inline-container {
	margin: 0px; padding: 0px; width: auto; height: auto; vertical-align: middle; display: inline-block; max-height: 100%; max-width: 100%;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none; padding: 5%; width: 100%; max-height: 100%; max-width: 1140px; box-sizing: border-box; -webkit-box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
	width: 100%; height: 0px; overflow: hidden; padding-bottom: 56.25%; position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	left: 0px; top: 0px; width: 100% !important; height: 100% !important; position: absolute;
}
#swipebox-slider .slide-loading {
	background: url("../images/swipe-loader.gif") no-repeat center;
}
#swipebox-bottom-bar {
	transition:0.5s; left: 0px; width: 100%; height: 50px; position: absolute; z-index: 999; -webkit-transition: 0.5s;
}
#swipebox-top-bar {
	transition:0.5s; left: 0px; width: 100%; height: 50px; position: absolute; z-index: 999; -webkit-transition: 0.5s;
}
#swipebox-bottom-bar {
	bottom: -50px;
}
.visible-bars#swipebox-bottom-bar {
	transform: translate3d(0px, -50px, 0px); -webkit-transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
	top: -50px;
}
.visible-bars#swipebox-top-bar {
	transform: translate3d(0px, 50px, 0px); -webkit-transform: translate3d(0, 50px, 0);
}
#swipebox-title {
	width: 100%; text-align: center; display: block;
}
#swipebox-prev {
	border: currentColor !important; border-image: none !important; top: 0px; width: 50px; height: 50px; text-decoration: none !important; cursor: pointer; background-image: url("../images/icons.png"); background-repeat: no-repeat;
}
#swipebox-next {
	border: currentColor !important; border-image: none !important; top: 0px; width: 50px; height: 50px; text-decoration: none !important; cursor: pointer; background-image: url("../images/icons.png"); background-repeat: no-repeat;
}
#swipebox-close {
	border: currentColor !important; border-image: none !important; top: 0px; width: 50px; height: 50px; text-decoration: none !important; cursor: pointer; background-image: url("../images/icons.png"); background-repeat: no-repeat;
}
#swipebox-arrows {
	margin: 0px auto; width: 100%; height: 50px; display: block;
}
#swipebox-prev {
	background-position: -32px 13px; float: left;
}
#swipebox-next {
	background-position: -78px 13px; float: right;
}
#swipebox-close {
	background-position: 15px 12px; top: 0px; right: 0px; position: absolute; z-index: 9999;
}
.swipebox-no-close-button #swipebox-close {
	display: none;
}
.disabled#swipebox-prev {
	opacity: 0.3;
}
.disabled#swipebox-next {
	opacity: 0.3;
}
.swipebox-no-touch .rightSpring#swipebox-overlay #swipebox-slider {
	animation:rightSpring 0.3s; -webkit-animation: rightSpring 0.3s;
}
.swipebox-no-touch .leftSpring#swipebox-overlay #swipebox-slider {
	animation:leftSpring 0.3s; -webkit-animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container::before {
	transition:0.3s; top: 0px; width: 20px; height: 100%; position: absolute; z-index: 999; content: " "; opacity: 0; backface-visibility: hidden; -webkit-transition: all .3s ease; -webkit-backface-visibility: hidden;
}
.swipebox-touch #swipebox-container::after {
	transition:0.3s; top: 0px; width: 20px; height: 100%; position: absolute; z-index: 999; content: " "; opacity: 0; backface-visibility: hidden; -webkit-transition: all .3s ease; -webkit-backface-visibility: hidden;
}
.swipebox-touch #swipebox-container::before {
	left: 0px; box-shadow: inset 10px 0px 10px -8px #656565; -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container::after {
	right: 0px; box-shadow: inset -10px 0px 10px -8px #656565; -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch .leftSpringTouch#swipebox-overlay #swipebox-container::before {
	opacity: 1;
}
.swipebox-touch .rightSpringTouch#swipebox-overlay #swipebox-container::after {
	opacity: 1;
}
@media screen and (min-width:800px)
{
#swipebox-close {
	right: 10px;
}
#swipebox-arrows {
	width: 92%; max-width: 800px;
}
}
#swipebox-overlay {
	background: rgb(13, 13, 13);
}
#swipebox-bottom-bar {
	background: rgb(0, 0, 0); opacity: 0.95; text-shadow: 1px 1px 1px black;
}
#swipebox-top-bar {
	background: rgb(0, 0, 0); opacity: 0.95; text-shadow: 1px 1px 1px black;
}
#swipebox-top-bar {
	color: white !important; line-height: 43px; font-family: Helvetica, Arial, sans-serif; font-size: 15px;
}
