/* line 4, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider {
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
/* line 13, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .item a img {
  max-width: 100%;
}
/* line 18, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
/* line 23, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 27, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-wrapper-outer .owl-wrapper {
  display: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  /*-webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 37, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-wrapper-outer .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 45, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  /*-webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);*/
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* line 56, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-wrapper-outer.autoHeight {
  /*-webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;*/
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* line 66, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons .owl-prev {
  left: 50px;
}
/* line 68, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons .owl-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 73, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons .owl-prev .icon-caret-left:before {
  content: "\f104";
}
/* line 79, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons .owl-next {
  right: 50px;
}
/* line 81, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons .owl-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 86, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons .owl-next .icon-caret-right:before {
  content: "\f105";
}
/* line 92, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons div {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: block;
  width: 60px;
  height: 60px;
  margin: 0;
  line-height: 55px;
  position: absolute;
  top: 46%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  font-size: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 109, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons div i {
  font-family: "FontAwesome";
  font-size: 40px;
  padding: 10px 0;
  color: #f0f0f0;
  text-align: center;
}
/* line 117, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-buttons div:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  /* line 92, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
  .tmhomeslider .owl-carousel .owl-buttons div {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media (max-width: 480px) {
  /* line 65, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
  .tmhomeslider .owl-carousel .owl-buttons {
    display: none;
  }
}
/* line 128, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-pagination {
  bottom: 10px;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
/* line 135, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-pagination .owl-page {
  display: inline-block;
  margin: 0px 6px 10px 0;
}
/* line 139, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-pagination .owl-page span {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 0;
  height: 12px;
  cursor: pointer;
  width: 12px;
  display: block;
}
/* line 149, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider .owl-carousel .owl-pagination .owl-page.active span, .tmhomeslider .owl-carousel .owl-pagination .owl-page:hover span {
  background: white;
}
/* line 161, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider:hover .owl-carousel .owl-buttons .owl-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 164, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider:hover .owl-carousel .owl-buttons .owl-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 167, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
.tmhomeslider:hover .owl-carousel .owl-buttons div {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 176, ../../../../sass/modules/tmhomeslider/css/tmhomeslider.scss */
#spinner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url("../../../../img/megnor/ajax-loader.gif") 50% 50% no-repeat #f0f0f0;
}
