.ms-gallery-template .ms-gallery-botcont {
	height: auto;
	/*background: url(../images/strip-black.png) repeat 0 0;*/
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
        z-index:0;
}
.gallery-slider .ms-gallery-template .ms-gallery-botcont {
	height: auto;
	background: none;
}
.movies-banner .ms-gallery-template .ms-gallery-botcont {
	display: none;
}
.ms-gallery-template .ms-gal-playbtn {
	width: 55px;
	height: 100%;
	float: left;
	cursor: pointer;
	/*background: url(btns.png) no-repeat 6px 6px;*/
}
.ms-gallery-template .ms-gal-playbtn.btn-pause {
	/*background: url(btns.png) no-repeat -55px 7px;*/
}
.ms-gallery-template .ms-gal-thumbtoggle {
	position: absolute;
	right: 0;
	width: 55px;
	height: 100%;
	cursor: pointer;
	/*background: url(btns.png) no-repeat -53px -41px;*/
	display: none;/* this is for show preview images on click*/
}
.ms-gallery-template .ms-gal-thumbtoggle.btn-hide {
	/*background: url(btns.png) no-repeat 4px -41px;*/
}
.ms-gallery-template .ms-slide-num {
	float: left;
	padding: 17px 9px;
	color: #727272;
}
.ms-gallery-template .ms-slide-info {
	float: left;
	padding: 14px 8px;
}
.gallery-slider .ms-gallery-template .ms-slide-info {
	float: none;
}
.ms-gallery-template .ms-bullets.ms-dir-h {
	bottom: 10px;
	position: absolute;
	right: 28px;
	width: 100px;
}
.ms-gallery-template .ms-bullet {
	width: 10px;
	height: 10px;
	background: #1e1e1e;
	margin: 4px;
	border-radius: 50%;
}
.ms-gallery-template .ms-bullet-selected {
	background-color: white;
}
.ms-gallery-template .ms-thumb-list.ms-dir-h {
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.95);
	padding-top: 1px;
}
.ms-gallery-template .ms-thumb-frame {
	cursor: pointer;
	float: left;
	width: 90px;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 400ms;
	-moz-transition: opacity 400ms;
	-ms-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	transition: opacity 400ms;
}
.ms-gallery-template .ms-thumb-frame-selected {
	opacity: 1;
}
.ms-gallery-template .ms-gal-thumbcont {
	overflow: hidden;
	width: 100%;
	height: 60px;
	position: absolute;
	top: -60px;
	left: 0;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
	height: 0;
	top: 0;
}
 @media (max-width: 570px) {
.ms-gallery-template .ms-slide-info {
	display: none;
}
}
/* Layers */
.ms-layer.video-title {
	font-family:'Ubuntu', Arial, Helvetica, sans-serif; 
	color: white;
	font-weight: 600;
	font-size: 42px;
	margin: 0px;
	letter-spacing: 0px;
}
.ms-layer.video-title.video-top-title {
	font-size: 16px;
	color: gray;
}
.ms-layer.video-title.video-sub-title {
	font-size: 22px;
	font-weight: 300;
}
/* ----- gallery-slider -----*/

.ms-info-title {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	background: url(../images/strip-black.png) repeat 0 0;
}
.ms-info-title h2 {
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
}
.gallery-slider .ms-gallery-template .ms-bullets.ms-dir-h {
	bottom: 410px;
	position: absolute;
	right: 28px;
	width: 100px;
}
.gallery-slider .ms-gallery-template .ms-slide-info {
	display: none;
}

/*.miniContainer{
	top:178px !important;
}*/
