.testimonial_text h2 {
	color: #43A3AC;
	font-size: 20px;
	line-height: 20px;
	text-align: right;
}
.testimonial_text h3 {
	color: #43A3AC;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	font-weight: normal;
	padding: 0;
}
.testimonial_text h4 {
	color: #43A3AC;
	font-size: 13px;
	line-height: 13px;
	text-align: right;
}
.box-depoimentos table.form-list {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 0;
	border-radius: 5px 5px 5px 5px;
	padding: 20px;
	width: 100%;
}
span.required {
	color: #EB340A;
}
span.required.mail{
	color: #EB340A;
	font-size: 15px;
}
.box-depoimentos .form-list input.input-text {
	margin: 0 0 10px;
	width: 100%;
	padding: 5px;
	color: #b8a9a9;
}
.box-depoimentos table#product-review-table {
	margin: 10px 0 10px;
}
.box-depoimentos label.rating {
	padding: 10px 0 0 0;
}
#testimonial_img {
	margin-bottom: 10px;
}
.testimonial_image {
	float: left;
	width: 120px;
	height: 120px;
}
.testimonial_text {
	float: left;
	width: 565px;
}
.box-depoimentos .description-box {
	min-height: 50px;
}
.testimonials {
	margin: 40px 0 0 0;
}
.testimonial_sidebar_name {
	font-style: italic;
	margin: 10px 10px 7px;
	overflow: hidden;
}
.testimonial_sidebar_box .rating-box {
	margin-left: 52px;
	margin-top: -16px;
	padding-bottom: 8px;
}
.testimonial_sidebar_text {
	min-height: 200px;
	padding: 6px 9px;
	text-align: left;
	font-style: italic;
}
.testimonials_sidebar .block-content a {
	float: none;
	font-size: 11px;
	line-height: 1.25;
	text-align: right;
	text-decoration: underline;
}
/* ###################################################################### */

/* list.css */
/* reset styles */
#bis2bis-depoimentos {
	text-align: center;
	height: 100%;
	background: transparent;
	color: #555555;
	font-size: 12px;
	margin: auto;
	max-width: 656px;
	margin: 40px auto 15px;
	position: relative;
	font-family: "Raleway", sans-serif;
}
#bis2bis-depoimentos .list:before {
	width: 23px;
	height: 20px;
	background: url(../../images/aspas.png);
	content: "";
	position: absolute;
	left: 1px;
	top: 51px;
}
#bis2bis-depoimentos .list:after {
	width: 23px;
	height: 20px;
	background: url(../../images/aspas.png);
	content: "";
	position: absolute;
	right: 18px;
	bottom: 36px;
	transform: rotate(180deg);
}
#bis2bis-depoimentos .rating-box {
	display: block;
	float: none;
	margin: 0 auto;
	display: none;
}
#bis2bis-depoimentos label {
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 100;
	color: #c75d93;
	font-family: 'PT Sans Narrow', sans-serif;
}
#bis2bis-depoimentos .btn-depo {
	display: inline-block;
	background: #c85d93;
	border: none;
	border-radius: 0;
	padding: 8px 30px;
	margin-top: 38px;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: none;
	font-weight: 600;
	transition: all ease 0.3s;
}
#bis2bis-depoimentos .btn-depo span {
}
#bis2bis-depoimentos .btn-depo:hover {
	text-decoration: none;
	background: #826d78;
}
#bis2bis-depoimentos .btn-depo:hover span {
	opacity: 0.8;
}
#bis2bis-depoimentos #shareBtn {
	background: url(../../images/compartilhar.png) no-repeat;
	border: none;
	font-size: 0;
	width: 100px;
	height: 23px;
}

#bis2bis-depoimentos .bis2bis-header {
	border-bottom: 1px solid #d4d4d4;
	clear: both;
	display: inline-block;
	padding-bottom: 9px;
	margin-bottom: 15px;
	height: 57px;
	width: 100%;
}
#bis2bis-depoimentos .title {
	position: relative;
	margin-bottom: 10px;
	height: 35px;
}
#bis2bis-depoimentos .title h2 {
	color: #222222;
	float: left;
	font-size: 1em;
	font-weight: bold;
}
#bis2bis-depoimentos .title .lft {
	background: url(../../images/depoimento/panda_title_lft.png) no-repeat;
	left: 0;
	position: absolute;
	top: 0;
	width: 5px;
	height: 35px;
}
#bis2bis-depoimentos .title .mdl {
	background: url(../../images/depoimento/panda_title_mdl.png) repeat-x;
	padding: 12px 0 12px 10px;
	left: 5px;
	position: absolute;
	top: 0;
	right: 5px;
	height: 11px;
}
#bis2bis-depoimentos .title .rgt {
	background: url(../../images/depoimento/panda_title_rgt.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0px;
	width: 5px;
	height: 35px;
}

