#block_testimonials {
	display: block;
	float: left;
	width: 100%;
	min-height: 400px;}

h3.title_block_testimonials {
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	color: #333333;
	padding-top: 20px;
}

#block_testimonials .block_testimonials_item {
	padding-top: 20px;
}

/*h3.title_block_testimonials:after {
	font-family: "FontAwesome";
	content: "\f0e5";
	padding-left: 5px;
	display: inline-block;
	position: relative;
	top: -5px;
}*/

/*#block_testimonials .bx-wrapper {
	background-image: url(/themes/theme1404/css/modules/jmstestimonials/img/pearlfarm_background_3.jpg);
	background-size: cover;
	background-position:center;
}*/

#block_testimonials .img-responsive {
	margin: auto;
	border-radius: 50%;
	max-width: 100px;
}

#block_testimonials .product_author, #block_testimonials .product_comment p {
	text-align: center;
	color: #333333;
}

#block_testimonials .product_author {
	padding-top: 15px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
}

#block_testimonials .product_comment {
}


@media (max-width: 768px) {
	#block_testimonials .bx-controls {
		display: none;
	}
}

.bx-pager-link {
  text-indent: -9999px;
  display: block;
  margin: 0 5px;
  outline: 0;
  border: 2px solid #c0c0c0;
  background: none!important;
}

#block_testimonials .bx-pager a.active {
background: #c0c0c0!important;
}

.blockquote {
    padding: 20px;
    position: relative;
    font-size: 14px;
    background: #f5f5f5;;
    color: #000;
    font-style: italic;
	max-width: 769px;
	margin: auto;
	margin-bottom: 30px;
	border-left: none;
}
.blockquote::before {
    border: 14px solid transparent;
    border-top: 14px solid #f5f5f5;
    border-bottom: 0;
	height: 0;
    width: 0;
    border-top-width: 25px;
    content: '';
    display: block;
    position: absolute;
    left: 40px;
    bottom: -25px;
    transform-origin: center;
    transform: rotate(90deg) skew(-25deg) translateY(17px);
}

#block_testimonials .bx-wrapper .bx-controls .bx-controls-direction {
    position: absolute;
    right: 0;
    bottom: 100%;
    background: white;
    z-index: 99;
    margin-bottom: 8px; }
    #block_testimonials .bx-wrapper .bx-controls .bx-controls-direction a {
      display: inline-block;
      position: static;
      outline: 0;
      margin: 0;
      z-index: 999;
      width: 28px;
      height: 28px;
      text-align: center; }
      #block_testimonials .bx-wrapper .bx-controls .bx-controls-direction a:before {
        font-family: "Linearicons";
        content: "\e93b";
        display: inline-block;
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        will-change: transform;
        line-height: 28px; }
      #block_testimonials .bx-wrapper .bx-controls .bx-controls-direction a.bx-next:before {
        content: '\e93c'; }
      #block_testimonials .bx-wrapper .bx-controls .bx-controls-direction a:hover {
        color: #333333; }
        #block_testimonials .bx-wrapper .bx-controls .bx-controls-direction a:hover:before {
          -moz-transform: scale(1.5, 1.5);
          -ms-transform: scale(1.5, 1.5);
          -o-transform: scale(1.5, 1.5);
          -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5); }
