.custom_header_slideshow_homepage { 
    clear: both;
    /*margin-bottom: -60px;*/
    position: relative;
    /*top: -60px;*/
    z-index: 99;
    opacity: 0;
}
.custom_header_slideshow_homepage .slick-slider {margin-bottom: 0;}
.custom_header_slideshow_homepage .arrow { 
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    color: white;
    cursor: pointer;
    font-size: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 50px;
}
.custom_header_slideshow_homepage .arrow.nextSlide { right: 120px; padding-left: 5px;}
.custom_header_slideshow_homepage .arrow.prevSlide { left: 120px; padding-right: 5px;}
.custom_header_slideshow_homepage .slide {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 700px;
}

.custom_header_slideshow_homepage .slide img,
.custom_header_slideshow_homepage a { 
    min-height: 700px;
    position: relative;
    width: 100%;
    display: block;
}
.custom_header_slideshow_homepage .slide .videoslide {
    background: rgba(0, 0, 0, 0) url("/includes/public/assets/images/video-btn.png") no-repeat scroll center center;
    height: 204px;
    margin: 0 auto;
    min-height: 204px;
    width: 204px;
    position: absolute;
    top: 200px;
    left: 45%;
}
.custom_header_slideshow_homepage a:hover {opacity: 1;}
.custom_header_slideshow_homepage .slideshow-shadow {
  background: -moz-linear-gradient(top,  rgba(14,36,41,0) 0%, rgba(14,36,41,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,36,41,0)), color-stop(100%,rgba(14,36,41,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(14,36,41,0) 0%,rgba(14,36,41,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(14,36,41,0) 0%,rgba(14,36,41,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(14,36,41,0) 0%,rgba(14,36,41,0.9) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(14,36,41,0) 0%,rgba(14,36,41,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

  min-height: 300px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.custom_header_slideshow_homepage .slide .slide-title {
    bottom: 120px;
    color: #fff;
    font-family: "Fertigo W01 Regular";
    font-size: 36px;
    line-height: 44px;
    left: 250px;
    position: absolute;
    z-index: 1000;
}

.custom_header_slideshow_homepage .slide .slide-title .title {font-size: 41px;}

.custom_header_slideshow_homepage .slick-dots {
    margin: 0;
    bottom: 20px;
}

.custom_header_slideshow_homepage .slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 35px;
    text-align: center;
}
.custom_header_slideshow_homepage .slick-dots li.slick-active {
  margin-right: 3px;
}

body:not(:-moz-handler-blocked) .custom_header_slideshow_homepage .slick-dots li.slick-active {top:-3px;}

.custom_header_slideshow_homepage .slick-dots li button {padding: 0; height: 33px;}
.custom_header_slideshow_homepage .slick-dots li button::before {  
    border: 1px solid #fff;
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
    top: 2px;
    display: table-cell;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    color: transparent;
    opacity: 1;   
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
}

.custom_header_slideshow_homepage .slick-dots li.slick-active button::before {
    border: 0 none;
    color: #fff;
    display: table-cell;
    font-size: 24px;
    height: 24px;
    opacity: 0.95;
    overflow: hidden;
    vertical-align: middle;
    width: 24px;
    z-index: 1;
    top: 1px;
    padding-top: 3px;
}

/*** Mobile ***/ 
@media only screen and (max-width: 40em) {
  .header-slideshow .custom_header_slideshow_homepage {top: 15px;}
  .custom_header_slideshow_homepage .slide {background-position: center center !important; min-height: 380px}
  .custom_header_slideshow_homepage a {background-size: 100%; min-height: 380px;}
  .custom_header_slideshow_homepage .slide .videoslide { background-size: 100% auto; left: 35%; top: 80px; width: 100px; min-height: 100px;} 
  .custom_header_slideshow_homepage .arrow {background-color: transparent;}
  .custom_header_slideshow_homepage .slide .slide-title {left: 0px; font-size: 20px; line-height: 34px; bottom: 25px; width: 100%; padding: 0 10px;}
  .custom_header_slideshow_homepage .slide .slide-title .title {font-size: 27px;}
  .custom_header_slideshow_homepage .slick-dots {display: none !important;}
  .custom_header_slideshow_homepage .slideshow-shadow {min-height: 200px;}
  .custom_header_slideshow_homepage .arrow.prevSlide {
      left: 5px;
  }
  .custom_header_slideshow_homepage .arrow.nextSlide {
      right: 5px;  
  }
}

/*** Small Tablet ***/ 
@media only screen and (min-width: 450px) and (max-width: 640px) { 
  .header-slideshow .custom_header_slideshow_homepage {top: 0px}
  .custom_header_slideshow_homepage .arrow {top: 40%;}
  .custom_header_slideshow_homepage .slide {background-size: 100%; min-height: 490px;}
  .custom_header_slideshow_homepage .slide img, .custom_header_slideshow_homepage a {min-height: 490px;}
  .custom_header_slideshow_homepage .slide img { min-width: 100%; min-height: 490px;}
  .custom_header_slideshow_homepage .slide .slide-title {left: 10px; bottom: 40px; max-width: 380px;}
  .custom_header_slideshow_homepage .slick-dots {
      bottom: 15px;
      max-width: 250px;
      right: 10px;
      text-align: right;
  }
  .custom_header_slideshow_homepage .arrow.prevSlide {
      left: 20px;
  }
  .custom_header_slideshow_homepage .arrow.nextSlide {
      right: 20px;  
  }
}
/*** Large Tablet ***/ 
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .header-slideshow .custom_header_slideshow_homepage {top: 0px}
  .custom_header_slideshow_homepage .arrow {top: 40%;}
  .custom_header_slideshow_homepage .slide {background-size: 100%; min-height: 490px; width: 100%;}
  .custom_header_slideshow_homepage .slide img, .custom_header_slideshow_homepage a {min-height: 490px;}
  .custom_header_slideshow_homepage .slide .videoslide { background-size: 100% auto; left: 40%; top: 110px; width: 150px; min-height: 150px;} 
  .custom_header_slideshow_homepage .slide img { min-width: 100%; min-height: 490px;}
  .custom_header_slideshow_homepage .slide .slide-title {left: 10px; bottom: 10px; max-width: 65%;}
  .custom_header_slideshow_homepage .slick-dots {
      bottom: 15px;
      max-width: 250px;
      right: 10px;
      text-align: right;
  }
  .custom_header_slideshow_homepage .arrow.prevSlide {
      left: 20px;
  }
  .custom_header_slideshow_homepage .arrow.nextSlide {
      right: 20px;  
  }
} 