html.swipebox {
	overflow: hidden!important;
}
#swipebox-overlay img {
	border: none !important;
	height: 18px;
}
#swipebox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999!important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-ms-touch-action : none;
	touch-action: none;
}
#swipebox-slider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	-ms-touch-action : none;
	touch-action: none;
}
#swipebox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
}
#swipebox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#swipebox-slider .slide img, #swipebox-slider .slide .swipebox-video-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
	background: none;
	max-width: 85vw;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	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: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
	width: 100%!important;
	height: 100%!important;
	position: absolute;
	top: 0;
	left: 0;
}
#swipebox-overlay a, #swipebox-caption {
	position: absolute;
	z-index: 999;
	height: 40px;
	width: 100%;
	line-height: 43px;
}
#swipebox-overlay a {
	width: 40px;
}
#swipebox-cell {
	display: table-cell;
}
#swipebox-action.visible-bars {
	bottom: 0;
}
#swipebox-action.force-visible-bars {
	bottom: 0!important;
}
#swipebox-caption {
	top: -50px;
	width: auto;
	text-align: center;
}
#swipebox-caption.visible-bars {
	top: 5px;
}
#swipebox-caption.force-visible-bars {
	top: 0!important;
}


#swipebox-prev, #swipebox-next, #swipebox-close {
	border: none!important;
	text-decoration: none!important;
	cursor: pointer;
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;

	background: #C8002C;
	/*background: -moz-linear-gradient(left, #EA9000 0%, #C8002C 100%);
	background: -webkit-linear-gradient(left, #EA9000 0%,#C8002C 100%);
	background: linear-gradient(to right,
	#EA9000 0%,
	#C8002C 100%);
	background-clip: border-box;
	background-clip: border-box;
	background-clip: border-box;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071DE', endColorstr='#1D428A',GradientType=1 );*/
}
#swipebox-prev:hover, #swipebox-next:hover, #swipebox-close:hover {
	color: #000;
}
#swipebox-overlay a#swipebox-close {
	right: 0;
	width: 101px;
	padding: 10px;
	top: calc(50% - 60px);
}
#swipebox-prev {
	right: 61px;
	padding: 10px;
	top: calc(50% + 1px);
}
#swipebox-next {
	right: 0;
	padding: 10px;
	top: calc(50% + 1px);
}
#swipebox-prev.disabled, #swipebox-next.disabled {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.3;
	cursor: default;
}
#swipebox-prev.disabled:hover, #swipebox-next.disabled:hover {
	color: #fff;
}
#swipebox-slider.rightSpring {
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}
#swipebox-slider.leftSpring {
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}
 @-moz-keyframes rightSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: -30px;
}
 100% {
 margin-left: 0px;
}
}
 @-moz-keyframes leftSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: 30px;
}
 100% {
 margin-left: 0px;
}
}
 @-webkit-keyframes rightSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: -30px;
}
 100% {
 margin-left: 0px;
}
}
 @-webkit-keyframes leftSpring {
 0% {
 margin-left: 0px;
}
 50% {
 margin-left: 30px;
}
 100% {
 margin-left: 0px;
}
}

/* Skin  --------------------------*/
#swipebox-overlay {
	background: rgb(255,255,255);
	/*background: rgba(255,255,255,0.98);*/
}
#swipebox-caption {
	background-color: #C8002C;
	color: #FFFFFF;
	font-size: 15px;
	line-height: 43px;
	opacity: 0.95;
	height: auto;
}
#swipebox-caption h1,
#swipebox-caption h2,
#swipebox-caption h3,
#swipebox-caption h4,
#swipebox-caption h5,
#swipebox-caption h6 {
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
	padding: 8px 12px;
}
#swipebox-caption p {
	background-color: #C8002C;
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 12px;
	font-size: 15px;
}

/*-------------------- MEDIA QUERY --------------------*/
@media screen and (max-width: 1024px) {
	#swipebox-caption p {
		max-width: 920px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 20px;
	}
}

@media screen and (max-width: 800px) {
	#swipebox-close {

	}
	#swipebox-prev {
		right: 60px;
	}
	#swipebox-next {
		right: 0;
	}
}

@media screen and (max-width: 768px) {

	#swipebox-caption {

		padding: 10px;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;

	}
	#swipebox-close {
		left: auto;
		right: 0;
	}
	#swipebox-overlay a#swipebox-close {
		top: 10px;
		width: 40px;
		right: 10px;

	}
	#swipebox-prev {
		left: 10px;
		right: auto;
	}
	#swipebox-next {
		right: 10px;
	}
	#swipebox-caption p {
		/*max-width: 660px;*/
		max-width: calc(100% - 24px);
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 20px;
		margin: 0;
		text-align: left;
		display: block;
	}
	#swipebox-caption h1,
	#swipebox-caption h2,
	#swipebox-caption h3,
	#swipebox-caption h4,
	#swipebox-caption h5,
	#swipebox-caption h6 {
		margin-bottom: 0;

	}
	#swipebox-caption.visible-bars {

		top: auto;

	}
}

@media screen and (max-width: 568px) {
	#swipebox-close {
		left: auto;
		right: 5px !important;
	}

	#swipebox-prev {
		left: 5px;
		right: auto;
	}

	#swipebox-next {
		right: 5px;
	}

	#swipebox-caption p {
		/*max-width: 460px;*/
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 18px;
		font-size: 13px;
		/*position: absolute;
		z-index: 999;
		width: auto;
		text-align: center;
		height: auto;
		padding: 10px;
		bottom: 0;
		left: 0;
		right: 0;*/

	}
}

@media screen and (max-width: 320px) {
	#swipebox-close {
		left: auto;
		right: 5px !important;
		top: 13px;
	}

	#swipebox-caption p {
		max-width: 240px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 18px;
		font-size: 13px;
		position: absolute;
		z-index: 999;
		width: auto;
		text-align: center;
		height: auto;
		padding: 10px;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;


	}
}