/********************************************************
			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); /* IE 9 */
  transform: translate3d(0px, 0px, 0px); /* Chrome, Safari, Opera */
}
.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-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;
}
 
.customNavigation {
  position: absolute;
  width: 100%;
  direction: ltr !important;
  text-align: center;
  clear: both;
  top: 35%;
  z-index: 1;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  transition: all 500ms ease 0s;
  -webkit-transition: all 500ms ease 0s;
  -moz-transition: all 500ms ease 0s;
  -ms-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
}
.products:hover .customNavigation,
.testimonial-main:hover .customNavigation,
#tmcmsblock:hover .customNavigation{
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
}

.customNavigation a {
  position: absolute;
  line-height: 36px;
  font-style: 0;
  padding: 0;
  border: none;
  height: 35px;
  width: 35px;
  font-size: 0;
  cursor: pointer;
  overflow: hidden;
}
.brands.container .customNavigation{
  top: 25%;
  position: absolute;
}


.customNavigation a.prev {
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll 3px -49px;
  left: -30px;
  right: auto;
}
.customNavigation a.prev:hover{ background-position: 3px 2px;}

.customNavigation a.next{ 
	background:rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll -49px -49px;
	right: -30px;
  left: auto;
}
.customNavigation a.next:hover{ background-position: -49px 2px;}


.testimonial-main .customNavigation ,
.js-qv-mask.mask.additional_slider .customNavigation{
  top: 45%;
  position: absolute;
  opacity: 1;
-khtml-opacity: 1;
-webkit-opacity: 1;
-moz-opacity: 1;
}
.testimonial-main .customNavigation {
  display: none;
}
.js-qv-mask.mask.additional_slider .customNavigation a,
.testimonial-main .customNavigation a,
.brands.container .customNavigation a{
  position: absolute;
}
.js-qv-mask.mask.additional_slider .customNavigation a.prev{
  left: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll 0 -49px
}
.js-qv-mask.mask.additional_slider .customNavigation a.prev:hover{
  left: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll 0 0px
}
.js-qv-mask.mask.additional_slider .customNavigation a.next:hover{
  right: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll -49px 0px;
}
.js-qv-mask.mask.additional_slider .customNavigation a.next{
  right: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll -49px -49px;
}




#product .js-qv-mask.mask.additional_slider .customNavigation a.prev{
  left: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll 0 -49px
}
#product .js-qv-mask.mask.additional_slider .customNavigation a.prev:hover{
  left: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll 0 0px
}
#product .js-qv-mask.mask.additional_slider .customNavigation a.next:hover{
  right: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll -49px 0px;
}
#product .js-qv-mask.mask.additional_slider .customNavigation a.next{
  right: 0;
  background: rgba(0, 0, 0, 0) url("../img/megnor/arrow.png") no-repeat scroll -49px -49px;
}



.testimonial-main .customNavigation a.prev {
  height: 50px;
  padding: 0;
  width: 58px;
  left: 0;
}
.testimonial-main .customNavigation a.prev:hover {
  background-position: 0 -98px;
}
.testimonial-main .customNavigation a.next {
  height: 50px;
  padding: 0;
  width: 58px;
  right: 0;
} 
.testimonial-main .customNavigation a.next:hover{
  background-position: -118px -98px;
}

#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	


@media (max-width:1199px){
  .customNavigation a.prev{
    left: -10px;
  }
  .customNavigation a.next{
    right: -10px;
  }
}

@media (max-width:991px){
  .customNavigation a.prev{
    left: 0;
  }
  .customNavigation a.next{
    right: 0;
  }
}

@media (max-width:767px){
  .customNavigation a.prev{
    left: 0;
  }
  .customNavigation a.next{
    right: 0;
  }
  .customNavigation{
    position: relative;
    width: 100%;
    text-align: center;
    top: -10px;
    margin: 0 ;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    z-index: 0;
  }
  .customNavigation a{
    position: relative;
  }
  #tmcmsblock .customNavigation{
    margin-bottom: 15px;
  }
}