/********************************************************
			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-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;
}

#manufacturer-carousel {
  width: 95%;
  margin: 0 auto;
}

/* mouse grab icon */
#index .customNavigation {
  left: -20px;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  top: 18px;
  left: 0px;
  width: 100%;
}
.customNavigation a {
  position: absolute;
  top: 0px;
  width: 28px;
  height: 28px;
  padding: 0 !important;
}
.customNavigation a i {
  display: none;
}
.customNavigation a.prev {
  right: 25px;
  background: rgba(0, 0, 0, 0) url("../../img/megnor/aroow.png") no-repeat scroll 0 1px;
}
.customNavigation a.prev:hover {
  background-position: 0 -32px;
}
.customNavigation a.next {
  right: 0;
  background: rgba(0, 0, 0, 0) url("../../img/megnor/aroow.png") no-repeat scroll -36px 1px;
}
.customNavigation a.next:hover {
  background-position: -36px -32px;
}

#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}

#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}

#tm_manufacturer .icon-chevron-sign-left:before {
  color: #C0C0C0;
  content: "\f053";
}

#tm_manufacturer .icon-chevron-sign-right:before {
  color: #C0C0C0;
  content: "\f054";
}

#tm_manufacturer .icon-chevron-sign-left:hover:before, #tm_manufacturer .icon-chevron-sign-right:hover:before {
  color: black;
}

#tm_manufacturer .customNavigation {
  top: 78%;
  left: 0 !important;
}
#tm_manufacturer .customNavigation a.prev, #tm_manufacturer .customNavigation a.next {
  background: none;
}
#tm_manufacturer .customNavigation i {
  display: block;
  font-size: 20px;
}
