html.swipebox {
	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: 9999999 !important; -webkit-user-select: none; -moz-user-select: none; user-select: none;
}
#swipebox-slider {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; white-space: nowrap; position: absolute;
}
#swipebox-slider .slide {
	background: url("../images/loader.gif") no-repeat center; 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-video-container {
	background: none; padding: 5%; width: 100%; max-height: 100%; max-width: 1140px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-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-action {
	left: 0px; width: 100%; height: 50px; position: absolute; z-index: 999;
}
#swipebox-caption {
	left: 0px; width: 100%; height: 50px; position: absolute; z-index: 999;
}
#swipebox-action {
	bottom: -50px;
}
.visible-bars#swipebox-action {
	bottom: 0px;
}
.force-visible-bars#swipebox-action {
	bottom: 0px !important;
}
#swipebox-caption {
	top: -50px; text-align: center;
}
.visible-bars#swipebox-caption {
	top: 0px;
}
.force-visible-bars#swipebox-caption {
	top: 0px !important;
}
#swipebox-action #swipebox-prev {
	border: currentColor !important; border-image: none !important; top: 0px; width: 50px; height: 50px; text-decoration: none !important; position: absolute; cursor: pointer; background-image: url("../images/icons.png") !important; background-repeat: no-repeat;
}
#swipebox-action #swipebox-next {
	border: currentColor !important; border-image: none !important; top: 0px; width: 50px; height: 50px; text-decoration: none !important; position: absolute; cursor: pointer; background-image: url("../images/icons.png") !important; background-repeat: no-repeat;
}
#swipebox-action #swipebox-close {
	border: currentColor !important; border-image: none !important; top: 0px; width: 50px; height: 50px; text-decoration: none !important; position: absolute; cursor: pointer; background-image: url("../images/icons.png") !important; background-repeat: no-repeat;
}
#swipebox-action #swipebox-close {
	background-position: 15px 12px; left: 40px;
}
#swipebox-action #swipebox-prev {
	background-position: -32px 13px; right: 100px;
}
#swipebox-action #swipebox-next {
	background-position: -78px 13px; right: 40px;
}
#swipebox-action .disabled#swipebox-prev {
	opacity: 0.3;
}
#swipebox-action .disabled#swipebox-next {
	opacity: 0.3;
}
.rightSpring#swipebox-slider {
	-webkit-animation: rightSpring 0.3s; -moz-animation: rightSpring 0.3s;
}
.leftSpring#swipebox-slider {
	-webkit-animation: leftSpring 0.3s; -moz-animation: leftSpring 0.3s;
}
@media screen and (max-width:800px)
{
#swipebox-action #swipebox-close {
	left: 0px;
}
#swipebox-action #swipebox-prev {
	right: 60px;
}
#swipebox-action #swipebox-next {
	right: 0px;
}
}
#swipebox-overlay {
	background: rgb(13, 13, 13);
}
#swipebox-action {
	opacity: 0.95; text-shadow: 1px 1px 1px black; background-image: linear-gradient(rgb(13, 13, 13), rgb(0, 0, 0)); background-color: rgb(13, 13, 13);
}
#swipebox-caption {
	opacity: 0.95; text-shadow: 1px 1px 1px black; background-image: linear-gradient(rgb(13, 13, 13), rgb(0, 0, 0)); background-color: rgb(13, 13, 13);
}
#swipebox-action {
	border-top-color: rgba(255, 255, 255, 0.2); border-top-width: 1px; border-top-style: solid;
}
#swipebox-caption {
	color: white !important; line-height: 43px; font-family: Helvetica, Arial, sans-serif; font-size: 15px; border-bottom-color: rgba(255, 255, 255, 0.2); border-bottom-width: 1px; border-bottom-style: solid;
}
