.carousel{
	width:90%;
	margin:0px auto;
}
.slick-slide{
	margin:10px;
}
.slick-slide img{
	width:100%;
}
.slick-prev, .slick-next{
	border-radius: 15px;
	border-color: transparent;
	width: 30px;
	height: 30px;
}
.slick-prev:before, .slick-next:before {
	font-size: 30px;
	color: #F28C28;
}
.card{
	border: 1px solid #ccc;
	box-shadow: 1px 1px 15px #ccc;
}
.card-body{
	background: #fff;
	width: 100%;
	vertical-align: top;
}
.card-content{
	text-align: left;
	color: #333;
	padding: 15px;
}
.card-title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1rem;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;	
	overflow: hidden;
}
.card-star {
	margin-bottom: 8px;
}
.card-text {
	display: block;
	margin-bottom: 10px;
	font-size: 0.875rem;
    font-weight: 400;
    height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;    
    line-height: 16px;
}
.card-name {
	font-size: 0.75rem;
	color: #999;
}
.slick-dots li button:before {
	font-size: 12px;
}

@media all and (min-width:768px) and (max-width:1199px) {
	.carousel {
		width: 70%;
	}
}