/*    Testimonial shortcode  styles
********************************************************************************************
********************************************************************************************/

.testimonials_holder {
    text-align: center;
}

.testimonials{
    position: relative;
}

.testimonials .testimonial_container {
	overflow: hidden;
	width: 100%;
	background-color: transparent;
	text-align: left;
	margin: 0 0 16px;
}

.testimonials_holder .flex-direction-nav {
    display: block;
    position: static;
}

.testimonials_holder .flex-direction-nav li {
    display: inline-block;
    height: 30px;
    margin-top: 37px;
}

.testimonials_holder .flex-direction-nav li:first-child {
    margin-right: 5px;
}

.testimonials_holder .flex-direction-nav li:last-child {
    margin-left: 4px;
}

.testimonials_holder .flex-direction-nav a {
    position: relative;
    width: 30px;
    height: 30px;
    border: 2px solid #303030;
    -webkit-border-radius: 4px;

    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: 1;
    background-color: transparent;
    text-indent: -9999px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

}

.testimonials_holder .flex-direction-nav a:hover {
    background-color: #303030;
}

.testimonials_holder.light .flex-direction-nav a {
    border-color: #fff;
}

.testimonials_holder.light .flex-direction-nav a:hover {
    background-color: #1abc9c;
    border-color: #1abc9c;
}

.testimonials_holder.light .flex-direction-nav a:before {
    color: #fff;
}

.testimonials_holder .flex-direction-nav a:before {
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    height: 26px;
    width: 26px;
    line-height: 26px;
    top: 0;
    left: 0;
    color: #000;
    text-indent: 0;
    font-size: 16px;
}

.testimonials_holder .flex-direction-nav a:hover:before {
    color: #fff;
}

.testimonials_holder .flex-direction-nav a.flex-prev:before {
    content: '\f104';
}

.testimonials_holder .flex-direction-nav a.flex-next:before {
    content: '\f105';
}

.testimonials_holder.full_width {
    background: none;
}

.content  .testimonial_content .container .container_inner {
	padding:0px 0px 0px 0px;
}

.testimonial_text_holder {
	position: relative;
	display: block;
	padding:0 100px;
}

.testimonials .author_image_holder {
    margin-left: 15px;
    position: relative;
}

.author_image_holder .image_holder {
    border-radius: 3em;
    border: 1px solid #eaeaea;
    width: 60px;
    height: 60px;
	display: inline-block;
	float: left;
	margin:0 15px 0 0;
	overflow: hidden;
}

.testimonials .testimonial_text_inner p.testimonial_author {
	font-size: 13px;
    color: #303030;
    margin-top: 30px;
    font-weight: 500;
}

.testimonials .testimonial_text_inner p.testimonial_author span.author_company {
    color: #1abc9c;
}

.autor_company_color{
	color:red;
}

.testimonial_content_inner .testimonial_author .website{
	color:#303030;
	font-weight:300;
	display:block;
}

.testimonial_content_inner .testimonial_author h4{
	color:#00a8e8;
}

.testimonial_text_inner .testimonial_name {
    display: block;
}

.testimonial_content_inner .testimonial_author .company_position {
    color: #1abc9c;
}

.testimonials .testimonial_text_inner {
	display: block;
}

.testimonials .testimonial_text_inner p {
	line-height: 1.666666666666667em; /* 35px / 13px */
    font-size: 21px;
}

.testimonials_holder.standard .testimonials .testimonial_text_inner{
	-webkit-border-radius: 4px;
	
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.testimonials_holder.full_width .testimonials .testimonial_text_inner{
	border-left:none;
	border-right:none;
	position:relative;
	text-align:center;
}

.testimonials_holder.full_width .testimonials .testimonial_text_inner p{
	margin: 0 0 19px;
}

.testimonial_arrow {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 0 0 -10px;
	z-index: 999;
	position: relative;
	overflow: hidden;
	left: 45px;
	bottom: 11px;
	background-color: #fbfbfb;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #eaeaea;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.testimonials.transparent .testimonial_text_inner {
	background-color: transparent !important;
	padding: 0;
    border: none;
}

.testimonial_image_holder {
	text-align: center;
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	margin: 0 0 30px;
	height:130px;
	width:130px;
	}
	
	
	
.testimonial_image_holder img{
	vertical-align: middle;
	box-sizing: border-box;
	overflow:hidden;
    border: 3px solid;
	}
.testimonials_holder .flex-direction-nav{ direction: ltr;}
.testimonials_holder p{
	margin:0;
}