ul.video_thumbs_slider li {
  display: inline-block;
  position: relative;
}
.video_thumbs_slider span.video-caption {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 100px;
  left: 25px;
  position: absolute;
  top: 0;
  width: 170px;
  opacity:0;
}
span.video-caption span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
ul.video_thumbs_slider li:hover span.video-caption {
  opacity: 1;
}
@media only screen and (max-width: 787px), @media screen and (max-device-width: 767px), @media screen and (max-width: 767px) {
	ul.video_thumbs_slider li:hover span.video-caption {
		opacity: 0;
		display:none;
	}
}


.video_thumbs_slider>ul{
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
}
/*.video_thumbs{
	margin-bottom: 60px;
}*/
.video_thumbs_slider li:first-child{
	margin-left:20px;
}
.video_thumbs_slider li{
	text-align: center;
	color: #FFF;
	cursor:pointer;
}
.video_thumbs_slider h3 {
	margin: 0;
	padding: 70px 0;
}
.lslide{
	margin-right:0 !important;	
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
	height:100px;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;	
}
.video_thumbs ul {
    height: 100px;
	overflow:hidden;
}
.video_thumbs ul li
{
	margin-right:20px;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/



/* slider actions */
.lSAction > a {
    width: 23px;
    display: block;
    top: 15%;
    height: 98px;
    background-image: url('../images/icons/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 9999;
    margin-top: -16px;
    opacity: 0.8;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -21px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}



/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

