.client-review-slider {
	position: relative
}
.b-teaser-articles .slick-arrow {
	display: none!important
}
.prev {
	width: 40px;
	height: 40px;
	background-color: red;
	position: absolute
}
.b-favourite-list__title {
	font-size: .625em;
	margin-bottom: 1.25em;
	font-weight: 600;
	letter-spacing: 2px;
	display: block;
	text-transform: uppercase;
	color: #b3b3b3
}
.slick-initialized .slick-slide{
    height:250px;
    display:block;
}
p em {
	font-family: WhiteAngelicaRegular
}
.b-teaser-articles__article.slick-slide {
	margin: 40px 20px
}
.b-teaser-articles__article.slick-slide.slick-current.slick-active.slick-center {
	margin-top: 0
}
.review-img-box {
	text-align: center;
	position: relative;
	top: 20px;
	z-index: 11;
	margin-top: 40px
}
@media (min-width: 64em) {
	.b-post-header {
		font-size: 16px;
		font-size: 1rem
	}
}
.b-post-main p:first-child:first-letter {
	float: left;
	font-family: Merriweather;
	font-size: 3.125em;
	line-height: 45px;
	padding-top: 4px;
	padding-right: 8px
}
.b-post-main__intro {
	display: flex;
	align-items: center;
	flex-direction: column
}
.b-post-main__col {
	padding-left: 20px;
	padding-right: 20px;
	flex-basis: 100%
}
.b-post-main__blockquote {
	margin: 3.75em auto;
	max-width: 21.875em
}
.b-post-main__figure {
	margin-top: 2.5em;
	margin-bottom: 2.5em
}
.b-post-main__figure--full-width {
	max-width: 100%
}
@media (min-width: 48em) {
	.b-post-main__intro {
		flex-direction: row
	}
}
.b-primary-nav {
	position: absolute;
	top: 40px;
	min-width: 320px;
	text-align: center
}
.b-primary-nav__list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	list-style: none
}
.b-primary-nav__list__item {
	display: inline-block;
	list-style: none
}
.b-teaser-articles {
	margin-left: auto;
	margin-right: auto;
	max-width: 50%;
	overflow: visible
}
.b-teaser-articles__article {
	-webkit-box-shadow: 0 18px 81px rgba(0, 0, 0, .1607843137254902);
	-moz-box-shadow: 0 18px 81px rgba(0, 0, 0, .1607843137254902);
	box-shadow: 0 18px 81px rgba(0, 0, 0, .1607843137254902);
	border-radius: 4px;
	opacity: .8;
	transform: scale(.95);
	transition: opacity .3s ease, transform .3s ease
}
.b-teaser-articles__article__content {
	padding: 1.875em;
	border-radius: 0 0 4px 4px
}
.b-teaser-articles__article__content__excerpt {
	margin: 1.875em 0;
	text-align: center
}
.b-teaser-articles__article.slick-current {
	opacity: 1;
	transform: scale(1);
	overflow: hidden;
	outline: 0
}
.slick-list {
	overflow: visible!important
}
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear
}
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(360deg)
	}
}
.owl-item .item {
	background: #fff;
	padding: 30px;
	text-align: center;
	margin: 10px auto;
	width: 80%;
	box-shadow: 0 18px 56px rgba(0, 0, 0, .08)
}
.owl-item .item p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}