/** panel title **/
.contentRender_name_plugins_nav_custom_related_content h3 {
    width: 100%;
    padding: 0 18px;
    font-size: 38px;
    line-height: 38px;
    font-family: 'Embedded-DINWebPro-Bold','DIN Next W01 Bold', Arial, sans-serif;
    color: #000;
    text-align: center;
    margin: .5em 0;
}
.collections_template_custom_related_content {margin-bottom: 20px;}
.collections_template_custom_related_content.slider { position: relative; }
.collections_template_custom_related_content.slider .slides{opacity: 0;}
.collections_template_custom_related_content.slider .slides.slick-initialized{opacity: 1;}
.collections_template_custom_related_content .text_container { padding: 5px 18px; }
.collections_template_custom_related_content .text_container p { margin: 0px; }
.collections_template_custom_related_content img { width: 100%; }
.collections_template_custom_related_content ul{}
.collections_template_custom_related_content li {text-indent: 0; padding: 0;}
.collections_template_custom_related_content li::before{display: none;}
.collections_template_custom_related_content [class*="block-grid-"] > li {padding: 0;}
.collections_template_custom_related_content a,
.collections_template_custom_related_content a:active,
.collections_template_custom_related_content a:visited,
.collections_template_custom_related_content a:focus {color: inherit;}

.collections_template_custom_related_content .related-item:hover .text_container a {
  color: #ed3426;
}

.collections_template_custom_related_content .related-item:hover .links{
  bottom: 0;
}

.collections_template_custom_related_content .related-item:hover .links .link-item{
  -webkit-transform: translate(0,0);
      -ms-transform: translate(0,0);
          transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
}

.collections_template_custom_related_content .image_container{
	position: relative;
  margin-bottom: 25px;
}
.collections_template_custom_related_content .image-int{
	position: relative;
	overflow: hidden;
}
.collections_template_custom_related_content .image-int a{
  /* @T226826 make image clickable in IE */
  display: block;
}
.collections_template_custom_related_content .image_container.video{
	cursor: pointer;
}
.collections_template_custom_related_content h4 {
  color: #000;
  font-size: 21px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 10px;
  font-family: 'Embedded-DINWebPro-Bold','DIN Next W01 Bold', Arial, sans-serif;
}
.collections_template_custom_related_content h4 a {
  font-weight: normal;
}


.collections_template_custom_related_content .title{
  margin: 0 0 16px;
  padding: 14px 12px 18px;
  font-size: 25px;
  line-height: 25px;
}
.collections_template_custom_related_content .play-button{
	position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  background-image: url(/includes/client_public/imageBox/icon-play.png);
  background-size: 100%;
  z-index: 10;

	/* removes the flicker when inside slick slider */
  -webkit-transform-style: preserve-3d;
	   -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.collections_template_custom_related_content .date{
	font-size: 14px;
  margin-bottom: 8px;
}

/*********** slider *************/
.collections_template_custom_related_content .slick-slider { margin-bottom: 0; width: 100%; overflow: hidden;}
.collections_template_custom_related_content .related-nav-int{border-top: 1px solid #e1e1e1; padding: 15px 0 80px;}
.collections_template_custom_related_content button {
  position: absolute;
  top: 45%;
  z-index: 400;
  background: rgba(237,52,38,.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  line-height: 60px;
  font-size: 30px;
  cursor: pointer;
}
.collections_template_custom_related_content button:before { content: ""; }
.collections_template_custom_related_content button.slick-disabled{opacity: .75;}
.collections_template_custom_related_content .arrow i {display: none;}

.collections_template_custom_related_content .slick-prev:hover,
.collections_template_custom_related_content .slick-prev:focus,
.collections_template_custom_related_content .slick-prev{background: rgba(237,52,38,.7); color: #fff;}

.collections_template_custom_related_content .slick-next:hover,
.collections_template_custom_related_content .slick-next:focus,
.collections_template_custom_related_content .slick-next{background: rgba(237,52,38,.7); color: #fff;}

.collections_template_custom_related_content .slick-prev{left: -17px;}
.collections_template_custom_related_content .slick-next{right: -17px;}

.collections_template_custom_related_content .links{
	position: absolute;
	padding: 0 10.5px;
	bottom: -50px;
	right: 0px;
	height: 50px;
	display: block;
	z-index: 99;
	background: rgba(51,51,51,.85);
	-webkit-transition: bottom ease .6s;
          transition: bottom ease .6s;
}
.collections_template_custom_related_content .links .link-item{
	display: inline-block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: transform ease .7s;
          transition: transform ease .7s;
	transition-delay: .06s;
  -webkit-transform: translate(0,100%);
      -ms-transform: translate(0,100%);
          transform: translate(0,100%);
  -webkit-transform: translate3d(0,100%,0);
          transform: translate3d(0,100%,0);
}
.collections_template_custom_related_content  .links .pinterest{
	position: relative;
	width: 40px;
	background-image: url(/includes/client_public/icon-pin.png);
}
.collections_template_custom_related_content  .links .pinterest a,
/* T228661 - pinterest's javascript is converting these to spans sometimes */
.collections_template_custom_related_content  .links .pinterest span {
	display: block;
	width: 100% !important;
  height: 100% !important;
	opacity: 0;
	background-image: none !important;
}

.collections_template_custom_related_content .related-item .tag {
  position: absolute;
  z-index: 10;
  top: 18px;
  right: 0;
  padding: 8px 15px 6px;
  background: #FFF;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  font-family: 'DIN Next W01 Regular', Arial, sans-serif;
  text-transform: lowercase;
}

/** no items **/
.collections_template_custom_related_content.no-slides .slick-track,
.collections_template_custom_related_content.no-slides .related-item{
  width: 100% !important;
}
.collections_template_custom_related_content.no-slides h4{
  width: 100%;
  text-align: center;
  padding-top: 50px;
}
.collections_template_custom_related_content.no-slides .arrow{
  opacity: .5;
}

@media only screen and (max-width: 1280px) {
	.collections_template_custom_related_content .slick-prev{left: -12px;}
	.collections_template_custom_related_content .slick-next{right: -12px;}
}
@media only screen and (max-width: 1024px) {
    .c1-c3 {
      overflow-x: hidden;
    }
}

@media only screen and (max-width: 640px) {
	.collections_template_custom_related_content{ width: 100%; }
	.collections_template_custom_related_content ul li {width: 100%; margin: 0 auto; float: none; padding: 0;}
	.collections_template_custom_related_content .related-item{padding: 16px 12.5px;}
  .collections_template_custom_related_content .related-item.slide{padding:16px 2px;}
	.collections_template_custom_related_content .image_container{margin-bottom: 8px;}
  .collections_template_custom_related_content .image_container{padding: 0;}
  .collections_template_custom_related_content .text_container { padding: 5px 0; }


	.collections_template_custom_related_content h4 {font-size: 18px;line-height: 24px; margin-bottom: 16px;}
	.collections_template_custom_related_content .text_container p{font-size: 15.5px;line-height: 24px;}



	.collections_template_custom_related_content .play-button{width: 55px; height: 55px;}
  .collections_template_custom_related_content .slick-prev{left: -16px;}
  .collections_template_custom_related_content .slick-next{right: -16px;}

	/*.collections_template_custom_related_content button{width: 35px; height: 55px; background-size: 16px !important;}*/

}