/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-pagination{
	text-align: center;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
	padding: 2px 30px;
	z-index: 2;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls {
	
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:48px; 
	height:92px;
	position:absolute;
	top:43%;
	padding:0;
	z-index:2;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background:url(bannerprev.png) no-repeat center;
	left:25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background:url(bannernext.png) no-repeat center;
	right:25px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(bannerprev_hover.png);
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(bannernext_hover.png);
}
/* 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{
	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: 55px;
	height: 6px;
	margin: 0 7px;
	/*background:url(bullet.png) no-repeat;*/
	background:none;
	border:1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	/*background-image:url(bullet_active.png);*/
	background-color:#ffffff;
	border-color:#fff;
}

/* 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
}

/* custom */

/* testimonials */
.owl-testimonials .owl-pagination{
	text-align: right;
	position:absolute;
	top: 216px;
	left:0;
	right:0;
	margin:auto;
	bottom:10px;
}

/* Styling Next and Prev buttons */
.owl-testimonials .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.owl-testimonials .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:30px; 
	height:50px;
	position:absolute;
	top:30px;
	padding:0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-testimonials .owl-controls .owl-buttons div.owl-prev {
	background:url(testimonialprev.png) no-repeat center;
	left:-35px;
}
.owl-testimonials .owl-controls .owl-buttons div.owl-next {
	background:url(testimonialnext.png) no-repeat center;
	right:-35px;
}
.owl-testimonials .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(testimonialprev_hover.png);
}
.owl-testimonials .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(testimonialnext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-testimonials .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-testimonials .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-testimonials .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 2px;
	background:url(bullet.png) no-repeat;
}

.owl-testimonials .owl-controls .owl-page.active span,
.owl-testimonials .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-testimonials .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;
}

/* posts */
.owl-posts .owl-pagination{
	text-align: center;
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	height:30px;
}

/* Styling Next and Prev buttons */
.owl-posts .owl-controls {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:100%;
}
.owl-posts .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:30px; 
	height:50px;
	position:absolute;
	top: 45%;
	padding:0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-posts .owl-controls .owl-buttons div.owl-prev {
	background:url(galleryprev.png) no-repeat center;
	left:15px;
}
.owl-posts .owl-controls .owl-buttons div.owl-next {
	background:url(gallerynext.png) no-repeat center;
	right:15px;
}
.owl-posts .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(galleryprev_hover.png);
}
.owl-posts .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(gallerynext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-posts .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-posts .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-posts .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 5px 2px;
	background:url(bullet.png) no-repeat;
}

.owl-posts .owl-controls .owl-page.active span,
.owl-posts .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-posts .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;
}

/* service */
.owl-service .owl-pagination{
	text-align: center;
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	height:30px;
}

/* Styling Next and Prev buttons */
.owl-service .owl-controls {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:100%;
}
.owl-service .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:25px; 
	height:46px;
	position:absolute;
	top: 45%;
	padding:0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-service .owl-controls .owl-buttons div.owl-prev {
	background:url(serviceprev.png) no-repeat center;
	left:-23px;
}
.owl-service .owl-controls .owl-buttons div.owl-next {
	background:url(servicenext.png) no-repeat center;
	right:-23px;
}
.owl-service .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(serviceprev_hover.png);
}
.owl-service .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(servicenext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-service .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-service .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-service .owl-controls .owl-page span{
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px 2px;
	background:url(bullet.png) no-repeat;
}

.owl-service .owl-controls .owl-page.active span,
.owl-service .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-service .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;
}

/* featured */
.owl-featured .owl-pagination{
	text-align: center;
	position:absolute;
	bottom: 0;
	left:0;
	right:0;
	margin:auto;
	height:30px;
}

/* Styling Next and Prev buttons */
.owl-featured .owl-controls {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:100%;
}
.owl-featured .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:33px; 
	height:35px;
	position:absolute;
	top: 45%;
	padding:0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-featured .owl-controls .owl-buttons div.owl-prev {
	background:url(featuredprev.png) no-repeat center;
	left:-10px;
}
.owl-featured .owl-controls .owl-buttons div.owl-next {
	background:url(featurednext.png) no-repeat center;
	right:-10px;
}
.owl-featured .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(featuredprev_hover.png);
}
.owl-featured .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(featurednext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-featured .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-featured .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-featured .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 5px 2px;
	background:url(bullet.png) no-repeat;
}

.owl-featured .owl-controls .owl-page.active span,
.owl-featured .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-featured .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;
}

/* testimonial */
.owl-testimonial .owl-pagination{
	text-align: center;
	position:absolute;
	bottom: -20px;
	left:0;
	right:0;
	margin:auto;
	height:18px;
}

