/* <!-- [SVG Banner Style Rules] --> */

.supersvgparent {
	position: relative;
	border-radius: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	width: 600px;
}

.supersvgparentnobg {
	position: relative;
	border-radius: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 90px;
	width: 600px;
}

.linkbannersvg {
	border-radius: 0px;
	display: block;
	-moz-user-select: none;
		-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
				-o-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
}

.linkbannersvg > a {
	outline: none;
}

.linkbannersvgnobg {
	border-radius: 0px;
	display: block;
	-moz-user-select: none;
		-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
				-o-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
}

.linkbannersvgnobg > a {
	outline: none;
}

.bannersvg {
	opacity: 1;
	backface-visibility: hidden;
}

.bannersvgtransparent {
	opacity: 1;
	backface-visibility: hidden;
}

.bannermiddlesvg {
	opacity: 0;
	outline-style: solid;
	outline-width: medium;
	outline-color: #bb191f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.supersvgparent:hover {
	border-radius: 0px;
		-webkit-box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
			-moz-box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
				-o-box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
					box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
}

.supersvgparentnobg:hover {
	border-radius: 0px;
		-webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
				-o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
					box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.supersvgparent:hover .linkbannersvg {
	filter: blur(2px);
		-webkit-box-shadow: 0px 0px 2px 1px rgb(0 0 0);
			-moz-box-shadow: 0px 0px 2px 1px rgb(0 0 0);
				-o-box-shadow: 0px 0px 2px 1px rgb(0 0 0);
					box-shadow: 0px 0px 2px 1px rgb(0 0 0);
}

.supersvgparent:hover .bannersvg {
	filter: blur(2px);
}

.supersvgparentnobg:hover .bannersvgnobg {
	filter: blur(2px);
	transform: scale(0.94);
	-ms-transform: scale(0.94);
}

.supersvgparent:hover .bannersvgtransparent {
	opacity: 0;
}

.supersvgparent:hover .bannermiddlesvg {
	opacity: 1;
}

.supersvgparentnobg:hover .bannermiddlesvg {
	opacity: 1;
}

.bannertextsvg {
	background-color: #000000;
	color: white;
	font-family: 'My_PublicSans';
	font-size: 16px;
	padding: 4px 32px;
}

.playbanner {
	background-image: url(/images/banners/playbaozi_banner_bg.png);
	background-size: contain;
}

/* <!-- [Image Banner Style Rules] --> */

.linkbanner {
	position: relative;
	border-radius: 0px;
	display: inline-block;
	-moz-user-select: none;
}

.linkbanner > a {
	outline: none;
}

.bannerimage {
	opacity: 1;
	backface-visibility: hidden;
	width: 600px;
	height: 90px;
	border-radius: 0px;
		-webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
				-o-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
					box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
}

.bannermiddle {
	opacity: 0;
	outline-style: solid;
	outline-width: medium;
	outline-color: #bb191f;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.linkbanner:hover {
	border-radius: 0px;
		-webkit-box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
			-moz-box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
				-o-box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
					box-shadow: inset 0px 0px 0px 4px rgb(0 0 0);
}

.linkbanner:hover .bannerimage {
	/* opacity: 0.6; */
	filter: blur(2px);
		-webkit-box-shadow: 0px 0px 2px 1px rgb(0 0 0);
			-moz-box-shadow: 0px 0px 2px 1px rgb(0 0 0);
				-o-box-shadow: 0px 0px 2px 1px rgb(0 0 0);
					box-shadow: 0px 0px 2px 1px rgb(0 0 0);
}

.linkbanner:hover .bannermiddle {
	opacity: 1;
}

.bannertext {
	background-color: #000000;
	color: white;
	font-family: 'My_PublicSans';
	font-size: 16px;
	padding: 4px 32px;
}

/* <!-- [IE compatibility rules] --> */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   /* For IE 10 & IE 11 compatibility*/
   
	.magsbanner {
		background-image: url(/images/banners/kimonobg.jpg) !important;
	}

}
