/*
* 	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: #8C7967;
	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: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.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;

}

/* 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;
}


.owl-pagination
{
	display:none;
}

.owl-carousel .owl-wrapper {
    padding-bottom:20px;
}

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

.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: 45%; 
}

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

@media only screen and (max-width: 600px) {
  #owl-demo .item img
	{
    display: block;
    width: 100%;
    height: auto;
    }
	
#owl-demo
{
	margin-bottom:0px;
	padding-bottom: 20px;
	margin-left:0;
	margin-right:0;
}	
	
}

