
.sp-buttons {
	position: absolute;
	bottom: 93px;
}

.sp-button {
	width: 14px;
	height: 14px;
	border: 4px solid #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);
	margin: 8px;
}

.sp-selected-button {
	width: 10px;
	height: 10px;
    background-color: #fff;
	box-shadow: 0 0 10px black;
	margin-bottom: 10px !important;
}

.slider-pro img.sp-image {
	/*
	-ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
	*/
	-webkit-transition: bottom 6.5s linear; 
    transition: bottom 6.5s linear;
	
	bottom: 0;
}


.slider-pro img.sp-image.mover {
	bottom: 65px;
}


@media (max-width:992px) {

.slider {
	margin-bottom: 220px;
}
	
}
