@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@font-face{
	font-family: quoteFont;
	src: url(../../font/fontawesome-webfont.ttf);
	src: url(../../font/fontawesome-webfont.woff);
}
/* ---------------------- */
/*       TESTIMONIAL      */
/* ---------------------- */
.parallax-section{
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#testimonial{
	padding: 60px 0 60px;
	background-image: url(../images/bg-testimonial.jpg);
}
#testimonial .overlay{
	background: #02b9b9;
}
.ts-testimonial-slide{
	text-align: center;
	color: #ffffff;
	width: 85%;
	margin: 0 auto;
}
.ts-testimonial-slide p{
	font-size: 1em;
	line-height: 36px;
	//font-style: italic;
	font-family: 'Roboto';
	margin-bottom: 35px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: 300;
}
.ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
}
/*new style*/
.ts-testimonial-slide .ts-testimonial-item .test-content {
	width: 70%;
	margin: 0 auto;
	padding: 15px;
	position: relative;
	
}
@media (max-width : 480px){
	.ts-testimonial-slide .ts-testimonial-item .test-content {
	width: 90%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	
}
}
.ts-testimonial-slide .ts-testimonial-item .test-content::before {
	font-family: quoteFont;
	font-size: 24px;
	content:"\f10d";
	position: absolute;
	top:0;
	left: 0;
}
.ts-testimonial-slide .ts-testimonial-item .test-content::after {
	font-family: quoteFont;
	font-size: 24px;
	content: "\f10e";
	position: absolute;
	bottom:0;
	right: 0;
}

/*------------*/
.ts-testimonial-slide .ts-testimonial-item .icon-client{
	background: #ffffff;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	//float: left;
	display: block;
	text-align: center;
	line-height: 29px;
	margin: 0 auto;
	//margin-right: 5px;
	overflow: hidden;
}

.ts-testimonial-slide .ts-testimonial-item .infor-client {
  //display: inline-block;
  margin: 0 auto;
  width: auto;
  text-align: center;
  padding-top: 10px;
}
.ts-testimonial-slide .ts-testimonial-item  .client-name{
	width: 300px;
	margin: 0 auto;
	//padding-left: 15px;
	font-size: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	display: block;
	line-height: normal;
	white-space: nowrap;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position{
	width: 200px;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	//padding-left: 38px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a{
	color: white;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position a:hover{
	color: #5ed9e7;
}
@media only screen  and (min-device-width : 320px)  and (max-device-width : 480px) {
.ts-testimonial-slide .ts-testimonial-item  .client-name {
	width: 95%;
	font-size: .8em;
}
}