/* line 3, ../sass/style.scss */
.caruselTime {
  font-family: 'Open Sans Hebrew', 'Arial';
  direction: rtl;
  font-size: 16px;
  overflow: hidden;
}
/* line 9, ../sass/style.scss */
.caruselTime .themarker {
  color: #00C800;
}
/* line 12, ../sass/style.scss */
.caruselTime .com {
  color: #fa6400;
}
/* line 15, ../sass/style.scss */
.caruselTime .eng {
  direction: ltr;
}
/* line 18, ../sass/style.scss */
.caruselTime .coil {
  color: #09a5d9;
}
/* line 21, ../sass/style.scss */
.caruselTime .comercial {
  color: #222222 !important;
}
/* line 24, ../sass/style.scss */
.caruselTime .bgthemarker {
  background-color: #00C800;
}
/* line 27, ../sass/style.scss */
.caruselTime .bgcom {
  background-color: #fa6400;
}
/* line 30, ../sass/style.scss */
.caruselTime .bgcoil {
  background-color: #09a5d9;
}
/* line 33, ../sass/style.scss */
.caruselTime .bgcomercial {
  background-color: #f3f3f3 !important;
  color: #222222 !important;
}
/* line 38, ../sass/style.scss */
.caruselTime .conArrow {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 10;
}
/* line 43, ../sass/style.scss */
.caruselTime .conArrow .arrowLeft, .caruselTime .conArrow .arrowRight {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: htzIcons;
  position: absolute;
  cursor: pointer;
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 2.25em;
  text-align: center;
  color: #fff;
  border: none;
}
/* line 58, ../sass/style.scss */
.caruselTime .conArrow .arrowLeft:hover, .caruselTime .conArrow .arrowRight:hover {
  color: #5a5a5a;
}
/* line 62, ../sass/style.scss */
.caruselTime .conArrow .arrowLeft {
  left: -1px;
}
/* line 65, ../sass/style.scss */
.caruselTime .conArrow .arrowRight {
  right: 0;
}
/* line 69, ../sass/style.scss */
.caruselTime .hoverEfect {
  cursor: pointer;
  transform: translateY(0);
  transition: transform .1s;
}
/* line 73, ../sass/style.scss */
.caruselTime .hoverEfect:hover {
  -webkit-animation: wobble-vertical 1s ease-in-out 1;
  animation: wobble-vertical 1s ease-in-out 1;
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
/* line 179, ../sass/style.scss */
.caruselTime .contImg {
  width: 100%;
  display: inline-block;
  position: relative;
}
/* line 184, ../sass/style.scss */
.caruselTime .contImg.oveflow {
  overflow: visible;
}
/* line 188, ../sass/style.scss */
.caruselTime .movingImg {
  position: absolute;
  right: -4px;
}
/* line 193, ../sass/style.scss */
.caruselTime .movingImgTrans {
  transition: right .5s;
}
/* line 196, ../sass/style.scss */
.caruselTime .bigWindow {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 199, ../sass/style.scss */
.caruselTime .bigWindow .caruselYoutube {
  width: 100%;
  height: 100%;
}
/* line 203, ../sass/style.scss */
.caruselTime .bigWindow img {
  width: 100%;
}
/* line 207, ../sass/style.scss */
.caruselTime .bar {
  box-sizing: border-box;
  margin: 0 1px 18px;
  padding: 3px;
  float: right;
  width: initial;
}
/* line 214, ../sass/style.scss */
.caruselTime .bar a {
  text-decoration: none;
}
/* line 217, ../sass/style.scss */
.caruselTime .bar img {
  width: 100%;
  display: block;
}
/* line 221, ../sass/style.scss */
.caruselTime .bar figcaption {
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 47px;
}
/* line 227, ../sass/style.scss */
.caruselTime .bar figcaption em {
  font-weight: bold;
  font-style: normal;
}
/* line 231, ../sass/style.scss */
.caruselTime .bar figcaption p {
  color: #fff;
  padding: 0 10px;
  margin: 0;
  font-size: 1em;
}
/* line 239, ../sass/style.scss */
.caruselTime .padMargClass {
  padding: 0;
  margin: 0;
}
/* line 244, ../sass/style.scss */
.caruselTime .bigWindow figure {
  margin: 0;
  padding: 0;
}
/* line 247, ../sass/style.scss */
.caruselTime .bigWindow figure img {
  display: block;
}
/* line 250, ../sass/style.scss */
.caruselTime .bigWindow figure figcaption {
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 42px;
}
/* line 255, ../sass/style.scss */
.caruselTime .bigWindow figure figcaption em {
  font-weight: bold;
  font-style: normal;
}
/* line 259, ../sass/style.scss */
.caruselTime .bigWindow figure figcaption p {
  color: #fff;
  padding: 0 10px;
  margin: 0;
  font-size: 1em;
}

/* line 268, ../sass/style.scss */
.blindShow {
  border: 0px none !important;
  clip: rect(0px, 0px, 0px, 0px) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0px !important;
  position: absolute !important;
  width: 1px !important;
}

/*# sourceMappingURL=style.css.map */
