.csl-carousel .owl-carousel .owl-item img {
  /*width: auto;*/
  float: left;
  max-width: 100%;
  margin:0;
  /*padding:1.5px;*/
}

.owl-dots {
    /*bottom: 30px;*/
    right: 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.start .owl-dots {
    /*bottom: -30px;*/
    /*margin-top: 10px;*/
    position: relative;
    z-index: 999;
    width: 100%;
    top: auto;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 50px;
    height: 50px;
    background: rgb(255, 185, 0);
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    z-index: 9999;
    position: relative;
}

/*medical buttons*/
.owl-carousel.medical .owl-nav button.owl-next, .owl-carousel.medical .owl-nav button.owl-prev {
    background: rgb(11,122,117);
    color: #fff;
}

/*automotive buttons*/
.owl-carousel.automotive .owl-nav button.owl-next, .owl-carousel.automotive .owl-nav button.owl-prev {
    background: rgb(51, 101, 138);
    color: #fff;
}

/*energy buttons*/
.owl-carousel.energy .owl-nav button.owl-next, .owl-carousel.energy .owl-nav button.owl-prev {
    background: rgb(80, 167, 191);
    color: #fff;
}

/*electronics buttons*/
.owl-carousel.electronics .owl-nav button.owl-next, .owl-carousel.electronics .owl-nav button.owl-prev {
    background: rgb(186, 0, 70);
    color: #fff;
}



.owl-carousel.medical .owl-nav button.owl-next span,
.owl-carousel.medical .owl-nav button.owl-prev span {
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: rgb(112, 112, 111) !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    display: block;
    height: 75px;
    padding-top: 6px;

}

.owl-theme .owl-dots .owl-dot span {
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot:hover span {
    color: #a9112c !important;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /*z-index: 99999;*/
    -webkit-transform: translate3d(0,0,0);
}

/*.start .owl-carousel .owl-stage-outer {
    border-width: 0px 0px 10px 0px;
    border-style: solid none solid none;
    border-color: rgb(255,185,0) transparent #ffb900 transparent;
}*/

.galleryimg_sub_right_gallery.header_slider.bottom {
    bottom: -26px;
    top: auto;
}

#videoBG {
    position:relative;
    vertical-align: bottom;
    width:100%;
    height: auto;
    z-index: -1;
}

/*ZOOM*/

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  width: 500px;
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  opacity: 1;
  display: block;
  width: 100%;
}

img[data-action="zoom"] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 666;
  -webkit-transition: all 300ms;
       -o-transition: all 300ms;
          transition: all 300ms;
}
img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  -webkit-transition:      opacity 300ms;
       -o-transition:      opacity 300ms;
          transition:      opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 1;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

/*@media (min-aspect-ratio: 16/9) {*/
/*    #videoBG {*/
/*        width:100%;*/
/*        height: auto;*/
/*    }*/
/*}*/
/**/
/*@media (max-aspect-ratio: 16/9) {*/
/*    #videoBG { */
/*        width:auto;*/
/*        height: 100%;*/
/*    }*/
/*}*/
/**/
/*@media (max-width: 767px) {*/
/*    #videoBG {*/
/*        display: none;*/
/*    }*/
/*    body {*/
/*        background: url('poster.jpg');*/
/*        background-size: cover;*/
/*    }*/
/*}*/
