@charset "utf-8";
/* CSS Document */	


	

    #owl-header .item img{
    	display: block;
    	width: 100%;
   	 	height: auto;
    }





	
	#owl-demo{
		padding: 10px 0;
	}
	
	#owl-demo .item{
		margin: 20px;
	}
	#owl-demo .item img{
		display: block;
		width: 100%;
		height: auto;
		behavior: url(../css/border-radius.htc);
		-khtml-border-radius: 7px;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}
	#owl-demo .item:hover img{
		/* IE 8 */
  		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	  	/* IE 5-7 */
	  	filter: alpha(opacity=75);
	  	/* Netscape */
	  	-moz-opacity: 0.75;
	  	/* Safari 1.x */
	  	-khtml-opacity: 0.75;
	  	/* Good browsers */
	  	opacity: 0.75;
		-moz-box-shadow: none; /* Firefox */  
		-webkit-box-shadow: none; /* Safari, Chrome */  
		box-shadow: none; /* CSS3 */
	}
	#owl-demo .item a div h3{
		font-size:0.9em;
		text-align:center;
		color:#F07C00;
		margin:1em 0 0 0;
		text-decoration:none !important;
	}
	#owl-demo .item a:hover div h3, #owl-demo .item a:hover {
		text-decoration:none !important;
	}
	.owl-theme .owl-controls .owl-buttons div {
		padding: 5px 9px;
	}
	.owl-theme .owl-buttons i{
		margin-top: 2px;
	}
	 
	/*To move navigation buttons outside use these settings*/ 
	.owl-theme .owl-controls .owl-buttons div {
		position: absolute;
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev{
		left: 15px;
		top: 70px;
	}
	.owl-theme .owl-controls .owl-buttons .owl-next{
		right: 15px;
		top: 70px;
	}
