<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reviews-gallery {
	position: relative;
	width: 100%;
	z-index: 2;
	margin: 0 auto
	max-width: 750px
	font-size: 16px;
	color: #666;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: 0.2px;
}

.reviews-gallery .mask {
	position: relative;
	overflow: hidden;
	max-width: 750px
}

.reviews-gallery .mask .slideset {
	width: 99999px;
	float: left
}

.reviews-gallery .mask .slide {
	max-width: 750px;
min-height:280px;
	float: left
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.reviews-gallery .img_social{
	float: right;
}
/*.reviews-gallery .mask .slide img {
	width: 100%
}*/

.reviews-gallery .mask .slide.active {
	z-index: 1
}

.reviews-gallery .mask .slide .slide-placeholder {
	width: 100%;
	display: block;
	height: auto
}
.reviews-gallery .reviewer_info{
margin:0 0 20px;
}
.reviews-gallery h3{
	color: #ff9935;
	margin: 0 0 10px;
	font:500 18px/20px 'Roboto', serif;
	overflow: hidden;
}
.reviews-gallery .author_img{
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	margin: 0 10px 0 0;
}
/*.reviews-gallery .caption {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 20px 200px;
	top: 0;
	left: 0;
	color: #fff
}

.reviews-gallery .caption p {
	font: 300 42px/60px Poppins, sans-serif
}

.reviews-gallery .caption .caption_table {
	display: table;
	width: 100%;
	vertical-align: middle;
	height: 100%
}

.reviews-gallery .caption .caption_table .caption_cell {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 100%
}

.reviews-gallery .caption .caption_table .caption_cell div {
	display: inline-block;
	vertical-align: top;
	max-width: 600px
}

.reviews-gallery .caption .btn-slider {
	font-size: 13px;
	line-height: 18px;
	color: #fff
}*/

/*.reviews-gallery .reviewsgallery-pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	text-align: center;
	top: 50%;
	right: 0;
	width: 100px;
	height: 100%;
	position: absolute;
	z-index: 4;
	margin: -100px 0 0
}

.reviews-gallery .reviewsgallery-pagination li {
	margin: 0 0 10px -4px
}

.reviews-gallery .reviewsgallery-pagination li a {
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}

.reviews-gallery .reviewsgallery-pagination li.active a {
	width: 90px;
	height: 90px
}

.reviews-gallery .btn-slider {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 40px;
	border: 2px solid #fff;
	color: #fff;
	border-radius: 0;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s
}

.reviews-gallery .btn-slider:hover {
	color: #000;
	background: #fff
}*/


.reviews-gallery .btn-prev,
.reviews-gallery .btn-next {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 3;
	width: 40px;
	height: 40px;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	margin: -20px 0 0;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	color:#fff;
	text-decoration: none;
}

.reviews-gallery .btn-next {
	left: auto;
	right: 0;
}

.reviews-gallery.not-enough-slides a.btn-prev,
.reviews-gallery.not-enough-slides a.btn-next {
	visibility: hidden
}
.reviews-pagination{
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.reviews-pagination li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.reviews-pagination li a{
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #000;
	font-size: 0;
	line-height: 0;
}
.reviews-pagination li.active a{
	background: #000;
}</pre></body></html>