html.swipebox {
  overflow: hidden!important;
}
#swipebox-overlay img {
  border: none!important;
}
#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; 	 
}
#swipebox-overlay a i {
	background-color:#34b9b8;
	color:#FFF;
	padding:10px;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
}
#swipebox-close i {
	background: none!important;
	color:#34b9b8!important;
}
#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: 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: 1140px;
  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 {
  z-index: 999;
  height: 50px;
  width: 100%;
}
#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: 0;
}
#swipebox-caption.force-visible-bars {
  top: 0!important;
}
#swipebox-prev,  
#swipebox-next,
#swipebox-close {
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
   font-size: 40px;
    text-align: center;
}
#swipebox-close {
  right: 40px !important;
  top: 16px;
}
/*
#swipebox-close i {
	color: #fff !important;
	background-color: #E90000 !important;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
*/
 #swipebox-prev {
  left: 40px;
}
 #swipebox-next {
  right: 40px;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
#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;
}

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgb(0,0,0);
  background: rgba(0,0,0,0.8);
}
#swipebox-caption {
  opacity: 0.95;
}
#swipebox-caption p {
	background-color: #34b9b8;
	color: #fff;
	display: inline-block;
	/*background: rgba(0,0,0,.8);*/
	padding: 15px;	
}
#swipebox-caption {
  color: #000;
  font-size: 15px;
}

@-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;
  }
}

@media screen and (max-width: 800px) {
   #swipebox-close {
    /*left: 0;*/
  }
   #swipebox-prev {
    left: 10px;
  }
   #swipebox-next {
    right: 30px;
  }
}
@media only screen and (max-width: 767px) {
	#swipebox-prev {
		left: 10px!important;
	}
	#swipebox-next {
    	right: 20px!important;
    }
	#swipebox-overlay a i {
		height: 20px;
		width:20px;
	}
	#swipebox-prev, #swipebox-next, #swipebox-close {
		font-size:25px;
	}
	#swipebox-close {
		right: 20px!important;		
	}
	#swipebox-caption.visible-bars {
		position:relative;
		top: 0;
		width:80%;
		float:left;
	}
	#swipebox-caption p {
		padding: 5px;
		font-size:14px;
		text-align:left;
	}

}
