@charset "UTF-8";

.u-textLightPurple {
	color: #bc22c7
}
.u-textDarkPurple {
	color: #5c1096
}
.u-textLightBlue {
	color: #456eb8
}
.u-textDarkBlue {
	color: #233a6e
}
.u-textLightBrown {
	color: #d7bb93
}
.u-textMediumBrown {
	color: #725a37
}
.u-textDarkBrown {
	color: #170d02
}
.u-textOrange {
	color: #f16b3f
}
.u-textRed {
	color: #e22c14
}
.u-textYellow {
	color: #fcd144
}
.u-textWhite {
	color: #fff
}
.u-textBlack {
	color: #000
}
.collapse {
	display: none
}
.collapse.in {
	display: block
}
tr.collapse.in {
	display: table-row
}
tbody.collapse.in {
	display: table-row-group
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}
.u-platformAndroidOnly, .u-platformIos .u-platformEvergreenOnly, .u-platformIosOnly {
	display: none
}
.u-platformIos .u-platformIosOnly {
	display: initial
}
.u-platformAndroid .u-platformEvergreenOnly {
	display: none
}
.u-platformAndroid .u-platformAndroidOnly {
	display: initial
}
.slick-arrow.GoldArrow {
	top: 50%
}
.slick-arrow.GoldArrow--prev {
	left: 0
}
.slick-arrow.GoldArrow--next {
	right: 0
}
.slick-arrow.slick-disabled {
	opacity: .35;
	pointer-events: none
}
@media (min-width:60em) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 12%
	}
	.Hero .slick-arrow.GoldArrow--next {
		right: 12%
	}
}
@media (min-width:72.5em) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 14%
	}
	.Hero .slick-arrow.GoldArrow--next {
		right: 14%
	}
}
@media (min-width:1925px) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 50%;
		-webkit-transform: translate(-695px, -50%);
		-ms-transform: translate(-695px, -50%);
		transform: translate(-695px, -50%)
	}
	.Hero .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translate(-698px, -50%);
		-ms-transform: translate(-698px, -50%);
		transform: translate(-698px, -50%)
	}
	.Hero .slick-arrow.GoldArrow--prev:active {
		-webkit-transform: translate(-698px, -50%) scale(.97);
		-ms-transform: translate(-698px, -50%) scale(.97);
		transform: translate(-698px, -50%) scale(.97)
	}
	.Hero .slick-arrow.GoldArrow--next {
		right: 50%;
		-webkit-transform: translate(695px, -50%);
		-ms-transform: translate(695px, -50%);
		transform: translate(695px, -50%)
	}
	.Hero .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translate(698px, -50%);
		-ms-transform: translate(698px, -50%);
		transform: translate(698px, -50%)
	}
	.Hero .slick-arrow.GoldArrow--next:active {
		-webkit-transform: translate(698px, -50%) scale(.97);
		-ms-transform: translate(698px, -50%) scale(.97);
		transform: translate(698px, -50%) scale(.97)
	}
}
.slick-slider {
	position: relative
}
.slick-list {
	cursor: default
}
.slick-track {
	padding: 2px 0
}
.Slick-item {
	margin: 0 .5em;
	position: relative
}
.Slick-item iframe, .Slick-item img {
	width: 100%
}
.Slick-item iframe {
	height: 100%
}
.Slick-item .AspectRatio {
	margin-left: 0;
	background: #000
}
.Slick-item .Lightbox-item {
	display: none
}
.Slick-item:not(.slick-current) {
	pointer-events: none;
	cursor: default
}
.Slick-item:not(.slick-current) .VideoSlide-video:after {
	opacity: .75;
	z-index: 10
}
.Slick-item:not(.slick-current) .VideoSlide-subtitle {
	opacity: 0
}
.Slick-item.slick-current {
	opacity: 1
}
@media (min-width:40em) {
	.Slick-item {
		margin: 0 1em
	}
}
.Carousel-indicators {
	margin-bottom: 0;
	padding: 0;
	text-align: center
}
.Carousel-indicators li {
	height: 32px;
	width: 28px;
	background: transparent url(https://hearthstone.nosdn.127.net/3/minisite/knight/screenshot-overlay.png) -325px -262px no-repeat;
	display: inline-block
}
.Carousel-indicators li:hover {
	cursor: pointer;
	background-position: -355px -262px
}
.Carousel-indicators li.slick-active {
	background-position: -385px -262px
}
.Carousel-indicators button {
	display: none
}
.VideoSection {
	padding: 10em 0 5em;
	margin-top: -9.5em;
	position: relative
}
.VideoSection .media-frame:before {
	z-index: 1
}
@media (min-width:60em) {
	.VideoSection {
		margin-top: -9em;
		padding: 12em 0 8em
	}
}
@media (min-width:72.5em) {
	.VideoSection {
		margin-top: -15em;
		padding: 19em 0 8em
	}
}
@media (min-width:1960px) {
	.VideoSection {
		margin-top: -14em
	}
}
.VideoSection .slick-arrow.GoldArrow {
	top: 43%
}
@media (min-width:72.5em) {
	.VideoSection .slick-arrow.GoldArrow {
		top: 45%
	}
}
.VideoSlide-subtitle, .VideoSlide-video {
	max-width: 1160px;
	margin: 0 auto
}
.VideoSlide-subtitle, .VideoSlide-video:after {
	transition: all .35s ease
}
.VideoSlide-video:after {
	content: "";
	position: absolute;
	top: -2px;
	left: -1px;
	right: -1px;
	bottom: -2px;
	opacity: 0;
	background: #071122;
	z-index: -1
}
.VideoSlide-subtitle {
	color: #fff;
	padding: 1.25em 0 0
}
.Icon--adventure-arthas:before {
	background-position: -426px -502px;
	width: 315px;
	height: 354px
}
.Icon--adventure-arthas:before, .Icon--adventure-arthas_banner:before {
	background-image: url(images/knight/knights-sprite.png)
}
.Icon--adventure-arthas_banner:before {
	background-position: -634px -1031px;
	width: 200px;
	height: 285px
}
.Icon--adventure-deathwhisper:before {
	background-position: -985px -356px;
	width: 315px;
	height: 354px
}
.Icon--adventure-deathwhisper:before, .Icon--adventure-deathwhisper_banner:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-deathwhisper_banner:before {
	background-position: -836px -1031px;
	width: 200px;
	height: 285px
}
.Icon--adventure-ice_left:before {
	background-position: -426px -858px;
	width: 405px;
	height: 111px
}
.Icon--adventure-ice_left:before, .Icon--adventure-ice_right:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-ice_right:before {
	background-position: 0 -1387px;
	width: 470px;
	height: 90px
}
.Icon--adventure-lanathel:before {
	background-position: -985px 0;
	width: 315px;
	height: 354px
}
.Icon--adventure-lanathel:before, .Icon--adventure-lanathel_banner:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-lanathel_banner:before {
	background-position: -743px -502px;
	width: 200px;
	height: 285px
}
.Icon--adventure-marrowgar:before {
	background-position: -317px -1031px;
	width: 315px;
	height: 354px
}
.Icon--adventure-marrowgar:before, .Icon--adventure-marrowgar_banner:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-marrowgar_banner:before {
	background-position: -1240px -1031px;
	width: 200px;
	height: 285px
}
.Icon--adventure-putricide:before {
	background-position: -1302px 0;
	width: 315px;
	height: 354px
}
.Icon--adventure-putricide:before, .Icon--adventure-putricide_banner:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-putricide_banner:before {
	background-position: -985px -712px;
	width: 200px;
	height: 285px
}
.Icon--adventure-saurfang:before {
	background-position: -1302px -356px;
	width: 315px;
	height: 354px
}
.Icon--adventure-saurfang:before, .Icon--adventure-saurfang_banner:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-saurfang_banner:before {
	background-position: -1619px 0;
	width: 200px;
	height: 285px
}
.Icon--adventure-sindragosa:before {
	background-position: 0 -1031px;
	width: 315px;
	height: 354px
}
.Icon--adventure-sindragosa:before, .Icon--adventure-sindragosa_banner:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--adventure-sindragosa_banner:before {
	background-position: -1038px -1031px;
	width: 200px;
	height: 285px
}
.Icon--badge_glow:before {
	background-position: 0 0;
	width: 500px;
	height: 500px
}
.Icon--badge_glow:before, .Icon--buttonSnow-left:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--buttonSnow-left:before {
	background-position: -426px -971px;
	width: 308px;
	height: 41px
}
.Icon--buttonSnow-right:before {
	background-position: -1721px -818px;
	width: 73px;
	height: 39px
}
.Icon--buttonSnow-right:before, .Icon--cards-geist:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--cards-geist:before {
	background-position: -502px 0;
	width: 481px;
	height: 492px
}
.Icon--cards-skelly:before {
	background-position: 0 -502px;
	width: 424px;
	height: 527px
}
.Icon--cards-skelly:before, .Icon--featureLifesteal:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.Icon--featureLifesteal:before {
	background-position:-1716px -414px;
	width: 100px;
	height: 100px
}
.Icon--ice-blur1:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	background-position: -1302px -712px;
	width: 232px;
	height: 301px
}
.Icon--knightsCard:before {
	background-position: -1619px -287px;
}
.Icon--knightsCard:before, .Icon--knightsLich:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	width: 95px;
	height: 125px;
	text-align: center;
}
.Icon--knightsLich:before {
	background-position: -1716px -287px;
}
.Icon--knightsPack:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	background-position: -1619px -414px;
	width: 95px;
	height: 125px;
	margin: 0 auto;
}
.Adventure-wrapper {
	margin-top: 2em;
	padding-top: 5em;
	background: #0a141e;
	background-position-x: 50%;
	color: #fff;
	position: relative
}
@media (min-width:30em) {
	.Adventure-wrapper {
		background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/adventure-bg.jpg) no-repeat #0a141e;
		background-size: 1900px;
		background-position-x: 50%
	}
}
@media (min-width:1901px) {
	.Adventure-wrapper {
		background-size: 2600px
	}
}
@media (min-width:60em) {
	.Adventure-wrapper:after, .Adventure-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		top: 0
	}
	.Adventure-wrapper:before {
		left: 0;
		background-position: -426px -858px;
		width: 405px;
		height: 111px
	}
	.Adventure-wrapper:after, .Adventure-wrapper:before {
		background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
	}
	.Adventure-wrapper:after {
		right: 0;
		background-position: 0 -1387px;
		width: 470px;
		height: 90px
	}
}
.AdventureSection-header {
	color: #fff;
	margin-bottom: 1em
}
@media (min-width:60em) {
	.AdventureSectionIncentives {
		padding: 0 15%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
@media (min-width:1901px) {
	.AdventureSectionIncentives {
		margin-top: 10em
	}
}
	.AdventureSectionIncentives {
		margin-top: 3em
	}
.AdventureSectionIncentives-item {
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 1%;
	width: 30%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	min-height: 260px
}
.knights-of-the-frozen-throne .FeatureHype .AdventureSectionIncentives-item.FeatureBox.FeatureBox--with-icon:before {
	-webkit-transform: scale(.7) translateX(-15%);
	-ms-transform: scale(.7) translateX(-15%);
	transform: scale(.7) translateX(-15%);
	margin-bottom: -15px
}
.AdventureSectionIncentives-item small {
	font-size: .75em
}
.AdventureSectionIncentives-text {
	margin-top: -40px
}
.PortraitsItem {
	position: absolute;
	z-index: -1;
	transition: z-index .3s ease, opacity .15385s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, z-index .3s ease, opacity .15385s ease;
	transition: transform .3s ease, z-index .3s ease, opacity .15385s ease, -webkit-transform .3s ease;
	-webkit-transform: translateX(0) scale(.6);
	-ms-transform: translateX(0) scale(.6);
	transform: translateX(0) scale(.6);
	opacity: 0;
	top: 20px
}
.PortraitsItem:before {
	content: "";
	display: block;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	background-position: 0 0;
	width: 500px;
	height: 500px;
	opacity: 0;
	transition: opacity .3s ease;
	z-index: -3;
	position: absolute;
	top: -45px;
	left: -95px;
	pointer-events: none
}
.PortraitsItem.center .PortraitsItem-taunt {
	opacity: 1;
	top: -30px;
	transition: all .6s linear
}
.PortraitsItem.center:before {
	opacity: 1
}
.PortraitsItem:not(.center):hover {
	cursor: pointer;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
	transition: transform .1s ease, -webkit-transform .1s ease
}
.PortraitsItem-taunt {
	width: 100%;
	padding: 7% 5%;
	background: #f1f1d4;
	position: relative;
	left: 20%;
	opacity: 0;
	top: 0;
	transition: all .3s linear;
	border-radius: 5px;
	z-index: 5
}
@media (min-width:60em) {
	.PortraitsItem-taunt {
		width: 150%;
		left: 60%
	}
}
.BossesSection {
	position: relative
}
@media (min-width:1901px) {
	.BossesSection {
		top: 6em
	}
}
.BossesSection .slick-list {
	height: 400px
}
.BossesSection .slick-track {
	padding: 0;
	position: relative;
	height: 400px
}
.BossesSection .left-3 {
	-webkit-transform: translateX(-100%) scale(.48);
	-ms-transform: translateX(-100%) scale(.48);
	transform: translateX(-100%) scale(.48);
	z-index: -5
}
@media (min-width:40em) {
	.BossesSection .left-3 {
		-webkit-transform: translateX(-100%) scale(.6);
		-ms-transform: translateX(-100%) scale(.6);
		transform: translateX(-100%) scale(.6)
	}
}
.BossesSection .left-2 {
	-webkit-transform: translateX(-104%) scale(.48);
	-ms-transform: translateX(-104%) scale(.48);
	transform: translateX(-104%) scale(.48);
	opacity: 1
}
@media (min-width:40em) {
	.BossesSection .left-2 {
		-webkit-transform: translateX(-130%) scale(.6);
		-ms-transform: translateX(-130%) scale(.6);
		transform: translateX(-130%) scale(.6)
	}
}
@media (min-width:60em) {
	.BossesSection .left-2:hover {
		-webkit-transform: translateX(-130%) scale(.66);
		-ms-transform: translateX(-130%) scale(.66);
		transform: translateX(-130%) scale(.66)
	}
}
.BossesSection .left-1 {
	-webkit-transform: translateX(-56%) scale(.6);
	-ms-transform: translateX(-56%) scale(.6);
	transform: translateX(-56%) scale(.6);
	z-index: 0;
	opacity: 1
}
@media (min-width:40em) {
	.BossesSection .left-1 {
		-webkit-transform: translateX(-70%) scale(.75);
		-ms-transform: translateX(-70%) scale(.75);
		transform: translateX(-70%) scale(.75)
	}
}
@media (min-width:60em) {
	.BossesSection .left-1:hover {
		-webkit-transform: translateX(-70%) scale(.825);
		-ms-transform: translateX(-70%) scale(.825);
		transform: translateX(-70%) scale(.825)
	}
}
.BossesSection .center {
	z-index: 5;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	opacity: 1
}
@media (min-width:40em) {
	.BossesSection .center {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.BossesSection .right-1 {
	-webkit-transform: translateX(56%) scale(.6);
	-ms-transform: translateX(56%) scale(.6);
	transform: translateX(56%) scale(.6);
	z-index: 0;
	opacity: 1
}
@media (min-width:40em) {
	.BossesSection .right-1 {
		-webkit-transform: translateX(70%) scale(.75);
		-ms-transform: translateX(70%) scale(.75);
		transform: translateX(70%) scale(.75)
	}
}
@media (min-width:60em) {
	.BossesSection .right-1:hover {
		-webkit-transform: translateX(70%) scale(.825);
		-ms-transform: translateX(70%) scale(.825);
		transform: translateX(70%) scale(.825)
	}
}
.BossesSection .right-2 {
	-webkit-transform: translateX(104%) scale(.48);
	-ms-transform: translateX(104%) scale(.48);
	transform: translateX(104%) scale(.48);
	opacity: 1
}
@media (min-width:40em) {
	.BossesSection .right-2 {
		-webkit-transform: translateX(130%) scale(.6);
		-ms-transform: translateX(130%) scale(.6);
		transform: translateX(130%) scale(.6)
	}
}
@media (min-width:60em) {
	.BossesSection .right-2:hover {
		-webkit-transform: translateX(130%) scale(.66);
		-ms-transform: translateX(130%) scale(.66);
		transform: translateX(130%) scale(.66)
	}
}
.BossesSection .right-3 {
	-webkit-transform: translateX(100%) scale(.6);
	-ms-transform: translateX(100%) scale(.6);
	transform: translateX(100%) scale(.6);
	z-index: -5
}
@media (min-width:40em) {
	.BossesSection .right-3 {
		-webkit-transform: translateX(100%) scale(.48);
		-ms-transform: translateX(100%) scale(.48);
		transform: translateX(100%) scale(.48)
	}
}
.boss-name {
	color: #000
}
.boss-description {
	max-width: 450px;
	margin: 0 auto;
	padding: 0 10px;
	margin-top: 10px;
	min-height: 50px;
	color: #233a6e;
	font-weight: 600
}
@media (min-width:60em) {
	.boss-description {
		padding: 0 40px
	}
}
.HeroPower {
	position: absolute;
	z-index: 3;
	bottom: 20%;
	left: 48%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}
@media (max-width:39.99em) {
	.HeroPower {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
}
@media (min-width:40em) {
	.HeroPower {
		left: 60%
	}
}
@media (min-width:60em) {
	.HeroPower {
		bottom: 10%;
		left: 55%
	}
}
@media (min-width:72.5em) {
	.HeroPower {
		left: 53.5%
	}
}
.HeroPower .HeroPower-container {
	position: relative;
	width: 200px;
	height: 285px;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}
.HeroPower .HeroPower-container .HeroPower-back, .HeroPower .HeroPower-container .HeroPower-front {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .15s linear
}
.HeroPower .HeroPower-container .HeroPower-back {
	z-index: -1;
	opacity: 0
}
.HeroPower .HeroPower-container.flipped, .HeroPower .HeroPower-container .HeroPower-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}
.HeroPower .HeroPower-container.flipped .HeroPower-front {
	opacity: 0
}
.HeroPower .HeroPower-container.flipped .HeroPower-back {
	opacity: 1
}
.HeroPower-name {
	font-size: .75em;
	font-weight: 700;
	position: relative;
	top: 132px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000
}
.HeroPower-descriptionBackground {
	display: table;
	position: relative;
	top: 155px;
	height: 60px;
	width: 62%;
	left: 19%
}
.HeroPower-description {
	display: table-cell;
	vertical-align: middle;
	font-size: .7em;
	font-weight: 600;
	color: #000
}
.PortraitsItem[data-boss-class=marrowgar] .PortraitsItem-main {
	background-position: -317px -1031px;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=marrowgar], .HeroPower-front[boss=marrowgar], .PortraitsItem[data-boss-class=marrowgar] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=marrowgar], .HeroPower-front[boss=marrowgar] {
	background-position: -1240px -1031px;
	width: 200px;
	height: 285px
}
.PortraitsItem[data-boss-class=saurfang] .PortraitsItem-main {
	background-position: -1302px -356px;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=saurfang], .HeroPower-front[boss=saurfang], .PortraitsItem[data-boss-class=saurfang] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=saurfang], .HeroPower-front[boss=saurfang] {
	background-position: -1619px 0;
	width: 200px;
	height: 285px
}
.PortraitsItem[data-boss-class=deathwhisper] .PortraitsItem-main {
	background-position: -985px -356px;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=deathwhisper], .HeroPower-front[boss=deathwhisper], .PortraitsItem[data-boss-class=deathwhisper] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=deathwhisper], .HeroPower-front[boss=deathwhisper] {
	background-position: -836px -1031px;
	width: 200px;
	height: 285px
}
.PortraitsItem[data-boss-class=arthas] .PortraitsItem-main {
	background-position: -426px -502px;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=arthas], .HeroPower-front[boss=arthas], .PortraitsItem[data-boss-class=arthas] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=arthas], .HeroPower-front[boss=arthas] {
	background-position: -634px -1031px;
	width: 200px;
	height: 285px
}
.PortraitsItem[data-boss-class=putricide] .PortraitsItem-main {
	background-position: -1302px 0;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=putricide], .HeroPower-front[boss=putricide], .PortraitsItem[data-boss-class=putricide] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=putricide], .HeroPower-front[boss=putricide] {
	background-position: -985px -712px;
	width: 200px;
	height: 285px
}
.PortraitsItem[data-boss-class=lanathel] .PortraitsItem-main {
	background-position: -985px 0;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=lanathel], .HeroPower-front[boss=lanathel], .PortraitsItem[data-boss-class=lanathel] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=lanathel], .HeroPower-front[boss=lanathel] {
	background-position: -743px -502px;
	width: 200px;
	height: 285px
}
.PortraitsItem[data-boss-class=sindragosa] .PortraitsItem-main {
	background-position: 0 -1031px;
	width: 315px;
	height: 354px
}
.HeroPower-back[boss=sindragosa], .HeroPower-front[boss=sindragosa], .PortraitsItem[data-boss-class=sindragosa] .PortraitsItem-main {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.HeroPower-back[boss=sindragosa], .HeroPower-front[boss=sindragosa] {
	background-position: -1038px -1031px;
	width: 200px;
	height: 285px
}
.KnightsArtwork {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/gallery-bg.png);
	background-position-x: 50%;
	background-repeat: no-repeat;
	background-size: 1900px;
	padding-top: 15em;
	padding-bottom: 15em;
	position: relative
}
@media (min-width:1901px) {
	.KnightsArtwork {
		background-size: 2600px;
		margin-top: 20em
	}
}
.KnightsArtwork h2, .KnightsArtwork p {
	color: #fff
}
.KnightsArtwork .PageDivider {
	position: absolute;
	bottom: -68px
}
@media (min-width:60em) {
	.KnightsArtwork .PageDivider {
		bottom: -50px
	}
}
.KnightsArtwork .ImageGallery .MediaContainer {
	overflow: visible;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 42em;
	margin: auto
}
@media (min-width:60em) {
	.KnightsArtwork .ImageGallery .MediaContainer {
		max-width: none
	}
}
.KnightsArtwork .ImageGallery-item {
	max-width: 80%;
	display: inline-block;
	margin: 1%;
}
@media (min-width:60em) {
	.KnightsArtwork .ImageGallery-item {
		max-width: 31%
	}
}
.KnightsArtwork .ImageGallery-item:before {
	border-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-frame.png) 17 20 stretch;
	z-index: 1;
	pointer-events: none
}
.KnightsArtwork .ImageGallery-item:after {
	content: "";
	position: absolute;
	z-index: 2;
	top: -13%;
	bottom: 0;
	pointer-events: none
}
.KnightsArtwork .ImageGallery-item:first-child:after {
	content: "";
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-frame_snow1.png) top no-repeat;
	background-size: contain;
	left: -4%;
	right: -1%
}
.KnightsArtwork .ImageGallery-item:nth-child(2):after {
	content: "";
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-frame_snow3.png) top no-repeat;
	background-size: contain;
	left: -1%;
	right: -2%
}
@media (min-width:60em) {
	.KnightsArtwork .ImageGallery-item:after {
		top: -20px
	}
	.KnightsArtwork .ImageGallery-item:first-child:after {
		background-size: auto;
		top: -20px
	}
	.KnightsArtwork .ImageGallery-item:nth-child(2):after {
		background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-frame_snow2.png) no-repeat;
		background-size: auto;
		left: -1px;
		right: -1px
	}
	.KnightsArtwork .ImageGallery-item:nth-child(3):after {
		content: "";
		background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-frame_snow3.png) no-repeat;
		left: -3px;
		right: -8px
	}
}
@media (min-width:72.5em) {
	.KnightsArtwork {
		background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/gallery-bg-wide.png);
		background-size: auto
	}
}
.KnightsArtwork-geist, .KnightsArtwork-geist2, .KnightsArtwork-geistHand, .KnightsArtwork-snow {
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover
}
.KnightsArtwork-geist {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-mogul1.png);
	width: 283px;
	height: 154px;
	left: 50%;
	margin-left: -140px;
	bottom: 0
}
@media (min-width:60em) {
	.KnightsArtwork-geist {
		width: 566px;
		height: 308px;
		left: 0;
		margin-left: 0
	}
}
.KnightsArtwork-geistHand {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-mogul1_hand.png);
	width: 124px;
	height: 107px;
	left: 50%;
	margin-left: 19px;
	bottom: 4px
}
@media (min-width:60em) {
	.KnightsArtwork-geistHand {
		width: 246px;
		height: 212px;
		left: 320px;
		margin-left: 0;
		bottom: 7px
	}
}
@media (min-width:60em) {
	.KnightsArtwork-geist2 {
		background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-mogul2.png);
		width: 638px;
		height: 450px;
		right: 0;
		bottom: 0
	}
}
.KnightsArtwork-snow {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/gallery-snow_bottom.png);
	background-position: 50%;
	background-size: cover;
	width: 100%;
	height: 100px;
	left: 0;
	bottom: -20px
}
@media (min-width:60em) {
	.KnightsArtwork-snow {
		height: 150px;
		bottom: 0
	}
}
.ComicsSection {
	padding-top: 17em;
	padding-bottom: 17em;
	margin-top: 34em;
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/comics-bg.png) no-repeat bottom;
	background-size: 100%;
	background-size: cover;
	max-width: none;
	color: #fff
}
@media (min-width:60em) {
	.ComicsSection {
		padding-top: 2em;
		padding-bottom: 2em;
		margin-top: 40em
	}
}
@media (min-width:72.5em) {
	.ComicsSection {
		background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/comics-bg.png) no-repeat bottom;
		padding-top: 12em;
		padding-bottom: 12em;
		margin-top: 55em
	}
}
.ComicsSection .ContentSection {
	padding: 0
}
.ComicsSection .ComicsSection-Header {
	color: #fff;
	margin-bottom: .75em
}
.ComicsSection .ComicsSection-Subheader {
	margin-bottom: 3.5em
}
@media (min-width:60em) {
	.ComicsGallery {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row
	}
}
.ComicsGallery-item {
	margin: 0 15px;
	opacity: .7;
	transition: opacity .3s ease, -webkit-transform .15s ease-out;
	transition: opacity .3s ease, transform .15s ease-out;
	transition: opacity .3s ease, transform .15s ease-out, -webkit-transform .15s ease-out
}
.ComicsGallery-item.slick-center {
	opacity: 1
}
@media (min-width:60em) {
	.ComicsGallery-item {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 1%;
		opacity: 1
	}
	.ComicsGallery-item.ComicsGallery--clickable:hover {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}
}
.ComicsGallery-frame {
	position: relative
}
.ComicsGallery-frame:after {
	top: 0;
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/comics-frame.png) no-repeat 50%;
	background-size: 100% 100%
}
.ComicsGallery-frame:after, .ComicsGallery-frame:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%
}
.ComicsGallery-frame:before {
	bottom: 0;
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/comics-shadow.png) no-repeat;
	background-size: 100%
}
.ComicsGallery-frame img {
	width: 100%
}
.ComicsGallery-title {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	position: relative;
	left: -18px;
	z-index: 3;
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/comics-label-left.png) no-repeat;
	padding-left: 40px;
	padding-top: 6px;
	height: 100%;
	min-height: 60px;
	max-width: calc(100% - 80px);
	min-width: 150px
}
@media (min-width:60em) {
	.ComicsGallery-title {
		min-width: 200px
	}
}
.ComicsGallery-title:after {
	content: "";
	display: block;
	width: 130px;
	height: 100%;
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/comics-label-right.png) no-repeat;
	z-index: -1;
	position: absolute;
	right: -40px;
	top: 0
}
.CardSection, .KnightsCardSection {
	position: relative;
	padding: 0
}
.CardSection:after, .CardSection:before, .KnightsCardSection:after, .KnightsCardSection:before {
	content: "";
	position: absolute;
	display: none;
	z-index: 1
}
@media (min-width:72.5em) {
	.CardSection:after, .CardSection:before, .KnightsCardSection:after, .KnightsCardSection:before {
		display: block
	}
}
.CardSection.spring .CardSection:after, .CardSection.spring .CardSection:before, .KnightsCardSection.spring .CardSection:after, .KnightsCardSection.spring .CardSection:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}
.CardSection {
	z-index: 2
}
.CardSection:before {
	z-index: -1;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	background-position: 0 -502px;
	width: 424px;
	height: 527px;
	top: -28%;
	left: -20%;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: translate(-100%, 25%);
	-ms-transform: translate(-100%, 25%);
	transform: translate(-100%, 25%)
}
@media (min-width:1440px) {
	.CardSection:before {
		left: -28%
	}
}
.CardSection:after {
	z-index: -1;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	background-position: -502px 0;
	width: 481px;
	height: 492px;
	bottom: -40%;
	right: -23%;
	transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
	transition: transform .5s ease-out, -webkit-transform .5s ease-out;
	-webkit-transform: translate(100%, 15%);
	-ms-transform: translate(100%, 15%);
	transform: translate(100%, 15%)
}
@media (min-width:1440px) {
	.CardSection:after {
		bottom: -33%;
		right: -35%
	}
}
.CardSection.Media:after, .CardSection.Media:before {
	display: none
}
.KnightsCardSection:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png);
	background-position: -1302px -712px;
	width: 232px;
	height: 301px
}
@media (min-width:60em) {
	.KnightsCardSection:before {
		top: -36%;
		right: 7%
	}
}
.KnightsCardSection .CardSection-revealedCards {
	margin-top: 55px
}
@media (min-width:60em) {
	.KnightsCardSection .CardSection-revealedCards {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 95%
	}
}
.KnightsCardSection .FlipCard-Container {
	position: relative;
	height: 375px;
	transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out;
	cursor: pointer
}
@media (min-width:60em) {
	.KnightsCardSection .FlipCard-Container {
		width: 210px
	}
}
.KnightsCardSection .FlipCard-Container:hover .FlipCard-back img {
	-webkit-transform: scale(1.015);
	-ms-transform: scale(1.015);
	transform: scale(1.015)
}
.KnightsCardSection .FlipCard-Container:hover .FlipCard-back:after {
	opacity: 1
}
.KnightsCardSection .FlipCard-Container.FlipCard--turned .FlipCard-back {
	display: none
}
.KnightsCardSection .FlipCard-Container.FlipCard--turned .FlipCard-front {
	-webkit-transform: translateZ(0) rotateY(0deg) scale(1);
	transform: translateZ(0) rotateY(0deg) scale(1);
	opacity: 1
}
.KnightsCardSection .FlipCard-Container:hover:not(.FlipCard--flipped).FlipCard--turned {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	cursor: default;
	-webkit-animation: none;
	animation: none
}
.KnightsCardSection .FlipCard-Container.FlipCard--flipped {
	cursor: default
}
.KnightsCardSection .FlipCard-Container .FlipCard {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	z-index: 2;
	margin: 0;
	display: block;
	width: 100%;
	max-width: none
}
.KnightsCardSection .FlipCard-Container .FlipCard-back, .KnightsCardSection .FlipCard-Container .FlipCard-front {
	position: absolute;
	width: 100%
}
.KnightsCardSection .FlipCard-Container .FlipCard-front {
	-webkit-transform: translateZ(-1px) rotateY(180deg) scale(1);
	transform: translateZ(-1px) rotateY(180deg) scale(1);
	border-radius: 18px;
	cursor: default;
	opacity: 0
}
.KnightsCardSection .FlipCard-Container .FlipCard-back {
	-webkit-animation: none;
	animation: none;
	position: relative
}
.KnightsCardSection .FlipCard-Container .FlipCard-back img {
	transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}
