.st-pro-image{float: left; margin: 0 10px 10px 0; }
.st-pro-testimonial{margin: 15px 0; overflow: hidden;}
.st-pro-author{font-style: italic; margin-left: .8em}
.st-pro-extra{margin-left: 1.6em;}

/* Rotating */
.st-pro-ticker{list-style: none; margin: 0; padding: 0}
.st-pro-ticker li{display: none; }
.st-pro-ticker li:first-child{display: block; }

/* Popup form */
.st-form{max-width: 500px; margin: 20px auto; padding: 10px 30px 20px; background: #fff; position: relative; }

/* Slider */
.st-pro-slider-wrapper {
	position: relative;
	padding: 10px 10px 30px 10px;
}

.st-pro-slider {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
    color:#fff;
    text-align : left;
  }

.st-pro-slider li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
  }

.st-pro-slider li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.st-pro-slider-wrapper .st_slider_nav{
	position: absolute;
	top: 50%;
	z-index: 99;
	text-decoration: none;
    opacity: 1;
    border-radius: 4px;
    height: 38px;
    margin-top: -20px;
    width: 38px;
    transform: translateY(-50%);
}
.st-pro-slider-wrapper .st_slider_nav.prev:hover, .st-pro-slider-wrapper .st_slider_nav.next:hover {
        text-decoration: none;
    color: #fff;
}
.st-pro-slider-wrapper .st_slider_nav.prev{
	color: #FFF;
	transition: all 0.35s ease-in-out 0s;
	left: 0px;
}
	.st-pro-slider-wrapper .st_slider_nav.prev::after{
		transition: all 0.35s ease-in-out 0s;
        content: "\f104";
        font-family: FontAwesome;
        font-size: 32px;
        display: block;
        margin-top: 10px;
        margin-left: 12px;
	}
.st-pro-slider-wrapper .st_slider_nav.next{
	color: #FFF;
	transition: all 0.35s ease-in-out 0s;
	right: 0px;
}
	.st-pro-slider-wrapper .st_slider_nav.next::before{
		transition: all 0.35s ease-in-out 0s;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 32px;
        display: block;
        margin-top: 10px;
        margin-left: 14px;
	}

.st-pro-content {
    font-size : 18px;

}

.st-pro-author {
    font-style: normal;
    font-family: 'Encode Sans', sans-serif;
    font-size: 14px;
    color : #a5abbd;
    margin-top : 15px;
}

.testimonials-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
}