/********************************************************
			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%;
  padding:10px 0 0;
}
.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;
}
 
.customNavigation {
  position: absolute;
  z-index: 959;
  width: 100%;
  top: -48px;
  direction: ltr !important;
  right: 0;
}
#tmtestimonialcmsblock .customNavigation{
  top:-38px;
}

@media(max-width: 991px){
  #tmtestimonialcmsblock .customNavigation{top:10px !important;}
}
.special-products .customNavigation {
  top:-10px;
}

.customNavigation a {  
    color: #ccc;
    cursor: pointer;
    font-size:0;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 32px;
    border: 1px solid #ccc;
}
#tmtestimonialcmsblock .customNavigation a{
  height: 18px;
  width: 18px;
  color: #262626;
  background: #fff;
  border:none;
}
.customNavigation a:hover{
  background: #f9ba48;
  border: 1px solid #f9ba48;
}

.customNavigation a:hover:before{ color: #fff; }
#tmtestimonialcmsblock .customNavigation a:hover:before{ color: #f9ba48; }
.customNavigation a.prev {
  right: 40px;
}

.special-products .customNavigation a.prev{
  right: 70px;
}
.product-accessories .customNavigation a.prev,.crosssell-products .customNavigation a.prev,.productscategory-products .customNavigation a.prev{
  right:55px;
}
.customNavigation a.next {
  right: 0px;
}
#tmtestimonialcmsblock .customNavigation a.next{
  right: 15px;
}
.special-products .customNavigation a.next{
  right: 30px;
}
@media(max-width: 1450px){
	.special-products .customNavigation a.next{right: 15px;}
	.special-products .customNavigation a.prev{right: 55px;}
}
.product-accessories .customNavigation a.next,.crosssell-products .customNavigation a.next,.productscategory-products .customNavigation a.next{
  right:15px;
}
.js-qv-mask .customNavigation a.next {
  right: 0;
}
@media (max-width: 1300px) {
}
@media (max-width: 991px) {
	.customNavigation a.prev {
		/*left: 0px;*/
	}
	.customNavigation a.next {
		right: 0px;
	}
	#main .images-container .js-qv-mask { margin:0px; }
}
@media (max-width: 767px) {
}
.customNavigation a.prev:before {
  content: "\E314";
  font-family: "Material Icons";
  position: absolute;
    right: 2px;
    top:-1px;
    font-size: 25px;
}
#tmtestimonialcmsblock .customNavigation a.prev:before{
  font-size: 20px;
  right: -1px;
  top:-6px;
}
#tmtestimonialcmsblock .customNavigation a.next:before{
  font-size: 20px;
  right: -2px;
  top:-6px;
}
.customNavigation a.next:before {
  content: "\E315";
  font-family: "Material Icons";
  position: absolute;
    right: 0;
     top:-1px;
     font-size: 25px;
}

#tmleftbanner img,
#tmrightbanner img{
	max-width: 100%;
}	

/******* Subbanner *******/
#tmsubbanner {
    float: left;
    margin: 0px 0 20px;
    width: 100%;
    padding: 30px;
    background: #fff;
}
@media(max-width: 1199px){
	#tmsubbanner{  padding: 20px 10px 0;  }
}
#tmsubbanner li {
    float: left;
    overflow: hidden;
}
#tmsubbanner li a{
   display: block;
  position: relative;
  overflow: hidden;
}

#tmsubbanner li:first-child {
    margin-right: 20px;
}
@media (max-width: 1199px) {
  #tmsubbanner li:first-child {
    margin-right: 18px;
  }
}
#tmleftbanner li,#tmrightbanner li,#tmrightbanner1 li,#tmrightbanner2 li {
  overflow: hidden;
}
#tmleftbanner li a,#tmrightbanner li a,#tmrightbanner1 li a,#tmrightbanner2 li a{
  display: block;
  position: relative;
}
#tmrightbanner2 li img,#tmrightbanner1 li img,#tmrightbanner li img,#tmleftbanner li img,#tmsubbanner li a {
    transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
max-width: 100%;

}
#tmrightbanner2 li img:hover,#tmrightbanner1 li img:hover,#tmrightbanner li img:hover,#tmleftbanner li img:hover,#tmsubbanner li a:hover{
   
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform:scale3d(1.05, 1.05, 1.05);
  -o-transform:scale3d(1.05, 1.05, 1.05);
  -moz-transform:scale3d(1.05, 1.05, 1.05);
}
@media (max-width: 991px) {
  #tmsubbanner {margin: 20px 0;}
  #tmsubbanner li:first-child {margin-right: 24px;}
  #tmrightbanner2 li img,#tmrightbanner1 li img,#tmrightbanner li img,#tmleftbanner li img,#tmsubbanner li a {width: auto;}
  .js-qv-mask .customNavigation a.next{
    right: 0;
  }
 }
 @media(max-width: 767px){
  #tmsubbanner li:first-child {margin-right: 15px;}
 }
 @media(max-width: 480px){
  .special-products .customNavigation {top:0;}
 }