/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
/* Styling Next and Prev buttons */

#owl-demo .item img{
    display: block;	
    width: 100%;
    height: auto;	
}
.owl-carousel .owl-item .caption {
	display: block;
    position: absolute;
    bottom:0;
    left:0;
    z-index: 5;
    width: 100%;
    margin:0;
    padding: 9px 3% 15px;
    background: #000;
    background: rgba(0,0,0,0.5);
    color: #ADDFEA;
    font-size: 1.1em;
    line-height: 1.1;
    text-align: center;
    font-family: rockwell;
}

.owl-theme .owl-controls .owl-buttons div{
	color: #60604B;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 5px 20px 5px;
	padding: 3px 10px;
	font-size: 1em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ADDFEA;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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: 12px;
	height: 12px;
	margin: -30px 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ADDFEA;
}

#owl-demo2 .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
}
#owl-demo2 .owl-item > div {
    padding: 0;
}
#owl-demo3 .owl-item > div {
    padding-top: 40px;
	margin-bottom: 10px;
	border: 2px solid #ADDFEA;
}

#owl-demo3 .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;		
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;
}
#owl-demo3.owl-theme .owl-controls .owl-page span{
	margin: 0 5px 7px;
	
	
}
#owl-demo3 .owl-item > div h1 {
    padding: 0;	
	font-style: italic;
	text-align: center;
}
#owl-demo3 .owl-item > div h2 {
	text-align: right;
	font-size: 1.5em;
	margin-right: 8px;
}
#owl-demo3.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 10px 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #60604B;
}
#owl-demo3.owl-theme .owl-controls .owl-page.active span,
#owl-demo3.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#owl-demo3.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

#owl-demo4 .owl-item > div img {
    display: block;
    width: 100%;
    height: auto;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 25px;	
}
#owl-demo4.owl-theme .owl-controls .owl-page span{
	margin: 0 5px 7px;	
}
#owl-demo4.owl-theme .owl-controls .owl-buttons div{
	color: #AddFEA;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 5px 20px 5px;
	padding: 3px 10px;
	font-size: 1em;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #60604B;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
}
#owl-demo4.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: -30px 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #60604B;
}
#owl-demo4.owl-theme .owl-controls .owl-page.active span,
#owl-demo4.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
#owl-demo4.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 0.5;
	text-decoration: none;
}

.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;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

@media only screen and (max-width: 1600px) {
.owl-carousel .owl-item .caption {    
    padding: 5px 3% 8px;    
    font-size: 1em;
    line-height: 1.1em;
    }	
	.owl-theme .owl-controls .owl-page span{	
	margin: -5px 5px 7px;
	}
	
	#owl-demo4.owl-theme .owl-controls .owl-page span{
	
	margin: -5px 5px 7px;
	}
	
	#owl-demo4.owl-carousel .owl-item .caption {
	
    padding: 5px 3% 8px;
    }
}