/********************************************************
			Megnor Custom Styles
********************************************************/
/* line 9, ../../sass/megnor/custom.scss */
.tm-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
/* line 15, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 21, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 29, ../../sass/megnor/custom.scss */
.tm-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 35, ../../sass/megnor/custom.scss */
.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;
}
/* line 43, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item {
  float: left;
}
/* line 47, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item .manu_image a {
  display: inline-block;
}
/* line 49, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item .manu_image a img {
  width: 100%;
}
/* line 56, ../../sass/megnor/custom.scss */
.tm-carousel .owl-item:hover a img {
  border-color: blue;
}
/* line 62, ../../sass/megnor/custom.scss */
.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 */
/* line 78, ../../sass/megnor/custom.scss */
.grabbing {
  cursor: url("../../img/megnor/grabbing.png") 8 8, move;
}

/* line 82, ../../sass/megnor/custom.scss */
.customNavigation {
  position: absolute;
  z-index: 8;
  width: 100%;
  top: 98px;
}
/* line 87, ../../sass/megnor/custom.scss */
.customNavigation a {
  position: absolute;
  font-size: 25px;
  line-height: 25px;
  height: 30px;
  width: 22px;
  padding: 0 !important;
  font-size: 0;
}
/* line 96, ../../sass/megnor/custom.scss */
.customNavigation a i {
  color: #FFFFFF;
  font-size: 28px;
}
/* line 100, ../../sass/megnor/custom.scss */
.customNavigation a i:before {
  text-align: center;
}
/* line 104, ../../sass/megnor/custom.scss */
.customNavigation a i:hover, .customNavigation a i:focus, .customNavigation a i:active {
  color: pink;
}
/* line 109, ../../sass/megnor/custom.scss */
.customNavigation a.prev {
  left: 0;
  background: url("../../img/megnor/sprite.png") no-repeat scroll -6px 3px transparent;
}
/* line 112, ../../sass/megnor/custom.scss */
.customNavigation a.prev:hover {
  background-position: -6px -27px;
}
/* line 115, ../../sass/megnor/custom.scss */
.customNavigation a.prev i:before {
  content: "\f137";
  padding: 0 8px 1px 10px;
  color: #363757;
  display: none;
}
/* line 116, ../../sass/megnor/custom.scss */
.customNavigation a.prev i:hover:before {
  color: #ffd900;
}
/* line 119, ../../sass/megnor/custom.scss */
.customNavigation a.next {
  right: 0;
  background: url("../../img/megnor/sprite.png") no-repeat scroll -31px 3px transparent;
}
/* line 122, ../../sass/megnor/custom.scss */
.customNavigation a.next:hover {
  background-position: -31px -27px;
}
/* line 125, ../../sass/megnor/custom.scss */
.customNavigation a.next i:before {
  content: "\f138";
  padding: 0 8px 1px 10px;
  color: #363757;
  display: none;
}
/* line 126, ../../sass/megnor/custom.scss */
.customNavigation a.next i:hover:before {
  color: #ffd900;
}

/* line 133, ../../sass/megnor/custom.scss */
#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px;
}

/* line 136, ../../sass/megnor/custom.scss */
#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px;
}

/* line 139, ../../sass/megnor/custom.scss */
#tm-tabcontent .tab-content #datasheet {
  margin: 0;
}
