/********************************************************
			Templatemela Custom Styles
********************************************************/
.tm-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
	-ms-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-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;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-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;
}
.brands .customNavigation, #tmtestimonialcmsblock .customNavigation {
  top: 43%;
  width: 100%;
  position: absolute;
}

.js-qv-mask.additional_slider .customNavigation {
  top: 45%;
  width: 100%;
  position: absolute;
}
.brands .customNavigation a,
#tmtestimonialcmsblock .customNavigation a,
.js-qv-mask.additional_slider .customNavigation a{
  position: absolute;
}

.brands .customNavigation a.prev,
.js-qv-mask.additional_slider .customNavigation a.prev{
  left: 0;
  right: auto;
  margin: 0;
}
#tmtestimonialcmsblock .customNavigation a.prev{
  left: 30px;
  right: auto;
}

.brands .customNavigation a.next,
.js-qv-mask.additional_slider .customNavigation a.next{
  right: 0;
  left: auto;
}
#tmtestimonialcmsblock .customNavigation a.next{
  right: 30px;
  left: auto;
}
.customNavigation {
	position: absolute;
	z-index: 8;
	width: auto;
	top: -48px;
	direction: ltr !important;
	right: 0;
	left: auto;
}
.customNavigation a {
  position: relative;
  font-size: 28px;
  font-weight: normal;
  line-height: 26px;
  padding: 0;
  color: #c9c9c9;
  border: none;
  height: 10px;
  width: 22px;
  cursor: pointer;
  display: inline-block;
}
.customNavigation a.prev {
  background: url(../img/megnor/arrow.png) no-repeat scroll 0 0;
  margin-right: 11px;
}
.customNavigation a.prev:hover {
  background-position: 0 -51px;
}
.customNavigation a.next {
  background: url(../img/megnor/arrow.png) no-repeat scroll -89px 0;
}
.customNavigation a.next:hover {
  background-position: -89px -51px;
}

@media (max-width: 1199px) {
  .tm-hometabcontent .customNavigation {
    top: -63px;
  }
}
@media (max-width: 991px) {
	#main .images-container .js-qv-mask { margin:0px; }
}
@media (max-width: 767px) {
  .customNavigation {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
  }
  #tmtestimonialcmsblock .customNavigation a.prev {
    left: 0;
    right: auto;
  }
  #tmtestimonialcmsblock .customNavigation a.next {
    right: 0;
    left: auto;
  }
}
@media (max-width:480px) {
  .tm-hometabcontent .customNavigation {
    top: -13px;
  }
}