/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-carousel .owl-controls{
	text-align: center;
}

.owl-carousel.owl-product-in {
    border:1px solid #ddd;
}


/* Styling Next and Prev buttons */

.owl-carousel .owl-controls .owl-nav div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 0;
	padding: 0;
	font-size:44px;
	filter: Alpha(Opacity=69);/*IE7 fix*/
	opacity: 0.69;
    top:50%;
    margin-top:-31px;
    position:absolute;

}

.owl-carousel .owl-controls .owl-nav div.owl-next{
	right:10px
}
.owl-carousel .owl-controls .owl-nav div.owl-prev{
	left:10px
}


.owl-carousel.owl-news .owl-controls .owl-nav div,
.owl-carousel.owl-product .owl-controls .owl-nav div,
.owl-carousel.owl-gallery .owl-controls .owl-nav div{
	color: #333;
}
.owl-carousel.owl-news .owl-controls .owl-nav div.owl-next{
	right:-25px
}
.owl-carousel.owl-news .owl-controls .owl-nav div.owl-prev{
	left:-25px
}

.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-next,
.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-prev{
    width: 69px;
    margin-top: 0;
    top: 0;
    opacity: 1;
    height: 100%;
    z-index: 1000;
}


.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-next{
	right:-1px;
        text-align: right;
}

.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-prev{
	left:-1px;
        text-align: left;
}


.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-next:after,
.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-prev:after{
	content: '';
        position: absolute;
        right: 0;
        bottom: 0;
        width: 69px;
        height:100%;
        z-index:-1
}

.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-next:after{
        background-image:url(../Images/grad-r.png);
         background-position:top right;
}
.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-prev:after{
        background-image:url(../Images/grad-l.png);
              background-position:top left;
}

.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-next span,
.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-prev span{
        position: absolute;
        font-size:30px;
        top:50%;
        margin-top:-15px;
}
.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-next span{
       right:5px
}
.owl-carousel.owl-gallery .owl-controls .owl-nav div.owl-prev span{
       left:5px
}

.owl-carousel.owl-product .owl-controls .owl-nav div.owl-next{
	right:0px
}
.owl-carousel.owl-product .owl-controls .owl-nav div.owl-prev{
	left:0px
}
.owl-carousel.owl-product-in .owl-controls .owl-nav div{
    color:#aaa;
}
.owl-carousel.owl-product-in .owl-controls .owl-nav div.owl-next{
	right:10px
}
.owl-carousel.owl-product-in .owl-controls .owl-nav div.owl-prev{
	left:10px
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-carousel .owl-controls.clickable .owl-nav div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/


.owl-carousel .owl-dots {
      position: absolute;
    left: 50%;
    margin-left: -400px;
    bottom: -20px;
}
@media (max-width: 767px) {
    .owl-carousel .owl-dots {
      position: absolute;
    left: 0;
    margin-left: 0;
    width:100%;
    bottom: -20px;
}
}
.owl-carousel .owl-controls .owl-dot{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-carousel .owl-controls .owl-dot span{
	display: block;
    padding:5px;
    margin:0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
    color:#999;
    font-size:28px;
         font-family: 'icomoon' !important;
}

.owl-carousel .owl-controls .owl-dot.active span,
.owl-carousel .owl-controls.clickable .owl-dot:hover span{
	   color:#f48120;
}






.owl-carousel.owl-about {
    z-index:3
}
.owl-carousel.owl-about  .owl-dots {
      position: relative;
   width:100%;
   left:initial;
   bottom:initial;
   margin:0;
}

.owl-carousel.owl-about .owl-controls .owl-dot span{
	    display: inline-block;
    padding: 0;
    margin: 0 7px;
    width: 49px;
    height: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ddd;
}


.owl-carousel.owl-about .owl-controls .owl-dot.active span,
.owl-carousel.owl-about .owl-controls.clickable .owl-dot:hover span{
	   background-color:#f48120;
}





.owl-carousel.owl-career  .owl-dots {
      position: relative;
   width:100%;
   left:initial;
   bottom:initial;
   margin:0;
}

.owl-carousel.owl-career .owl-controls .owl-dot span{
	    display: inline-block;
    padding: 0;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    border:1px solid #ddd;
}


.owl-carousel.owl-career .owl-controls .owl-dot.active span,
.owl-carousel.owl-career .owl-controls.clickable .owl-dot:hover span{
	   background-color:#666;
}










.owl-carousel.owl-product-in .owl-dots {
        position: absolute;
    width: 50px;
    left: -55px;
    top:-2px;
    margin: 0;
}
.owl-carousel.owl-product-in .owl-controls .owl-dot{
	    display: block;

}

.owl-carousel.owl-product-in .owl-controls .owl-dot span{
	    display: inline-block;
    padding: 9px;
    margin:2px 0;
    width: 50px;
    height: 50px;
    border-radius:0;
    color:#fff;
    font-size:24px;
    background: #ddd;
    font-family:Arial !important
}
.owl-carousel.owl-product-in .owl-controls .owl-dot.active span,
.owl-carousel.owl-product-in .owl-controls.clickable .owl-dot:hover span{
	   background-color:#f48120;
}

@media(max-width:767px) {
    .owl-carousel.owl-product-in .owl-dots {
        width: 100%;
        left: 0;
        top: initial;
        bottom:-55px;
    }

    .owl-carousel.owl-product-in .owl-controls .owl-dot{
	    display: inline-block;

}

    .owl-carousel.owl-product-in .owl-controls .owl-dot span {
        margin: 0 2px;
    }
}





/* If PaginationNumbers is true */

.owl-carousel .owl-controls .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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}