.KnightsCardSection .FlipCard-Container .FlipCard-back:after {
	content: "";
	position: absolute;
	width: 84%;
	height: 92%;
	top: 3%;
	left: 8%;
	-webkit-animation: blueGlow 2s ease-in-out infinite alternate;
	animation: blueGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	transition: opacity .25s ease-out;
	display: none
}
@media (min-width:40em) {
	.KnightsCardSection .FlipCard-Container .FlipCard-back:after {
		display: block
	}
}
.KnightsCardSection .FlipCard-Container.slick-center {
	-webkit-animation: .8s glow ease infinite alternate;
	animation: .8s glow ease infinite alternate
}
.KnightsCardSection .FlipCard-Container.FlipCard--middle, .KnightsCardSection .FlipCard-Container.slick-center {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
@-webkit-keyframes blueGlow {
	0% {
		box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #a8e9ff, 0 0 60px #a8e9ff, 0 0 70px #a8e9ff, 0 0 90px #a8e9ff, 0 0 100px #a8e9ff
	}
	to {
		box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #a8e9ff, 0 0 35px #a8e9ff, 0 0 40px #a8e9ff, 0 0 35px #a8e9ff, 0 0 70px #a8e9ff
	}
}
@keyframes blueGlow {
	0% {
		box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #a8e9ff, 0 0 60px #a8e9ff, 0 0 70px #a8e9ff, 0 0 90px #a8e9ff, 0 0 100px #a8e9ff
	}
	to {
		box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #a8e9ff, 0 0 35px #a8e9ff, 0 0 40px #a8e9ff, 0 0 35px #a8e9ff, 0 0 70px #a8e9ff
	}
}
.knights-of-the-frozen-throne.cards .Hero {
	background-size: 100%;
	padding: 0 0 5em
}
@media (min-width:60em) {
	.knights-of-the-frozen-throne.cards .Hero {
		padding: 3em 0 5em;
		background-size: cover
	}
}
.knights-of-the-frozen-throne.cards .Hero .Header-logo {
	margin-top: 0;
	margin-bottom: -2em;
	max-width: 385px;
	width: 100%
}
@media (min-width:60em) {
	.knights-of-the-frozen-throne.cards .Hero .Header-logo {
		margin-top: 3em
	}
}
.knights-of-the-frozen-throne.cards .PageDivider--top {
	margin-bottom: -80px
}
.knights-of-the-frozen-throne.cards .Hero .header-text {
	margin-top: -40px;
	margin-bottom: 45px
}
.knights-of-the-frozen-throne.cards .CardFilters {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 40px;
	margin-top: -2em;
	z-index: 10;
	overflow: scroll;
	overflow-y: hidden
}
@media (min-width:840px) {
	.knights-of-the-frozen-throne.cards .CardFilters {
		overflow-x: auto;
		bottom: 37px
	}
}
@media (max-width:59.99em) {
	.knights-of-the-frozen-throne.cards .CardFilters {
		height: 73px;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 0 1em
	}
}
.knights-of-the-frozen-throne.cards .CardFilter {
	padding: 1em;
	display: inline-block;
	opacity: .8;
	-webkit-transform: scale(.9) translateY(10%);
	-ms-transform: scale(.9) translateY(10%);
	transform: scale(.9) translateY(10%);
	transition: all .15s ease-in;
	overflow: hidden;
	text-indent: -9999px
}
.knights-of-the-frozen-throne.cards .CardFilter:hover:not(.is-disabled) {
	opacity: 1;
	cursor: pointer
}
.knights-of-the-frozen-throne.cards .CardFilter.is-active {
	opacity: 1;
	-webkit-filter: brightness(1.25);
	filter: brightness(1.25);
	-webkit-transform: scale(1.1) translateY(4%);
	-ms-transform: scale(1.1) translateY(4%);
	transform: scale(1.1) translateY(4%)
}
.knights-of-the-frozen-throne.cards .CardFilter.is-disabled {
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}
.knights-of-the-frozen-throne.cards .classBg-druid {
	background-position: 0 0
}
.knights-of-the-frozen-throne.cards .classBg-druid, .knights-of-the-frozen-throne.cards .classBg-hunter {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 305px;
	height: 84px
}
.knights-of-the-frozen-throne.cards .classBg-hunter {
	background-position: -307px -344px
}
.knights-of-the-frozen-throne.cards .classBg-mage {
	background-position: 0 -86px
}
.knights-of-the-frozen-throne.cards .classBg-mage, .knights-of-the-frozen-throne.cards .classBg-neutral {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 305px;
	height: 84px
}
.knights-of-the-frozen-throne.cards .classBg-neutral {
	background-position: 0 -172px
}
.knights-of-the-frozen-throne.cards .classBg-paladin {
	background-position: -307px 0
}
.knights-of-the-frozen-throne.cards .classBg-paladin, .knights-of-the-frozen-throne.cards .classBg-priest {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 305px;
	height: 84px
}
.knights-of-the-frozen-throne.cards .classBg-priest {
	background-position: -307px -86px
}
.knights-of-the-frozen-throne.cards .classBg-rogue {
	background-position: -307px -172px
}
.knights-of-the-frozen-throne.cards .classBg-rogue, .knights-of-the-frozen-throne.cards .classBg-shaman {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 305px;
	height: 84px
}
.knights-of-the-frozen-throne.cards .classBg-shaman {
	background-position: 0 -258px
}
.knights-of-the-frozen-throne.cards .classBg-warlock {
	background-position: -307px -258px
}
.knights-of-the-frozen-throne.cards .classBg-warlock, .knights-of-the-frozen-throne.cards .classBg-warrior {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 305px;
	height: 84px
}
.knights-of-the-frozen-throne.cards .classBg-warrior {
	background-position: 0 -344px
}
.knights-of-the-frozen-throne.cards .heroClassAllCards {
	background-position: -240px -497px
}
.knights-of-the-frozen-throne.cards .heroClassAllCards, .knights-of-the-frozen-throne.cards .heroClassDruid {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 78px;
	height: 65px
}
.knights-of-the-frozen-throne.cards .heroClassDruid {
	background-position: -80px -430px
}
.knights-of-the-frozen-throne.cards .heroClassHunter {
	background-position: -160px -430px
}
.knights-of-the-frozen-throne.cards .heroClassHunter, .knights-of-the-frozen-throne.cards .heroClassMage {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 78px;
	height: 65px
}
.knights-of-the-frozen-throne.cards .heroClassMage {
	background-position: -240px -430px
}
.knights-of-the-frozen-throne.cards .heroClassNeutral {
	background-position: -320px -430px
}
.knights-of-the-frozen-throne.cards .heroClassNeutral, .knights-of-the-frozen-throne.cards .heroClassPaladin {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 78px;
	height: 65px
}
.knights-of-the-frozen-throne.cards .heroClassPaladin {
	background-position: -400px -430px
}
.knights-of-the-frozen-throne.cards .heroClassPriest {
	background-position: -480px -430px
}
.knights-of-the-frozen-throne.cards .heroClassPriest, .knights-of-the-frozen-throne.cards .heroClassRogue {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 78px;
	height: 65px
}
.knights-of-the-frozen-throne.cards .heroClassRogue {
	background-position: 0 -497px
}
.knights-of-the-frozen-throne.cards .heroClassShaman {
	background-position: -80px -497px
}
.knights-of-the-frozen-throne.cards .heroClassShaman, .knights-of-the-frozen-throne.cards .heroClassWarlock {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	width: 78px;
	height: 65px
}
.knights-of-the-frozen-throne.cards .heroClassWarlock {
	background-position: -160px -497px
}
.knights-of-the-frozen-throne.cards .heroClassWarrior {
	background-image: url(images/knights-of-the-frozen-throne/knights-card-sprite-69063774514cb34eb9f15593329abf657a77de9272d2f7cfc61b0fbce61bd4d912e24545110b4417f44629779df2112533a070520cce2c4372c2985177f14bee.png);
	background-position: 0 -430px;
	width: 78px;
	height: 65px
}
.knights-of-the-frozen-throne.cards .CardSection {
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 360px
}
.knights-of-the-frozen-throne.cards .CardClassHeader {
	font-size: 20px;
	font-weight: 700;
	margin: 0 auto 1.5em
}
.knights-of-the-frozen-throne.cards .CardClassHeader span {
	margin-top: 27px;
	display: inline-block
}
.knights-of-the-frozen-throne.cards .CardContainer {
	width: 232px;
	height: 0;
	padding: .5em;
	margin-bottom: 3em;
	opacity: 1;
	overflow: visible !important;
	position: relative
}
.knights-of-the-frozen-throne.cards .CardContainer:after {
	content: "";
	position: absolute;
	width: 75%;
	height: 85%;
	top: 8%;
	left: 14%;
	-webkit-animation: blueGlow 2s ease-in-out infinite alternate;
	animation: blueGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	transition: opacity .25s ease-out;
	display: none
}
@media (min-width:40em) {
	.knights-of-the-frozen-throne.cards .CardContainer:after {
		display: block
	}
}
.knights-of-the-frozen-throne.cards .CardContainer img {
	-webkit-filter: drop-shadow(0 0 0 transparent);
	filter: drop-shadow(0 0 0 transparent);
	transition: all .2s ease-out
}
.knights-of-the-frozen-throne.cards .CardContainer:nth-child(-n+5) {
	position: relative;
	z-index: 10
}
.knights-of-the-frozen-throne.cards .CardContainer:not(.CardContainer--revealed) img {
	padding: 14px;
	opacity: .6
}
.knights-of-the-frozen-throne.cards .CardContainer.is-visible {
	height: 312px;
	display: block
}
.knights-of-the-frozen-throne.cards .CardContainer.is-hidden {
	padding: 0;
	display: none
}
.knights-of-the-frozen-throne.cards .CardContainer.CardContainer--revealed:hover:after {
	opacity: 1
}
.knights-of-the-frozen-throne.cards .CardContainer.CardContainer--revealed:hover img {
	-webkit-transform: translateY(0) scale(1.035);
	-ms-transform: translateY(0) scale(1.035);
	transform: translateY(0) scale(1.035);
	-webkit-filter: drop-shadow(0 0 13px rgba(0, 0, 0, .25));
	filter: drop-shadow(0 0 13px rgba(0, 0, 0, .25))
}
.knights-of-the-frozen-throne.cards .CardContainer--cardBack:after {
	content: "";
	display: block;
	top: 0;
	left: 14px;
	right: 14px;
	bottom: 8px;
	position: absolute;
	background-image: linear-gradient(0deg, #e8d5aa 10%, transparent 70%)
}
@-webkit-keyframes blueGlowImg {
	0% {
		box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #a8e9ff, 0 0 60px #a8e9ff, 0 0 70px #a8e9ff, 0 0 90px #a8e9ff, 0 0 100px #a8e9ff
	}
	to {
		box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #a8e9ff, 0 0 35px #a8e9ff, 0 0 40px #a8e9ff, 0 0 35px #a8e9ff, 0 0 70px #a8e9ff
	}
}
@keyframes blueGlowImg {
	0% {
		box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #a8e9ff, 0 0 60px #a8e9ff, 0 0 70px #a8e9ff, 0 0 90px #a8e9ff, 0 0 100px #a8e9ff
	}
	to {
		box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #a8e9ff, 0 0 35px #a8e9ff, 0 0 40px #a8e9ff, 0 0 35px #a8e9ff, 0 0 70px #a8e9ff
	}
}
.CinematicsSection {
	position: relative;
	padding: 3em 0 6em
}
.CinematicsSection .MediaFrame:before {
	top: -1.5%;
	right: .5%;
	bottom: -4%;
	left: 0;
	border: none;
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-video-frame.png) no-repeat 50%;
	background-size: contain;
	z-index: 2;
	pointer-events: none
}
.CinematicsSection .Slick-item:not(.slick-current) .MediaFrame:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-video-frame-faded.png)
}
.CinematicsSection .slick-track {
	padding: 3em 0
}
@media (min-width:60em) {
	.CinematicsSection {
		padding-top: 0
	}
}
.VideoSection {
	margin: 0;
	padding: 0
}
.VideoSection:before {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	pointer-events: none;
	z-index: 2;
	content: "";
	width: 874px;
	height: 464px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-66%, -40%) scale(.35);
	-ms-transform: translate(-66%, -40%) scale(.35);
	transform: translate(-66%, -40%) scale(.35);
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/intro-guldan.png)
}
@media (min-width:40em) {
	.VideoSection:before {
		-webkit-transform: translate(-80%, -44%) scale(.5);
		-ms-transform: translate(-80%, -44%) scale(.5);
		transform: translate(-80%, -44%) scale(.5)
	}
}
@media (min-width:60em) {
	.VideoSection:before {
		-webkit-transform: translate(-103%, -62%);
		-ms-transform: translate(-103%, -62%);
		transform: translate(-103%, -62%)
	}
}
@media (min-width:72.5em) {
	.VideoSection:before {
		-webkit-transform: translate(-111%, -60%);
		-ms-transform: translate(-111%, -60%);
		transform: translate(-111%, -60%)
	}
}
.CinematicsSection .VideoSection .slick-arrow.GoldArrow {
	top: 50%;
	margin-top: -35px
}
.CinematicsSection .VideoSection .slick-arrow.GoldArrow.GoldArrow--prev {
	left: 15%;
	margin-left: -53px
}
.CinematicsSection .VideoSection .slick-arrow.GoldArrow.GoldArrow--next {
	right: 15%;
	margin-right: -53px
}
@media (min-width:60em) {
	.CinematicsSection .VideoSection .slick-arrow.GoldArrow.GoldArrow--prev {
		left: 18%;
		margin-left: -53px
	}
	.CinematicsSection .VideoSection .slick-arrow.GoldArrow.GoldArrow--next {
		right: 18%;
		margin-right: -53px
	}
}
.VideoSlide-video:after {
	display: none
}
.VideoOverlap {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	pointer-events: none;
	z-index: 2
}
.VideoOverlap--videoCard1 {
	width: 209px;
	height: 100px;
	top: -5px;
	right: -30%;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-video-card1.png)
}
@media (min-width:40em) {
	.VideoOverlap--videoCard1 {
		width: 299px;
		height: 120px;
		right: -17%
	}
}
@media (min-width:60em) {
	.VideoOverlap--videoCard1 {
		width: 329px;
		height: 220px;
		top: auto;
		right: auto;
		bottom: -12%;
		left: 15%
	}
}
@media (min-width:72.5em) {
	.VideoOverlap--videoCard1 {
		width: 429px;
		height: 220px;
		bottom: -10%;
		left: 17%
	}
}
@media (min-width:60em) {
	.VideoOverlap--videoCard2 {
		width: 377px;
		height: 201px;
		top: -10%;
		right: -5%;
		background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-video-card2.png)
	}
}
@media (min-width:72.5em) {
	.VideoOverlap--videoCard2 {
		top: -6%;
		right: -2%
	}
}
.DeathKnights-wrapper {
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/dk-bg.jpg) top no-repeat #0a141e;
	height: 1350px;
	background-size: 1030px;
	color: #fff;
	padding-top: 3em;
	margin-top: -8px;
	overflow: hidden
}
.DeathKnights-wrapper h2 {
	color: #fff
}
@media (min-width:60em) {
	.DeathKnights-wrapper {
		height: 1250px;
		background-size: 137%;
		background-color: #000
	}
}
@media (min-width:72.5em) {
	.DeathKnights-wrapper {
		height: 1800px;
		background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/dk-bg-wide.jpg) top no-repeat #000
	}
}
.DeathKnights-header {
	max-width: 37em;
	margin: auto
}
.DeathKnight {
	padding: 0 1em
}
.DeathKnight:after {
	content: "";
	display: table;
	clear: both
}
.HeroCorruptor {
	position: relative
}
.HeroCorruptor img {
	width: 100%
}
.HeroCorruptor-card {
	position: absolute;
	opacity: 1;
	transition: opacity .5s;
	width: 250px;
	left: 50%;
	margin-left: -125px;
	top: 200px;
	z-index: 3
}
.HeroCorruptor--corrupting .HeroCorruptor-card {
	opacity: 0
}
@media (min-width:60em) {
	.HeroCorruptor-card {
		top: 50px;
		left: auto;
		right: 175px;
		margin-left: 0
	}
}
@media (min-width:72.5em) {
	.HeroCorruptor-card {
		top: 100px;
		right: 150px
	}
}
.HeroCorruptor-cardImg {
	position: relative;
	z-index: 10
}
.HeroCorruptor-cardImg img {
	width: auto;
	max-height: 90vh
}
@media (min-width:72.5em) {
	.HeroCorruptor-cardImg {
		transition: -webkit-transform .5s;
		transition: transform .5s;
		transition: transform .5s, -webkit-transform .5s
	}
	.HeroCorruptor-cardImg:hover {
		-webkit-transform: scale(1.07);
		-ms-transform: scale(1.07);
		transform: scale(1.07)
	}
}
.HeroCorruptor-cardPower {
	position: absolute;
	width: 100%;
	top: 15px;
	left: 0;
	opacity: 0;
	z-index: 5;
	transition: .5s
}
.HeroCorruptor-cardPower img {
	position: absolute;
	left: 0;
	z-index: -1
}
@media (max-width:59.99em) {
	.HeroCorruptor-cardPower {
		display: none
	}
}
.HeroCorruptor-card:hover .HeroCorruptor-cardPower {
	left: 100%;
	opacity: 1
}
.HeroCorruptor-playCard {
	font-size: 1.1em
}
.HeroCorruptor-playCardText {
	position: relative
}
.HeroCorruptor-playCardCursor {
	position: absolute;
	right: -25px;
	top: 1em
}
.HeroCorruptor-details {
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -175px;
	width: 350px
}
@media (min-width:60em) {
	.HeroCorruptor-details {
		left: 400px;
		top: 50px;
		width: 450px;
		margin-left: 0
	}
}
@media (min-width:72.5em) {
	.HeroCorruptor-details {
		left: 600px
	}
}
.HeroCorruptor-portrait {
	position: absolute;
	left: -20px;
	top: 0;
	width: 95%;
	opacity: 1;
	transition: opacity .5s;
	z-index: 1
}
.portrait-shine{
	width: 368px;
    position: absolute;
    left: -11px;
    top: -38px;
    z-index: 16;
    opacity: 0;
}
.portrait-smog{
	width: 220px;
    position: absolute;
    left: 65px;
    top: 31px;
    z-index: 14;
    opacity: 0;
}
.portrait-glow{
    	width: 610px;
        position: absolute;
        left: -126px;
        top: -159px;
        z-index: -1;
        opacity: 0;
    }
