/* Owl Carousel Owl Demo Theme v1.3.3 */
.owl-theme .owl-controls {text-align: center;}

/* Styling Next and Prev buttons */
/*
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	}*/

.owl-prev,
.owl-next {
	position: absolute;
	width: 100px;
	height: 100% !important;
	top: 0;
	text-indent: -9999px;
	background-color: #1c1b1a !important;
	opacity: 1;
	z-index: 30;
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
			transition: all 0.1s linear;}

	.owl-prev {left:  -100px;}
	.owl-next {right: -100px;}

	.owl-next:hover {}
	.owl-prev:hover {}

		.owl-prev:before,
		.owl-next:before {
			opacity: .7;
			content: '';
			z-index: 31;
			position: absolute;
			display: block;
			width: 50px;
			height: 50px;
			margin: -25px auto 0 auto;
			top: 50%;
			background-size: 24px 24px !important;
			border-radius: 50px;
			/*background-color: rgba(255, 255, 255, 0);*/
		}
		.owl-prev:before {left: 25px; background: url('arrow-left2.svg') no-repeat center;}
		.owl-next:before {right: 25px; background: url('arrow-right2.svg') no-repeat center;}

		.owl-prev:hover:before,
		.owl-next:hover:before {opacity: 1; /*background-color: rgba(255, 255, 255, .2);*/}

		.owl-prev:hover:before {left: 23px;}
		.owl-next:hover:before {right: 23px;}

	@media(max-width: 1030px) {
		.owl-prev,
		.owl-next {width: 50px; background-color: transparent !important}
		.owl-prev {left: 0px !important;}
		.owl-next {right:0px !important;}

		.owl-prev:before,
		.owl-prev:hover:before {left: 0}
		.owl-next:before,
		.owl-next:hover:before {right: 0}

		.owl-prev:before,
		.owl-next:before {background-size: 12px 12px !important;}
	}




/* 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{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
	}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	}
.owl-pagination {position: absolute; bottom: -44px; text-align: center; width: 100%; display: block;}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ccc;
	-webkit-transition: all 0.1s linear;
	   -moz-transition: all 0.1s linear;
		 -o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
			transition: all 0.1s linear;
	}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100); /*IE7 fix*/
	opacity: 1;
	background: #999;
	}

/* If PaginationNumbers is true */
.owl-theme .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 {
	/*
	min-height: 40px;
	padding-bottom: 2.2%;*/
	/*background: url(AjaxLoader.gif) no-repeat center center*/
	background: url('/wp-content/themes/industrialbrothers/img/industrial-brothers-gear-loading-120x120-grey.gif') no-repeat center center;
	background-size: 60px 60px;
	/*opacity: 1;*/
	}
