.quotes{
	color: #323d45;
	font-size: 17px;
	line-height: 1.6;
}
.quote-text .title{
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 30px;
	text-decoration: none;
	line-height: 1.75;
}
.quote-text .title .special{
	font-size: 24px;
	line-height: 1.6;
}
.quotes img{
	display: block;
	max-width: 100%;
	margin: 0 auto 45px;
}

.special .quotes-item{
	padding: 130px 0 100px;
	background-color: #008ed0;
	background-image: url(/images/quote-bg1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
.quotes-item{
	padding: 130px 0 100px;
}

.special .quotes-item,
.special .quotes-item a{
	color: #fff;
}
.special .showmore a:hover{
	color: #fff;
}

.quotes .showmore{
	display: block;
	margin-top: 30px;
	font-size: 15px;
	opacity: .6;
	transition: all .2s linear;
}
.quotes .showmore:hover{
	opacity: 1;
}

.quotes .modal-body img{
	float: left;
	max-width: 30%;
	margin: 0 30px 10px 0;
}
.asLink:not(.collapsed) span:not(.expand){
	display: none;
}
.asLink.collapsed span{
	display: block;
}
.asLink.collapsed span.expand{
	display: none;
}

@media (max-width: 1400px) {
	.quotes-item .owl-slider{
		padding: 0 100px;
	}
}
@media (max-width: 1380px) and (min-width: 1200px) {
	.quotes-item .owl-nav .owl-next{
		right: 100px!important;
	}
}
@media(max-width: 1200px){
	.quotes-item .owl-slider{
		padding: 0;
	}
	.special .quotes-item{
		padding: 100px 0 70px;
	}
}
@media(max-width: 768px){
	.quotes .owl-carousel .owl-item img{
		display: block;
		width: 100%;
		max-width: 480px;
		margin: 0 0 40px 0!important;
	}
}

@media(max-width: 600px){
	.quotes .modal-body img{
		max-width: 33.33%;
		margin-bottom: 20px;
	}
}

@media(max-width: 480px){
	.quote-text .title .special{
		font-size: 17px;
	}
	.special .quotes-item{
		padding: 60px 0 50px;
	}
	.quotes-item{
		padding: 70px 0 50px;
	}
	.quotes .owl-carousel .owl-item img{
		max-width: 100%;
	}
	.quote-text .title{
		font-size: 17px;
		margin-bottom: 20px;
	}
	.quotes-item .text_prev{
		font-size: 15px;
	}
	.quotes .showmore{
		margin-top: 20px;
	}
	.quotes .modal-body img{
		display: block;
		width: 100%;
		max-width: 260px;
		float: none;
		margin: 20px auto 30px;
	}
}
