
.carousel-theme.owl-carousel {
	padding: 0px 15px !important;
	margin-bottom: 30px;
	height: auto;
}
.carousel-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.carousel-theme .owl-controls .owl-nav [class*='owl-'] {
	color: #D40000;
	background: none;
	display: inline-block;
	cursor: pointer;

	position: absolute;
	top: 50%;
	z-index: 10;
	margin-top: -45px;
	font-size: 50px;

	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
	/* Font-Awesome Icon */
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.carousel-theme .owl-controls .owl-nav [class*='owl-']:hover {
	text-decoration: none;
	opacity: 1;
}

.carousel-theme .owl-controls .owl-nav .owl-prev {
	left: 0px;
}
.carousel-theme:hover .owl-controls .owl-nav .owl-prev {
	opacity: 0.7;
}
.carousel-theme .owl-controls .owl-nav .owl-prev:before {
	content: "\f104";
	text-shadow: 1px 1px 1px #333;
}
.carousel-theme .owl-controls .owl-nav .owl-next {
	right: 0px;
}
.carousel-theme:hover .owl-controls .owl-nav .owl-next {
	opacity: 0.7;
}
.carousel-theme .owl-controls .owl-nav .owl-next:before {
	content: "\f105";
	text-shadow: -1px 1px 1px #333;
}
.carousel-theme .owl-controls .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.carousel-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.carousel-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.carousel-theme .owl-dots .owl-dot.active span,
.carousel-theme .owl-dots .owl-dot:hover span {
	background: #333;
}

