body{
	--slider-width: 100%;
	/*--slider-height: 300px;*/
	--slider-height: 100%;
}
/*.slider {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: var(--slider-width);
	height: var(--slider-height);
	box-shadow: 3px 3px 10px rgba(0,0,0,.2);
}*/
.wl-testimonials{
	overflow-x: auto
}
.wl-wrapper {
	overflow: hidden;
	position: relative;
	width: var(--slider-width);
	height: var(--slider-height);
	z-index: 1;
}
.wl-sslides {
	display: flex;
	position: relative;
	top: 0;
	/*left: calc((-1) * var(--slider-width));*/
	/*width: 10000px;*/
	/*width: 100%*/
	width: auto
}

.wl-sslides.shifting {
	transition: left .2s ease-out;
}

.wl-sslide {
	width: var(--slider-width);
	height: var(--slider-height);
	cursor: pointer;
	display: flex;
	/*flex-direction: column;*/
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	transition: all 1s;
	position: relative;
	/*background: #FFCF47;*/
	border-radius: 2px;
	max-height: 100%;
}

.wl-sswrapper{
	width: 90%;
	text-align: center;
	padding: 30px 50px
}
.wl-sslide .wl-scontent{
	font-size: .9em;
    font-style: italic;
    line-height: 1.5;
}
.wl-sslide .wl-sname{
	font-weight: 700
}

/*.slider.loaded {*/
/*.loaded .wl-sslide:nth-child(2),
		.loaded .wl-sslide:nth-child(7) {
		background: #FFCF47
	}
	.loaded .wl-sslide:nth-child(1),
		.loaded .slide:nth-child(6) {
		background: #7ADCEF
	}
	.loaded .wl-sslide:nth-child(3) {
		background: #3CFF96
	}
	.loaded .wl-sslide:nth-child(4) {
		background: #a78df5
	}
	.loaded .wl-sslide:nth-child(5) {
		background: #ff8686
	}*/
/*}*/

.wl-control {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50px;
	margin-top: -20px;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	z-index: 2;
}

.wl-prev,
.wl-next {
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}


.wl-prev {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronLeft-512.png);
  /*left: -20px;*/
  left: 5px;
}

.wl-next {
  background-image: url(https://cdn0.iconfinder.com/data/icons/navigation-set-arrows-part-one/32/ChevronRight-512.png);
  /*right: -20px;*/
  right: 5px;
}

.wl-prev:active,
.wl-next:active {
  transform: scale(.8);
}
.wl-dots{
	text-align:center;
}
.wl-dot{
	display:inline-block;
	background:grey;
	padding:8px;
	border-radius:50%;
	margin:10px 5px;
}
.wl-active-dot{
	background:crimson;
}

@media (max-width:48em){
/*	.wl .wl-testimonials{
		padding: 0 15px
	}*/
	.wl-wrapper{
		padding: 0 !important
	}
}

.my-test{
	width:40px !important;
	height: 34px !important;
	border:0 !important;
	border-radius: 0 !important;
	text-indent: -9999px !important;
	background-color: #000 !important;
	position: relative !important
}
.my-test::after{
	content: "";
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 40px !important;
	height: 34px !important;
	background: var(--icon-magnifying-glass);
	background-color: #fff
}
