/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	bottom: -50px;
    margin-top:0px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	/*color: #FFF;*/
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;

	/*background: #869791;*/
	filter: Alpha(Opacity=80);/*IE7 fix*/
	opacity: 0.8; font-size:0px;
}
/* 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-theme .owl-controls .owl-page span{
	display: block;
	width: 40px;
	height: 5px;
	margin: 5px 5px;
	filter: Alpha(Opacity=90);/*IE7 fix*/
	opacity: 0.90;
	transition:all 500ms ease-in;
	background: #fff; border:0px solid #fff;
}

.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:#d81c72; padding:2px;
}

/* 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.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

.owl-prev{ position:absolute; left:-55px; top:50%;   width:40px; height:40px; transition:all 500ms ease-in-out; border-radius:100%; border:1px solid rgba(0,0,0,.60); background:#fff }
.owl-next{ position:absolute; right:-55px; top:50%;     width:40px; height:40px; transition:all 500ms ease-in-out; border-radius:100%; border:1px solid rgba(0,0,0,.60); background:#fff }

.owl-prev i, .owl-next i{ margin:2px 0px 0px; font-size:26px; color:rgba(0,0,0,0.60); transition:all 500ms ease-in-out  }
.owl-prev:hover i, .owl-next:hover i{ transform:rotate(360deg); color:#CE2A2A; }
.owl-prev:hover, .owl-next:hover{border:1px solid #CE2A2A;}


@media (max-width:1280px) {
	
.owl-prev{  left:0px;}
.owl-next{right:0px; }

.clients-sections .owl-prev { left:-2%; }
.clients-sections .owl-next { right:-2%; }



}


@media (max-width:1024px) {

.solutionlist  .owl-prev{  left: 44%;  bottom: -60px; top: auto;}
.solutionlist  .owl-next{right: 44%;  bottom: -60px; top: auto; }/**/

.range-block .owl-prev, .clients-sections .owl-prev  {left: 44%;  bottom: -80px; top: auto;}
.range-block .owl-next, .clients-sections .owl-next {right: 44%;  bottom: -80px; top: auto;}


}



@media (max-width:998px) {
	
 
	.solutionlist  .owl-prev{  left: 40%;  bottom: -60px; top: auto;}
.solutionlist  .owl-next{right: 40%;  bottom: -60px; top: auto; }/**/

.range-block .owl-prev, .clients-sections .owl-prev  {left: 40%;  bottom: -80px; top: auto;}
.range-block .owl-next, .clients-sections .owl-next {right: 40%;  bottom: -80px; top: auto;}
	
	}

@media (max-width:480px) {
	
.owl-prev, .owl-next { width:45px; height:45px; } 	
.owl-prev i, .owl-next i { font-size:33px; }	
	 
		.solutionlist  .owl-prev{  left: 30%;  bottom: -60px; top: auto;}
.solutionlist  .owl-next{right: 30%;  bottom: -60px; top: auto; }/**/ 
	 .range-block .owl-prev, .clients-sections .owl-prev  {left: 30%;  bottom: -45px; top: auto;}
.range-block .owl-next, .clients-sections .owl-next {right: 30%;  bottom: -45px; top: auto;}
	 
	 
	 }
	 
	