/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/




#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls .owl-buttons div {
  padding: 5px 9px;
}
 
.owl-theme .owl-buttons i{
  margin-top: 2px;
}
 
.owl-prev{
  left: 0;
  top: 50%;
  padding: 4px;
}
 
.owl-next{
  top: 50%;
  right: 0;
}



.fa{
	color:white;
	font-size: 60px;
	font-weight: 100;
}


/* Styling Next and Prev buttons */

.owl-buttons div{
   position: absolute;
   margin: auto;
   height: 100%;
   opacity: 0.5;
   top: 0; 
   bottom: 0; 
   background-color:rgba(0, 0, 0, 0.5);
   width: 30px;


}

/*.owl-pagination{
  position: absolute;
  top: 50%;
  left:0;
  right:0;
  color: red;
  font-size: 180px;
  z-index:1005;
  

}*/

icon{
   position: absolute;
   height: 100%;
   top: 40%; 
   
   }
.fa-angle-right{
	left: 20%;
}
.fa-angle-left{
	right: 15%;
}
/* 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;
}
/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}