/********************************************************
			Megnor Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.tm-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.tm-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.tm-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.tm-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;
  transition: height 500ms ease-in-out;
}
.tm-carousel .owl-item {
  float: left;
}
.tm-carousel .owl-item .manu_image a {
  display: inline-block;
}
.tm-carousel .owl-item .manu_image a img {
  width: 100%;
}
.tm-carousel .owl-item:hover a img {
  border-color: blue;
}
.tm-carousel .owl-wrapper,
.tm-carousel .owl-item {
  /* fix */
  -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);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../../img/megnor/grabbing.png") 8 8, move;
}

#index .customNavigation {
  bottom: 120px;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  bottom: 10px;
  text-align: center;
}
.customNavigation a {
  position: absolute;
  height: 37px;
  width: 39px;
  padding: 0 !important;
}
.customNavigation a.prev {
  background: url(../../img/megnor/prod-arrow.png) no-repeat scroll 0 0 transparent;
  left: 47%;
}
@media (max-width: 991px) {
  .customNavigation a.prev {
    left: 45%;
  }
}
@media (max-width: 767px) {
  .customNavigation a.prev {
    left: 38%;
  }
}
@media (max-width: 318px) {
  .customNavigation a.prev {
    left: 29%;
  }
}
.customNavigation a.prev i:before {
  content: "";
}
.customNavigation a.prev:hover {
  background-position: 1px -36px;
}
.customNavigation a.next {
  background: url(../../img/megnor/prod-arrow.png) no-repeat scroll -38px 0 transparent;
  margin-left: 10px;
  right: 45%;
}
@media (max-width: 1200px) {
  .customNavigation a.next {
    right: 44%;
  }
}
@media (max-width: 767px) {
  .customNavigation a.next {
    right: 45%;
  }
}
@media (max-width: 318px) {
  .customNavigation a.next {
    right: 43%;
  }
}
.customNavigation a.next i:before {
  content: "";
}
.customNavigation a.next:hover {
  background-position: -37px -36px;
}

#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}

#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}

#manufacturer_slider .customNavigation {
  bottom: 40px;
}
#manufacturer_slider .customNavigation .prev {
  left: 0;
}
#manufacturer_slider .customNavigation .next {
  right: 0;
}
#manufacturer_slider #manufacturer-carousel {
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  #manufacturer_slider #manufacturer-carousel {
    width: 80%;
  }
}
@media (max-width: 319px) {
  #manufacturer_slider #manufacturer-carousel {
    width: 70%;
  }
}


.ie8 .customNavigation a.next {
  right: 45%;
}
