@media only screen and (max-width: 767px) {
	#textslides img {
		clear: both;
		float: none !important;
		display: block;
	}
	#textslides ul {
		clear: both !important;
		max-width: 260px !important;
	}
	.textslide h2 {
		margin-top: 20px !important;
		text-align: left;
	}
	
	div#textslides {
		width: 65% !important;
		margin-left: 35%;
	}
	
	#textnext::before, #textpre::before {
		background-size: 100% 100% !important;
		width: 13px;
		height: 31px;
		z-index: 1;
		position:relative;
	}
}




#testimonial {
	background-position: center center;
	width: 100%;
	-webkit-box-sizing: border-box;
	position: relative;
	color: #000;
	text-align: center;
	padding: 60px 0px 80px 0px;
	background: #EEE;
}
.child-section ul {
	float: left;
}
.child-section ul li{
	padding-bottom:15px;
}
.child-section ul li:last-child{
	padding-bottom:0px !important;
}
.container-inf2 {
	width: 100%;
	margin: 0 auto;
}
#textslides {
	overflow: hidden;
	position: relative;
	width: 80% !important;
	height: auto;
	margin: auto;
}
.textslide h2 {
	margin-top: 0px;
	padding-top: 0px !important;
	border-top: 0px !important;
}
#textprev::before, #textnext::before {
	display: block;
	opacity: 1;
	width: 43px;
	height: 80px;
}
#textprev::before {
	content: " ";
	background: url(/-/media/images/uk/icons/previous.png) top left no-repeat;
}
#textnext::before {
	content: " ";
	background: url(/-/media/images/uk/icons/next.png) top left no-repeat;
}
#textslides .parent-section {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	color: #000;
}
#textslides .child-section {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	position: relative;
}
.btn-bar {
	width: 100%;
	display: block;
	position: relative;
	top: 40%;
}
#slide-buttons {
	padding: 0 0 5px 0;
}
#slide-buttons a {
	text-align: center;
	display: block;
	font-size: 50px;
	outline: 0;
	color: #000;
	text-decoration: none;
	padding: 9px;
	width: 35px;
}
a#textprev {
	float: left;
}
a#textnext {
	float: right;
}
#textslides i {
	font-size: 30px;
}
#textslides img {
	float: left;
	margin-right: 50px;
}