/********************************************************
			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: 130px; }
  #index .customNavigation a.next {
    right: 13px; }
    @media (max-width: 767px) {
      #index .customNavigation a.next {
        right: 8px; } }
  #index .customNavigation a.prev {
    left: -15px; }

.customNavigation {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 80px; }
  @media (max-width: 767px) {
    .customNavigation {
      width: 99%; } }
  .customNavigation a {
    position: absolute;
    padding: 0 !important;
    font-size: 0px;
    width: 23px;
    height: 45px; }
  .customNavigation a.prev {
    left: -15px;
    background: url(../../img/megnor/sprite.png) no-repeat -11px -179px transparent; }
    .customNavigation a.prev:hover {
      background-position: -11px -305px; }
  .customNavigation a.next {
    right: -15px;
    background: url(../../img/megnor/sprite.png) no-repeat -11px -242px transparent; }
    .customNavigation a.next:hover {
      background-position: -11px -368px; }

#views_block .customNavigation a.thumbs_list_prev {
  left: 0;
  right: auto;
  top: 10px; }

#views_block .customNavigation a.thumbs_list_next {
  right: 0;
  top: 10px; }

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