/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.view-all-devs {
    margin-top: -60px;
    padding-left: 20px;
	z-index:2147483647;
	position:relative;
	width:240px;
}
.item {
	background: url(../img/home-banner.jpg) center center;
	background-size: cover;
	min-height: 352px;	
	border-bottom: 6px solid #a1d068;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.item,
.item img{
min-height: 250px!important;;	
}
}

#carousel.inner-page #owl-example .item {
background: none;
min-height: auto;
}

#carousel.inner-page #owl-example .item_text {
display: none;
}

@media only screen and (max-width: 767px) {
#carousel.inner-page  #owl-mobile .owl-pagination {
margin-top: 0px;
}
}

.item img{
	min-height: 330px;	
	width: 100%;
	z-index: -1;
}

.caption {
 background-color:rgba(2,164,140,0.7);
	 height: 45px;
    margin-bottom: -302px;
    margin-top: 302px;
    padding-top: 10px;
    position: relative;
    right: 0;
    text-align: left;
    width: auto;
	padding-right: 20px;
	padding-left: 20px;

}
@media screen and (max-width: 640px) {
.caption {
height:auto;
	position: absolute;
	margin-bottom: 0px;
	margin-top:0px;
	bottom:0px;
}
}
.inner-page .caption { display: none; }

.caption p {
	color: white;
	font-size: 19px;
	line-height: 23px;
	z-index: 99999;

}
.home .owl-controls.clickable::after {
    clear: both;
    content: " ";
    display: table;
}
.home .owl-controls{
	float: none!important;
    height: 45px;
    margin: -50px auto 50px!important;
    max-width: 960px!important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    position: relative;
    right: 0;
    text-align: right!important;
    width: 100%!important;
	opacity:1!important;
	background:none!important;
}
.home.inner-page .owl-controls {
	display: inline-block;
	float: right!important;
	background-color:rgba(2,164,140,0.7)!important;
	 height: 45px;
    margin-bottom: -302px;
    margin-top: 302px;
    padding-top: 10px;
    position: relative;
    right: 0;
    text-align: left;
    width: auto!important;
	padding-right: 20px;
	padding-left: 20px;
	
}
.owl-theme .owl-controls{
    background: #02a48c none repeat scroll 0 0;
    float: right;
    height: 45px;
    margin-bottom: 50px;
    margin-top: -50px;
    padding-top: 10px;
    position: relative;
    right: 0;
    text-align: center;
    width: auto;
	padding-right: 10px;
	padding-left: 10px;
	filter: Alpha(Opacity=75);/*IE7 fix*/
	opacity: 0.75;
}

#owl-example2 .owl-controls.clickable{
    background: none repeat scroll 0 0;
    float: none;
    height: 45px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 10px;
    position: relative;
    right: 0;
    text-align: center;
    width: auto;
	padding-right: 10px;
	padding-left: 10px;
	filter: Alpha(Opacity=75);/*IE7 fix*/
	opacity: 0.75;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #9fd6d2;
	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: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
}

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

#owl-example2 .owl-page.active > span {
    background: #a1d068 none repeat scroll 0 0;
}
#owl-example2 .owl-page > span {
    background: #92d0ca none repeat scroll 0 0;
}

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

