
.top-sellers-container {
  width:300px;
  position:absolute;
  right:0;
}
.home-carousel .carousel-inner {
  background-color: #FAFAFA;
}
.home-carousel .carousel-control {
  width: 15%;
}
.fill {
  height: 454px;
}

.side-product-img {
  height: 33.33%;
}
.home-carousel .carousel-indicators li {
  width: 12px;
  height: 12px;
  background: #CCC;
  border: 2px solid #CCC;
  border-radius: 50%;
  margin: 2px;
}
.home-carousel .carousel-indicators .active {
  width: 12px;
  height: 12px;
  background: #F9F9F9;
  border: 2px solid #005CB9;
}
.slide-2-cta {
  background-color: #424B65;
  color: #FFF;
  border: 2px solid #424B65;
  border-radius: 6px;
  padding: 5px 25px;
  transition: 0.5s;
}
.slide-2-cta:hover {
  background-color: #FFF;
  color: #424B65;
  border: 2px solid #424B65;
}
.slide-3-cta {
  background-color: #DEDFE0;
  color: #49849F;
  border: 2px solid #DEDFE0;
  border-radius: 6px;
  padding: 5px 25px;
  transition: 0.5s;
}
.slide-3-cta:hover {
  background-color: #FFF;
  color: #49849F;
  border: 2px solid #DEDFE0;
}
.slide-4-cta {
  background-color: #E8A900;
  color: #F9F9F9;
  border: 2px solid #E8A900;
  border-radius: 6px;
  padding: 5px 25px;
  transition: 0.5s;
}
.slide-4-cta:hover {
  background-color: #F9F9F9;
  color: #E8A900;
  border: 2px solid #E8A900;
}
.line-header-left {
  position: relative;
  z-index: 1;
}
.line-header-left:before {
  border-top: 3px solid #DFDFDF;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.line-header-left span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
 background-color: #FFF;
 padding: 0 15px 0 0;
}

.video-arrow-up:hover {
  background-color: #005CB9 !important;
  transition: 0.5s;
}
.video-arrow-up:hover h3 {
  color: #F6F6F6 !important;
    transition: 0.5s;
}
.video-arrow-up:hover .fa-chevron-circle-right {
  color: #005CB9 !important;
    transition: 0.5s;
}

.video-arrow-up:hover::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 0;
  height: 0;
  border-bottom: 30px solid #005CB9;
  border-top: 30px solid transparent;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transform: translate(-50%, 0%);
  transition: 0.5s;
}

@media (max-width: 1700px) {

  .zipper-img {
    right: -12% !important;
  }

}
@media (max-width: 1600px) {

  .thermal-pipe-img {
    display: none;
  }
  .zipper-img {
    right: -32% !important;
  }

}
@media (max-width: 1380px) {

  .zipper-img {
    right: -62% !important;
  }

}
@media (max-width: 1199px) {

  .hero-slider-container {
    padding-left: 0;
  }
  .slide-3-content {
    left: 40% !important;
  }
}
@media (max-width: 991px) {

  .carousel-caption {
    left: 16%;
    right: 16%;
  }
  .slide-1-content {
    width: 70%;
    top: 50% !important;
  }
  .slide-2-content {
    width: 70%;
    top: 50% !important;
    left: 50% !important;
  }
  .slide-2-content > div {
    text-align: center !important;
  }
  .slide-3-content-container {
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
  }
  .slide-3-content {
    left: 50% !important;
  }
  .zipper-img {
    display: none;
  }
}
@media (max-width: 767px) {

  .hero-slider-container {
    padding-right: 0;
  }

}

@media (max-width: 407px) {

  .col-xxs-12 {
    width: 100% !important;
  }

}
