/********************************************************
			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;
}

.customNavigation {
  position: absolute;
  z-index: 8;
  top: 15px;
  width: 100%;
}
.customNavigation a {
  color: #D7CEB2;
  font-size: 0px;
  line-height: 25px;
  position: absolute;
  top: -53px;
  width: 18px;
  height: 18px;
  background: url("../../img/megnor/sprite_info.png") no-repeat -54px -57px;
  cursor: pointer;
}
.customNavigation a:hover {
  color: #A6976B;
}
.customNavigation a.next {
  background-position: -21px 0px;
  right: 10px;
}
.customNavigation a.next:hover {
  background: url("../../img/megnor/sprite_info.png") no-repeat -21px -28px;
}
.customNavigation a.prev {
  background-position: 4px 0px;
  right: 40px;
}
.customNavigation a.prev:hover {
  background: url("../../img/megnor/sprite_info.png") no-repeat 4px -28px;
}

#index #tm_manufacturer .customNavigation a {
  height: 33px;
  top: 65px;
  width: 18px;
}
#index #tm_manufacturer .customNavigation a.next {
  background-position: -39px -84px;
  right: -20px;
}
@media only screen and (max-width: 767px) {
  #index #tm_manufacturer .customNavigation a.next {
    right: 0px;
  }
}
#index #tm_manufacturer .customNavigation a.next:hover {
  background-position: -39px -124px;
}
#index #tm_manufacturer .customNavigation a.prev {
  background-position: 1px -87px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  #index #tm_manufacturer .customNavigation a.prev {
    left: 0px;
  }
}
#index #tm_manufacturer .customNavigation a.prev:hover {
  background-position: 1px -127px;
}
#index .customNavigation {
  position: absolute;
  z-index: 8;
  top: 15px;
  width: 100%;
}
#index .customNavigation a {
  color: #D7CEB2;
  font-size: 0px;
  line-height: 25px;
  position: absolute;
  top: -12px;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 0;
  background: url("../../img/megnor/sprite_info.png") no-repeat 0 0;
  cursor: pointer;
}
#index .customNavigation a:hover {
  color: #A6976B;
}
#index .customNavigation a.next {
  background-position: -21px 0px;
  right: 10px;
}
#index .customNavigation a.next:hover {
  background-position: -21px -28px;
}
#index .customNavigation a.prev {
  background-position: 4px 0px;
  right: 35px;
}
#index .customNavigation a.prev:hover {
  background-position: 4px -28px;
}
#index #views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}
#index #views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}