@media (min-width:60em) {
	.HeroCorruptor-portrait {
		left: 0
	}
	.portrait-shine{
        width: 440px;
        left: -10px;
    	top: -43px;
	}
	.portrait-smog{
		width: 299px;
         top: 20px;
	}
    .portrait-glow{
    	width: 754px;
    	left: -144px;
    	top: -166px;
    }
}
.HeroCorruptor--corrupting .HeroCorruptor-portrait {
	opacity: 1
}
.HeroCorruptor-portrait .HeroCorruptor-portraitHero, .HeroCorruptor-portrait .HeroCorruptor-portraitKnight {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	transition: opacity 1s
}
.HeroCorruptor-powerName {
	padding-top: 128px;
	text-shadow: #000 2px 0 0, #000 1.75517px .95885px 0, #000 1.0806px 1.68294px 0, #000 .14147px 1.99499px 0, #000 -.83229px 1.81859px 0, #000 -1.60229px 1.19694px 0, #000 -1.97998px .28224px 0, #000 -1.87291px -.70157px 0, #000 -1.30729px -1.5136px 0, #000 -.42159px -1.95506px 0, #000 .56732px -1.91785px 0, #000 1.41734px -1.41108px 0, #000 1.92034px -.55883px 0
}
.HeroCorruptor-cardPower .HeroCorruptor-powerName {
	padding-top: 163px;
}
.HeroCorruptor-powerHeader {
	padding-top: 2.2em;
	font-weight: 700;
	color: #000
}
.HeroCorruptor-powerText {
	color: #000;
	font-size: .9em;
	font-weight: 600;
	padding: 0 3.2em;
	line-height: 1.1em
}
.HeroCorruptor-heroHeader {
	margin-left: 50px;
	margin-top: 30px
}
@media (min-width:60em) {
	.HeroCorruptor-heroHeader {
		margin: 0
	}
}
.HeroCorruptor-portraitHero .HeroCorruptor-heroHeader {
	opacity: 1;
	transition: .5s
}
.HeroCorruptor--corrupted .HeroCorruptor-portraitHero .HeroCorruptor-heroHeader {
	opacity: 0
}
.HeroCorruptor-heroName {
	font-size: 1.1em
}
.HeroCorruptor-heroDesc {
	text-transform: uppercase;
	font-size: .9em;
	color: #87bad5
}
.HeroCorruptor-portraitKnight {
	opacity: 0
}
.HeroCorruptor--corrupted .HeroCorruptor-portraitKnight {
	opacity: 1
}
.HeroCorruptor-power {
	position: absolute;
	top: 125px;
	right: 20px;
	width: 50%;
	opacity: 0;
	transition: opacity .5s;
	z-index: 2;
	font-size: 11px;
	font-size: .7rem
}
@media (min-width:60em) {
	.HeroCorruptor-power {
		top: 150px;
		right: 0;
		width: 45%;
		font-size: 12px;
		font-size: .8rem
	}
}
.HeroCorruptor-power img {
	position: absolute;
	left: 0
}
.HeroCorruptor--corrupting .HeroCorruptor-power {
	opacity: 1
}
.HeroCorruptor-power .HeroCorruptor-powerBack, .HeroCorruptor-power .HeroCorruptor-powerFront {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 285px
}
.HeroCorruptor-power .HeroCorruptor-powerFront {
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/dk-rexxar-power.png) top no-repeat
}
.HeroCorruptor-power .HeroCorruptor-powerBack {
	background: url(https://hearthstone.nosdn.127.net/3/minisite/knight/dk-rexxar-power-dk.png) top no-repeat
}
.preserve3d .HeroCorruptor-powerFlipper {
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	position: relative;
}
.preserve3d .HeroCorruptor-powerFlipper .HeroCorruptor-powerBack, .preserve3d .HeroCorruptor-powerFlipper .HeroCorruptor-powerFront {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: .6s;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
}
.preserve3d .HeroCorruptor-powerFlipper .HeroCorruptor-powerFront {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
.preserve3d .HeroCorruptor-powerFlipper .HeroCorruptor-powerBack {
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
}
.preserve3d .HeroCorruptor--corrupted .HeroCorruptor-powerFront {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}
.preserve3d .HeroCorruptor--corrupted .HeroCorruptor-powerBack {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
}
.no-preserve3d .HeroCorruptor-powerFlipper {
	position: relative
}
.no-preserve3d .HeroCorruptor-powerFlipper div {
	transition: .2s
}
.no-preserve3d .HeroCorruptor-powerFlipper img {
	z-index: -1
}
.no-preserve3d .HeroCorruptor-powerFlipper .HeroCorruptor-powerFront {
	z-index: 2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: .2s;
	transition-timing-function: ease-out;
}
.no-preserve3d .HeroCorruptor--corrupted .HeroCorruptor-powerFront, .no-preserve3d .HeroCorruptor-powerFlipper .HeroCorruptor-powerBack {
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	transition-delay: 0s;
	transition-timing-function: ease-in
}
.no-preserve3d .HeroCorruptor--corrupted .HeroCorruptor-powerBack {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition-delay: .2s;
	transition-timing-function: ease-out
}
.HeroCorruptor-heroArt {
	position: absolute;
	width: 500px;
	top: -37px;
	left: 50%;
	margin-left: -250px
}
.HeroCorruptor-heroArt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}
@media (min-width:60em) {
	.HeroCorruptor-heroArt {
		margin-left: -475px;
		width: 700px
	}
}
@media (min-width:72.5em) {
	.HeroCorruptor-heroArt {
		top: 25px;
		left: 0;
		width: 900px;
		margin-left: 0
	}
}
.HeroCorruptor-heroArtLight img {
	transition: .5s
}
.HeroCorruptor--corrupted .HeroCorruptor-heroArtLight img {
	opacity: 1
}
.EventList-row {
	padding: 16px 0;
	padding: 1rem 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}
.EventList-row:nth-child(odd):not(.EventList-header) {
	background: hsla(38, 49%, 71%, .25)
}
.EventList-row a {
	color: #000
}
.EventList-row a:active, .EventList-row a:focus, .EventList-row a:hover {
	text-decoration: none
}
.EventList-row+.EventList-row {
	border-top: 2px solid #d9be91
}
.EventList-row:not(.EventList-header):focus, .EventList-row:not(.EventList-header):hover {
	text-decoration: none;
	background-color: hsla(38, 49%, 71%, .45);
	cursor: pointer
}
.EventList-row .Tooltip--balloon.pin-left {
	left: 30px
}
.EventList-row .fsg-tavernSignThumb {
	width: 140px !important;
	height: 140px !important;
	-webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .3));
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .3))
}
@media (min-width:60em) {
	.EventList-row {
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.EventList-row .fsg-tavernSignThumb {
		width: 100px !important;
		height: 100px !important
	}
	.EventList-row .fsg-tavernSignThumb .sign-banner, .EventList-row .fsg-tavernSignThumb .sign-text {
		display: none
	}
}
.EventList-header {
	padding: 0;
	color: #725a37;
	display: none
}
.EventList-header, .EventList-header .EventList-cell.EventList-cell--eventName {
}
@media (min-width:60em) {
	.EventList-header {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center
	}
}
.EventList-infoSection {
	width: calc(100% - 140px);
	padding: 0 1em 0 .5em
}
@media (min-width:60em) {
	.EventList-infoSection {
		-webkit-flex: 2 90%;
		-ms-flex: 2 90%;
		flex: 2 90%;
		width: auto;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0
	}
}
.EventList-cell {
	font-size: 13px;
	font-size: .85rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden
}
.EventList-cell.EventList-cell--eventName {
	display: block
}
.EventList-cell.EventList-cell--eventName .eventName {
	font-size: 1.3em
}
.EventList-cell.EventList-cell--eventName .featuredEventName {
	font-size: .85em;
	font-weight: 400;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	overflow: hidden
}
.EventList-cell.EventList-cell--eventDate {
	display: inline
}
.EventList-cell .meetups-event-table__cell__city:before {
	content: " - "
}
.EventList-cell.EventList-cell--eventDistance {
	display: inline-block
}
.EventList-cell.is-sortable .sort-column.is-active, .EventList-cell.is-sortable .sort-column:hover {
	background: #d9be91;
	padding: .25em .5em;
	border-radius: 5px;
	cursor: pointer
}
.EventList-cell.is-sortable .Icon:before {
	margin-top: -2px
}
@media (max-width:59.99em) {
	.EventList-cell.EventList-cell--tavernName {
		width: 140px;
		height: 140px;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}
	.EventList-row:not(.EventList-header) .EventList-cell.EventList-cell--eventDistance:before {
		content: "("
	}
	.EventList-row:not(.EventList-header) .EventList-cell.EventList-cell--eventDistance:after {
		content: ")"
	}
}
@media (min-width:60em) {
	.EventList-cell {
		-webkit-flex: 1 20%;
		-ms-flex: 1 20%;
		flex: 1 20%;
		padding: 16px 8px;
		padding: 1rem .5rem
	}
	.EventList-cell, .EventList-cell.EventList-cell--eventDistance, .EventList-cell.EventList-cell--eventLocation {
		font-size: 16px;
		font-size: 1rem
	}
	.EventList-cell.EventList-cell--tavernName {
		-webkit-flex: 1 130px;
		-ms-flex: 1 130px;
		flex: 1 130px;
		padding: 0 8px;
		padding: 0 .5rem;
		text-align: center;
		overflow: visible
	}
	.EventList-cell.EventList-cell--eventName {
		-webkit-flex: 7 80%;
		-ms-flex: 7 80%;
		flex: 7 80%
	}
	.EventList-cell.EventList-cell--eventDate {
		text-align: center
	}
	.EventList-cell .meetups-event-table__cell__city:before {
		display: none
	}
	.EventList-cell.EventList-cell--eventDistance {
		text-align: center
	}
}
.lowered-section--meetups {
	padding-top: 0
}
@media (min-width:60em) {
	.fireside-lists h2 {
		padding: 0
	}
	.event-search-warning {
		margin-bottom: 0
	}
	.EventListFilterOptions {
		-webkit-flex: 1 30%;
		-ms-flex: 1 30%;
		flex: 1 30%;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
	.EventListFilterOptions-dropdowns {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%
	}
	.EventListFilter, .EventListSort {
		-webkit-flex: 1 30%;
		-ms-flex: 1 30%;
		flex: 1 30%;
		padding-left: 2em
	}
	.EventListFilter--search {
		-webkit-flex: 2 20%;
		-ms-flex: 2 20%;
		flex: 2 20%;
		padding-left: 0
	}
	.EventListNotification {
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}
	.lowered-section--meetups {
		padding-top: 20px
	}
}
@media (max-width:59.99em) {
	.EventListFilter--search, .EventListNotification, .fireside-lists h2 {
		margin: 0 auto;
		padding: 0 16px;
		padding: 0 1rem;
		max-width: 1160px
	}
	.fireside-lists {
		padding: 0
	}
	.fireside-lists h2.EventList--myEvents {
		margin-bottom: .5em
	}
	.EventListFilterOptions {
		display: none
	}
	.EventListFilterOptions-dropdowns {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		background: hsla(38, 49%, 71%, .75);
		padding: 24px 16px;
		padding: 1.5rem 1rem;
		border: 2px solid #d9be91;
		border-left: none;
		border-right: none
	}
	.EventListFilter, .EventListSort {
		margin-bottom: 1em
	}
	.lowered-section--meetups .ContentSection {
		padding: 0
	}
}
@media (max-width:39.99em) {
	.EventListFilterOptions-dropdowns {
		display: block
	}
}
.EventList-row--pastEvent {
	opacity: .35
}
.EventList {
	margin: 3em 0
}
.ExpansionFiresideGatherings {
	padding-top: 60px
}
.ExpansionFiresideGatherings p.body-text {
	max-width: 50em
}
.EventList-header {
	font-size: 16px;
	font-weight: 600
}
.GameplaySection {
	margin-top: 15px
}
.GameplaySection:after, .GameplaySection:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: 50%
}
.GameplaySection:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/divider-metal.png);
	top: -15px;
	height: 15px
}
.GameplaySection:after {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/feature-snow_bottom.png);
	bottom: 0;
	height: 125px
}
.GameplaySection {
	background: #000;
	position: relative;
	padding: 3em 0;
	height: 100vh;
	min-height: 500px
}
.GameplaySection h2, .GameplaySection p {
	color: #fff
}
.GameplaySection .slick-arrow {
	display: none !important
}
@media (min-width:60em) {
	.GameplaySection {
		height: 90vh
	}
}
.GameplaySection .ContentSection {
	z-index: 2
}
.GameplayVideos {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.GameplayVideos .slick-list, .GameplayVideos .slick-slide, .GameplayVideos .slick-track {
	height: 100%
}
.GameplayVideos .slick-slide {
	overflow: hidden
}
.GameplayVideos:after, .GameplayVideos:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: 50%
}
.GameplayVideos:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/feature-shadow_top.png);
	top: 0;
	height: 507px;
	z-index: 1
}
.GameplayVideos:after {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/feature-shadow_bottom.png);
	bottom: 0;
	height: 308px
}
@media (min-width:72.5em) {
	.GameplayVideos:after {
		background-position: bottom;
		background-size: contain
	}
}
.GameplayVideos video {
	min-width: 100%;
	max-width: none;
	min-height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5)
}
@media (min-width:40em) {
	.GameplayVideos video {
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}
}
.GameplayMechanics {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: auto;
	max-width: none;
	min-height: 13em
}
@media (min-width:60em) {
	.GameplayMechanics {
		min-height: 11em
	}
}
.GameplayMechanic {
	position: relative;
	display: none;
	margin: 0 auto 5em;
	max-width: 40em
}
.GameplayMechanic .Icon {
	position: absolute;
	margin-top: -50px;
	top: 50%
}
.GameplayMechanic-content {
	padding-left: 100px;
	padding-right: 1em
}
.GameplayMechanic-description {
	width: 100%;
	font-weight: 700
}
.GameplayMechanic-link {
	font-weight: 700;
	font-size: 1.75em;
	color: #999;
	margin-right: 1em
}
.GameplayMechanic-link.GameplayMechanic--current {
	text-decoration: underline;
	color: #87bad5
}
.GameplayMechanics--single .GameplayMechanic--current {
	text-decoration: none
}
.GameplayMechanic0 {
	display: block
}
.knights-of-the-frozen-throne:not(.cards) .body:not(.is-animated) {
	background: #020c18
}
.knights-of-the-frozen-throne .body-text {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto
}
.knights-of-the-frozen-throne .Hero {
	background-color: #020c18;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-flat-bg-mobile.jpg?v1);
	background-size: contain;
	background-position: top
}
.knights-of-the-frozen-throne .Hero.is-animated:after, .knights-of-the-frozen-throne .Hero.is-animated:before {
	opacity: 1
}
.knights-of-the-frozen-throne .Hero .fade {
	opacity: 0;
	transition: opacity 1.5s ease-out
}
.knights-of-the-frozen-throne .Hero .fade.is-animated {
	opacity: 1
}
@media (min-width:40em) {
	.knights-of-the-frozen-throne .Hero {
		background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-flat-bg-tablet.jpg)
	}
}
@media (min-width:60em) {
	.knights-of-the-frozen-throne .Hero {
		background-image: none
	}
}
.knights-of-the-frozen-throne .Hero .header-text {
	position: relative;
	z-index: 0
}
.knights-of-the-frozen-throne .Hero h1, .knights-of-the-frozen-throne .Hero p {
	color: #fff;
	margin-top: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}