#bis2bis-depoimentos .bis2bis-tags {
	float: left;
	font-size: 0.9em;
	padding: 0 15px;
}
#bis2bis-depoimentos .bis2bis-tags span {
	color: #666666;
	float: left;
	margin-right: 10px;
}
#bis2bis-depoimentos .bis2bis-tags ul {
	float: left;
}
#bis2bis-depoimentos .bis2bis-tags li {
	float: left;
	display: inline;
	margin-right: 5px;
}
#bis2bis-depoimentos .bis2bis-tags a {
	color: #004b91;
	text-decoration: underline;
}
#bis2bis-depoimentos .bis2bis-tags a:hover {
	text-decoration: none;
}
#bis2bis-depoimentos .bis2bis-avg-rating {
	float: right;
	padding-right: 15px;
	position: relative;
	cursor: default;
	color: #999999;
	font-size: 0.9em;
}
#bis2bis-depoimentos .head {
  display: block;
  margin: 0 auto;
  text-align: left;
}

#bis2bis-depoimentos .bis2bis-container {
	position: relative;
}
#bis2bis-depoimentos .bis2bis-container .image {
  padding: 0;
  width: 55px;
  display: block;
  margin: 0 auto;
  height: 55px;
  border: 3px solid #262626;
  border-radius: 50px;
}
#bis2bis-depoimentos .bis2bis-container .image img {
	width: 100%;
	display: block;
	z-index: 9;
}
#bis2bis-depoimentos .t-text {
	font-size: 14px;
	height: 60px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #826d78;
	overflow: hidden;
}
#bis2bis-depoimentos .t-text p {
	display: inline-block;
	position: relative;
	font-weight: normal;
	color: #826d78;
}

#bis2bis-depoimentos .escrever,
#bis2bis-depoimentos .ver-mais {
	border: 1px solid #000000;
	color: #000000;
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	padding: 2px 10px;
}

#bis2bis-depoimentos .loader {
	background: url(../../images/depoimento/loader.gif) no-repeat center;
	color: #333333;
	display: block;
	float: left;
	font-size: 1em;
	text-indent: -9999px;
	padding: 4px 12px;
	height: 16px;
	width: 16px;
}

#bis2bis-depoimentos .grid .t-single {
	float: left;
	margin-right: 35px;
	margin-bottom: 20px;
	position: relative;
}
#bis2bis-depoimentos .grid .t-single.last {
	margin-right: 0;
}
#bis2bis-depoimentos .grid .t-rating {
	display: inline-block;
	height: 17px;
	width: 89px;
	z-index: 1;
}
#bis2bis-depoimentos .grid .t-rating .bis2bis-rating-stars {
	margin: 0;
}
#bis2bis-depoimentos .grid .t-details-meta {
	margin-top: 3px;
	overflow: hidden;
	width: 158px;
	z-index: 50;
}
#bis2bis-depoimentos .grid .t-details-meta span, #bis2bis-depoimentos .grid .t-details-meta a {
	float: left;
	display: inline-block;
	margin-bottom: 5px;
}
#bis2bis-depoimentos .grid .t-details-meta .t-name {
	color: #222222;
	font-weight: bold;
	width: 100%;
}
#bis2bis-depoimentos .grid .t-details-meta .t-position {
	color: #888888;
	font-size: 0.9em;
}
#bis2bis-depoimentos .grid .t-details-meta .t-website {
	color: #004b91;
	font-size: 0.9em;
	text-decoration: none;
}
#bis2bis-depoimentos .grid .t-details-meta .t-website:hover {
	text-decoration: underline;
}

