/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	
	zoom: 1;
	
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	/*display: inline-block;display: inline;-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;*/
	
}


 .owl-controls .owl-nav .owl-next
{
	background-image:url(../images/arrow-right.png);background-repeat:no-repeat;
	height:95px;width:65px;margin-top: -70px;
    margin-right: -6%;
	position:relative;float:right;color:#212a47;
	font-size:0px
}

.owl-controls .owl-nav .owl-prev
{
	background-image:url(../images/arrow-left.png);background-repeat:no-repeat;
	height:95px;width:45px;margin-top: -70px;margin-left: -2%;
	position:relative;float:left;color:#212a47;
	font-size:0px
}

.testimoniallist .owl-controls {
    display: block !important;
    margin-top: -130px;
    position: absolute;
    z-index: 100000;
    text-align: center;
    margin-left: 45%;
}

/* 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*/
@media(max-width:400px)
{
.homeblockres .owl-theme .owl-controls .owl-dot{
	display: inline-block;padding-bottom:10px;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.homeblockres .owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 10px;
height: 8px;
	margin: 5px 4px 8px;
		
	padding:2px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #BDBDBD;
}

.homeblockres .owl-theme .owl-controls .owl-dot.active span,
.homeblockres .owl-theme .owl-controls.clickable .owl-dot:hover span{
		background: #9A130D;
}



.homeblockres .owl-theme .owl-controls .owl-dot{
	display: inline-block;padding-bottom:10px;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.homeblockres .owl-theme .owl-controls .owl-dot span{
	display: block;
	width: 10px;
height: 8px;
	margin: 20px 4px 8px;
		
	padding:2px 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.homeblockres .owl-theme .owl-controls .owl-dot.active span,
.homeblockres .owl-theme .owl-controls.clickable .owl-dot:hover span{
		background: #585858;
}

}


/* If PaginationNumbers is true */

.banner .owl-theme .owl-controls .owl-dot 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
}

.banner .owl-controls{display:block !important}

.owl-carouselphoto  .owl-controls .owl-nav .owl-next
{
	background-image:url(../images/rightarrow.png);background-repeat:no-repeat;
	height:44px;width:43px;margin:-15% -30px 0px 0px ;
	position:relative;float:right;color:#212a47;background-size:cover;
	font-size:0px
}

.owl-carouselphoto  .owl-controls .owl-nav .owl-prev
{
	background-image:url(../images/leftarrow.png);background-repeat:no-repeat;
	height:44px;width:43px;margin:-15% 0px 0px -30px;background-size:cover;
	float:left;color:#212a47;
	font-size:0px
}
.owl-carouselphoto { width:90%;padding:0px;margin:auto}
.owl-carouselphoto li{margin-bottom: 40px; list-style:none;padding:0px 15px;}


 @media(max-width:450px) {
	 
	 
	 .owl-controls .owl-nav .owl-prev {
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    height: 95px;
    width: 45px;
    margin-top: -158px;
    margin-left: -11%;
    position: relative;
    float: left;
    color: #212a47;
    font-size: 0px;
}
	
.owl-controls .owl-nav .owl-next {
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    height: 95px;
    width: 65px;
    margin-top: -157px;
    margin-right: -19%;
    position: relative;
    float: right;
    color: #212a47;
    font-size: 0px;
}

	
	 
 }


