@import url(http://weloveiconfonts.com/api/?family=fontawesome);
/* ---------------------- */
/*       TESTIMONIAL      */
/* ---------------------- */
#testimonial-edit .owl-next {float: right; margin-top: -20% !important; content: "\f077"; font-family: "FontAwesome"; font-size: 51px !important; background: none !important; z-index: 2; position: relative;}
#testimonial-edit .owl-prev {float: left; margin-top: -20% !important; content: "\f077" !; font-family: "FontAwesome"; font-size: 51px !important; background: none !important; z-index: 2; position: relative;}

#portfolio .owl-prev::after {float: left; margin-top: -25% !important; margin-right: 35px; content: url(../img/angle-left.svg); background: none !important; height: 100px;z-index: 1; position: relative; }

#portfolio .owl-prev {float: left; margin-top: -25% !important; background: none !important; height: 100px; z-index: 1; position: relative; margin-left: 35px;} 

#portfolio .owl-next::after {float: right; margin-top: -25% !important; margin-left: 35px; content: url(../img/angle-right.svg); background: none !important; height: 100px; z-index: 1; position: relative;}

#portfolio .owl-next {float: right; margin-top: -25% !important; background: none !important; height: 100px; z-index: 1; position: relative; margin-right: 5%;}

#portfolio .owl-next:hover::after {float: right; margin-top: -25% !important; margin-left: 35px; content: url(../img/angle-hover-right.svg) !important; background: none !important; height: 100px;}

#portfolio .owl-prev:hover::after {float: left; margin-top: -25% !important; margin-right: 35px; content: url(../img/angle-hover-left.svg); background: none !important; height: 100px;}

.parallax-section{
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: ;
	background-repeat: no-repeat;
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	    /*background-color: rgba(6,119,204,.90);*/

}

.articles { background-color: #000000; padding-bottom: 40px; padding-top: 40px;}
.article-1 { verticle-align: ;}

#testimonial-edit{
	padding: 0px 0px 95px 0px;
	/*background-image: url(../img/testimonials.jpg);*/
	color: #000000 !important;
}
/*#testimonial .overlay{
	background: rgba(221,87,128,0.8); */
}
.ts-testimonial-slide{
	text-align: center;
	color: #ffffff;
	width: 85%;
	margin: 0 auto;
}
.ts-testimonial-slide p::before{
content: ;
    color: rgba(255, 255, 255, 0.44);
    font-size: 7.5em;
    font-weight: 700;
    opacity: 1;
    position: absolute;
    left: -.2em;
    text-shadow: none;
    z-index: -10;
	font-family: Calibri;
}
.ts-testimonial-slide p{
	font-size: 18px;
	line-height: 36px;
	font-style: ;
	/*font-family: 'Droid Serif';*/
	margin-bottom: 35px;
	font-weight: 500;
}
.ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
  padding: 0px 60px !important;
  margin: 0 auto;
  padding-top: 50px !important;
padding-bottom: 50px !important;
}
#samples .ts-testimonial-slide .ts-testimonial-item {
  margin-bottom: 15px;
  padding: 50px 60px !important;
  margin: 0 auto;
  padding-top: 50px !important;
padding-bottom: 50px !important;
}
.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;
	text-align: center;
	line-height: 47px;
	margin-top: 2px;
}

.icon-client > img {border-radius: 50%;}
.ts-testimonial-slide .ts-testimonial-item .infor-client {
  display: block;
  margin: 0 auto;
  width: auto;
}
.ts-testimonial-slide .ts-testimonial-item  .client-name{
	padding-left: 68px;
	font-size: 12.8px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Montserrat';
	display: block;
	line-height: normal;
	white-space: nowrap;
	margin-top: 15px;
}
.ts-testimonial-slide .ts-testimonial-item  .client-position{
	font-size: 12px;
	font-style: ;
	line-height: normal;
	padding-left: 68px;
	display: block;
	text-align: left;
}
.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 (max-width: 768px) {
.ts-testimonial-slide .ts-testimonial-item {
	
	margin-bottom: 15px;
    padding: 0px 30px !important;
    margin: 0 auto;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
	
} 
}