﻿/** 	Owl Carousel Owl Demo Theme *	v1.3.2*/#our-menu-items.owl-theme .owl-controls{	width: 100%;    margin-top: 10px;    position: absolute;    text-align: center;    top: -72px;}/* Styling Next and Prev buttons */.owl-theme .owl-controls .owl-buttons div {    position: absolute;    top: 21.4%;}#testimonial-carousel.owl-theme .owl-controls .owl-buttons div {    border: 1px solid #fff;    border-radius: 100%;    display: inline-block;    line-height: 20px;    padding: 0px 8px;    position: relative;    text-align: center;	margin:0;}#testimonial-carousel {    color: #ffffff;    margin: 0;}#testimonial-carousel  .owl-controls{	left: 0;    position: absolute;    right: 0;    text-align: center;    top: 42px;}#testimonial-carousel .owl-prev {    height: 21px;    padding: 0 !important;    right: 67px;    width: 20px;}#testimonial-carousel .owl-next {    left: 67px;    height: 21px;    padding: 0 !important;    width: 20px;}#testimonial-carousel .owl-prev:before {	font-size: 17px;	content: "\f104";	font-family: FontAwesome;	}#testimonial-carousel .owl-next:after {	font-size: 17px;	content: "\f105";	font-family: FontAwesome;	}/* Styling Next and Prev buttons */.owl-theme .owl-controls .owl-buttons div{	display: inline-block;	zoom: 1;	*display: inline;/*IE7 life-saver */	margin: 5px;	padding: 3px 10px;	font-size: 12px;}/* 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;	margin: 5px 5px;	filter: Alpha(Opacity=50);/*IE7 fix*/	opacity: 0.5;	#-webkit-border-radius: 20px;	#-moz-border-radius: 20px;	#border-radius: 20px;	#background: #869791;}.owl-theme .owl-controls .owl-page:first-child span:before {	font-size: 20px;	content: "\f104";	font-family: FontAwesome;	}.owl-pagination .owl-page.active {	background-color: #1abc9c; 	padding: 1px 10px; 	border:none;}.owl-pagination .owl-page { 	border: 1px solid #1abc9c; 	margin: 0 5px; 	padding: 0 9px;}.owl-theme .owl-controls .owl-page:last-child span:after {	font-size: 20px;	content: "\f105";	font-family: FontAwesome;	}.owl-theme .owl-controls .owl-page.active span { color: #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;}/* 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: 325px;	background: url(../images/AjaxLoader.gif) no-repeat center center;}