/*.owl_theme_hc1{}
	.owl_theme_hc1 .owl-nav{position:absolute;z-index:100;left:2%;top:50%;width:96%;height:30px;text-align:center;transform:translate(0,-50%);pointer-events:none;}
	.owl_theme_hc1 .owl-nav .disabled{opacity:0.5;cursor:default;}
		.owl_theme_hc1 .owl-nav [class*='owl-'] {pointer-events:all;
			position:absolute;z-index:1;top:0;width:30px;height:30px;line-height:30px;text-align:center;
			color:#fff!important;font-size:1em;opacity:0.6;cursor:pointer;
			border:1px solid #fff;border-radius:50%;
		}
		.owl_theme_hc1 .owl-nav [class*='owl-']:hover{opacity:1;color:#FFF;text-decoration:none;}
			.owl_theme_hc1 .owl-nav .owl-prev{left:10px;}
			.owl_theme_hc1 .owl-nav .owl-next{right:10px;}
	.owl_theme_hc1 .owl-dots{position:absolute;z-index:992;left:15%;bottom:35%;text-align:center;}
			.owl_theme_hc1 .owl-dots .owl-dot{display:block;width:10px;height:10px;margin:8px 0;border:none;opacity:0.8;}
		.owl_theme_hc1 .owl-dots .owl-dot span{
			position:relative;display:block;
			width:10px;height:10px;
			background:#666;
			border-radius:50%;
		}
		.owl_theme_hc1 .owl-dots .owl-dot.active span,
		.owl_theme_hc1 .owl-dots .owl-dot:hover span{background:#fff;}
	
	.owl_theme_hc1 .owl-nav button.owl-next,
	.owl_theme_hc1 .owl-nav button.owl-prev,
	.owl_theme_hc1 button.owl-dot{font-size:3em;}
	
	
	
.owl_theme_hc2{}
	.owl_theme_hc2 .owl-nav{position:absolute;z-index:100;left:2%;top:50%;width:96%;height:30px;text-align:center;transform:translate(0,-50%);pointer-events:none;}
	.owl_theme_hc2 .owl-nav .disabled{opacity:0.5;cursor:default;}
		.owl_theme_hc2 .owl-nav [class*='owl-'] {pointer-events:all;
			position:absolute;z-index:1;top:0;width:30px;height:30px;line-height:30px;text-align:center;
			color:#fff!important;font-size:1em;opacity:0.6;cursor:pointer;
			border:1px solid #fff;border-radius:50%;
		}
		.owl_theme_hc2 .owl-nav [class*='owl-']:hover{opacity:1;color:#FFF;text-decoration:none;}
			.owl_theme_hc2 .owl-nav .owl-prev{left:10px;}
			.owl_theme_hc2 .owl-nav .owl-next{right:10px;}
	.owl_theme_hc2 .owl-dots{position:absolute;z-index:992;left:5%;bottom:5%;text-align:center;}
			.owl_theme_hc2 .owl-dots .owl-dot{display:inline-block;width:10px;height:10px;margin:0 5px;border:none;opacity:0.8;}
		.owl_theme_hc2 .owl-dots .owl-dot span{
			position:relative;display:block;
			width:10px;height:10px;
			background:#666;
			border-radius:50%;
		}
		.owl_theme_hc2 .owl-dots .owl-dot.active span,
		.owl_theme_hc2 .owl-dots .owl-dot:hover span{background:#fff;}
	
	.owl_theme_hc2 .owl-nav button.owl-next,
	.owl_theme_hc2 .owl-nav button.owl-prev,
	.owl_theme_hc2 button.owl-dot{font-size:3em;}
	
	*/
	
	
.owl_theme_hc2{}
	.owl_theme_hc2 .owl-dots{}
			.owl_theme_hc2 .owl-dots .owl-dot{/*display:inline-block;*/font-weight:bold;outline:none;}
		.owl_theme_hc2 .owl-dots .owl-dot span{display:none;}
