.collections_template_custom_related_content {
	position: relative;
	margin-bottom: 25px;
}
	.collections_template_custom_related_content.slider {
		opacity: 0;
	}

		.collections_template_custom_related_content .image_container img {
			width : 100%;
		}

	.collections_template_custom_related_content .text_container.large-6,
	.collections_template_custom_related_content .text_container.large-8,
	.collections_template_custom_related_content .text_container.large-9,
	.collections_template_custom_related_content .text_container.large-12 {
		padding-top: 15px;
	}

.collections_template_custom_related_content .title {
}		
	.collections_template_custom_related_content .title h2,
	.collections_template_custom_related_content.slider .title h2 {
		margin-bottom: 10px;
		font-family: 'L Futura W01';
		font-size: 24px;
		line-height: 30px;
		color: #7ba6bb;
		background-color: #fff;
	}
	.collections_template_custom_related_content.slider .title h2 {
		width: 70%;
	}
	.collections_template_custom_related_content.slider .title .line {
		display: none;
		border-bottom: 1px solid #7ba6bb;
		height: 1px;
		position: absolute;
		top: 18px;
		right: 120px;
		width: 20%;
	}

.collections_template_custom_related_content.slider .arrow {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0;
	cursor: pointer;
}
	.collections_template_custom_related_content.slider .arrow.nextSlide {
		background-image: url('/includes/public/assets/images/arrow-next.jpg');
		right: 14px;
	}
	.collections_template_custom_related_content.slider .arrow.prevSlide {
		background-image: url('/includes/public/assets/images/arrow-prev.jpg');
		right: 50px;
	}

.collections_template_custom_related_content .text_container {
}
	.collections_template_custom_related_content .text_container h4 {
		margin: 0 0 10px;
		padding: 0px;
		font-family: 'L Futura W01';
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
		color: #506270;
	}
		.collections_template_custom_related_content .text_container h4 a {
			font-weight: 700;
			color: #506270;
			font-size: 18px;
			line-height: 20px;
		}

	.collections_template_custom_related_content .text_container p {
		margin: 0px !important;
		font-size: 15px !important;
	}

	.collections_template_custom_related_content .text_container a.readmore {
		display: inline-block;
		margin-top: 5px;
		margin-bottom: 1px;
		padding: 7px 10px;
		border: 1px solid #7ba6bb;
		color: #7ba6bb;
		font-weight: bold;
	}

@media only screen and (min-width: 40.063em) {
	.collections_template_custom_related_content.slider .title .line {
		display: block;
	}
	.collections_template_custom_related_content .title h2,
	.collections_template_custom_related_content.slider .title h2 {
		font-size: 30px;
		line-height: 35px;
		width: 100%;
	}
	.collections_template_custom_related_content.slider .arrow.prevSlide {
		right: 64px;
	}
	.collections_template_custom_related_content .text_container h4 a {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (min-width: 64.063em) {
	.collections_template_custom_related_content .text_container.large-6,
	.collections_template_custom_related_content .text_container.large-8,
	.collections_template_custom_related_content .text_container.large-9 {
		padding-top: 0px;
	}
}
