.slider-wrapper {
    position: relative;
	height: 500px;
	overflow: hidden;
}
.slider-wrapper .slider-overlay{
	position: absolute;
	padding-top: 15px !important;
	padding-left: 35px;
	padding-bottom: 15px;
	top: 340px;
	left: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.6);
	color: #308cc7;
}
.slider-wrapper .slider-overlay .slider-text{
	font-size: 45px;
	font-family: 'Galada';
	position: relative;
	text-align: center;
}
.slider-container {
    position: relative;
    overflow: hidden;
     width: 100%;
}
.slider-container ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-container li {
    float: left;
    position: relative;
}
.slider-container li .slide{
	width: 100%;
	padding-top: 500px;
	background-size: cover;
	background-position: center center;
    background-repeat: no-repeat;
    display: block;
}
.slider-container li .play{
    padding-top: 0 !important;
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	text-align: center;
    font-size: 100px;
}
.slider-container li .play i{
    cursor: pointer;
}
.slider-container li .play i:hover{
    color: #216189;
}
.slider-control-prev,
.slider-control-next {
	display: none;
    position: absolute;
    top: 225px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #4E443C;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
    font: 24px/27px Arial, sans-serif;
    box-shadow: 0 0 2px #999;
    line-height: 50px;
}
.slider-control-prev {
    left: 30px;
}
.slider-control-next {
    right: 30px;
}
.slider-control-prev:hover span,
.slider-control-next:hover span {
    display: block;
}
.slider-control-prev.inactive,
.slider-control-next.inactive {
    opacity: .5;
    cursor: default;
}
.slider-pagination-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.slider-pagination {
    margin: 16px 0 16px 0 !important;
}
.slider-pagination a {
    text-decoration: none;
    display: inline-block;
    font-size: 11px;
    width: 15px;
    line-height: 15px;
    border-radius: 50%;
    min-width: 14px;
    background: #fff;
    color: #4E443C;
    padding: 3px;
    text-align: center;
    margin-right: 2px;
    opacity: .75;
}
.slider-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 991px){
	.slider-pagination a{
		width: 5px;
		min-width: 5px;
		line-height: 5px;
		background: #F3F3F3;
		margin-right: 5px;
	}
}