/********************************************************
			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: 90%;
  margin: 0 auto;
}

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

.customNavigation {
  position: absolute;
  z-index: 959;
  top: 5px;
  width: 100%;
}
.customNavigation a {
  position: absolute;
  top: 110px;
  font-size: 25px;
  line-height: 25px;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .customNavigation a {
    top: 80px;
  }
}
@media (max-width: 768px) {
  .customNavigation a {
    top: 80px;
  }
}
@media (max-width: 480px) {
  .customNavigation a {
    top: 70px;
  }
}
.customNavigation a i {
  background: #d9d9d9;
  color: #FFFFFF;
  font-size: 28px;
}
.customNavigation a:before, .customNavigation a:hover {
  text-align: center;
}
.customNavigation a:hover, .customNavigation a:focus, .customNavigation a:active {
  color: #fff;
  background: #444;
}
.customNavigation a.prev {
  left: 5px;
}
.customNavigation a.prev i:before {
  content: "\f104";
  padding: 0 8px 1px 10px;
}
.customNavigation a.next {
  right: 5px;
}
.customNavigation a.next i:before {
  content: "\f105";
  padding: 0 8px 1px 10px;
}

#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 .centertitle_block {
  display: none;
}
#manufacturer_slider .block_content {
  border: none;
  padding-top: 0;
}
#manufacturer_slider .block_content .customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
}
#manufacturer_slider .block_content .customNavigation a {
  position: absolute;
  top: 5px;
  box-shadow: none;
}
#manufacturer_slider .block_content .customNavigation a i {
  background: none;
  color: #888;
  font-size: 40px;
  border: 1px solid #ECE6E6;
}
#manufacturer_slider .block_content .customNavigation a:before, #manufacturer_slider .block_content .customNavigation a:hover {
  text-align: center;
  color: #F82F92;
}
#manufacturer_slider .block_content .customNavigation a:hover, #manufacturer_slider .block_content .customNavigation a:focus, #manufacturer_slider .block_content .customNavigation a:active {
  color: #F82F92;
  background: none;
}
#manufacturer_slider .block_content .customNavigation a.prev {
  left: 0px;
}
#manufacturer_slider .block_content .customNavigation a.next {
  right: 0px;
}

.customNavigation a i:hover {
  color: #fff;
  background: #444;
}

#manufacturer_slider .customNavigation a i:hover {
  color: #F82F92;
}
