/********************************************************
			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;
}
.tmcategorylist .customNavigation {
	display: none;
}
.customNavigation {
	position: absolute;
	z-index: 7;
	width: 100%;
	direction: ltr !important;
	text-align: center;
	clear: both;
	top: 42%;
}
.customNavigation a {
	position: absolute;
	line-height: 36px;
	padding: 0;
	border: none;
	height: 40px;
	width: 30px;
	cursor: pointer;
	overflow: hidden;
	border: 0;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
}
.customNavigation a.prev {
	background: url("../img/megnor/arrow.png") no-repeat scroll 8px 5px;
	left: -40px;
	border: 0;
}
.customNavigation a.prev:hover {
	background-position: 8px -85px;
}
.customNavigation a.next {
	background: url("../img/megnor/arrow.png") no-repeat scroll -110px 5px;
	right: -40px;
	border: 0;
}
.customNavigation a.next:hover {
	background-position: -110px -85px;
}
#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);
	top: 38%;
}
.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: 1250px){
  .customNavigation a.next {right: -20px;}
  .customNavigation a.prev {left: -20px;} 
}
@media (max-width: 1199px){
  .lastest_block .customNavigation {top: 33%;}
  .customNavigation a.prev {left: -11px;}
  .customNavigation a.next {right: -11px;}
 }

 @media (max-width: 1199px){
 .customNavigation a.prev {left: -11px;}
 .customNavigation a.next {right: -11px;}
 }
@media (max-width: 767px){
  #tmcategorytabs .customNavigation {
    top: -19px;
    position: relative;
  }
  .customNavigation a.prev {
    left: 0;
    position: relative;
  }
  .customNavigation a.next {
    position: relative;
    right: 0px;
  }
  .customNavigation {
    position: absolute;
    top: -40px;
  }
  .lastest_block .customNavigation {
    top: -40px;
    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);
  }
}