.knights-of-the-frozen-throne .Hero h1 {
	margin-bottom: .5em;
}
.knights-of-the-frozen-throne .Hero p {
	font-size: 1.1em;
	line-height: 1.6;
	max-width: 900px;
	margin: 0 auto 2em
}
.knights-of-the-frozen-throne .Hero p.Lead{
	font-size: 1.05em;
}
@media (min-width:60em) {
	.knights-of-the-frozen-throne .Hero {
		padding-top: 0
	}
}
.knights-of-the-frozen-throne .ParallaxCenter {
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1900px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}
.knights-of-the-frozen-throne .Parallax-layer {
	background-position: center 90px;
	background-size: 110%
}
@media (min-width:72.5em) {
	.knights-of-the-frozen-throne .Parallax-layer {
		background-position: center 80px;
		background-size: contain
	}
}
.knights-of-the-frozen-throne .Parallax-layer--00 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg.jpg);
	background-position: top
}
.knights-of-the-frozen-throne .Parallax-layer--01 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/intro-bg-1_thrall.png)
}
.knights-of-the-frozen-throne .Parallax-layer--02 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg-2_valeera.png)
}
.knights-of-the-frozen-throne .Parallax-layer--03 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/intro-bg-3_uther.png)
}
.knights-of-the-frozen-throne .Parallax-layer--04 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/intro-bg-4_anduin.png)
}
.knights-of-the-frozen-throne .Parallax-layer--05 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg-5_jaina.png)
}
.knights-of-the-frozen-throne .Parallax-layer--06 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/intro-bg-6_rexxar.png)
}
.knights-of-the-frozen-throne .Parallax-layer--07 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/intro-bg-7_malfurion.png)
}
.knights-of-the-frozen-throne .Parallax-layer--08 {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg-8_garrosh.png)
}
.knights-of-the-frozen-throne .ParallaxCards {
	left: 50%;
	position: absolute;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}
