/* SASS Document */
/* SASS Document */
/* line 9, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider img {
  margin-bottom: 0px;
  display: block;
  z-index: 0;
  position: relative;
}
/* line 18, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .img-wrap {
  margin-bottom: 0px;
  position: relative;
}
/* line 24, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider p.copy {
  color: #666666;
}
/* line 27, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider p.copy br {
  display: none;
}
/* line 32, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider a.cta-1 {
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
}
/* line 36, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider a.cta-1:first-of-type {
  margin-bottom: 10px;
}
/* line 42, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .hotspot {
  right: 0px;
  position: absolute;
  bottom: 0px;
  width: 45px;
  cursor: pointer;
  height: 45px;
  background: black;
  display: none;
  z-index: 100;
}
/* line 54, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .hotspot-mobile {
  display: block;
  z-index: 100;
  position: absolute;
}
/* line 60, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .cbutton {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 1.4em;
  height: 45px;
  width: 45px;
  -webkit-transition: color 0.7s;
  -moz-transition: color 0.7s;
  -ms-transition: color 0.7s;
  -o-transition: color 0.7s;
  transition: color 0.7s;
  cursor: pointer;
}
/* line 78, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .cbutton {
  outline: none;
}
/* line 86, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .cbutton .glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  display: none;
}
/* line 100, ../../sass/modules/1E_headvisual_overlay.scss */
.modular-template-wrapper .headvisual-slider .cbutton span.img-holder {
  display: block;
  height: 15px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 15px;
}

@media only screen and (min-width: 667px) {
  /* line 122, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider {
    position: relative;
  }
  /* line 125, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .txt-block {
    right: 8%;
    position: absolute;
    top: 29%;
    width: 312px;
    text-align: center;
  }
  /* line 132, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider p.copy {
    color: black;
  }
  /* line 135, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider p.copy br {
    display: block;
  }
  /* line 140, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider ul.slick-dots {
    position: absolute;
    top: auto;
    bottom: 0px;
    margin: 16px 0;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    z-index: 1;
  }
  /* line 149, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider ul.slick-dots li {
    height: 11px;
    width: 11px;
    margin: 0 5px;
  }
  /* line 153, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider ul.slick-dots li button, .modular-template-wrapper .headvisual-slider ul.slick-dots li button:before {
    height: 11px;
    width: 11px;
  }
  /* line 161, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider img {
    margin-bottom: 0px;
  }
  /* line 168, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .img-wrap {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 960px) {
  /* line 188, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider {
    min-height: 600px;
  }
}
@media only screen and (min-width: 1024px) {
  /* line 198, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider {
    /* Jelena */
  }
  /* line 200, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider:hover .hotspot {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  /* line 211, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .hotspot {
    background: none;
    width: 82px;
    cursor: pointer;
    height: 82px;
    position: absolute;
    display: block;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  /* line 228, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider.androidbrowser .hotspot {
    display: block;
    opacity: 1 !important;
  }
  /* line 235, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .hotspot-mobile {
    display: none;
  }
  /* line 242, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .cbutton {
    margin: 1em;
    height: auto;
    width: auto;
  }
  /* line 250, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .cbutton .glow {
    display: block;
    border: 1px solid #ffffff;
  }
  /* line 255, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .cbutton .glow {
  /*-webkit-animation: anim-effect-glow 1.5s ease-out forwards infinite;
  -moz-animation: anim-effect-glow 1.5s ease-out forwards infinite;
  -ms-animation: anim-effect-glow 1.5s ease-out forwards infinite;
  -o-animation: anim-effect-glow 1.5s ease-out forwards infinite;
  animation: anim-effect-glow 1.5s ease-out forwards infinite;
*/
    						/*  animation: anim-effect-glow ease-out 1.5s;
    						  animation-iteration-count: infinite;
    						  transform-origin: 50% 50%;
    
    						  
    						  -webkit-animation-name:anim-effect-glow;
    						  -webkit-animation-duration:1.5s;
    						  -webkit-animation-iteration-count:infinite;
    						  -webkit-animation-timing-function:ease-out;
    						  -webkit-animation-fill-mode:forwards;
    
    
    						  -moz-animation: anim-effect-glow ease-out 1.5s;
    						  -moz-animation-iteration-count: infinite;
    						  -moz-transform-origin: 50% 50%;
    						  -o-animation: anim-effect-glow ease-out 1.5s;
    						  -o-animation-iteration-count: infinite;
    						  -o-transform-origin: 50% 50%;
    						  -ms-animation: anim-effect-glow ease-out 1.5s;
    						  -ms-animation-iteration-count: infinite;
    						  -ms-transform-origin: 50% 50%; */
  }
  /* line 287, ../../sass/modules/1E_headvisual_overlay.scss */
  .modular-template-wrapper .headvisual-slider .cbutton span.img-holder {
    display: block;
    height: 15px;
    left: 9px;
    position: absolute;
    top: 9px;
    width: 15px;
  }
}
@keyframes anim-effect-glow {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes anim-effect-glow {
  0% {
    opacity: 1;
    -moz-transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes anim-effect-glow {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-o-keyframes anim-effect-glow {
  0% {
    opacity: 1;
    -o-transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -o-transform: scale3d(1, 1, 1);
  }
}
@-ms-keyframes anim-effect-glow {
  0% {
    opacity: 1;
    -ms-transform: scale3d(0.5, 0.5, 1);
  }
  100% {
    opacity: 0;
    -ms-transform: scale3d(1, 1, 1);
  }
}
