#wrapper{
    background: none;
    border: none;
    height: auto;
    width: 100%;
	position:relative;
}
.title_testimonials{
	font-size:30px;
	line-height:35px;
	max-width:480px;	
	position:relative;
	padding-bottom:15px;
	margin-bottom:35px;
	text-transform:uppercase;
}
.title_testimonials:before{
	position:absolute;
	content:"";
	width:50px;
	height:3px;
	bottom:0;
	left:50%;
	margin-left:-25px;
	background:#ffffff;
}	
#slide .main-block  {
max-width:480px;

}
.media-content, .media-content-info{float:left; text-align:center;}
.media-content-info span{display:inline-block; width:100%;}
#slide img{
	height: 100px;
    margin-right: 20px;
    width: 100px;
    border-radius: 50%;
}
#slide div .content_test {
    padding: 0;
    text-align: center;
    z-index: 400;}
.des_testimonial a.read_more {
    color: #1EA0DD;
    padding-left:12px ;
}
#testimonials_block_right .title_block {
    text-align:left;
}
#testimonials_block_right .title_block h4{
    color: #444;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #e2dfdf;
    padding-bottom: 5px;
    margin-top:0;
    box-shadow: 0 1px #fff;
}
.block_testimonials{ margin: 28px 0 26px 0 ; width:100%;}
#testimonials_block_right .content_test_bottom{text-align:left; padding:0; display:inline-block;}
#testimonials_block_right .content_test_top{display:inline-block; margin-bottom:27px;}
.des_testimonial{
    font-size: 14px;
    line-height: 18px;
    min-height: 50px;
    text-align: center;
    text-shadow: none;
    margin:0;
    font-style: italic;
}
.bg_testimonials{
	background:rgba(0,0,0,0.1);
	padding:50px 0;	
}
.content_test_top .des_testimonial i{
    font-size:24px;
}
.content_test_top .des_testimonial i.icon-quote-left{
    margin-right:10px;
}
.content_test_top .des_testimonial i.icon-quote-right{
    margin-left:5px;
    line-height: 10px;
    vertical-align: bottom;
}
.media-content, .media-content-info {
    text-shadow:none;
     text-align:center;
     vertical-align: middle;
     float:left;
}
.media-content-info {
    text-align: center;
    margin-top:30px;
}
.media-content-info p{display:block; width:100%; margin:0 0 5px 0;}
.des_namepost{
  font-size: 20px;
  text-transform: uppercase;
 }
 .des_company{
    font-size: 14px;
    margin: 5px 0;
 }
 #testimonials_block_right .next.bx-next,  #testimonials_block_right .prev.bx-prev{
    position: absolute;
    text-shadow:none;
	opacity:0;
	top:50%;
	margin-top:-20px;
	border: 1px solid #ffffff;
    font-size: 18px;
	color:#ffffff;
    font-weight: normal;
    height: 25px;
    line-height: 22px;
    text-align: center;
    width: 25px;
 }
#testimonials_block_right:hover .prev.bx-prev,#testimonials_block_right:hover .next.bx-next{
	opacity:1;	
}
#testimonials_block_right .prev.bx-prev:hover, #testimonials_block_right .next.bx-next:hover{
	border-color:#eb5f60;
	color:#eb5f60;
	
}
 #testimonials_block_right .next.bx-next:hover,  #testimonials_block_right .prev.bx-prev:hover{
     transition:all 0.3s ease-in-out 0s;
     -webkit-transition:all 0.3s ease-in-out 0s;
     -moz-transition:all 0.3s ease-in-out 0s;
 }
 #testimonials_block_right .prev.bx-prev:hover:before, #testimonials_block_right .next.bx-next:hover:before{
     transition:all 0.3s ease-in-out 0s;
     -webkit-transition:all 0.3s ease-in-out 0s;
     -moz-transition:all 0.3s ease-in-out 0s;
 }
 #testimonials_block_right .next.bx-next{
     left: 50%;
	 right:auto;
 }
 #testimonials_block_right .prev.bx-prev{
	left: auto;
    right: 50%;
 }
 #testimonials_block_right .next.bx-next:before{
     content: "\f105";
    font-family: FontAwesome;
 }
 #testimonials_block_right .prev.bx-prev:before{
   content: "\f104";
    font-family: FontAwesome;
 }
.button_testimonial{ width: 265px;height: 35px; margin: 3px;}
.view_all{float: left;font-size:12px;color: aquamarine;padding-top:10px;padding-left:10px;}
.submit_link{float: right;font-size:13px;padding-top:10px;padding-right:10px;}
.view_all a:hover{font-size: 12px;font-weight: bold}
.submit_link a:hover{font-size: 12px;font-weight: bold}
#testimonials_block_right{text-align:center;height:380px; color:#ffffff; float:left; width:100%;}
@media(max-width:1199px){
    #slide{width:auto!important;}
}
@media(max-width:991px){
    #testimonials_block_right .content_test_bottom{background:transparent; display:inline-block; text-align:center;}

}
@media(max-width:767px){
	#testimonials_block_right .bx-controls-direction{
		display:none;
	}
#wrapper{
	padding:0;	
}
}


#testimonial_pagination{
    text-align: center;
display:none;
    width: 100%;
    position: absolute;
    left: 0;
    bottom:-20px;
}
#testimonials_block_right:hover #testimonial_pagination{
    display: inline-block;
}
#testimonial_pagination a{
	display:inline-block;
	color:#fff;
	margin:0 4px;
	width:14px;
	height:14px;
	text-indent:-9999px;
	background:#fff;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius:50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
#testimonial_pagination a.activeSlide,#testimonial_pagination a:hover{
	background:#ea3a3c;
}