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

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #323233;
	display: inline-block;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	/*padding: 10px 10px;*/
	font-size: 23px;
	border-radius:3px;
	background: #fff;
	transition:0.5s;
	font-weight:700;
	border-radius:50%;
	width:35px;
	height:35px;
	line-height:35px;
	border:1px #151515 solid;
	
}



/* 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;
	color: #fff;
	background: #51483d;
	transition:0.5s;
	font-weight:700;
}

/* 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: 15px;
	height: 15px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #9b9b9b;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	opacity: 1;
	background: #e7003c;

}

/* 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-pagination
{
	margin: 35px 0 0 0;
}



/*owl*/
 #owl-demo
		 {
			 text-align:center; margin-bottom:0px;
		 }
		 #owl-demo .item
		 {
        margin: 12px 12px 0 12px;
    }
    #owl-demo .item img
	{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 3px 3px 0 0;
    }
	
	#owl-demo h4
		 {
	text-align: left;
    color: #151515;
    margin-bottom: 12px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
		 }

.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
}
 
.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -35px;
  top: 39%; 
}

.owl-theme .owl-controls .owl-buttons .owl-prev span{
	top: -2px;
	line-height: normal;
	position: relative;
	left: -1px;
}
 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -35px;
  top: 39%;
}

.owl-theme .owl-controls .owl-buttons .owl-next span{
	top: -2px;
	line-height: normal;
	position: relative;
	right: -1px;
}

@media only screen and (max-width: 768px) {
	.owl-theme .owl-controls .owl-buttons .owl-prev{
  left: -15px;
  top: 39%; 
}

 
.owl-theme .owl-controls .owl-buttons .owl-next{
  right: -15px;
  top: 39%;
}
}

@media only screen and (max-width: 360px) {
  #owl-demo .item img
	{
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 3px 3px 0 0;
    }
}

