/*

  @T237107 - This CSS file is included on the detail pages for listings and events. Any changes made here will also effect those detail pags.

*/

.contentRender_name_plugins_collections_template_custom_slider{
  overflow: hidden;
}
.custom_slider_int{
  position: relative;
}
.custom_slider_title{
  font-size: 28px;
  line-height: 32px;
  color: #151515;
  font-weight: bold;
  padding-top: 45px;
  padding-bottom: 60px;
  border-top: 1px solid #ececec;
  letter-spacing: 1px;
}

.custom_slider {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding-left: 100px;
  margin: 0 auto 45px;
}
.custom_slider .custom_slider_title_wrapper{
  max-width: 1215px;
  padding-right: 15px;
}

.custom_slider .slides-wrapper{
  max-width: 1400px;
  overflow: hidden;
}
.custom_slider .slides{
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-transition-delay: .3s; /* Safari */
          transition-delay: .3s;
}
.custom_slider .slides.slick-initialized{
  opacity: 1;
}
.custom_slider .slick-list{
  overflow: visible;
}

.custom_slider .slide{
  position: relative;
}
.custom_slider .slide .tag,
.custom_slider_single .slide .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;
}
.custom_slider_single .slide .tag{
  right: auto;
  left: 0;
}
.custom_slider .image{
  position: relative;
}
.custom_slider .play-button{
  position: absolute;
  top: 0;right: 0;bottom: 0;left: 0;
  margin: auto;
  width: 111px;
  height: 111px;
  border: 2px solid #FFF;
  text-align: center;
  line-height: 111px;
  z-index: 400;
  color: #FFF;
  border-radius: 50%;
  font-size: 50px;

  /* 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;
}
.custom_slider .slide img{
  max-width: 100%;
}
.custom_slider .slide.slide-even{
  padding-top: 27px;
}
.custom_slider .info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 130px;

  /* 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;
}
.custom_slider .content{
  width: 100%;
  background: rgba(255,255,255,.10);
  padding: 10px 30px;
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
}
.custom_slider .text_black .content{
	color: #000;
}
.custom_slider .title{
  text-transform: uppercase;
}
.custom_slider .content a{color: inherit; font-weight: normal;}

.custom_slider .arrow{
  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;
}
.custom_slider .arrow.slick-disabled {opacity: .5;}
.custom_slider .prevSlide{left: -90px;}
.custom_slider .nextSlide{right: 120px;}

.custom_slider .slick-dots{
  text-align: center;
  padding: 0;
  bottom: -40px;
  margin: 10px 0;
}
.custom_slider .slick-dots li{
  display: inline-block;
}
.custom_slider .slick-dots li button{
  text-indent: -9999999px;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background: #a1a1a1;
  border-radius: 100%;
  padding: 0;
  margin: 0 12px;
   outline: 0 !important;
}
.custom_slider .slick-dots li.slick-active button{
  background: #ed3426;
}

/*** single slider ***/
.custom_slider_single{
  position: relative;
  padding: 18px;
}
.custom_slider_single .slides{
  opacity: 0;
  -webkit-transition: opacity .3s;
          transition: opacity .3s;
  -webkit-transition-delay: .3s; /* Safari */
          transition-delay: .3s;
}
.custom_slider_single .slides.slick-initialized{
  opacity: 1;
}
.custom_slider_single .slide{
  position: relative;
}
.custom_slider_single .image{
  position: relative;
}
.custom_slider_single .play-button{
  position: absolute;
  top: 0;right: 0;bottom: 0;left: 0;
  margin: auto;
  width: 111px;
  height: 111px;
  border: 2px solid #FFF;
  text-align: center;
  line-height: 111px;
  z-index: 400;
  color: #FFF;
  border-radius: 50%;
  font-size: 50px;

  /* 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;
}
.custom_slider_single .info{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 130px;

  /* 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;
}
.custom_slider_single .text_black .content{
	color: #000;
}
.custom_slider_single .content{
  width: 100%;
  background: rgba(255,255,255,.10);
  padding: 10px 30px;
  color: #FFF;
  font-size: 14px;
  line-height: 22px;
}
.custom_slider_single .title{
  text-transform: uppercase;
}
.custom_slider_single .content a{color: inherit;}
.custom_slider_single .arrow{
  position: absolute;
  top: 45%;
  z-index: 200;
  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;
}
.custom_slider_single .arrow.slick-disabled {opacity: .5;}
.custom_slider_single .prevSlide{left: -15px;}
.custom_slider_single .nextSlide{right: -15px;}

@media only screen and (max-width: 1130px){
  .custom_slider .slide.slide-even {padding-top: 26px;}
  .custom_slider .nextSlide{right: 50px;}
}
@media only screen and (max-width: 1024px){
  .custom_slider_single{margin: 0 auto; max-width: 618px;}
   .custom_slider_title{padding-bottom: 70px;}
}
@media only screen and (max-width: 640px){
  .custom_slider_title{padding: 60px 0 40px; font-size: 70px; line-height: 75px;}
  .custom_slider .custom_slider_title_wrapper{padding-right: 0;}

  .custom_slider{padding: 0 45px;}
  .custom_slider .slides-wrapper{width: 100%;}
  .custom_slider .slide.slide-even {padding-top: 0;}
  .custom_slider .arrows{display: none;}
}
@media only screen and (max-width: 575px){
  .custom_slider{padding: 0 15px;}
  .custom_slider .slick-dots li button{margin: 0 4px;}
  .custom_slider .content{line-height: 16px; padding: 10px 20px;}
}