/********************************************************
			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);
}
.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;
  z-index: 7;
  width: 100%;
  direction: ltr !important;
  text-align:center;
  clear:both;
  top: 34%;
}
.customNavigation a {
  position:absolute;
  line-height: 36px;
  padding: 0;
  border:none;
  height: 50px;
  width: 30px;
  cursor: pointer;
  overflow: hidden;
}
.customNavigation a.prev {
	right: auto;
	left: -20px;
	height: 35px;
	width: 22px;
	background: transparent url("../img/megnor/pro-arrow.png") no-repeat 0 4px;
}
.customNavigation a.next {
  right: -20px;
	left: auto;
	height: 35px;
	width: 22px;
	background: transparent url("../img/megnor/pro-arrow.png") no-repeat -72px 4px;
}
.customNavigation a.prev:hover {
	background-position: 0 -80px;
	background-color: transparent;
}
.customNavigation a.next:hover {
	background-position: -72px -80px;
	background-color: transparent;
}
#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	
.lastest_block .customNavigation{
  -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.lastest_block:hover .customNavigation {
  opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
}

@media (max-width: 1349px){ 
  .customNavigation a.prev {
    right:auto;
    left: -5px;;
  }
  .customNavigation a.next {
    right:-5px;
    left:auto;
  }

}
@media (max-width: 1199px){ 
  .customNavigation a.prev {
      left: 0;
  }
  .customNavigation a.next {
    right: 0;
  }
}

@media (max-width: 767px){
  .customNavigation a.prev {
    left: -10px;
    position: relative;
  }
  .customNavigation a.next {
    position: relative;
    right: -10px;
  }
  .customNavigation {
    position: relative;
    top: 0;
  }
  .lastest_block .customNavigation {
    top: 0;
    opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    filter: alpha(opacity=1);
  }
}.btn.disabled,
.btn.disabled:hover {
    color:white!important
    
}