.owl-theme .owl-controls {
	/* margin-top: 10px; */
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none
}
/* Custom edit SECTION1S EDIT */
.section1s .owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #FFF;
	position: absolute;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px 3px;
	padding: 10% 0px;
	font-size: 34px;
	line-height: 16px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 0;
	background: #1B1F22;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5; 
	-webkit-transition: all .2s ease;  
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* START EDIT Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #FFF;
	position: absolute;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 16px 12px;
	font-size: 12px;
	line-height: 16px;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 0;
	background: #1B1F22;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	margin-top: -120px;
	-webkit-transition: all .2s ease; 
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	filter: Alpha(Opacity=0);/*IE7 fix*/
	opacity: 0;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease; 
}
.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: .8; 
}
.owl-carousel .owl-controls .owl-nav .owl-next {
	position: absolute;
	left: -50px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
	position: absolute;
	left: -8px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: -50px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
	position: absolute;
	right: -8px;
}
/* END EDIT Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 0 7px;
	background: #AAAAAA;
	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;
	opacity: .4;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	opacity: 1;
}
.owl-theme .owl-dots .owl-dot.active span {
	margin: 0 5px;
	margin-bottom: -1px;
	width: 7px;
	height: 7px;
	opacity: 1;
}
