/********************************************************
			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; }

#index .customNavigation {
  top: 41%; }

.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: 41%; }
  @media (max-width: 991px) {
    .customNavigation {
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      top: auto !important; } }
  .customNavigation a {
    position: absolute;
    font-size: 25px;
    line-height: 25px;
    padding: 0 !important;
    border: 2px solid transparent; }
    .customNavigation a i {
      color: #FFFFFF;
      font-size: 30px; }
      .customNavigation a i:before {
        text-align: center; }
      .customNavigation a i:hover, .customNavigation a i:focus, .customNavigation a i:active {
        color: pink; }
  .customNavigation a.prev {
    left: -45px; }
    @media (max-width: 1270px) and (min-width: 991px) {
      .customNavigation a.prev {
        left: -10px; } }
    @media (max-width: 991px) {
      .customNavigation a.prev {
        position: static; } }
    .customNavigation a.prev i:before {
      content: "\f104";
      padding: 0 8px 1px 10px;
      color: #808080;
      border: 2px solid transparent;
      transition: all 300ms ease 0s; }
      @media (max-width: 991px) {
        .customNavigation a.prev i:before {
          border: 2px solid #000000;
          color: #000000; } }
    .customNavigation a.prev i:hover:before {
      color: #000000;
      border-color: #000000;
      transition: all 300ms ease 0s; }
  .customNavigation a.next {
    right: -45px; }
    @media (max-width: 1270px) and (min-width: 991px) {
      .customNavigation a.next {
        right: -10px; } }
    @media (max-width: 991px) {
      .customNavigation a.next {
        position: static; } }
    .customNavigation a.next i:before {
      content: "\f105";
      padding: 0 8px 1px 10px;
      color: #808080;
      border: 2px solid transparent;
      transition: all 300ms ease 0s; }
      @media (max-width: 991px) {
        .customNavigation a.next i:before {
          border: 2px solid #000000;
          color: #000000; } }
    .customNavigation a.next i:hover:before {
      color: #000000;
      border-color: #000000;
      transition: all 300ms ease 0s; }

#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; }

/*# sourceMappingURL=custom.css.map */
