.pagination{
	display:none;	
}


/*******************************
TESTIMONIALS
*******************************/
.sections .section .contents {
	width: auto!important;
	max-width: none;

}

.section.testimonials {
	/*border: 1px solid #bff;*/
	
}


.section.testimonials .payload{
	min-height:800px; /*400px*/
	/*border: 1px solid yellow;	*/

}

.section.testimonials .payload ul li{
	position:absolute;
	width:220px;
	/*border: 1px solid #a00;*/
}

.section.testimonials .payload ul li.emphasised{
	position:absolute;
	width:420px!important;
	/*border: 1px solid #fff;*/
	
}

.section.testimonials .payload ul li .txt{
	overflow:hidden;
	font-size:16px;
}

.section.testimonials .payload ul li .txt.second-emphasised{
	font-weight: 800;
	font-size:20px;
}

.section.testimonials .payload ul li .txt.emphasised{
	font-weight: 800;
	font-size:24px;
}

.section.testimonials .payload ul li .txt .expanded{
	display:none;
}

.section.testimonials .payload ul li.expanded .txt .expanded{
	display:inline;
}

.section.testimonials .payload ul li.expanded .txt .dots{
	display:none;
}

.section.testimonials .payload ul li .author{
	font-size:14px;
	font-style:italic;
	margin-top:5px;
}

.section.testimonials .payload ul li .ico.expand_collapse{
	width:25px;
	height:25px;
	background-position:-394px -28px;
	margin-top:10px;
	cursor:pointer;
}

.section.testimonials .payload ul li.expanded .ico.expand_collapse{
	background-position:-422px -28px;
}