/********************************************************
			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-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 {
  top: 0px;
}

#tmparallaxcmsblock .customNavigation {
  position: relative;
  width: 65px;
  margin: 0 auto;
  top: auto;
}
#tmparallaxcmsblock .customNavigation a {
  background: white;
  border: 1px solid white;
  font-size: 0px;
  height: 27px;
  width: 27px;
}
#tmparallaxcmsblock .customNavigation a.prev {
  right: 0 !important;
}
#tmparallaxcmsblock .customNavigation a.prev:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 18px;
  padding: 10px;
}
#tmparallaxcmsblock .customNavigation a.next {
  right: 35px !important;
}
#tmparallaxcmsblock .customNavigation a.next:before {
  content: "\f104";
  font-size: 18px;
  font-family: "FontAwesome";
  padding: 10px;
}
#tmparallaxcmsblock .customNavigation a:hover {
  background: #161b1e;
  color: #fff;
  border-color: #161b1e;
}

.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: -22px;
}
.customNavigation a {
  position: absolute;
  font-size: 25px;
  border: 1px solid #d4d4d4;
  width: 27px;
  height: 27px;
  line-height: 24px;
  padding: 0 !important;
}
.customNavigation a i {
  color: #FFFFFF;
  padding: 4px 0;
  font-size: 18px;
  font-weight: normal;
  vertical-align: top;
}
.customNavigation a i:before {
  color: #787878;
  text-align: center;
}
.customNavigation a:hover {
  background: #161b1e;
  border-color: #161b1e;
}
.customNavigation a:hover i:before {
  color: white;
}
.customNavigation a.prev {
  right: 26px;
}
.customNavigation a.prev i:before {
  content: "\f104";
  padding: 0 8px;
}
.customNavigation a.next {
  right: 0;
}
.customNavigation a.next i:before {
  content: "\f105";
  padding: 0 8px;
}

#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-tabcontent .tab-content #datasheet {
  margin: 0;
}
