.cu-testimonials{
	margin-top:15px;
	margin-bottom:40px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    width: 100px;
    height:100px;
	cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;	
	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	top:-57px;
	left:1px;
	border: 2px solid #e95b37;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:50%;
    background: #e2e2e2;
    color: #fff;    
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	background: #fc6719;
}
.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}

.testimonial-content{
	min-height:160px;
	background-color:#f5f5f5;
	width:97%;
	margin-top: 49px;
	border:1px solid #e3e3e3;
	border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}

.testimonial-items:nth-child(even) .testimonial-content{
	/*margin-left:3%;*/
}
.left-items{
	float:left;
	width:30%;
	height:100%;
	display:table-cell;
}

.left-items .name{
	height:20px;
	margin-top:-27px;
	margin-left:15px;
	font-family:arial,Lato;
	color:#e95b37;
	font-size:18px;
	font-weight:bold;
	line-height:15px;
}
.left-items .date{
	height:20px;
	margin-top:5px;
	margin-left:15px;
	color:#666;
	font-family:arial,Lato;
	font-style:italic;
	font-size:14px;
	line-height:15px;
}
.right-items{
	color: #666;
    float: left;
    font-family: arial,Lato;
    line-height: 22px;
    padding: 18px;
    text-align: justify;
    width: 59%;
	font-size:14px;
}

@media (max-width: 400px) {
	.testimonial-content{
		width:100% !important;
		margin-left:0 !important;
	}
}