.owl-theme .owl-controls{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;;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{color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;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}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{}
.owl-theme .owl-controls{ 
}
.owl-theme .owl-controls .owl-dots .owl-dot span{ border:#fff solid 2px; background:none;}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#98252B;border:#98252B solid 2px;}
#owl-index{ position:relative; width:100%; overflow:hidden;height:100%;background-color:#000000 }
#owl-index .owl-item .item{
	width:100%;
	text-align:center;
	background-repeat: no-repeat;
	background-position: center center; ; display:block;
	background-size:cover;
}
#owl-index  img{ width:100%; height:100vh;}
#owl-index  .owl-dots{ width:100%; position:absolute; left:0px; bottom:5%;}
#owl-index .owl-dots .owl-dot span{transition:all 0.4s ease-in-out 0s;
	display:inline-block;
	width:30px; 
	height:2px;
	margin:0px 5px;
	border-radius:8px;
	border:0px;  background: #fff;

}
#owl-index  .owl-dots .owl-dot.active span,#owl-index .owl-theme .owl-dots .owl-dot:hover span{ width:60px; background:#cc0000;
  background: rgba(204,0,0, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(204,0,0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(204,0,0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(204,0,0, 0.3);
  box-shadow: inset 0 0 3px rgba(204,0,0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
#owl-index .owl-controls .owl-nav{filter: Alpha(Opacity=0);
-moz-opacity:0; 		opacity:0;transition:all 0.3s ease-in-out 0s;}
#owl-index:hover .owl-controls .owl-nav{filter: Alpha(Opacity=100);
-moz-opacity:1; 		opacity:1}
#owl-index .owl-controls .owl-nav .owl-next,#owl-index .owl-controls .owl-nav .owl-prev{ position:absolute; background:none; top:0px; width:3%;height:100%; line-height:0px; font-size:0px;background-size:100% ;}
#owl-index .owl-controls .owl-nav .owl-next{ 
	left:14px;
	background-image: url(left.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#owl-index .owl-controls .owl-nav .owl-prev{
	right:15px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: right center;
}
@media (max-width:750px) {#owl-index .owl-dots .owl-dot span{ width:20px; height:4px;}#owl-index  .owl-dots .owl-dot.active span,#owl-index .owl-theme .owl-dots .owl-dot:hover span{ width:40px;}#owl-index  .owl-dots{ bottom:5%;}.mousetip{ display:none}}
