/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
 
[class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 *margin-right: .2em;
 line-height: 14px;
 vertical-align: text-top;
 background-image: url("img/glyphicons-halflings-green.png");
 background-position: 14px 14px;
 background-repeat: no-repeat;
 margin-top: 4px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.icon-white, .dropdown-submenu:focus > a > [class*=" icon-"] {
 background-image: url("img/glyphicons-halflings-white.png");
}
.icon-chevron-left {
	background-position: -432px -72px;
}
.icon-chevron-right {
	background-position: -456px -72px;
}
/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 94%;
	-ms-touch-action: pan-y;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E9E6D2;
	padding-bottom: 0px;
	border-radius: 5px;
	box-shadow: 1px 2px 6px #E5E4D5;
	margin-bottom: 10px;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
/* Owl Carousel Bootstrap Custom CSS */


/* Demo Slides */

#owl-example .item {
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-example .item img {
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-example .item h3 {
	font-size: 28px;
	font-weight: 300;
	margin: 25px 0 0;
}
#owl-example .item h4 {
	margin: 5px 0 0;
	font-size: 18px;
}
.item h1 {
	margin: inherit;
}
.orange {
	background: #ff8a3c;
}
.darkCyan {
	background: #42bdc2;
}
.forestGreen {
	background: #7fc242;
}
.yellow {
	background: #ffd800;
}
.dodgerBlue {
	background: #388bd1;
}
.skyBlue {
	background: #a1def8;
}
.zombieGreen {
	background: #3fbf79;
}
.violet {
	background: #db6ac5;
}
.yellowLight {
	background: #fee664;
}
.steelGray {
	background: #cad3d0;
}
/* More Demo Box */

#example-info h1, #more h1 {
	margin-top: 40px;
}
.demos-row {
	margin-top: 30px;
	margin-bottom: 30px;
}
.demo-page {
	margin-top: 0px;
	margin-bottom: 100px;
}
.demo-box {
	display: block;
	background: #f3f3f3;
	text-align: center;
	font-size: 18px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.demo-box h3 {
	padding-bottom: 20px;
	margin: 0px;
	color: #869690;
}
.demo-box:hover {
	text-decoration: none;
}
.demo-wrapper {
	padding: 30px 0px 20px 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.demo-slide {
	float: left;
}
.demo-slide .bg {
	background: #aebab6;
	margin-right: 1px;
	height: 100%;
}
.demo-box:hover .demo-slide .bg {
	background: #7fc242;
}
/* Images */
.demo-images .demo-slide {
	height: 40px;
	width: 33.3333333%;
}
/* Full */
.demo-full {
	padding-left: 0px;
	padding-right: 0px;
}
.demo-full .demo-slide {
	height: 40px;
	width: 25%;
}
/* Custom */
.demo-custom .demo-slide {
	height: 40px;
	width: 10%;
}
/* One */
.demo-one .demo-slide {
	height: 40px;
	width: 100%;
}
/* json */

.demo-Json .demo-slide {
	height: 40px;
	width: 20%;
}
.demo-Json-custom .demo-slide {
	height: 40px;
	width: 33.3333333%;
}
/* loading icon */

.demo-lazy .demo-slide {
	height: 40px;
	width: 33.3333333%;
}
.demo-lazy .demo-slide .bg {
	background: url('img/AjaxLoader.gif') no-repeat center center #aebab6;
}
/* Auto Height */
.demo-height .demo-slide {
	height: 40px;
	width: 100%;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* 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;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	background-color: #7D8654;
}
/* 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=60);/*IE7 fix*/
	opacity: 0.6;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #B1B1A8;
}
.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: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
#owl-logos .item img {
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-logos .item {
	display: block;
	padding: 0px;
	margin: 0px;
	color: #333333;
	text-align: center;
	width: 98%;
}
h3.indent-carousel   {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 30px !important;
}
.owl-theme .owl-controls .owl-buttons div {
	padding: 5px 9px;
}
.owl-theme .owl-buttons i {
	margin-top: 2px;
}

.item img {
	display: block;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	max-width: 75%; /*Control size of logo images here if needed*/
}
.item p {
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #655C54;
	line-height: 18px;
}
/*To move navigation buttons outside use these settings:*/

.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
	left: -42px;
	top: 40%;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
	right: -42px;
	top: 40%;
}
	
/* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.owl-carousel {
	width: 86% !important;
}
}
