/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/
/* Styling Next and Prev buttons */
.owl-theme .owl-buttons div{
	display: block;
    border: 1px solid #e6e6e6;
    font-size: 0;
	color:#000;
    height: 38px;
    width: 38px;
    position: absolute;
	top: -12%;
	line-height: 38px;
  	background: url("../../images/megnor/arrow.png") no-repeat scroll 0 0;    
}
.team-carousel.owl-theme .owl-buttons div.owl-prev{ left:26px; }
.team-carousel.owl-theme .owl-buttons div.owl-next{ right:26px; }
.owl-theme .owl-buttons div.owl-prev:hover { background-position: 0 -58px;}
.owl-theme .owl-buttons div.owl-next:hover { background-position: -68px -58px;}
.owl-theme .owl-buttons div.owl-prev {
    left: auto;
    right: 60px;
}
.owl-theme .owl-buttons div.owl-next {
    right:14px;
    background-position: -68px 0;
}
.brand-carousel.owl-theme .owl-buttons div.owl-next:before{ border:none;}
#brand-products .owl-carousel {
	width: 100%;
	margin:0 auto;
}
#brand-products .owl-theme .owl-buttons div{ top: 40%; }
#brand-products  .owl-theme .owl-buttons div.owl-prev { left: -12px;right:auto; }
#brand-products .owl-theme .owl-buttons div.owl-next { right: -12px;left:auto; }
#brand-products .owl-theme .owl-buttons div.owl-next:before{ padding:0; }
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-page {
	display: inline-block;    
	margin:0 3px;
	vertical-align: top;
}
.owl-pagination .owl-page span{
	height:12px;
	width:12px;
	background-color:#ffffff;
	display:block;
	border-radius:50%;
	-webkit-border-radius:50%;
	-khtml-border-radius:50%;
	-moz-border-radius:50%;
}
.owl-pagination .owl-page:hover span,.owl-pagination .owl-page.active:hover span,.owl-pagination .owl-page.active span{ background:#000000; }
.owl-pagination .owl-page.active span{ cursor:default; }
.owl-pagination .owl-page span:before{
	font-family:'FontAwesome';
	font-size:13px;
	color:#000;
}
.product-page .owl-pagination{margin: 10px 0;}
/* If PaginationNumbers is true */
.owl-theme .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-pagination {
    margin: 0;
    text-align: center;
}
/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(../../images/owl/AjaxLoader.gif) no-repeat center center;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    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-page,
.owl-buttons div {
    cursor: pointer;
}
/* mouse grab icon */
.grabbing {
    cursor: url("../../images/owl/grabbing.png") 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item {
    -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);
}
.owl-carousel {
    position: relative;
}
/*==  Recent Portfolio Slider ==*/
.portfolio-container, #latest_news {
    margin: 0 auto;
}