/* General */
.collections_template_custom_related_content{
	margin-bottom: 20px;
    opacity: 1;
    position: relative;
    display: inline-block;
}

.collections_template_custom_related_content .all_content-wrapper{}

.collections_template_custom_related_content .all_content-wrapper .slider_wrapper{ position: relative;}

.collections_template_custom_related_content .all_content-wrapper .header{
    font-size: 12px;
    font-weight: bold;
    font-family: 'ITC Blair W01 Bold';    
}

.collections_template_custom_related_content .all_content-wrapper .related-item{
	border-top: 10px solid transparent;
    -webkit-border-image: url('/includes/public/assets/images/rc/header_bar.png') 50 round;
    -o-border-image: url('/includes/public/assets/images/rc/header_bar.png') 50 round;
    border-image: url('/includes/public/assets/images/rc/header_bar.png') 50 round;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
}

.collections_template_custom_related_content.green .all_content-wrapper .related-item{
    -webkit-border-image: url('/includes/public/assets/images/rc/border-green.png') 50 round;
    -o-border-image: url('/includes/public/assets/images/rc/border-green.png') 50 round;
    border-image: url('/includes/public/assets/images/rc/border-green.png') 50 round;
    background-image: url("/includes/public/assets/imagebox/standard/background-green.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.collections_template_custom_related_content.red .all_content-wrapper .related-item{
    -webkit-border-image: url('/includes/public/assets/images/rc/border-red.png') 10 round;
    -o-border-image: url('/includes/public/assets/images/rc/border-red.png') 10 round;
    border-image: url('/includes/public/assets/images/rc/border-red.png') 10 round;
    background-color: #441c0d;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.collections_template_custom_related_content .all_content-wrapper .related-item.top_green{
    -webkit-border-image: url('/includes/public/assets/images/rc/border-green.png') 50 round;
    -o-border-image: url('/includes/public/assets/images/rc/border-green.png') 50 round;
    border-image: url('/includes/public/assets/images/rc/border-green.png') 50 round;
}
.collections_template_custom_related_content .all_content-wrapper .related-item.top_red{
    -webkit-border-image: url('/includes/public/assets/images/rc/border-red.png') 10 round;
    -o-border-image: url('/includes/public/assets/images/rc/border-red.png') 10 round;
    border-image: url('/includes/public/assets/images/rc/border-red.png') 10 round;
}

.collections_template_custom_related_content.white .all_content-wrapper .related-item{
}
.collections_template_custom_related_content.blue .all_content-wrapper .related-item{
	background-color: #214e6c;
}

.collections_template_custom_related_content .all_content-wrapper .related-item .image_container {
	padding: 0px;
	float: right;
    overflow: hidden;
}
.collections_template_custom_related_content .all_content-wrapper .related-item .image_container.large-12{
	float: left;
}


.collections_template_custom_related_content img { 
	width : 100%; 
}

.collections_template_custom_related_content .text_container{
    background-size: 100% 100%;
    padding: 20px 20px 10px;
    position: initial;
}

.collections_template_custom_related_content.white .text_container{
	background-color: #fff;
}
.collections_template_custom_related_content.blue .text_container{
	background-color: #214e6c;
}

.collections_template_custom_related_content.green .text_container{
    background-image: url("/includes/public/assets/imagebox/standard/background-green.png");
}

.collections_template_custom_related_content.red .text_container .text-wrapper{
    /*background-image: url("/includes/public/assets/backgrounds/fall/BG-Fall-003-Grip.png");*/
    background-color: #441c0d;
}

.collections_template_custom_related_content .text_container .text-wrapper h4{
    font-size: 24px;
    font-family: 'ITCZemkeHandW01-Regular';
    color: #fff;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 5px;
/*    white-space: nowrap;
    overflow: hidden;*/
}
.collections_template_custom_related_content .text_container .text-wrapper h4.no_des{
    margin-bottom: 20px;
}

.collections_template_custom_related_content .text_container .text-wrapper .date{
    font-family: 'ITCZemkeHandW01-Regular';
    color: #fff;
    text-transform: none;
}

.collections_template_custom_related_content .text_container .text-wrapper .date.block,
.collections_template_custom_related_content .text_container .text-wrapper h4.block{
    font-family: 'AvantGardeGothicITCW01B_731063';
    font-weight: normal;
}

.collections_template_custom_related_content.white .text_container .text-wrapper .date,
.collections_template_custom_related_content.white .text_container .text-wrapper h4{
    color: #183d54;
}
.collections_template_custom_related_content.blue .text_container .text-wrapper .date,
.collections_template_custom_related_content.blue .text_container .text-wrapper h4{
    color: #fff;
}
.collections_template_custom_related_content .text_container span,
.collections_template_custom_related_content .text_container p{
	color: #fff;
}

.collections_template_custom_related_content .text_container p{
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
}

.collections_template_custom_related_content .force_height.text_container p{
    margin-bottom: 75px;
}

.collections_template_custom_related_content.white .text_container span,
.collections_template_custom_related_content.white .text_container p{
	color: #000;
}

.collections_template_custom_related_content .text_container .slide-count-wrapper{
    position: absolute;
    bottom: 23px;
}

.collections_template_custom_related_content .button-wrapper{
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.collections_template_custom_related_content .item-link-wrapper{
	background-image: url('/includes/public/assets/images/rc/link_button.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
    width: auto;
	height: 35px;
	position: absolute;
	left: 0px;
    padding: 7px 30px 7px 20px;
    bottom: -18px;
    font-family: 'ITC Blair W01 Bold';    
}

.collections_template_custom_related_content.green .item-link-wrapper{
    background-image: url('/includes/public/assets/images/rc/green_link_button.png');  
}
.collections_template_custom_related_content .item-link-wrapper.green{
    background-image: url('/includes/public/assets/images/rc/green_link_button.png');  
}

.collections_template_custom_related_content.red .item-link-wrapper{
    background-image: url('/includes/public/assets/images/rc/red_link_button.png');  
}

.collections_template_custom_related_content .item-link-wrapper.red{
    background-image: url('/includes/public/assets/images/rc/red_link_button.png');  
}



.collections_template_custom_related_content .item-link-wrapper .item-link{
    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    text-shadow: -2px -2px #1e5182;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}



.collections_template_custom_related_content .item-link-wrapper.green .item-link{
    text-shadow: -2px -2px #53791d;    
}

.collections_template_custom_related_content .item-link-wrapper.red .item-link{
    text-shadow: -2px -2px #9e2b18;    
}


/* Slider */
.collections_template_custom_related_content .all_content-wrapper .slides .slick-list{
    padding-bottom: 30px;
}

.collections_template_custom_related_content .all_content-wrapper .slides .slide{
    min-height: 200px;
}

.collections_template_custom_related_content .all_content-wrapper .slides .slide.image-12,
.collections_template_custom_related_content.image-12 .all_content-wrapper .slides .slide{
    /*max-height: 400px;*/
    /*min-height: 400px;*/
}

.collections_template_custom_related_content .related-item.no_image.image-12 .text_container .slide-count-wrapper {
    bottom: 30px;
}

.collections_template_custom_related_content.no_image.slider .arrow-wrapper.bottom .arrow {
    bottom: 45px;
}

.collections_template_custom_related_content .all_content-wrapper .slides .related-item.no_image.image-12{
    max-height: 300px;
    min-height: 300px;
}



.collections_template_custom_related_content .all_content-wrapper .related-item.image-12.no_description{
/*    max-height: 340px;
    min-height: 340px;*/
}


.collections_template_custom_related_content .all_content-wrapper .slides .slide img{
    min-height: 190px;
    min-width: 320px;
}
.collections_template_custom_related_content .all_content-wrapper .slides .slide .img-wrapper.placeholder{
    background-color: #231f20;
}
.collections_template_custom_related_content .all_content-wrapper .slides .slide .img-wrapper.placeholder img{
    height: auto;
    width: 700px;
    margin: auto;
}

.collections_template_custom_related_content .all_content-wrapper .slides .slide .img-wrapper.placeholder img.maxHeight{
    max-height: 232px;
    width: auto;
}


.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom .arrow.prevSlide{
    left: 38%;
    bottom: 50px;
}
.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom .arrow.nextSlide{
    left: 44%;
    right: initial;
    bottom: 50px;
}


.collections_template_custom_related_content.slider .arrow-wrapper.middle .arrow{ 
	position: absolute;
	cursor: pointer; 
	background-size: contain;
	background-repeat: no-repeat;
    margin-top: 150px;
    top: 0;
}

@media screen and (min-width: 440px){
    .collections_template_custom_related_content.slider .arrow-wrapper.middle .arrow{ 
        margin-top: 45%;
        margin-top: calc(50% - 46px);
    }
}

@media screen and (min-width: 638px){
    .sidebar-container .collections_template_custom_related_content.slider .arrow-wrapper.middle .arrow
    ,.collections_template_custom_related_content.slider .slider_wrapper.slider-col-width-4 .arrow-wrapper.middle .arrow
    ,.collections_template_custom_related_content.slider .slider_wrapper.slider-col-width-6 .arrow-wrapper.middle .arrow{ 
        margin-top: 150px;
    }
}

.collections_template_custom_related_content.slider .related-item.slide{
    position: relative;
}

@media screen and (min-width: 1012px){
    .collections_template_custom_related_content.slider .image_container.force_height,
    .collections_template_custom_related_content.no_slider .image_container.force_height{
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .collections_template_custom_related_content.slider .related-item.image-6 .content-wrapper .image_container.force_height .img-wrapper,
    .collections_template_custom_related_content.no_slider .related-item.image-6 .content-wrapper .image_container.force_height .img-wrapper{
        max-height: none;
        min-height: 100%;   
    }

    .collections_template_custom_related_content.slider .related-item.image-6 .content-wrapper .image_container.force_height .img-wrapper img,
    .collections_template_custom_related_content.no_slider .related-item.image-6 .content-wrapper .image_container.force_height .img-wrapper img{
        position: absolute;
        min-height: 100%;
    }
}

.collections_template_custom_related_content.slider .arrow-wrapper.bottom .arrow{ 
	position: absolute;
	cursor: pointer; 
	background-size: contain;
	background-repeat: no-repeat;
    bottom: 37px;
}



.collections_template_custom_related_content.slider .arrow.prevSlide { 
    left: 22px;
}

.collections_template_custom_related_content.slider .arrow-wrapper.middle .arrow.prevSlide{
    left: 14px;
}
.collections_template_custom_related_content.slider .arrow-wrapper.bottom .arrow.prevSlide{ 
    right: 55px;
    left: initial;
}

.collections_template_custom_related_content.slider .arrow.nextSlide { 
	right: 22px; 
}
.collections_template_custom_related_content.slider .arrow-wrapper.middle .arrow.prevSlide{
    right: 14px;
}
.collections_template_custom_related_content.slider .arrow-wrapper.bottom .arrow.nextSlide{ 
    right: 15px;
}


.collections_template_custom_related_content.slider .arrow-wrapper .arrow{
	height: 50px;
	width: 50px;
    transition: all 0.5s ease;
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_blue .arrow.prevSlide { 
	background-image: url('/includes/public/assets/images/rc/white_active_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_blue .arrow.nextSlide { 
	background-image: url('/includes/public/assets/images/rc/white_active_arrow_right.png');	
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_blue .arrow.prevSlide.disabled { 
	background-image: url('/includes/public/assets/images/rc/white_disabled_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_blue .arrow.nextSlide.disabled { 
	background-image: url('/includes/public/assets/images/rc/white_disabled_arrow_right.png');	
}

.collections_template_custom_related_content.slider .arrow-wrapper.light_blue .arrow.prevSlide { 
	background-image: url('/includes/public/assets/images/rc/blue_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.light_blue .arrow.nextSlide { 
	background-image: url('/includes/public/assets/images/rc/blue_arrow_right.png');	
}

.collections_template_custom_related_content.slider .arrow-wrapper.light_green .arrow.prevSlide { 
    background-image: url('/includes/public/assets/images/rc/green_light_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.light_green .arrow.nextSlide { 
    background-image: url('/includes/public/assets/images/rc/green_light_arrow_right.png');    
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_green .arrow.prevSlide { 
    background-image: url('/includes/public/assets/images/rc/green_dark_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_green .arrow.nextSlide { 
    background-image: url('/includes/public/assets/images/rc/green_dark_arrow_right.png');    
}


.collections_template_custom_related_content.slider .arrow-wrapper.light_red .arrow.prevSlide { 
    background-image: url('/includes/public/assets/images/rc/red_light_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.light_red .arrow.nextSlide { 
    background-image: url('/includes/public/assets/images/rc/red_light_arrow_right.png');    
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_red .arrow.prevSlide { 
    background-image: url('/includes/public/assets/images/rc/red_dark_arrow_left.png');
}
.collections_template_custom_related_content.slider .arrow-wrapper.dark_red .arrow.nextSlide { 
    background-image: url('/includes/public/assets/images/rc/red_dark_arrow_right.png');    
}



/* No slider */
.collections_template_custom_related_content.no_slider .all_content-wrapper{

}

.collections_template_custom_related_content.no_slider .related-item .text_container{
    min-height: 160px;
}

.collections_template_custom_related_content.no_slider .related-item .button-wrapper{
	/*margin: 0px 20px;*/
}

.collections_template_custom_related_content.no_slider .related-item .button-wrapper .item-link-wrapper{
    /*bottom: 13px;*/
}

.collections_template_custom_related_content.no_slider .all_content-wrapper .img-items{
}
.collections_template_custom_related_content.no_slider .all_content-wrapper .img-items .items{
    padding-left: 0px;
    padding-right: 0px;
}
.collections_template_custom_related_content.no_slider .all_content-wrapper .related-item{
	position: relative;
}
.collections_template_custom_related_content.no_slider .all_content-wrapper .related-item img{

}

.collections_template_custom_related_content.slider .related-item.image-4 .content-wrapper .image_container .img-wrapper,
.collections_template_custom_related_content.slider .related-item.image-3 .content-wrapper .image_container .img-wrapper{
    max-height: 240px;
}
.collections_template_custom_related_content.slider .related-item.image-4 .content-wrapper .image_container .img-wrapper img,
.collections_template_custom_related_content.slider .related-item.image-3 .content-wrapper .image_container .img-wrapper img{
    min-height: 240px;
    min-width: 480px;
    margin-left: -240px;
}  

.collections_template_custom_related_content .related-item.image-4 .content-wrapper .image_container .img-wrapper,
.collections_template_custom_related_content .related-item.image-3 .content-wrapper .image_container .img-wrapper{
	overflow: hidden;
    max-height: 200px;
    min-width: 100%;
    position: relative;
}
.collections_template_custom_related_content .related-item.image-4 .content-wrapper .image_container .img-wrapper img,
.collections_template_custom_related_content .related-item.image-3 .content-wrapper .image_container .img-wrapper img{
    min-height: 180px;
    min-width: 360px;
    position: relative;
    left: 50%;
    margin-left: -180px;
}  

.collections_template_custom_related_content .related-item.image-6 .content-wrapper .image_container .img-wrapper{
    overflow: hidden;
    max-height: 255px;
    min-width: 100%;
    position: relative;
}
.collections_template_custom_related_content .related-item.image-6 .content-wrapper .image_container .img-wrapper img{
    min-height: 255px;
    min-width: 510px;
    position: relative;
    left: 50%;
    margin-left: -255px;
}

.collections_template_custom_related_content .text_container.image-6 .slide-count-wrapper {
    bottom: 30px;
}

.collections_template_custom_related_content .force_height.text_container.image-6 .slide-count-wrapper {
    bottom: 40px;
}

.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom.image-6 .arrow.prevSlide{
    left: 30%;
    bottom: 41px;
}
.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom.image-6 .arrow.nextSlide{
    left: 39%;
    right: initial;
    bottom: 41px;
}


.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom.image-4 .arrow.prevSlide{
    left: 46%;
    bottom: 36px;
}
.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom.image-4 .arrow.nextSlide{
    left: 55%;
    right: initial;
    bottom: 36px;
}

.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom.image-3 .arrow.prevSlide{
    left: 53%;
    bottom: 36px;
}
.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom.image-3 .arrow.nextSlide{
	left: 62%;
    right: initial;
    bottom: 36px;
}

.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom .arrow.offset_bottom{
    margin-bottom: 10px;
}

@media only screen and (max-width:64.063em) {

	.collections_template_custom_related_content .all_content-wrapper .slides .slide.image-12, 
	.collections_template_custom_related_content.image-12 .all_content-wrapper .slides .slide{
	    max-height: initial;
	    min-height: initial;
	}

	.collections_template_custom_related_content .text_container {
	    width: 100%;
	    min-height: 160px;
	}
	.collections_template_custom_related_content.slider .related-item.image-4 .content-wrapper .image_container .img-wrapper, 
	.collections_template_custom_related_content.slider .related-item.image-3 .content-wrapper .image_container .img-wrapper,
	.collections_template_custom_related_content .related-item.image-6 .content-wrapper .image_container .img-wrapper{
	    max-height: initial;
	}
	.collections_template_custom_related_content.slider .related-item.image-4 .content-wrapper .image_container .img-wrapper img, 
	.collections_template_custom_related_content.slider .related-item.image-3 .content-wrapper .image_container .img-wrapper img,
	.collections_template_custom_related_content .related-item.image-6 .content-wrapper .image_container .img-wrapper img{
	    min-height: initial;
	    min-width: initial;
	    position: relative;
	    left: initial;
	    margin-left: 0px;
	}




	.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom .arrow.prevSlide {
	    bottom: 37px !important;
	    right: 70px !important;
	    left: initial !important;
	}

	.collections_template_custom_related_content.slider .arrow-wrapper.arrow_center.bottom .arrow.nextSlide {
	    bottom: 37px !important;
	    right: 22px !important;
	    left: initial !important;
	}
	.collections_template_custom_related_content.slider .all_content-wrapper .slide-count-wrapper.slide-amount-2,
	.collections_template_custom_related_content.slider .all_content-wrapper .slide-count-wrapper.slide-amount-3{
		display: none;
	}

}


@media only screen and (max-width:40.063em) {
	.collections_template_custom_related_content.slider .all_content-wrapper .slide-count-wrapper.slide-amount-2,
	.collections_template_custom_related_content.slider .all_content-wrapper .slide-count-wrapper.slide-amount-3{
		display: block;
	}

}