ul.slick-dots {
    margin-left: 0px;
    margin-right: 0px;
}
ul.slick-dots {
    position: absolute;
    bottom: 0px;
}
.testthumb {
    width: 60px;
    height: 60px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0px;
    margin-bottom: 15px;
}
.testthumb img {
	width: 100%;
	height: auto;
}
.slick-dots {
	padding: 0px !important;
}
.slick-dots li {
	margin: 0px 2px;;
}
.slick-dots li.slick-active button:before {
	color: white;
}

.slick-dots li button:before {
	color: white;
}
.slickslider {
	    font-family: Roboto;
}
.slickslider p.review {
    font-size: 17px;
    max-width: 100%;
    margin: auto;
    color: white;
     font-family: Raleway, Raleway !important;
}
.slickslider p.review:before {

	font-family: Raleway, Raleway !important;
	content: open-quote;
	font-size: 1.5em;
	line-height: 0;
	vertical-align: -0.25em;
	margin-right: .2em;
}
.slickslider p.review:after{

	font-family: Raleway, Raleway !important;
	content: close-quote;
	font-size: 1.5em;
	line-height: 0;
	vertical-align: -0.25em;
	margin-right: .2em;
}
.slickslider p small {
	font-size: 15px;
	font-family: Raleway, Raleway !important;
color: white;
}

.slick-slider { overflow: hidden; }
.slick-slider div.slick-active .slider-img {
-webkit-animation: myMove 8s 1 ease-in-out;
animation: myMove 8s 1 ease-in-out; }

.slick-slide[aria-hidden="true"] .slider-img {
visibility: hidden; }

@keyframes myMove {
from { -webkit-transform: scale(1.0,1.0); transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; }
to { -webkit-transform: scale(1.1,1.1); transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; }
}
@-webkit-keyframes myMove {
from { -webkit-transform: scale(1.0,1.0); -webkit-transform-origin: 50% 50%; }
to { -webkit-transform: scale(1.1,1.1); -webkit-transform-origin: 50% 0%;  }
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
}

ul.slick-dots {
    position: RELATIVE;
    bottom: 0px;
}

.slick-slide p {
	    font-size: 16px;
}

/* Large Desktop */
@media screen and (min-width:1140px) {
	.slick-slide {
	    text-align: center;
	    padding: 20px 0px;
	}
}
/* Small Desktop */
@media screen and (min-width:1024px) and (max-width: 1139px){
  .slick-slide {
	    text-align: center;
	    padding: 40px 40px;
	}
	.slick-slide:before {
		margin-left: -35px;
		top: 0px;
	}
	.slick-slide:after {
		margin-left: 280px;
	}
}
/* Smaller Desktop */
@media screen and (min-width:769px) and (max-width: 1023px){
	
	.slick-slide {
	    text-align: center;
	    padding: 40px 40px;
	}

}
/* iPad */
@media screen and (min-width:767px) and (max-width: 769px){
	.slick-slide {
	    text-align: center;
	    padding: 40px 40px;
	}
	
}

@media screen and (min-width:580px) and (max-width: 767px){
	.slick-slide {
	    text-align: center;
	    padding: 40px 0px;
	}
	
}
/* iPad */
@media screen and (min-width:480px) and (max-width: 580px){
	
	.slick-slide {
	    text-align: center;
	    padding: 40px 0px;
	}
	
}
/* iPhone */
@media screen and (max-width: 479px){
	
	.slick-slide {
	    text-align: center;
	    padding: 40px 0px;
	}
	
	.testthumb {
	    width: 180px;
	    height: 60px;
	    margin: auto;
	    background-size: contain !important;
	    background-repeat: no-repeat !important;
	    background-position: center center !important;
	    border-radius: 0px !important;
	    margin-bottom: 20px !important;
	}
}