.stars {
	background: #fff;
	clear: both;
	width: 100%;
	padding: 50px 0;
}
.stars h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    font-weight: 800;
    text-align: center;
    margin: 0 0 40px 0;
}
.stars_slider {
	padding-bottom: 60px;
}
.stars_slider .s6-box {
	max-width: 335px;
	background: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
	padding: 4px;
	min-height: 630px;
	border: none;
	margin: 0 auto;
	float: none;
}
.stars_slider .slick-slide {
	padding: 20px;
}
.stars_slider .s6-box img {
	width: 100%;
	max-width: 100%;
}
.owl-carousel_box {
	padding: 20px 0;
}
.stars_slider .name {
	background: url(../img/name.png) center top no-repeat;
	font-size: 28px;
	color: #fff;
	padding: 8px 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	line-height: normal;
	text-shadow: 2px 2px 3px rgba(28,28,28,0.35);
}
.stars_slider .name span {
	font-size: 17px;
	color: #fefc6d;
	display: block;
	font-style: italic;
	text-shadow: 2px 2px 3px rgba(28,28,28,0.35);
	display: none;
}
.stars_slider p {
	font-size: 15px;
	font-family: Arial;
	line-height: normal;
	color: #2b2b2b;
	padding: 25px;
}
.stars_slider ul.slick-dots {
	margin-top: 0px;
}
@media only screen and (max-width: 1199px) {
	.stars h1 { margin: 20px 0; }
}	
@media only screen and (max-width: 556px) {
	.stars h1 { font-size: 32px; }
}	
@media(max-width: 375px) {
	.owl-carousel_box{ padding: 0; }
	.stars_slider .s6-box {	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; border: 1px solid #dbe5cf; }
}