@-webkit-keyframes caption-small3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform: scale3d(1);
            transform: scale3d(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform: scale3d(1);
            transform: scale3d(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale3d(1.4);
            transform: scale3d(1.4);
  }
}

@keyframes caption-small3 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform: scale3d(1);
            transform: scale3d(1);
  }
  35% {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform: scale3d(1);
            transform: scale3d(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale3d(1.4);
            transform: scale3d(1.4);
  }
}

@-webkit-keyframes caption-big3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale3d(1.4);
            transform: scale3d(1.4);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale3d(1.4);
            transform: scale3d(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform: scale3d(1);
            transform: scale3d(1);
  }
}

@keyframes caption-big3 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale3d(1.4);
            transform: scale3d(1.4);
  }
  35% {
    opacity: 0;
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    -webkit-transform: scale3d(1.4);
            transform: scale3d(1.4);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform: scale3d(1);
            transform: scale3d(1);
  }
}

.custom_header_slideshow_homepage {
  position: relative;
  visibility: hidden;
  background-color: #fff;
}

.custom_header_slideshow_homepage .slides,
.custom_header_slideshow_homepage .text-slides {
  margin-bottom: 0;
}

.custom_header_slideshow_homepage .text-slides {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 300px;
}

.custom_header_slideshow_homepage .arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #000;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
  -webkit-transform: translate3d(0,-50%,0);
          transform: translate3d(0,-50%,0);
}
.custom_header_slideshow_homepage .arrow.nextSlide {
  right: 50%;
  margin-right: -584px;
}
.custom_header_slideshow_homepage .arrow.prevSlide {
  left: 50%;
  margin-left: -584px;
}

.custom_header_slideshow_homepage .text-slide {
  position: relative;
  z-index: 1;
  margin: 0 4px;
  width: 100%;
  min-height: 300px;
  box-shadow: none;
  outline: none;
}

.custom_header_slideshow_homepage .slide {
  position: relative;
  z-index: 1;
  margin: 0 4px;
  width: 100%;
  max-width: 1110px;
  box-shadow: none;
  outline: none;
}
.custom_header_slideshow_homepage .slide.single {
  margin: 0;
  max-width: 100%;
}
.custom_header_slideshow_homepage .slide:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 40px rgba(0,0,0,.4);
}
.custom_header_slideshow_homepage .slide .gradient {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
}
.custom_header_slideshow_homepage .slide img {
  width: 100%;
  position: relative;
}
.custom_header_slideshow_homepage .text-slide .content {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 60px;
  min-width: 230px;
  width: 100%;
  max-width: 1110px;
  opacity: 0;
  -webkit-animation: caption-small3 1.5s ease forwards;
     -moz-animation: caption-small3 1.5s ease forwards;
          animation: caption-small3 1.5s ease forwards;
}
.custom_header_slideshow_homepage .text-slide.slick-current .content {
  -webkit-animation: caption-big3 1.5s ease forwards;
     -moz-animation: caption-big3 1.5s ease forwards;
          animation: caption-big3 1.5s ease forwards;
}
.custom_header_slideshow_homepage .text-slide .content .video-link { color: #fff; }
.custom_header_slideshow_homepage .text-slide .content .video-link:focus,
.custom_header_slideshow_homepage .text-slide .content .video-link:active {
  box-shadow: none;
  outline: none;
}
.custom_header_slideshow_homepage .text-slide .content .title {
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: 'Lavanderia', sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
}
.custom_header_slideshow_homepage .text-slide .content .description {
  margin-top: -25px;
  padding-top: 5px;
  padding-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  text-transform: uppercase;
}
.custom_header_slideshow_homepage .text-slide .content .link a {
  display: inline-block;
  padding: 10px 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 6px;
}



.custom_header_slideshow_homepage.blog .text-slide .content .title {
  font-family: 'Fjalla One', sans-serif;
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
.custom_header_slideshow_homepage.blog .text-slide .content .description {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 40px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
  text-transform: none;
  float: right;
  text-align: right;
  max-width: 545px;
  margin-bottom: 10px;
}
.custom_header_slideshow_homepage.blog .text-slide .content .link {
  clear: both;
}

.custom_header_slideshow_homepage .text-slide .content .link a.link-color-red { background-color: #ef4135; }
.custom_header_slideshow_homepage .text-slide .content .link a.link-color-green { background-color: #afbd22; }
.custom_header_slideshow_homepage .text-slide .content .link a.link-color-blue { background-color: #00afdb; }
.custom_header_slideshow_homepage .text-slide .content .link a.link-color-purple { background-color: #8177b7; }

@media only screen and (max-width: 1188px) {
  .custom_header_slideshow_homepage .arrow.prevSlide {
    left: 30px;
    margin-left: 0;
  }
  .custom_header_slideshow_homepage .arrow.nextSlide {
    right: 30px;
    margin-right: 0;
  }

  .custom_header_slideshow_homepage .text-slides { min-height: 230px; }
  .custom_header_slideshow_homepage .slide,
  .custom_header_slideshow_homepage .text-slide {
    margin: 0;
    max-width: 1188px;
  }
  .custom_header_slideshow_homepage .text-slide { min-height: 230px; }
  .custom_header_slideshow_homepage .text-slide .content { padding: 30px; }
  .custom_header_slideshow_homepage .text-slide .content .title,
  .custom_header_slideshow_homepage .text-slide .content .description {
    font-size: 50px;
    line-height: 60px;
  }  

  .custom_header_slideshow_homepage.blog .text-slide .content .description {
    line-height: 30px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .custom_header_slideshow_homepage .arrow {
    width: 35px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
  }
  .custom_header_slideshow_homepage .arrow.prevSlide { left: 20px; }
  .custom_header_slideshow_homepage .arrow.nextSlide { right: 20px; }

  .custom_header_slideshow_homepage .text-slides,
  .custom_header_slideshow_homepage .text-slide { min-height: 121px; }
  .custom_header_slideshow_homepage .text-slide .content {
    padding: 10px 15px;
    text-align: center !important;
  }
  .custom_header_slideshow_homepage .text-slide .content .title,
  .custom_header_slideshow_homepage .text-slide .content .description {
    font-size: 24px;
    line-height: 34px;
  }
  .custom_header_slideshow_homepage .text-slide .content .link a {
    padding: 5px 10px;
    font-size: 12px;
  }


  .custom_header_slideshow_homepage.blog .text-slide .content .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .custom_header_slideshow_homepage.blog .text-slide .content .description {
    display: none;
  }
  .custom_header_slideshow_homepage.blog .text-slide .content .link {
    margin-bottom: 5px;
  }
}

/* t - 249502 */
.slideshow_container a.video-link{text-decoration: none;}
