/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.carousel-container {
margin-left: 40px;
margin-right: 40px;
}
.owl-theme .owl-controls {
line-height: 1;
}
.owl-theme .owl-controls .owl-pagination {
text-align: center;
margin-top: 50px;
position: relative;
z-index: 13;
}
.gutter .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 0;
}
.gutter .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 0;
}
.gutter-small .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 10px;
}
.gutter-small .owl-theme .owl-controls .owl-buttons div.owl-next {
right: 10px;
}
.carousel-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
left: -40px;
}
.carousel-container .owl-theme .owl-controls .owl-buttons div.owl-next {
right: -40px;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
font-size: 13px;
text-align: center;
line-height: 44px;
height: 44px;
width: 30px;
display: block;
position: absolute;
margin: -22px 0 0 0;
top: 50%;
z-index: 13;
zoom: 1;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
left: 25px;
*left: 20px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
right: 25px;
*right: 20px;
}
.owl-theme .owl-controls .owl-buttons div:before {
font-family: 'FontAwesome';
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
content: "\f053";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {
content: "\f054";
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{

}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
margin: 0 3px;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 6px;
height: 6px;
border-width: 2px;
border-style: solid;
-moz-border-radius: 5px;							/* Mozila Firefox border radius */
-webkit-border-radius: 5px;	   						/* Safari, Chrome border radius */
-khtml-border-radius: 5px;	   						/* KHTML border radius */
-icab-border-radius: 5px;	   						/* icab border radius */
border-radius: 5px;		   							/* CSS3 Opera border radius */
-opera-border-radius: 5px;
-o-border-radius: 5px;
-border-radius: 5px;
}
.owl-theme .owl-controls .owl-page.active span {
cursor: default
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
font-size: 12px;
line-height: 26px;
height: 26px;
width: 26px;
-moz-border-radius: 15px;							/* Mozila Firefox border radius */
-webkit-border-radius: 15px;	   						/* Safari, Chrome border radius */
-khtml-border-radius: 15px;	   						/* KHTML border radius */
-icab-border-radius: 15px;	   						/* icab border radius */
border-radius: 15px;		   							/* CSS3 Opera border radius */
-opera-border-radius: 15px;
-o-border-radius: 15px;
-border-radius: 15px;
}

/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url('../images/AjaxLoader.gif') no-repeat center center
}