/* Styling Next and Prev buttons */
.owl-testimonial .owl-controls {
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height:100%;
}
.owl-testimonial .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:14px; 
	height:24px;
	position:absolute;
	top: 31%;
	padding:0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-testimonial .owl-controls .owl-buttons div.owl-prev {
	background:url(testimonialprev.png) no-repeat center;
	left:-55px;
}
.owl-testimonial .owl-controls .owl-buttons div.owl-next {
	background:url(testimonialnext.png) no-repeat center;
	right:-55px;
}
.owl-testimonial .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(testimonialprev_hover.png);
}
.owl-testimonial .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(testimonialnext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-testimonial .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-testimonial .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-testimonial .owl-controls .owl-page span{
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 2px;
	background:url(testimonial_bullet.png) no-repeat;
}

.owl-testimonial .owl-controls .owl-page.active span,
.owl-testimonial .owl-controls.clickable .owl-page:hover span{
	background-image:url(testimonial_bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-testimonial .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;
}

/* news */
.owl-news .owl-pagination{
	text-align: center;
	position:absolute;
	bottom: -30px;
	left:0;
	right:0;
	margin:auto;
	height:18px;
}

/* Styling Next and Prev buttons */
.owl-news .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	height: 100%;
}
.owl-news .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:30px; 
	height:30px;
	position:absolute;
	top: 45%;
	padding:0;
	border: 0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-news .owl-controls .owl-buttons div.owl-prev {
	background:url(newsprev.png) no-repeat center;
	left:-35px;
}
.owl-news .owl-controls .owl-buttons div.owl-next {
	background:url(newsnext.png) no-repeat center;
	right:-35px;
}
.owl-news .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(newsprev_hover.png);
}
.owl-news .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(newsnext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-news .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-news .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-news .owl-controls .owl-page span{
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 4px;
	/*border:2px solid #cbcbcb;*/
	background:url(bullet.png) no-repeat center;
}

.owl-news .owl-controls .owl-page.active span,
.owl-news .owl-controls.clickable .owl-page:hover span{
	/*border-color:#7dd025;
	background:#7dd025;*/
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-news .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;
}

/* partners */
.owl-partners .owl-pagination{
	text-align: center;
	position:absolute;
	bottom: -30px;
	left:0;
	right:0;
	margin:auto;
	height:18px;
}

/* Styling Next and Prev buttons */
.owl-partners .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 0;
	height: 100%;
}
.owl-partners .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:18px; 
	height:28px;
	position:absolute;
	top: 34%;
	padding:0;
	border: 0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-partners .owl-controls .owl-buttons div.owl-prev {
	background:url(partnersprev.png) no-repeat center;
	left:-35px;
}
.owl-partners .owl-controls .owl-buttons div.owl-next {
	background:url(partnersnext.png) no-repeat center;
	right:-35px;
}
.owl-partners .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(partnersprev_hover.png);
}
.owl-partners .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(partnersnext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-partners .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-partners .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-partners .owl-controls .owl-page span{
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	border:2px solid #cbcbcb;
}

.owl-partners .owl-controls .owl-page.active span,
.owl-partners .owl-controls.clickable .owl-page:hover span{
	border-color:#7dd025;
	background:#7dd025;
}

/* If PaginationNumbers is true */

.owl-partners .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;
}

/* service */
.owl-service .owl-pagination{
	text-align: right;
	position:absolute;
	top: 216px;
	left:0;
	right:0;
	margin:auto;
	bottom:10px;
}

/* Styling Next and Prev buttons */
.owl-service .owl-controls {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.owl-service .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	font-size: 12px;
	width:38px; 
	height:40px;
	position:absolute;
	top:36%;
	padding:0;
	-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;
}
.owl-service .owl-controls .owl-buttons div.owl-prev {
	background:url(featuredprev.png) no-repeat center;
	left:-45px;
}
.owl-service .owl-controls .owl-buttons div.owl-next {
	background:url(featurednext.png) no-repeat center;
	right:-45px;
}
.owl-service .owl-controls .owl-buttons div.owl-prev:hover {
	background-image:url(featuredprev_hover.png);
}
.owl-service .owl-controls .owl-buttons div.owl-next:hover {
	background-image:url(featurednext_hover.png);
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-service .owl-controls.clickable .owl-buttons div:hover{
	text-decoration: none;
}

/* Styling Pagination*/

.owl-service .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-service .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 2px;
	background:url(bullet.png) no-repeat;
}

.owl-service .owl-controls .owl-page.active span,
.owl-service .owl-controls.clickable .owl-page:hover span{
	background-image:url(bullet_active.png);
}

/* If PaginationNumbers is true */

.owl-service .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;
}

/*
@media only screen and (max-width: 767px){
	.owl-theme .owl-controls { width:100%; }
	.owl-theme .owl-pagination { bottom: 10px; }
	.owl-theme .owl-controls .owl-page span { width: 10px; height: 10px; background-size:cover; }
	.owl-theme .owl-controls .owl-buttons div { bottom: 160px; }
}

@media only screen and (max-width: 676px){
	.owl-theme .owl-controls .owl-buttons div { bottom: 140px; }
}

@media only screen and (max-width: 600px){ 
	.owl-theme .owl-controls .owl-buttons div { bottom: 120px; }
	.owl-posts .owl-controls .owl-buttons div { top: -115px; }
}

@media only screen and (max-width: 550px){ 
	.owl-theme .owl-controls .owl-buttons div { bottom: 100px; }
}

@media only screen and (max-width: 480px){ 
	.owl-theme .owl-controls .owl-buttons div { bottom: 85px; }
	.owl-posts .owl-controls .owl-buttons div { top: -82px; }
}

@media only screen and (max-width: 430px){ 
	.owl-theme .owl-controls .owl-buttons div { bottom: 65px; }
}

@media only screen and (max-width: 340px){ 
	.owl-theme .owl-controls .owl-buttons div { bottom: 50px; }
}*/