#bis2bis-depoimentos.p1 {
	background: url(../../images/depoimento/quote.png) no-repeat;
	display: inline-block;
	float: left;
	margin-right: 8px;
	margin-top: -4px;
	height: 31px;
	width: 40px;
}
#bis2bis-depoimentos.p2 {
	background: url(../../images/depoimento/quote_small.png) no-repeat;
	display: inline-block;
	float: right;
	margin-top: -20px;
	height: 22px;
	width: 29px;
}
#bis2bis-depoimentos .list {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
#bis2bis-depoimentos .list .t-single {
	float: left;
	margin-bottom: 20px;
}
#bis2bis-depoimentos .bis2bis-container.list .image img {
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#bis2bis-depoimentos .bis2bis-container.list .content .arrow {
	background: url(../../images/depoimento/arrow_list.png) no-repeat;
	position: absolute;
	left: -11px;
	top: -1px;
	height: 14px;
	width: 11px;
}
#bis2bis-depoimentos .bis2bis-container .content p {
	color: #777777;
	line-height: 1.4em;
}
#bis2bis-depoimentos .bis2bis-container .content .head {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
	overflow: hidden;
	padding-bottom: 3px;
}
#bis2bis-depoimentos .list .t-rating {
	display: inline-block;
	float: left;
	margin-right: 10px;
	height: 17px;
	width: 89px;
	z-index: 1;
}
#bis2bis-depoimentos .list .t-rating .bis2bis-rating-stars {
	margin: 0;
}
#bis2bis-depoimentos .list .t-details-meta {
  display: block;
  overflow: hidden;
  vertical-align: top;
  clear: none;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}
#bis2bis-depoimentos .list .t-details-meta span, #bis2bis-depoimentos .list .t-details-meta a {
	margin-bottom: 5px;
}
#bis2bis-depoimentos .list .t-details-meta .t-name {
	color: #c75d93;
	font-size: 17px;
	margin-bottom: 11px;
	margin-top: 14px !important;
	display: inline-block;
	font-weight: bold;
}
#bis2bis-depoimentos .list .t-details-meta .t-position {
	color: #969696;
	font-size: 15px;
	clear: both;
	margin-bottom: 15px;
	float: none;
	margin-top: 5px;
	display: block;
	display: none;
}
#bis2bis-depoimentos .list .t-details-meta .t-website {
	color: #004b91;
	font-size: 0.9em;
	text-decoration: none;
	padding-top: 1px;
}
#bis2bis-depoimentos .list .t-details-meta .t-website:hover {
	text-decoration: underline;
}
/* add form link */
#bis2bis-depoimentos span.form-link {
	float: right;
	margin-right: 20px;
}
#bis2bis-depoimentos span.form-link a {
	color: green;
	font-weight: bold !important;
	text-decoration: none;
}
#bis2bis-depoimentos span.form-link a:hover {
	text-decoration: underline;
}

#bis2bis-depoimentos .owl-carousel .owl-controls .owl-nav .owl-prev, #bis2bis-depoimentos .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: 0;
    position: inherit;
    top: 50%;
    margin: 0;
    left: 0;
    margin: 0 2px;
    border: 2px solid #f6b3d5;
    background-image: url(../../images/owl-arrow2.png);
    background-repeat: no-repeat;
    background-position: 17px 3px;
}
#bis2bis-depoimentos .owl-carousel .owl-controls .owl-nav .owl-next {
	background-position: -25px 2px;
}
#bis2bis-depoimentos .owl-carousel .owl-controls .owl-nav .owl-prev:hover, #bis2bis-depoimentos .owl-carousel .owl-controls .owl-nav .owl-next:hover {background-image: url(../../images/owl-arrowh.png);}

.owl-dots {}
.owl-dots .owl-dot { display: inline-block;width: 12px;height: 12px;border-radius: 30px;margin-right: 5px;background: #fff;border: solid 1px #db94ba;}
.owl-dots .owl-dot.active {background: #db94ba;border: solid 1px #db94ba;}


.ver-mais-depoimentos{
    float: left;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.image-case-capa{
	background: url("../../images/depoimento/mascara-foto.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 205px;
    position: absolute;
    width: 158px;
}

.image-cases{
	width: 195px;
	float: left;
	overflow: hidden;
}
.wrapper-box-cms {
	background: url(../../images/bg-depoimentos.jpg) no-repeat;
	display: inline-block;
	width: 100%;
}
.box-depoimentos {
	clear: both;
	margin-top: 20px;
}

.depoimento-index-index .col-main #bis2bis-depoimentos {
	max-width: 100%
}
.depoimento-index-index .col-main #bis2bis-depoimentos .list .t-single {
	width: 100%;
}
.depoimento-index-index .col-main #bis2bis-depoimentos .list:before,
.depoimento-index-index .col-main #bis2bis-depoimentos .list:after {
	display: none;
}
.depoimento-index-index .col-main a[href="#depoimento_cadastrar"] {background: #e3a5c4;border-radius: 0;border: none;color: #FFF;text-transform: uppercase;text-shadow: none;}