.BOX_B .BOX:hover {
	/*	-webkit-box-shadow:2px 5px 4px rgba(0,0,0,0.15);
	box-shadow:2px 5px 4px rgba(0,0,0,0.15)*/
}

.W_CENTER {
	margin: 0 auto;
	padding: 20px 5px 50px 5px;
	width: 100%;
	max-width: 1000px;
}

.BOX_B .BOX {
	display: block;
	height: auto;
	line-height: 1.4;
	letter-spacing: 0;
	-webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	background-color: #FFF;
}

.BOX_B .BOX .BOX_IN {
	/*padding:10px 20px 30px 20px*/
}

.BOX_B .BOX div i {
	font-size: 46px;
	text-shadow: none
}

.BOX_A img,
.BOX_B .BOX img {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.BOX_A:hover img,
.BOX_B .BOX:hover img {
	display: block;
	transform: scale(1.07)
}

.owl-theme .owl-nav {
	margin-top: 10px;
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 18px;
	margin: 5px;
	padding: 4px 7px;
	background: #4782c9;
	display: inline-block;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #12ffff;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 20px
}

.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	background: #4782c9;
	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: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #12ffff;
}


@media screen and (max-width:1279px) {}

@media screen and (max-width:900px) {}