.owl_theme_hc2 .owl-dots{
	position:absolute;z-index:2;right:-40px;top:50%;transform:translate(0,-50%);
	counter-reset:counter;
	width:20px;text-align:center;
}
.owl_theme_hc2 .owl-dots .owl-dot{display:block;color:#fff;}
.owl_theme_hc2 .owl-dots .owl-dot:before{
	content:counter(counter);counter-increment:counter;
	
}
.owl_theme_hc2 .owl-dots .owl-dot.active:before,
.owl_theme_hc2 .owl-dots .owl-dot:hover:before{
	color:#000;
}

/*
@media only screen and (max-width: 1000px) {
	.owl_theme_hc2 .owl-dots{
		width:100%;height:60px;line-height:30px;
		grid-template-columns:repeat(14,1fr);grid-template-rows:30px;
	}
	.owl_theme_hc2 .owl-dots .owl-dot:before{
		font-size:0.8em;
		border-bottom:1px solid #eee;
	}
}
@media only screen and (max-width: 500px) {
	.owl_theme_hc2 .owl-dots .owl-dot:before{
		font-size:0.8em;font-weight:400;
		border-bottom:1px solid #eee;
	}
}
*/




.owl_theme_hc3{}
	.owl_theme_hc3 .owl-nav{
		position:absolute;z-index:100;right:-30px;top:50%;width:30px;height:70%;transform:translate(0,-50%);
		text-align:center;
		background:#ffedc3;
		font-size:1.3em;
	}
	.owl_theme_hc3 .owl-nav .disabled{opacity:0.5;cursor:default;}
		/*
		.owl_theme_hc3 .owl-nav [class*='owl-'] {
			position:absolute;z-index:1;top:0;width:30px;height:30px;line-height:30px;text-align:center;
			text-align:center;
			color:#ccc!important;font-size:3em!important;
			opacity:0.6;cursor:pointer;
		}*/
		.owl_theme_hc3 .owl-nav .owl-prev{display:none;}
		.owl_theme_hc3 .owl-nav .owl-next{
			position:absolute;z-index:100;right:0;top:50%;width:30px;height:100%;
			text-align:center;transform:translate(0,-50%);
		}

.owl_theme_hc4{}
	.owl_theme_hc4 .owl-dots{position:absolute;z-index:992;right:5%;top:50%;transform:translate(0,-50%);text-align:center;}
			.owl_theme_hc4 .owl-dots .owl-dot{display:block;width:10px;height:10px;margin:8px 0;border:none;}
		.owl_theme_hc4 .owl-dots .owl-dot span{
			position:relative;display:block;
			width:10px;height:10px;opacity:0.8;
			border:1px solid #fff;
			border-radius:50%;
		}
		.owl_theme_hc4 .owl-dots .owl-dot.active span,
		.owl_theme_hc4 .owl-dots .owl-dot:hover span{opacity:1;background:#fff;}
	
	.owl_theme_hc4 .owl-nav button.owl-next,
	.owl_theme_hc4 .owl-nav button.owl-prev,
	.owl_theme_hc4 button.owl-dot{font-size:2em;}

	
	
	/*
.owl_theme_hc1{}
	.owl_theme_hc1 .owl-nav{position:absolute;z-index:100;left:2%;top:50%;width:96%;height:30px;text-align:center;transform:translate(0,-50%);pointer-events:none;}
	.owl_theme_hc1 .owl-nav .disabled{opacity:0.5;cursor:default;}
		.owl_theme_hc1 .owl-nav [class*='owl-'] {pointer-events:all;
			position:absolute;z-index:1;top:0;width:30px;height:30px;line-height:30px;text-align:center;
			color:#fff!important;font-size:1em;opacity:0.6;cursor:pointer;
			border:1px solid #fff;border-radius:50%;
		}
		.owl_theme_hc1 .owl-nav [class*='owl-']:hover{opacity:1;color:#FFF;text-decoration:none;}
			.owl_theme_hc1 .owl-nav .owl-prev{left:10px;}
			.owl_theme_hc1 .owl-nav .owl-next{right:10px;}
	.owl_theme_hc1 .owl-dots{position:absolute;z-index:992;left:15%;bottom:35%;text-align:center;}
			.owl_theme_hc1 .owl-dots .owl-dot{display:block;width:10px;height:10px;margin:8px 0;border:none;opacity:0.8;}
		.owl_theme_hc1 .owl-dots .owl-dot span{
			position:relative;display:block;
			width:10px;height:10px;
			background:#666;
			border-radius:50%;
		}
		.owl_theme_hc1 .owl-dots .owl-dot.active span,
		.owl_theme_hc1 .owl-dots .owl-dot:hover span{background:#fff;}
	
	.owl_theme_hc1 .owl-nav button.owl-next,
	.owl_theme_hc1 .owl-nav button.owl-prev,
	.owl_theme_hc1 button.owl-dot{font-size:2em;}
	
	
	
.owl_theme_hc3{}
	.owl_theme_hc3 .owl-nav{position:absolute;z-index:100;left:-60px;top:50%;width:calc(100% + 120px);height:30px;text-align:center;transform:translate(0,-50%);pointer-events:none;}
	.owl_theme_hc3 .owl-nav .disabled{opacity:0.5;cursor:default;}
		.owl_theme_hc3 .owl-nav [class*='owl-'] {
			position:absolute;z-index:1;top:0;width:30px;height:30px;line-height:30px;text-align:center;
			text-align:center;
			color:#ccc!important;font-size:3em!important;
			opacity:0.6;cursor:pointer;
			/*transition:1000ms opacity;*
		}
		.owl_theme_hc3 .owl-nav [class*='owl-']:hover{opacity:1;color:#FFF;text-decoration:none;}
			.owl_theme_hc3 .owl-nav .owl-prev{left:0;}
			.owl_theme_hc3 .owl-nav .owl-next{right:0;}
			
			
			
.owl_theme_hc4{}
	.owl_theme_hc4 .owl-nav{position:absolute;z-index:100;right:20px;top:-50px;width:50px;height:50px;line-height:50px;text-align:center;}
	.owl_theme_hc4 .owl-nav .disabled{opacity:0.5;cursor:default;}
		.owl_theme_hc4 .owl-nav [class*='owl-'] {
			position:absolute;z-index:1;top:0;width:30px;height:30px;line-height:30px;text-align:center;
			text-align:center;
			color:#ccc!important;font-size:1.8em!important;
			opacity:1;cursor:pointer;
		}
		.owl_theme_hc4 .owl-nav [class*='owl-']:hover{opacity:1;color:#FFF;text-decoration:none;}
			.owl_theme_hc4 .owl-nav .owl-prev{left:0;}
			.owl_theme_hc4 .owl-nav .owl-next{right:0;}
			
			
			
			
			*/