@media (min-width:72.5em) {
	.knights-of-the-frozen-throne .ParallaxCards {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
.knights-of-the-frozen-throne .Parallax-layer--card {
	background-position: 50%;
	background-size: auto
}
.knights-of-the-frozen-throne .Parallax-layer--10 {
	width: 330px;
	height: 449px;
	top: 750px;
	right: 1000px;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg-10_card.png)
}
@media (min-width:72.5em) {
	.knights-of-the-frozen-throne .Parallax-layer--10 {
		top: 1070px;
		right: 730px
	}
}
.knights-of-the-frozen-throne .Parallax-layer--11 {
	width: 203px;
	height: 298px;
	top: 610px;
	left: 544px;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg-11_card.png)
}
@media (min-width:72.5em) {
	.knights-of-the-frozen-throne .Parallax-layer--11 {
		top: 730px;
		left: 720px
	}
}
.knights-of-the-frozen-throne .Parallax-layer--12 {
	width: 429px;
	height: 329px;
	top: 820px;
	left: -10px;
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/intro-bg-12_card.png)
}
@media (min-width:72.5em) {
	.knights-of-the-frozen-throne .Parallax-layer--12 {
		top: 940px;
		left: 350px
	}
}
.knights-of-the-frozen-throne.cards .Parallax-layer--00 {
	background-position: top;
	background-size: cover
}
.knights-of-the-frozen-throne .VideoSection {
	display: block
}
.knights-of-the-frozen-throne .expansion-header {
	margin-top: 0;
	z-index: 10
}
.knights-of-the-frozen-throne .expansion-logo {
	margin: 0 auto -1.25em;
	position: relative;
	z-index: 10
}
.knights-of-the-frozen-throne .fade {
	opacity: 1
}
.knights-of-the-frozen-throne #buy-expansion-packs {
	min-height: 40px;
	margin-top: 3em
}
.knights-of-the-frozen-throne.has-dramaticEntrance #navigation-wrapper {
	opacity: 0;
	transition: opacity 1.5s ease-in
}
.knights-of-the-frozen-throne.has-dramaticEntrance #navigation-wrapper.is-animated {
	opacity: 1
}
@media (max-width:59.99em) {
	.knights-of-the-frozen-throne .FeatureHype .FeatureBox {
		padding: 0;
		text-align: center;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		margin-top: -4em
	}
	.knights-of-the-frozen-throne .FeatureHype .FeatureBox.FeatureBox--with-icon:before {
		position: static;
		margin: 0 auto;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
}
.knights-of-the-frozen-throne .FeatureHype .FeatureBox-heading {
	color: #fff
}
@media (min-width:30em) {
	.knights-of-the-frozen-throne .FeatureHype {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.knights-of-the-frozen-throne .FeatureHype .FeatureBox {
		width: 33.33%
	}
}
.knights-of-the-frozen-throne .Button--cta {
	display: inline-block;
	position: relative
}
.knights-of-the-frozen-throne .Button--cta:after, .knights-of-the-frozen-throne .Button--cta:before {
	content: "";
	position: absolute;
	top: -10px;
	max-width: 100%;
	z-index: 5;
	pointer-events: none
}
.knights-of-the-frozen-throne .Button--cta:before {
	background-position: -426px -971px;
	width: 308px;
	height: 41px;
	left: -5px
}
.knights-of-the-frozen-throne .Button--cta:after, .knights-of-the-frozen-throne .Button--cta:before {
	background-image: url(https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/knights-sprite.png)
}
.knights-of-the-frozen-throne .Button--cta:after {
	background-position: -1721px -818px;
	width: 73px;
	height: 39px;
	right: -8px;
	top: -8px
}
.homepage.knights .head {
	background-image: url(images/knights-of-the-frozen-throne/bg/header-bg-640x691-91f0b4ab9070218bdd8693de5413d5a8d1f59a96b13e234c65d9533f3f947d7a16789896ea7012704f589fe5842ea250e19d3de3a72ac1c7d6f885328aef3026.jpg)
}
@media (min-width:40em) {
	.homepage.knights .head {
		background-image: url(images/knights-of-the-frozen-throne/bg/knights-header-bg-small-7520f22bd37d181ad4a5e37b45b7eae2bce4a41203d8c536e6856475db9b545db3be5ece0e2e4bb56c5572cde24d84907cd8641c11a1dbb21fad1a8c932e1056.jpg)
	}
}
@media (min-width:72.5em) {
	.homepage.knights .head {
		background-image: url(images/knights-of-the-frozen-throne/bg/knights-header-bg-513943e863849761c7fca0591079f2cbe20f07b25726cce955b0548a50398d3bea3d3a4e789019f5f05827fd7f4cd9beafc4321de0b8118287f67c0ebdd6d57b.jpg)
	}
}
.expansion-link--knights-of-the-frozen-throne {
	background-image: url(images/knights-of-the-frozen-throne/cardset-0c028b60a086a83cc1b0e458e12b713dea8150162af4d919b7fbbd70931438ecc92ebcfde85701e72418ddcc20f09e5520e554d72ac4b6c3ddb57efda8921ba7.jpg)
}

/*footer*/
#footer {
	background: url("https://hearthstone.nosdn.127.net/3/v2015/layout/footerrepeat.jpg") repeat-x;
	margin: 0;
	padding: 0;
	position: relative;
	width: auto;
	z-index: 3;
}
.footer {
	height: 471px;
	background: url("https://hearthstone.nosdn.127.net/3/v2015/layout/footer.jpg") no-repeat 50% 0;
}
#footer .regWrapper {
	width: 349px;
	height: 87px;
	position: absolute;
	z-index: 101;
	left: 50%;
	top: -30px;
	margin-left: -175px;
	background: url("https://hearthstone.nosdn.127.net/3/v2015/layout/reg-bg.png") no-repeat
}
#footer .regWrapper .u-regBtn {
	background: url("https://hearthstone.nosdn.127.net/3/v2015/layout/reg-btn.png") no-repeat;
	bottom: -5px;
	display: block;
	height: 78px;
	left: 50%;
	margin-left: -123px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	width: 249px;
}
#footer .regWrapper .u-regBtn:hover {
	background-position: 0 -84px;
}
#footer .logo_bz {
	display: inline-block;
	background: url(https://hearthstone.nosdn.127.net/3/suspense/logo_blizzard.png) no-repeat 0 0;
	width: 140px;
	height: 80px;
	overflow: hidden;
	vertical-align: top;
}
#footer .logo_ne {
	display: inline-block;
	background: url(https://hearthstone.nosdn.127.net/3/suspense/logo_ne.png) no-repeat 0 0;
	width: 125px;
	height: 38px;
	overflow: hidden;
	margin: 0 0 0 20px;
	vertical-align: top;
	position: relative;
	top: 39px;
}
#footer .logo3 {
	background-position: -322px -1410px;
	width: 40px;
}
#footer .cprt {
	text-align: left;
	width: 1000px;
	margin: 0 auto 8px;
	padding-top: 40px;
	position: relative;
}
#footer .cprt .info {
	width: 633px;
	float: right;
	text-align: left;
	padding: 0;
	color: #552c09;
	vertical-align: middle;
	position: relative;
	*display: inline;
	*zoom: 1;
}
#footer .cprt .info ul {
	margin-left: -10px;
	padding-bottom: 5px;
}
#footer .cprt .info ul li {
	float: left;
	color: #ccc;
	font-size: 14px;
}
#footer .cprt .info ul li a {
	color: #ccc;
	padding: 0 10px;
}
#footer p {
	font-size: 12px;
	color: #552c09;
	margin-bottom: 5px;
}
#footer a {
	text-decoration: none;
	color: #552c09;
	padding-top: 5px;
}
#footer .cprt .t1 {

	/* padding-left: 17px;
	*/
}
#footer .cprt .t1 a {

	/* padding-left: 17px;
	*/
}
#footer .tips {
	color: #432914;
}
#footer a:hover {
	color: #fefefe;
}
#footer .integrity {
	padding: 8px 0;
}
#footer .integrity a {
	margin-right: 5px;
}
#footer .ie_warning {
	display: none;
	width: 355px;
	height: 75px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: 200px;
	line-height: 14px;
	font-size: 11px;
	text-align: left;
	background: url(https://hearthstone.nosdn.127.net/3/common/hs_warning.jpg) top center no-repeat;
}
body {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	line-height: 24px;
}
h1, h2, h3, h4, h5, .GameplayMechanic-link, .body-text, .bracket .cyc_body, p.Lead {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
h2, h3 {
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 15px;
}
.c-w {
	color: #fff !important;
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
.FeatureBox {
	text-align: center;
}
.Slick-item .AspectRatio video{
	margin: 0 auto;
}
.video-pic {
	display: block;
	width: 100%;
	height: 100%;
}
.video-pic img {
	width: 100%;
	height: 100%;
}
.play-icon {
	background: rgba(0, 0, 0, 0) url("https://hearthstone.nosdn.127.net/3/minisite/ungoro/sprite.png") no-repeat scroll -41px -39px;
	display: block;
	height: 101px;
	left: 50%;
	margin: -55.5px 0 0 -55.5px;
	position: absolute;
	top: 50%;
	width: 101px;
}
.play-icon {
	background-position: -163px -39px;
}
#app, #weibo, #gotop,#hsoa-link {
	display: none !important;
}
.HeroCorruptor-playCard {
	font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif !important;
}
a:visited{
	color: #fff;
}
@media (max-width:960px) {
	.portrait-smog, .portrait-shine, .portrait-glow {
		display: none;
		height: 0;
	}
	.HeroCorruptor-power .HeroCorruptor-powerBack, .HeroCorruptor-power .HeroCorruptor-powerFront {
		top: -54px;
	}
	.play-icon{
		display: none!important;
	}
	#mechanics {
		display: none;
	}
	.GameplayVideos {
		background: url("https://hearthstone.nosdn.127.net/3/minisite/knight/tiny/mechanics-bg.png") no-repeat 50% 0;
		background-size: cover;
	}
	#f-business{
		display: none;
	}
	#footer .logo_bz,#footer .logo_ne{
		display: none;
	}
	.regWrapper{
		display: none;
	}
	#footer .cprt{
		width: 100%;
	}
	#footer .cprt .info{
		float: none;
		width: 90%;
		margin:0 auto;
	}
    .footer{
    	height: auto;
    }
    #top-nav{
    	display: none;
    }

}
@media (max-width:750px) {
	.boss-name, .boss-description {
		color: #fff;
	}
	.KnightsArtwork .ImageGallery .MediaContainer {
		display: inline-block;
	}
	.KnightsArtwork .ImageGallery-item:first-child:after,.KnightsArtwork .ImageGallery-item:nth-child(2):after{
		background: none;
	}
	#nav-client-header{
		display: none;
	}
}

