.testimonial {
    padding: 0 0 20px 0;
    position: relative;
	min-height: 160px;
	
}
.testimonial:before,
.testimonial:after {
    content: "";
    width: 320px;
    height: 55px;
    position: absolute;
    left: 0;
}
.testimonial:before {
    top: 0;
}
.testimonial:after {
    bottom: 0;
}
.testimonial .pic {
    width: 450px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #e6007e;
    margin-top: 10px;
}

.owl-theme .owl-controls {
	position: relative;
	background: transparent;
    text-align: center;
	top: -40px;
}

.owl-theme .owl-controls .owl-buttons div  {
    background: #FFF;
    border-radius: 0;
    opacity: 1;
    padding: 5px 10px;
}

.owl-prev:before,
.owl-next:before {
    content: "";
    color: #fff;
}

.owl-next:before {
    display: block;
	width: 40px;
	height: 40px;
	background: url(images/next-arrow.png) no-repeat;
	background-size: 100%; 
}

.owl-prev:before {
    display: block;
	width: 40px;
	height: 40px;
	background: url(/images/prev-arrow.png) no-repeat;
	background-size: 100%; 
}

.owl-carousel span {
    width:10px;
    height:10px;
    margin: 5px 7px;
    background: #d3a404 !important;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	
}

