/**
 * @name		Page Builder CK
 * @package		com_pagebuilderck
 * @copyright	Copyright (C) 2015. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 * @author		Cedric Keiflin - https://www.template-creator.com - https://www.joomlack.fr
 */

.pbck_testimonier {
	position: relative;
}

.pbck_testimonials {
	text-align: center;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

.pbck_testimonials a {
	color: #ef023f;
	cursor: pointer;
	text-decoration: none;
}

.pbck_wrap {
	width: 100%;
	overflow: hidden;
}

.pbck_testimonial .pbck_testimonial_author {
	opacity: 0;
	position: relative;
	top: 50px;
}

.pbck_testimonial_author_inner {
	display: inline-block;
	margin: 0 auto;
}

.pbck_testimonial_author_avatar {
	width: 50px;
	height: 50px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.pbck_testimonial_author_infos {
	float: left;
	text-align: left;
}

.pbck_testimonial_img {
	width: 100%;
	height: auto;
}

.pbck_testimonials .pbck_wrapinner {

}

.pbck_testimonial {
	/*width: 20%;*/
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

.pbck_testimonials_controls {
	position: absolute;
	top: 50%;
	right: 0;
	left:0;
	margin-top: -25px;
}

.pbck_testimonials_controls .pbck_testimonials_control { 
	width: 50px;
	height: 50px;
	opacity: 0.7;
	cursor: pointer;
}

.pbck_testimonials_controls .pbck_testimonials_control:hover {
	opacity: 1;
}

.pbck_testimonials_controls .control_next {
	background: url('images/next.png') no-repeat;
	float: right;
	margin: 0;
	display: block;
	background-color: none;
}

.pbck_testimonials_controls .control_prev  {
	background: url('images/prev.png') no-repeat;
	float: left;
	margin: 0;
	display: block;
	background-color: none;
}

.pbck_testimonial_text {
	font-style: italic;
	line-height: 20px;
	padding: 20px 40px;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pbck_testimonial_text:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: left;
	font-family: helvetica;
}

.pbck_testimonial_text:after {
	color: #ccc;
	content: close-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
	float: right;
	font-family: helvetica;
}

/* Animation */

.pbck_testimonials .pbck_wrapinner {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	 -o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

	-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
	 -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); 
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

.pbck_testimonials {
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.pbck_testimonials_controls .pbck_testimonials_control {
	-webkit-transform: translateZ(0);
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.pbck_testimonial.current .pbck_testimonial_text {
	opacity: 1;
	-webkit-transition: all 1s ease-out 0.6s;
	-moz-transition: all 1s ease-out 0.6s;
	-o-transition: all 1s ease-out 0.6s;
	transition: all 1s ease-out 0.6s;
}

.pbck_testimonial.current .pbck_testimonial_author {
	opacity: 1;
	top: 0;
	-webkit-transition: all 0.7s ease-out 0.6s;
	-moz-transition: all 0.7s ease-out 0.6s;
	-o-transition: all 0.7s ease-out 0.6s;
	transition: all 0.7s ease-out 0.6s;
}



