
.filmstrip {
    position: relative;
    margin-bottom: 18px;
    line-height: 1;
    overflow: hidden;
}
.filmstrip-inner {
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}
.filmstrip-thumbs {
    text-align: center;
    overflow: show;
    width: 100%;
    position: relative;
    white-space: nowrap;
    font-size: 0;
	background-color:#000;
	display:table;
}
.filmstrip .thumb {
    display: inline-block;
    height: 125px; 
	position: relative;
    margin: 5px 3px;
}
.filmstrip .thumb img {
    border: 0;
}
.filmstrip .selector {
    position: relative;
    margin: 0;
    border: 2px solid black;
    border-radius: 2px;
    margin-left: 0;
    margin-right: 0;
}
.filmstrip .thumb img {
    height: 100%;
    width: auto;
}
.filmstrip .item {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
	height: auto; 
	position: relative; 
	transition-property: opacity !important;  
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out !important;
}

.filmstrip .item img {
    vertical-align: middle !important;
    max-width: 100%;
    max-height: 100%;
}
.filmstrip .active {
    display: block;
}
.filmstrip .next,
.filmstrip .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.filmstrip-control {
    display: none;
    position: absolute;
    top: 50%;
    /*left: 15px;*/
    width: 40px;
    height: 40px;
    margin-top: -48px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
    z-index: 2;
    text-decoration: none;
}
.filmstrip-control.right {
    left: auto;
    right: -30%;
}
.filmstrip-control.left{
	 right: auto;
    left: -30%;
}
.filmstrip-control:hover, .filmstrip-control:focus, .filmstrip-control:active  {
    color: #ffffff;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.filmstrip-caption {
	position: relative !important;
	left: 0;
	right: 0;
	top: 0;
	padding: 5px;
	background: #fff !important;
	margin: 0 auto;
	line-height:1;
	padding: 5px;
    
}
.filmstrip-caption h4,
.filmstrip-caption p {
    color: #ffffff;
    margin: 0;
}
.filmstrip-caption h4 {
    margin-bottom: 4px;
}

/*custom*/
.filmstrip .selector .overlay {opacity:0 !important;}
	  .filmstrip-control {background: transparent; border: none;}
	 .filmstrip .thumb .overlay:hover, .filmstrip .thumb .overlay:active, .filmstrip .thumb .overlay:focus {opacity:0;}
	  .filmstrip .thumb .overlay {   background:rgba(0, 0, 0, .5);
			text-align:center;
			top:0;
			bottom: 0;
			left:0;
			right:0;
			position:absolute;
			opacity:1;    
			width:100%;height:100%; 
			-webkit-transition: all 0.3s ease-in-out;
			-moz-transition: all 0.3s ease-in-out;
			-o-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
		}
			  
	  .nopadding {padding:0px; margin:0px;}
	  .filmstrip .social-media a{float: left;}
     
	  
		.filmstrip-caption p {color: #4f4e53;}
		.filmstrip-top.col-xs-6 {float: none !important;
margin: 0 auto;}
		
	.filmstrip-caption p {float:right; text-align:right; padding-bottom:5px;}
	.filmstrip .pointer {border:none !important; margin:0px !important; padding:0px !important;}
	/*carousel slide fade*/
.filmstrip-fade .carousel-inner .item, .carousel-fade .carousel-caption {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	
}
.filmstrip-fade .carousel-inner .active, .carousel-fade .carousel-inner .active .carousel-caption {
	opacity: 1;
	transition: ease-in-out 0.75s !important;
}
.filmstrip-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.filmstrip-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
	transition: ease-in-out 0.75s !important;
}
.filmstrip-fade .carousel-control {
	z-index: 2;
}
 