/*分享*/
.top-nav {
    width: 1000px;
    margin-left: -500px;
    left: 50%;
    position: absolute;
    z-index: 1000;
    top: 60px;
}

.top-nav p {
    background: url('https://hearthstone.nosdn.127.net/3/minisite/tgt/sprite.png') no-repeat -610px -572px;
    width: 247px;
    height: 51px;
    color: #584734;
    font-size: 0.875rem;
    padding: 9px 0 0 50px;
    position: absolute;
    right: 0;
    top: 5px;
    text-align: left;
}

.top-nav p a {
    color: #584734;
    padding: 0 8px;
    text-shadow: 0.7px 0.7px 0 #d9bd8d;
}

.top-nav p a:hover {
    color: #fff;
    text-decoration: none;
}

.share {
    width: 274px;
    position: absolute;
    right: -18px;
    top: 59px;
}

.share li {
    margin-right: 4px;
    color: #fff;
}

.share li a {
    background: rgba(0, 0, 0, 0) url("https://hearthstone.nosdn.127.net/3/minisite/mobile-hs/sprite2.png") no-repeat scroll -999em -999em;
    height: 25px;
    width: 25px;
}

.share li a.bds_button_tsina {
    background-position: -67px -375px;
}

.share li a.bds_button_tqq {
    background-position: -6px -375px;
}

