/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */



/* Custom Settings */

.hero-container {
  width: 100%;
  height: 100vh;
}

.main-carousel {
  width: 100%;
  height: 100%;
  background-color: black;
}

.carousel-cell {
  width: 100%;
  height: 100%;
  margin-right: 10px;
  text-align: center;
}


/* Hero Slider Imgae Container */

.slider-bg-image {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  opacity: 1.0;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}

/* Padding Hero Container Greetings 2020 */

.padd-top-45vh {
  padding-top: 30vh;
}

@media only screen and (min-width: 600px) {
  .padd-top-45vh {
    	padding-top: 45vh; }
}


/* Background Images Hero Slider */

.slider-image-1 {
  background: url(../img/images_hero_laser_2023/product_opener_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
.slider-image-1 {
  background: url(../img/images_hero_laser_2023/product_opener_portrait.jpg) no-repeat center center/cover; }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
.slider-image-1 {
  background: url(../img/images_hero_laser_2023/product_opener_mobile.jpg) no-repeat center center/cover; }
}

.slider-image-2 {
  background: url(../img/images_hero_laser_2023/product_ws8_ng_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
.slider-image-2 {
  background: url(../img/images_hero_laser_2023/product_ws8_ng_portrait.jpg) no-repeat center center/cover; }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
.slider-image-2 {
  background: url(../img/images_hero_laser_2023/product_ws8_ng_mobile.jpg) no-repeat center center/cover; }
}

.slider-image-3 {
  background: url(../img/images_hero_laser_2023/product_mclc_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
.slider-image-3 {
  background: url(../img/images_hero_laser_2023/product_mclc_portrait.jpg) no-repeat center center/cover; }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
.slider-image-3 {
  background: url(../img/images_hero_laser_2023/product_mclc_mobile.jpg) no-repeat center center/cover; }
}

.slider-image-4 {
  background: url(../img/images_hero_laser_2023/product_wf7_ir_II_landscape.jpg) no-repeat center center/cover;
}

@media only screen and (orientation: portrait) {
.slider-image-4 {
  background: url(../img/images_hero_laser_2023/product_wf7_ir_II_portrait.jpg) no-repeat center center/cover; }
}

@media only screen and (max-width: 600px) and (orientation: portrait) {
.slider-image-4 {
  background: url(../img/images_hero_laser_2023/product_wf7_ir_II_mobile.jpg) no-repeat center center/cover; }
}




.bg-img-001:hover {
  opacity: 1.0;
  width: 103%;  
  height: 103%;
}

.transEase05 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

/* Default Settings */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}


/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  display: none;
  position: absolute;
  bottom: 0;
  width: 33vw;
  height: 100%;
  border: none;
  opacity: 0.0;
  cursor: pointer;

}

.flickity-prev-next-button:hover { opacity: 0.33; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 0;
    background: url(../img/images_background/gradient_left.png) no-repeat center left; }
.flickity-prev-next-button.next {
    right: 0;
    background: url(../img/images_background/gradient_right.png) no-repeat center right; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* arrow invisible */
.flickity-prev-next-button .arrow {
  fill: rgba(0, 0, 0, 0.0);
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 7.5%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 60px;
  height: 4px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 1.0);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot:hover {
  opacity: 0.37;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*   M E D I A  Q U E R Y /// Touch Buttons in Desktop View   */

@media only screen and (min-width: 1170px) {
  .flickity-prev-next-button {
  	display: block; }
  .flickity-page-dots .dot {
  	width: 60px;
  	height: 4px;
  	margin: 0 6px; }
}
