.testimonial-content {
	font-size: 0.85em;
}

.testimonial-user {
	text-align: right;
}

.testimonium {
	padding: 50px;
}

.testimonial-row-layout-1 {
	border-radius: 15px;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 4px 6px rgba(0,0,0,.1);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.1);
	box-shadow: 0 4px 6px rgba(0,0,0,.1);
}

.testimonial-row-layout-1 ul li {
	padding: 15px;
	color: #333
}

.testimonium .unslider-arrow {
	display: block;
	color: rgba(0, 0, 0, 0.5);
	box-shadow: none;
	font-size: 1.4em;
	top: 50%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.testimonium .unslider-arrow:hover {
	color: rgba(0, 0, 0, 0.75);
}

.testimonium .unslider-nav ol li {
	width: 10px;
	height: 10px;
	border: 2px solid rgba(255, 255, 255, 0.75);
}