.share li a.bds_button_tieba {
    background-position: -160px -375px;
}

.share li a.bds_button_qzone {
    background-position: -98px -375px;
}

.share li a.bds_button_yixin {
    background-position: -37px -375px;
}

.share li a.bds_button_weixin {
    background-position: -129px -375px;
}

.share li a.bds_button_tsina:hover {
    background-position: -67px -413px;
}

.share li a.bds_button_tqq:hover {
    background-position: -6px -413px;
}

.share li a.bds_button_tieba:hover {
    background-position: -160px -413px;
}

.share li a.bds_button_qzone:hover {
    background-position: -98px -413px;
}

.share li a.bds_button_yixin:hover {
    background-position: -37px -413px;
}

.share li a.bds_button_weixin:hover {
    background-position: -129px -413px;
}


/* pop_app */
.home_pop_app {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(0,0,0,.9);
    z-index: 99999;
    display: none;
}
.home_pop_app .h_pop_close {
    width: 30px;
    height: 60px;
    float: left;
    background: url(https://heroes.nosdn.127.net/1/images/touch/home/pop_app_close2.png) 50% 50% no-repeat;
    background-size: 80%;
}
.home_pop_app .h_pop_cont {
    width: 210px;
    height: 60px;
    padding-left: 48px;
    float: left;
    background: url(https://hearthstone.nosdn.127.net/3/touch/icon_hs.png) -10px 50% no-repeat;
    background-size: auto 100%;
}
.home_pop_app .h_pop_cont h3 {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    padding-top: 6px;
    margin: 0;
}
.home_pop_app .h_pop_cont h4 {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
}
.home_pop_app a {
    height: 30px;
    margin: 15px 10px 15px 0;
    width: 80px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}