/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	bottom: -50px;
    margin-top: 10px;
    /*position: absolute;*/
    text-align: center;
    width: 100%;
	transition:all 500ms ease-in-out
}

/* 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:0px;
	padding: 3px 5px;
	font-size: 12px;
transition:all 300ms ease-in-out;
	/*background: #869791;*/
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5; font-size:0px;
}
/* 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;
	transition:all 300ms ease-in-out
}

/* 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 5px;
	filter: Alpha(Opacity=40);/*IE7 fix*/
	opacity: 0.4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #fff; border:1px solid #fff;
}

.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;
	background:#fdc02d; padding:2px;
}

#owl-demo .owl-controls .owl-page span{
	background: #fdc02d; border:1px solid #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
}

.owl-prev{ position:absolute; left:-58px; top:28%; background:url(../images/arrowsblue.png) no-repeat left top; width:50px; height:70px; }
.owl-next{ position:absolute; right:-46px; top:28%; background:url(../images/arrowsblue.png) no-repeat right -85px;  width:50px; height:70px;}

.family-business-block .owl-prev{ position:absolute; left:0px; top:27%; background:url(../images/arrowsleft.png) no-repeat left top; width:50px; height:70px; }
.family-business-block .owl-next{ position:absolute; right:0px; top:27%; background:url(../images/arrowsright.png) no-repeat right top;  width:50px; height:70px;}
.family-business-block .owl-theme .owl-controls .owl-page span{ border:1px solid #17468e; }
.family-business-block .owl-theme .owl-controls .owl-page.active span, .family-business-block .owl-theme .owl-controls.clickable .owl-page:hover span{	background: #17468e; border:1px solid #fff;}

.csr-block .owl-prev{ position:absolute; left:0px; top:27%; background:url(../images/arrowsleft.png) no-repeat left top; width:50px; height:70px; }
.csr-block .owl-next{ position:absolute; right:0px; top:27%; background:url(../images/arrowsright.png) no-repeat right top;  width:50px; height:70px;}
.csr-block .owl-theme .owl-controls .owl-page span{ border:1px solid #17468e; }
.csr-block .owl-theme .owl-controls .owl-page.active span, .csr-block .owl-theme .owl-controls.clickable .owl-page:hover span{	background: #17468e; border:1px solid #fff;}

.csr-educat-block .owl-theme .owl-controls .owl-page span{ border:1px solid #17468e; display:none }
/*.csr-educat-block .owl-theme .owl-controls .owl-page.active span, .csr-block .owl-theme .owl-controls.clickable .owl-page:hover span{	background: #17468e; border:1px solid #fff;}*/
.csr-educat-block .owl-prev{position:absolute; left:0px; top:35%; background:url(../images/arrows3.png) no-repeat left top; width:22px; height:41px;}
.csr-educat-block .owl-next{ position:absolute; right:0px; top:35%; background:url(../images/arrows3.png) no-repeat right -42px;  width:21px; height:41px;}



.mailstoen-block1 .owl-theme .owl-controls .owl-page span{ border:1px solid #17468e; filter: Alpha(Opacity=60);/*IE7 fix*/ 	opacity: 0.6; }
.mailstoen-block1 .owl-theme .owl-controls .owl-page.active span, .csr-block .owl-theme .owl-controls.clickable .owl-page:hover span{	background: #17468e; border:1px solid #fff;}

.mailstoen-block1 .owl-prev{position:absolute; left:0px; top:-60px; background:url(../images/arrows1.png) no-repeat left top; width:50px; height:70px;}
.mailstoen-block1 .owl-next{ position:absolute; right:0px; top:-60px; background:url(../images/arrows1.png) no-repeat right -85px;  width:50px; height:70px;}


@media (max-width:640px) {

.owl-prev{left:-35px;}
.owl-next{right:-26px;}
	
	
	}