@charset "UTF-8";

li, ol, ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.explore-nav-is-out .hack-stock-android-overflow {
	overflow: hidden
}

body>iframe[width="0"][height="0"], body>object[width="1"][height="1"] {
	display: block
}

body {
	-webkit-font-smoothing: antialiased
}

.body-bot {
	position: relative;
	min-height: 500px;
	padding-bottom: 22px;
	max-width: 2600px;
	margin: auto
}

@media only screen and (min-width:40em) {
	.body-bot {
		padding-bottom: 40px
	}

}

.ContentContainer {
	margin: auto;
	padding: 0 1rem;
	max-width: 81.5rem
}

@media only screen and (min-width:60em) {
	.ContentContainer {
		padding: 0 5rem
	}

}

.sixteen-nine {
	position: relative;
	padding-top: 56.25%
}

.sixteen-nine__media {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.align-center {
	text-align: center
}

.hide {
	display: none
}

@-webkit-keyframes cardShake {
	10%, 20% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	5%, 15% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	25%, 95% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}

.slick-slider {
	position: relative
}

.slick-arrow.GoldArrow {
	top: 49.5%
}

.slick-arrow.GoldArrow--prev {
	left: -8px
}

.slick-arrow.GoldArrow--next {
	right: -8px
}

.slick-arrow.slick-disabled {
	opacity: .35;
	pointer-events: none
}

@media only screen and (min-width:60em) {
	.Hero .slick-arrow.GoldArrow--prev {
		left: 12%
	}

	.Hero .slick-arrow.GoldArrow--next {
		right: 12%
	}

}

@media only screen and (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-item {
	margin: 0 .5em;
	position: relative;
	display: inline-block
}

.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 only screen and (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://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/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
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	cursor: pointer
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-tap-highlight-color: transparent;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	padding: 2px 0
}

.slick-track:after, .slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: auto;
	min-height: 1px;
	cursor: default;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.VideoSection {
	padding: 10em 0 5em;
	margin-top: -9.5em;
	position: relative
}

.VideoSection .media-frame:before {
	z-index: 1
}

@media only screen and (min-width:60em) {
	.VideoSection {
		margin-top: -9em;
		padding: 12em 0 8em
	}

}

@media only screen and (min-width:72.5em) {
	.VideoSection {
		margin-top: -15em;
		padding: 19em 0 8em
	}

}

@media (min-width:1960px) {
	.VideoSection {
		margin-top: -14em
	}

}

.VideoSlide {
	text-align: center
}

.VideoSlide-subtitle, .VideoSlide-video {
	max-width: 1160px;
	margin: 0 auto
}

.VideoSlide-subtitle, .VideoSlide-video:after {
	-webkit-transition: all .35s ease;
	transition: all .35s ease
}

.VideoSlide-video {
	display: inline-block;
	width: 100%
}

.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
}

.MediaContainer--expansion {
	max-width: 55rem;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1
}

.MediaContainer--expansion.screenshots {
	margin-top: 37px
}

.MediaFrame--gameboard {
	margin-bottom: 1.5rem;
	margin-top: 2rem
}

.GameplaySection {
	background: #000;
	min-height: 500px;
	padding-bottom: 44.27%;
	padding-top: 35px
}

@media only screen and (min-width:60em) {
	.GameplaySection {
		padding-top: 50px
	}

}

.GameplaySection h2, .GameplaySection h3 {
	text-shadow: 0 0 10px rgba(0, 0, 0, .45)
}

.GameplaySection h2, .GameplaySection p {
	color: #fff;
	text-shadow: 0 0 10px rgba(0, 0, 0, .45)
}

.GameplaySection .ContentSection {
	z-index: 2
}

.GameplayVideos {
	top: -5px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.GameplayVideos, .GameplayVideos .slick-slider {
	position: absolute
}

.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 video {
	min-width: 100%;
	max-width: none;
	height: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.GameplayVideos-video {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat
}

.GameplayMechanics {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: auto;
	max-width: none;
	z-index: 10
}

@media only screen and (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-content p {
	margin-top: .5em
}

@media only screen and (min-width:40em) {
	.GameplayMechanic-content p {
		margin-top: 0
	}

}

.GameplayMechanic-description {
	width: 100%;
	font-weight: 700
}

.GameplayMechanic-link {
	font-weight: 700;
	font-size: 24px;
	color: #999;
	margin-right: 1em;
	cursor: pointer;
	-webkit-transition: color .15s;
	transition: color .15s
}

@media only screen and (max-width:39.99em) {
	.GameplayMechanic-link {
		line-height: 1.14em
	}

}

.GameplayMechanic-link.GameplayMechanic--current, .GameplayMechanic-link:hover {
	text-decoration: underline;
	color: #fff
}

.GameplayMechanics--single .GameplayMechanic--current {
	text-decoration: none
}

.GameplayMechanic0 {
	display: block
}

.BodyText {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding: .5em 1rem 0
}

@media only screen and (max-width:39.99em) {
	.ContentContainer--dividerImage {
		padding-left: 0;
		padding-right: 0
	}

}

.Icon--character_left:before {
	background-position: 0 0
}

.Icon--character_left:before, .Icon--character_right:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-cardReveal.png);
	width: 600px;
	height: 750px
}

.Icon--character_right:before {
	background-position: -602px 0
}

.AdventureSection {
	background-size: cover;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-top: 0;
	padding-top: 50px;
	padding-bottom: 27px
}

.AdventureSection:after, .AdventureSection:before {
	content: "";
	display: block;
	position: absolute
}

.AdventureSection.lazyloaded {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/adventureBackground.jpg) no-repeat top;
	background-position-y: 36px
}

@media only screen and (min-width:40em) {
	.AdventureSection.lazyloaded {
		background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/adventureBackground.jpg) no-repeat top;
		background-position-y: top
	}

}

@media only screen and (min-width:72.5em) {
	.AdventureSection.lazyloaded:before {
		margin: auto;
		left: -200px;
		right: auto;
		bottom: 0;
		z-index: -1;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
		background-position: -652px 0;
		width: 450px;
		height: 800px
	}

}

.AdventureSection.lazyloaded:after {
	right: 150px;
	position: relative;
	bottom: -80px
}

@media only screen and (min-width:72.5em) {
	.AdventureSection.lazyloaded:after {
		position: absolute;
		margin: auto;
		left: auto;
		right: -130px;
		bottom: 25px;
		z-index: -1;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
		background-position: 0 0;
		width: 650px;
		height: 800px
	}

}

@media only screen and (min-width:640px) and (max-width:1024px) {
	.AdventureSection.lazyloaded:after {
		background-image: none
	}

}

@media only screen and (max-width:59.99em) {
	.AdventureSection.lazyloaded:after {
		display: none
	}

}

@media only screen and (max-width:39.99em) {
	.AdventureSection.lazyloaded:after {
		right: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
		background-position: 0 0;
		width: 650px;
		height: 800px
	}

}

@media only screen and (min-width:60em) {
	.AdventureSection.lazyloaded {
		padding: 110px 0 8em;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/adventureBackground.jpg);
		background-size: auto;
		background-position: top;
		min-height: 2000px
	}

}

.AdventureSection .AdventureSection-poem {
	text-align: center;
	margin-top: 150px;
	padding-bottom: 250px;
	color: #fff
}

.AdventureSection .AdventureSection-poem h2 {
	margin-bottom: 30px;
	color: #fff
}

@media only screen and (min-width:60em) {
	.AdventureSection .AdventureSection-poem {
		padding-bottom: 0
	}

}

.AdventureSection .AdventureSection-poem .PoemBody-paragraph {
	margin-bottom: 25px;
}

.AdventureSection .AdventureSection-poem .PoemBody-paragraph .PoemBody-poemLine {
	width: 100%;
	display: inline-block;
	margin: 0 0 5px
}

.AdventureSection .Tab-nav {
	margin: -4em auto 0;
	border-width: 0;
	background-color: transparent;
	max-width: 986px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	overflow: hidden;
	position: relative;
	z-index: 5
}

@media only screen and (min-width:60em) {
	.AdventureSection .Tab-nav {
		margin-top: -2em
	}

}

@media only screen and (min-width:72.5em) {
	.AdventureSection .Tab-nav {
		max-width: 1160px
	}

}

.AdventureSection .Tab-nav>li, .AdventureSection .Tab-nav>li.active {
	background-color: transparent
}

.AdventureSection .Tab-nav>li.active>a, .AdventureSection .Tab-nav>li>a {
	color: #fff;
	border-width: 0;
	background-color: transparent
}

.AdventureSection .Tab-nav.lazyloaded>li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
	max-width: 240px;
	position: relative;
	padding-bottom: 40px;
	height: 260px
}

.AdventureSection .Tab-nav.lazyloaded>li:after {
	content: "";
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 35px;
	left: 50%;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .15s cubic-bezier(.175, .885, .32, 1.275);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
	background-position: -1104px -504px;
	width: 40px;
	height: 40px
}

.AdventureSection .Tab-nav.lazyloaded>li>a {
	padding: 0;
	margin: 0 auto;
	max-width: 95px;
	position: relative;
	overflow: visible;
	white-space: normal;
	font-size: 12px;
	line-height: 1.35
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li>a {
		font-size: 14px;
		max-width: 240px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li>a:after, .AdventureSection .Tab-nav.lazyloaded>li>a:before {
	content: "";
	display: block;
	left: 50%;
	position: relative;
	-webkit-transform: scale(.6) translateX(-85%);
	-ms-transform: scale(.6) translateX(-85%);
	transform: scale(.6) translateX(-85%);
	margin: 0 auto -7em
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li>a:after, .AdventureSection .Tab-nav.lazyloaded>li>a:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin: 0;
		left: 0
	}

}

.AdventureSection .Tab-nav.lazyloaded>li>a:after {
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: all .15s;
	transition: all .15s;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.AdventureSection .Tab-nav.lazyloaded>li>a:active, .AdventureSection .Tab-nav.lazyloaded>li>a:focus, .AdventureSection .Tab-nav.lazyloaded>li>a:hover {
	border-width: 0;
	color: #fff;
	background-color: transparent
}

.AdventureSection .Tab-nav.lazyloaded>li>a:active:after, .AdventureSection .Tab-nav.lazyloaded>li>a:focus:after, .AdventureSection .Tab-nav.lazyloaded>li>a:hover:after {
	opacity: 1
}

.AdventureSection .Tab-nav.lazyloaded>li:first-child a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
	background-position: 0 -802px;
	width: 250px;
	height: 250px;
	max-height: none
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li:first-child a:before {
		max-height: 200px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li:first-child a:after {
	background-position: -252px -802px
}

.AdventureSection .Tab-nav.lazyloaded>li:first-child a:after, .AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
	width: 250px;
	height: 250px
}

.AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:before {
	background-position: -504px -802px;
	max-height: none
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:before {
		max-height: 200px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:after {
	background-position: -756px -802px
}

.AdventureSection .Tab-nav.lazyloaded>li:last-child a:before, .AdventureSection .Tab-nav.lazyloaded>li:nth-child(2) a:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
	width: 250px;
	height: 250px
}

.AdventureSection .Tab-nav.lazyloaded>li:last-child a:before {
	background-position: -1104px 0;
	max-height: none
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav.lazyloaded>li:last-child a:before {
		max-height: 200px
	}

}

.AdventureSection .Tab-nav.lazyloaded>li:last-child a:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-adventure.png);
	background-position: -1104px -252px;
	width: 250px;
	height: 250px
}

.AdventureSection .Tab-nav>li.active:after {
	opacity: 1;
	bottom: -5px
}

.AdventureSection .Tab-nav>li.active>a:after {
	opacity: 1
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-nav>li>a {
		margin: 0 .6em;
		max-width: 220px;
		font-size: inherit
	}

	.AdventureSection .Tab-nav>li>a:after, .AdventureSection .Tab-nav>li>a:before {
		margin-bottom: -4em;
		-webkit-transform: translateX(-51%);
		-ms-transform: translateX(-51%);
		transform: translateX(-51%)
	}

}

.AdventureSection .Tab-content {
	height: 780px;
	margin-top: -3.1em;
	padding: 1em 0 10em;
	border: none
}

.AdventureSection .Tab-content.lazyloaded {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/paper.png) no-repeat center 20px
}

.AdventureSection .Tab-content p {
	padding: 0 15px;
	margin-bottom: 0;
	text-shadow: 0 0 8px rgba(0,0,0,0.7);
	font-size: 16px;
}

@media only screen and (min-width:40em) {
	.AdventureSection .Tab-content p {
		padding: 26px 140px 0
	}

}

.AdventureSection .Tab-paneHeader {
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: .5px;
	padding: 0;
	padding-top: 70px;
	margin-top: 10px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.AdventureSection .Tab-paneHeader.is-fixed {
	position: absolute
}

.AdventureSection .Tab-pane {
	max-width: 900px;
	margin: 0 auto;
	height: 600px;
	position: relative
}

.AdventureSection .Tab-pane.fade:not(.in) {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.AdventureSection .Tab-pane.fade.in {
	opacity: 1
}

.AdventureSection+.PageDivider {
	z-index: 10
}

@media only screen and (min-width:60em) {
	.AdventureSection+.PageDivider:before {
		content: "";
		display: block;
		position: absolute;
		right: 70%;
		top: 1px;
		margin-right: 112px;
		z-index: 1
	}

}

.AdventureSection .PageDivider {
	bottom: -60px;
	z-index: 0;
	position: absolute
}

.AdventureSection-header {
	color: #fff
}

@media only screen and (min-width:60em) {
	.body-text.AdventureSection-subheader {
		max-width: 850px
	}

}

.header {
	position: relative;
	bottom: 125px
}

@media only screen and (min-width:40em) {
	.header {
		bottom: 95px
	}

}

@media only screen and (min-width:60em) {
	.header {
		bottom: 32px
	}

}

.TabContent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 540px;
	position: relative;
	top: 0
}

@media only screen and (min-width:40em) {
	.TabContent {
		margin-bottom: 0;
		height: 600px;
		top: -4.5em
	}

}

.Adventure-tabImage {
	margin-bottom: 5px;
	margin-top: 5px
}

@media only screen and (min-width:60em) {
	.Adventure-tabImage {
		margin-bottom: -10px;
		margin-top: -10px
	}

}

.Adventure-tabImage img {
	width: 100%;
	max-width: 650px;
	min-width: 400px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

@media only screen and (min-width:60em) {
	.Adventure-tabImage img {
		width: 100%;
		min-width: 500px
	}

}

.AdventureContent {
	position: relative;
	top: 70px
}

@keyframes cardShake {
	10%, 20% {
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg)
	}

	5%, 15% {
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg)
	}

	25%, 95% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}

.CardRevealSection, .CardSection {
	position: relative;
	padding: 0
}

.CardSection {
	z-index: 3;
	margin-bottom: 15px
}

.has-character-animation .CardSection:after, .has-character-animation .CardSection:before {
	content: "";
	position: absolute;
	z-index: 1
}

@media only screen and (min-width:72.5em) {
	.has-character-animation .CardSection:after, .has-character-animation .CardSection:before {
		display: block
	}

}

.has-character-animation .CardSection:after, .has-character-animation .CardSection:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.CardSection .body-text {
	color: #000
}

.CardSection.Media:after, .CardSection.Media:before {
	display: none
}

.CardRevealSection.has-character-animation.is-visible .CardSection:after, .CardRevealSection.has-character-animation.is-visible .CardSection:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

@media only screen and (min-width:60em) {
	.CardRevealSection {
		margin: 20px 0 23px
	}

}

.CardRevealSection .CardSection-revealedCards {
	margin: 35px auto;
	display: block
}

@media only screen and (min-width:60em) {
	.CardRevealSection .CardSection-revealedCards {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 98%
	}

}

.CardRevealSection .Carousel-indicators {
	/*margin-bottom: 4em*/
}

@media only screen and (min-width:40em) {
	.CardRevealSection .Carousel-indicators {
		margin: 0 0 15px
	}

}

.CardRevealSection .FlipCard-Container {
	position: relative;
	height: 320px;
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out;
	cursor: pointer
}

@media only screen and (min-width:60em) {
	.CardRevealSection .FlipCard-Container {
		width: 230px;
		height: 355px
	}

}

.CardRevealSection .FlipCard-Container:hover .FlipCard-back img {
	-webkit-transform: scale(1.015) translateY(-50%);
	-ms-transform: scale(1.015) translateY(-50%);
	transform: scale(1.015) translateY(-50%)
}

.CardRevealSection .FlipCard-Container:hover .FlipCard-back:after {
	opacity: 1
}

.CardRevealSection .FlipCard-Container.FlipCard--turned .FlipCard-back {
	display: none
}

.CardRevealSection .FlipCard-Container.FlipCard--turned .FlipCard-front {
	-webkit-transform: translateZ(0) rotateY(0deg) scale(1);
	transform: translateZ(0) rotateY(0deg) scale(1);
	opacity: 1
}

.CardRevealSection .FlipCard-Container:hover:not(.FlipCard--flipped).FlipCard--turned {
	cursor: default;
	-webkit-animation: none;
	animation: none
}

.CardRevealSection .FlipCard-Container.FlipCard--flipped {
	cursor: default
}

.CardRevealSection .FlipCard-Container .FlipCard {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	z-index: 2;
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
	max-width: none
}

.CardRevealSection .FlipCard-Container .FlipCard img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media only screen and (max-width:59.99em) {
	.CardRevealSection .FlipCard-Container .FlipCard img {
		height: 100%
	}

}

.CardRevealSection .FlipCard-Container .FlipCard-back, .CardRevealSection .FlipCard-Container .FlipCard-front {
	position: absolute;
	width: 100%;
	height: 100%
}

.CardRevealSection .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
}

.CardRevealSection .FlipCard-Container .FlipCard-back {
	-webkit-animation: none;
	animation: none;
	position: relative
}

.CardRevealSection .FlipCard-Container .FlipCard-back img {
	-webkit-transition: -webkit-transform .15s ease-out;
	transition: -webkit-transform .15s ease-out;
	transition: transform .15s ease-out;
	transition: transform .15s ease-out, -webkit-transform .15s ease-out
}

.CardRevealSection .FlipCard-Container .FlipCard-back:after {
	content: "";
	position: absolute;
	width: 82%;
	height: 83%;
	top: 50%;
	left: 9.5%;
	-webkit-animation: cardGlow 2s ease-in-out infinite alternate;
	animation: cardGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	display: none
}

@media only screen and (min-width:72.5em) {
	.CardRevealSection .FlipCard-Container .FlipCard-back:after {
		display: block
	}

}

.CardRevealSection .FlipCard-Container.FlipCard--preFlipped, .CardRevealSection .FlipCard-Container.slick-center {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.rastakhans-rumble #CardRevealSection .Slick {
	max-height: 378px;
	overflow: hidden
}

.rastakhans-rumble #CardRevealSection .PageDivider {
	z-index: 3
}

.rastakhans-rumble .CardSection {
	z-index: 4
}

.rastakhans-rumble .CardRevealSection:after, .rastakhans-rumble .CardRevealSection:before {
	position: absolute;
	content: "";
	display: none;
	pointer-events: none;
	-webkit-transition: all .45s ease-out;
	transition: all .45s ease-out;
	z-index: 3
}

@media only screen and (min-width:1230px) {
	.rastakhans-rumble .CardRevealSection:after, .rastakhans-rumble .CardRevealSection:before {
		display: block
	}

}

.rastakhans-rumble .CardRevealSection.lazyloaded:before {
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-100%);
	bottom: -90px;
	left: -170px
}

@media only screen and (min-width:1600px) {
	.rastakhans-rumble .CardRevealSection.lazyloaded:before {
		left: 30px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-cardReveal.png);
		background-position: 0 0;
		width: 600px;
		height: 750px
	}

}

@media only screen and (min-width:2100px) {
	.rastakhans-rumble .CardRevealSection.lazyloaded:before {
		left: -100px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-cardReveal.png);
		background-position: 0 0;
		width: 600px;
		height: 750px
	}

}

.rastakhans-rumble .CardRevealSection.lazyloaded:after {
	-webkit-transform: translate(100%);
	-ms-transform: translate(100%);
	transform: translate(100%);
	right: -285px;
	bottom: -50px
}

@media only screen and (min-width:1600px) {
	.rastakhans-rumble .CardRevealSection.lazyloaded:after {
		right: 32px;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-cardReveal.png);
		background-position: -602px 0;
		width: 600px;
		height: 750px
	}

}

@media only screen and (min-width:2100px) {
	.rastakhans-rumble .CardRevealSection.lazyloaded:after {
		right: 0;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble-cardReveal.png);
		background-position: -602px 0;
		width: 600px;
		height: 750px
	}

}

.rastakhans-rumble .CardRevealSection h2 {
	color: #20726c
}

.rastakhans-rumble .CardRevealSection .Carousel-indicators {
	margin-top: 15px
}

@media only screen and (min-width:769px) {
	.rastakhans-rumble .CardRevealSection .Carousel-indicators {
		margin-top: -1rem
	}

}

.rastakhans-rumble .CardRevealSection.has-character-animation.is-visible:after, .rastakhans-rumble .CardRevealSection.has-character-animation.is-visible:before {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0)
}

.rastakhans-rumble .CardRevealSection .FlipCard-back img {
	max-height: 97%
}

@-webkit-keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7)
	}

}

@keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7);
		box-shadow: 0 0 10px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .3), 0 0 30px hsla(0, 0%, 100%, .3), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 60px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7), 0 0 90px hsla(0, 0%, 100%, .7), 0 0 100px hsla(0, 0%, 100%, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7);
		box-shadow: 0 0 5px hsla(0, 0%, 100%, .3), 0 0 10px hsla(0, 0%, 100%, .3), 0 0 15px hsla(0, 0%, 100%, .3), 0 0 20px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 40px hsla(0, 0%, 100%, .7), 0 0 35px hsla(0, 0%, 100%, .7), 0 0 70px hsla(0, 0%, 100%, .7)
	}

}

.rastakhans-rumble .wrapper {
	max-width: 2000px
}

.cards .body {
	padding-top: 30px
}

.cards .CardRevealSchedule {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/BG_375px.jpg) no-repeat 50% -150px #000;
	height: auto;
	width: 100%;
	padding-top: 80px;
	background-size: contain;
	padding-bottom: 215px;
	position: relative
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule {
		background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/BG_1900px.jpg) no-repeat top #040509;
		background-size: cover;
		padding-bottom: 230px;
		padding-top: 175px
	}

}

.cards .CardRevealSchedule:after {
	content: "";
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/Divider.png) repeat-x 0 255px;
	width: 100%;
	height: 391px;
	position: absolute;
	bottom: -5px;
	left: 0
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule:after {
		background-position: 0 245px
	}

}

.cards .CardRevealSchedule .ContentSection {
	max-width: 1603px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 0;
	z-index: 1
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .ContentSection {
		padding: 0 5%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

}

@media only screen and (min-width:1760px) {
	.cards .CardRevealSchedule .ContentSection {
		padding: 0
	}

}

.cards .CardRevealSchedule .PageDivider {
	position: absolute;
	bottom: -20px;
	z-index: 10
}

.cards .CardRevealSchedule .CardFilters {
	bottom: 35px
}

@media only screen and (min-width:40em) {
	.cards .CardRevealSchedule .CardFilters {
		bottom: 37px
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
	width: 100%;
	position: relative;
	z-index: 5;
	max-height: 1092px
}

@media only screen and (min-width:30em) {
	.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
		max-height: 835px
	}

}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
		width: 50%;
		padding-right: 15px;
		max-height: 520px
	}

}

@media only screen and (min-width:62em) {
	.cards .CardRevealSchedule .CardRevealSchedule-ImagePanel {
		width: 57%
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel {
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 0 5%;
	position: relative;
	z-index: 5;
	margin-bottom: 50px
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel {
		width: 50%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 0
	}

}

@media only screen and (min-width:62em) {
	.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel {
		width: 40%;
		padding-right: 5%
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .Button {
	margin-top: 30px
}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText h2 {
	font-size: 24px;
	margin-bottom: 15px
}

@media only screen and (max-width:47.9375em) {
	.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText h2 {
		font-size: 36px
	}

}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-infoText p {
	font-size: 16px
}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-Logo {
	width: 100%;
	max-width: 450px;
	margin: 0 auto
}

.cards .CardRevealSchedule .CardRevealSchedule-InfoPanel .CardRevealSchedule-Logo img {
	width: 100%
}

.cards .CardRevealSchedule .HypeSlider {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.cards .CardRevealSchedule .HypeSlider.HypeSlider--ready {
	opacity: 1
}

.cards .CardRevealSchedule .slick-carousel:after, .cards .CardRevealSchedule .slick-carousel:before {
	opacity: .85;
	z-index: 1;
	pointer-events: none
}

.cards .CardRevealSchedule .slick-carousel:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 15%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .65)), to(transparent));
	background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0, transparent)
}

.cards .CardRevealSchedule .slick-carousel:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .65)));
	background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .65))
}

@media only screen and (min-width:520px) {
	.cards .CardRevealSchedule .slick-carousel:after, .cards .CardRevealSchedule .slick-carousel:before {
		display: none
	}

}

.cards .CardRevealSchedule .Slide {
	float: left
}

.cards .CardRevealSchedule .Slide.revealed .CardHype-card:after, .cards .CardRevealSchedule .Slide.revealed .CardHype-card:before, .cards .CardRevealSchedule .Slide.revealed .CardHype-card img {
	opacity: .65
}

.cards .CardRevealSchedule .Slide .CardHype {
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center
}

.cards .CardRevealSchedule .Slide .CardHype.placeholder .CardHype-card:before {
	display: none
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card {
	width: 154px;
	height: 234px;
	position: relative;
	padding-top: 17px;
	margin: 12px auto;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/Frame_BG.png) 50% no-repeat;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card.noLink:hover, .cards .CardRevealSchedule .Slide .CardHype .CardHype-card:hover {
	cursor: default
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card img {
	width: 125px;
	height: 100%;
	max-height: 125px;
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-placeholderImage {
	display: block;
	width: 125px;
	height: 100%;
	margin-left: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/Frame_Lock.png) 0 0 no-repeat
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/Frame.png) 50% no-repeat
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card:before {
	content: "";
	position: absolute;
	z-index: 2;
	top: 22px;
	left: 18px;
	width: 120px;
	height: 120px;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/FadeOverlay.png) 0 0 no-repeat;
	background-size: contain
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-card--glow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 2px;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 7px 3px #fff;
	box-shadow: 0 0 7px 3px #fff;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-card--hover {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/Rollover.png) 0 0 no-repeat;
	width: 80px;
	height: 62px;
	position: absolute;
	top: 14px;
	right: 7px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out
}

@media only screen and (max-width:47.9375em) {
	.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-card--hover {
		opacity: 1
	}

}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-revealBanner {
	position: absolute;
	z-index: 4;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/Checkmark.png) 0 0 no-repeat;
	width: 46px;
	height: 41px;
	bottom: -6px;
	right: -11px;
	padding: 0;
	color: #9ed760;
	text-align: left
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-cardInfo {
	color: #fff;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	justify-items: center;
	height: 100%;
	padding: 0 30px 18px
}

.cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-cardInfo h4, .cards .CardRevealSchedule .Slide .CardHype .CardHype-card .CardHype-cardInfo h5 {
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover {
	text-decoration: none;
	cursor: pointer
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover h4, .cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover h5, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover h4, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover h5 {
	text-decoration: none
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover .CardHype-card--glow, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover .CardHype-card--glow {
	opacity: .45
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card:hover .CardHype-card--hover, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card:hover .CardHype-card--hover {
	opacity: 1
}

.cards .CardRevealSchedule .slick-active .CardHype .CardHype-card.noLink .CardHype-card--glow, .cards .CardRevealSchedule .slick-active .CardHype .CardHype-card.noLink .CardHype-card--hover, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card.noLink .CardHype-card--glow, .cards .CardRevealSchedule .slick-current .CardHype .CardHype-card.noLink .CardHype-card--hover {
	opacity: 0
}

.cards .CardRevealSchedule .GoldArrow {
	top: 51.5%
}

.cards .CardRevealSchedule .GoldArrow--next {
	right: -45px
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .GoldArrow--next {
		right: -12%
	}

}

@media only screen and (min-width:80em) {
	.cards .CardRevealSchedule .GoldArrow--next {
		right: -10%
	}

}

.cards .CardRevealSchedule .GoldArrow--prev {
	left: -45px
}

@media only screen and (min-width:48em) {
	.cards .CardRevealSchedule .GoldArrow--prev {
		left: -12%
	}

}

@media only screen and (min-width:80em) {
	.cards .CardRevealSchedule .GoldArrow--prev {
		left: -10%
	}

}

.CardRevealSchedule-times {
	text-align: right;
	width: 100%;
	padding-right: 25px;
	margin-top: 25px;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	color: #06d289
}

.CardRevealSchedule-times.HypeSlider--ready {
	opacity: 1
}

@media only screen and (max-width:47.9375em) {
	.CardRevealSchedule-times {
		padding-right: 5%
	}

}

@media only screen and (max-width:29.9375em) {
	.CardRevealSchedule-times {
		position: absolute;
		top: -45px;
		left: 0;
		right: 0;
		margin: auto;
		text-align: center
	}

}

.cssfilters .cards .Slide.revealed .CardHype-card:after, .cssfilters .cards .Slide.revealed .CardHype-card:before, .cssfilters .cards .Slide.revealed .CardHype-card img {
	-webkit-filter: saturate(20%);
	filter: saturate(20%);
	opacity: 1
}

.CardContainer .newMessage {
	opacity: 0;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	line-height: .75em;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	-webkit-animation: newGlow 3.5s ease-in-out infinite alternate;
	animation: newGlow 3.5s ease-in-out infinite alternate
}

.CardContainer.new .newMessage {
	opacity: 1
}

@media only screen and (min-width:510px) {
	.cards .pswp__button--share {
		display: none
	}

}

.cards .CopyLinkTooltip {
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	left: 50%;
	position: fixed;
	top: 0;
	display: block;
	z-index: -1;
	font-size: 16px
}

.cards .CopyLinkTooltip:before {
	display: none
}

.cards .CopyLinkTooltip.active {
	opacity: 1;
	visibility: visible;
	z-index: 1601
}

@media only screen and (min-width:510px) {
	.cards .CopyLinkTooltip {
		position: absolute;
		left: 70%;
		-webkit-transform: translate(-50%, -100%);
		-ms-transform: translate(-50%, -100%);
		transform: translate(-50%, -100%)
	}

	.cards .CopyLinkTooltip:before {
		display: block
	}

	.cards .CopyLinkTooltip.active {
		opacity: 1;
		visibility: visible;
		top: -1em
	}

}

.cards .pswp__share-tooltip--title {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
	width: 325px;
	margin: auto;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	background-position: 0 -556px;
	width: 318px;
	height: 29px;
	font-size: 15px;
	padding-top: 5px;
	letter-spacing: .55px;
	color: #fff;
	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
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-tooltip--title {
		display: block
	}

}

.cards #clipBoard {
	opacity: 0;
	width: 100%;
	height: 150px;
	position: absolute;
	top: 0;
	z-index: -1;
	pointer-events: none;
	left: -150px;
	font-size: 24px
}

.cards #clipBoard:active, .cards #clipBoard:focus {
	font-size: 24px
}

.cards .pswp__container {
	-webkit-transition: top .25s ease-out;
	transition: top .25s ease-out
}

@media only screen and (min-width:510px) {
	.cards .pswp__container {
		top: -125px
	}

}

.cards .pswp__scroll-wrap {
	overflow: visible
}

.cards .pswp__top-bar {
	z-index: 1499
}

.cards .pswp__share-tooltip {
	position: fixed;
	top: -90px;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin: auto;
	background-color: transparent;
	padding: 10px 0 30px;
	text-align: center;
	white-space: nowrap;
	overflow: auto;
	z-index: 1500;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.cards .pswp__share-tooltip:before {
	content: "";
	position: fixed;
	top: -80px;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	background-position: 0 0;
	width: 520px;
	height: 210px
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-tooltip:before {
		position: absolute;
		top: -180px;
		left: 50%;
		-webkit-transform: translate3d(-50%, 180px, 0);
		transform: translate3d(-50%, 180px, 0)
	}

}

@media only screen and (min-width:510px) {
	.cards .pswp__share-tooltip {
		left: 0;
		position: absolute;
		top: 525px;
		bottom: 0;
		width: 520px;
		height: 210px;
		padding: 80px 0 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-transition: opacity .25s ease-out;
		transition: opacity .25s ease-out;
		overflow: visible
	}

}

.cards .pswp__button {
	z-index: 1601
}

.cards .pswp__share-modal {
	right: 0;
	margin: auto
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal {
		display: block;
		opacity: 1;
		background: none
	}

	.cards .pswp__share-modal.pswp__share-modal--hidden {
		display: block;
		opacity: 1
	}

}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal {
		width: 520px
	}

}

.cards .pswp__share-modal.pswp__share-modal--fade-in .pswp__share-tooltip {
	top: 0
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal.pswp__share-modal--fade-in .pswp__share-tooltip {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		top: 525px
	}

}

.cards .pswp__share-modal .pswp__share-CardGallery {
	width: 57px;
	height: 57px;
	display: inline-block;
	margin: 0 3.5px;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	border-radius: 50%;
	position: relative
}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal .pswp__share-CardGallery:hover {
		-webkit-transform: translate3d(0, -2.5px, 0);
		transform: translate3d(0, -2.5px, 0);
		-webkit-box-shadow: 0 1px rgba(0, 0, 0, .7);
		box-shadow: 0 1px rgba(0, 0, 0, .7)
	}

}

@media only screen and (min-width:510px) {
	.cards .pswp__share-modal .pswp__share-CardGallery:active {
		-webkit-transform: scale(.975) translateZ(0);
		transform: scale(.975) translateZ(0)
	}

}

.cards .pswp__share-modal .pswp__share-CardGallery--download {
	background-position: -417px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--copyLink, .cards .pswp__share-modal .pswp__share-CardGallery--download {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 57px;
	height: 57px
}

.cards .pswp__share-modal .pswp__share-CardGallery--copyLink {
	background-position: -240px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--twitter {
	background-position: -476px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--facebook, .cards .pswp__share-modal .pswp__share-CardGallery--twitter {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 57px;
	height: 57px
}

.cards .pswp__share-modal .pswp__share-CardGallery--facebook {
	background-position: -358px -587px
}

.cards .pswp__share-modal .pswp__share-CardGallery--vk {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	background-position: -535px -587px;
	width: 57px;
	height: 57px
}

.cards .Hero {
	background-size: 100%;
	padding: 0 0 5em
}

@media only screen and (min-width:60em) {
	.cards .Hero {
		padding: 3em 0 5em;
		background-size: cover
	}

}

.cards .Hero .Header-logo {
	margin-top: 35px;
	margin-bottom: -2em;
	max-width: 385px;
	width: 100%
}

@media only screen and (min-width:60em) {
	.cards .Hero .Header-logo {
		margin-top: 3em
	}

}

.cards .PageDivider--top {
	margin-bottom: -80px
}

@media only screen and (min-width:60em) {
	.cards .PageDivider--top {
		width: calc(100% - 20px - 75px);
		margin-left: 20px
	}

	.cards .PageDivider--top:after, .cards .PageDivider--top:before {
		content: "";
		top: 0;
		height: 100%;
		position: absolute;
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/backgroundDividers2.png)
	}

	.cards .PageDivider--top:before {
		left: -20px;
		width: 60px;
		background-position: left -106px
	}

	.cards .PageDivider--top:after {
		right: -75px;
		width: 120px;
		background-position: right -106px
	}

}

.cards .Hero .header-text {
	margin-top: 30px;
	margin-bottom: 45px
}

.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) {
	.cards .CardFilters {
		overflow-x: auto;
		bottom: 37px
	}

}

@media only screen and (max-width:59.99em) {
	.cards .CardFilters {
		height: 73px;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 0 1em
	}

}

.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%);
	-webkit-transition: all .15s ease-in;
	transition: all .15s ease-in;
	overflow: hidden;
	text-indent: -9999px
}

.cards .CardFilter:hover:not(.is-disabled) {
	opacity: 1;
	cursor: pointer
}

.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%)
}

.cards .CardFilter.is-disabled {
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.cards .classBg-druid {
	background-position: 0 -470px
}

.cards .classBg-druid, .cards .classBg-hunter {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 305px;
	height: 84px
}

.cards .classBg-hunter {
	background-position: -307px -470px
}

.cards .classBg-mage {
	background-position: -522px -172px
}

.cards .classBg-mage, .cards .classBg-neutral {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 305px;
	height: 84px
}

.cards .classBg-neutral {
	background-position: 0 -298px
}

.cards .classBg-paladin {
	background-position: 0 -384px
}

.cards .classBg-paladin, .cards .classBg-priest {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 305px;
	height: 84px
}

.cards .classBg-priest {
	background-position: -522px 0
}

.cards .classBg-rogue {
	background-position: -522px -86px
}

.cards .classBg-rogue, .cards .classBg-shaman {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 305px;
	height: 84px
}

.cards .classBg-shaman {
	background-position: 0 -212px
}

.cards .classBg-warlock {
	background-position: -522px -258px
}

.cards .classBg-warlock, .cards .classBg-warrior {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 305px;
	height: 84px
}

.cards .classBg-warrior {
	background-position: -522px -344px
}

.cards .download-dark {
	background-position: -417px -587px
}

.cards .download-dark, .cards .fb {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 57px;
	height: 57px
}

.cards .fb {
	background-position: -358px -587px
}

.cards .heroClassAllCards {
	background-position: -307px -212px
}

.cards .heroClassAllCards, .cards .heroClassDruid {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 78px;
	height: 65px
}

.cards .heroClassDruid {
	background-position: -387px -212px
}

.cards .heroClassHunter {
	background-position: -307px -298px
}

.cards .heroClassHunter, .cards .heroClassMage {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 78px;
	height: 65px
}

.cards .heroClassMage {
	background-position: -387px -298px
}

.cards .heroClassNeutral {
	background-position: -307px -384px
}

.cards .heroClassNeutral, .cards .heroClassPaladin {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 78px;
	height: 65px
}

.cards .heroClassPaladin {
	background-position: -387px -384px
}

.cards .heroClassPriest {
	background-position: -614px -470px
}

.cards .heroClassPriest, .cards .heroClassRogue {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 78px;
	height: 65px
}

.cards .heroClassRogue {
	background-position: -694px -470px
}

.cards .heroClassShaman {
	background-position: 0 -587px
}

.cards .heroClassShaman, .cards .heroClassWarlock {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 78px;
	height: 65px
}

.cards .heroClassWarlock {
	background-position: -80px -587px
}

.cards .heroClassWarrior {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	background-position: -160px -587px;
	width: 78px;
	height: 65px
}

.cards .link-dark {
	background-position: -240px -587px
}

.cards .link-dark, .cards .reddit {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 57px;
	height: 57px
}

.cards .reddit {
	background-position: -299px -587px
}

.cards .share-panel {
	background-position: 0 0;
	width: 520px;
	height: 210px
}

.cards .share-panel, .cards .titleBg {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png)
}

.cards .titleBg {
	background-position: 0 -556px;
	width: 318px;
	height: 29px
}

.cards .twitter {
	background-position: -476px -587px
}

.cards .twitter, .cards .vk {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/card-gallery.png);
	width: 57px;
	height: 57px
}

.cards .vk {
	background-position: -535px -587px
}

.cards .CardSection {
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 360px
}

.cards .CardClassHeader {
	font-size: 20px;
	font-weight: 400;
	margin: 0 auto
}

.cards .CardClassHeader span {
	margin-top: 27px;
	display: inline-block
}

.cards .CardCount {
	margin-bottom: 3em
}

.cards .CardContainer {
	width: 232px;
	height: 0;
	margin-bottom: 4em;
	opacity: 1;
	overflow: visible !important;
	position: relative
}

.cards .CardContainer:after {
	content: "";
	position: absolute;
	width: 75%;
	height: 79%;
	top: 14%;
	left: 14%;
	-webkit-animation: blueGlow 2s ease-in-out infinite alternate;
	animation: blueGlow 2s ease-in-out infinite alternate;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	display: none
}

@media only screen and (min-width:40em) {
	.cards .CardContainer:after {
		display: block
	}

}

.cards .CardContainer img {
	-webkit-filter: drop-shadow(0 0 0 transparent);
	filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.cards .CardContainer:nth-child(-n+5) {
	position: relative;
	z-index: 10
}

.cards .CardContainer:not(.CardContainer--revealed) img {
	padding: 14px;
	opacity: .6
}

.cards .CardContainer.is-visible {
	height: 312px;
	display: block
}

.cards .CardContainer.is-hidden {
	padding: 0;
	display: none
}

.cards .CardContainer.CardContainer--revealed:hover {
	text-decoration: none
}

.cards .CardContainer.CardContainer--revealed:hover:after {
	opacity: 1
}

.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))
}

.cards .CardContainer.CardContainer--revealed:hover .newMessage {
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px)
}

.cards .CardContainer.CardContainer--revealed:active, .cards .CardContainer.CardContainer--revealed:focus {
	text-decoration: none
}

.cards .CardContainer--cardBack:before {
	content: "";
	display: block;
	top: 0;
	left: 14px;
	right: 14px;
	bottom: -5px;
	position: absolute;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, #e8d5aa), color-stop(70%, transparent));
	background-image: linear-gradient(0deg, #e8d5aa 10%, transparent 70%);
	z-index: 1
}

@-webkit-keyframes newGlow {
	0% {
		text-shadow: rgba(73, 156, 227, .3) 1px 0 0, rgba(73, 156, 227, .3) .5403px .84147px 0, rgba(73, 156, 227, .3) -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, rgba(73, 156, 227, .3) -.65364px -.7568px 0, rgba(73, 156, 227, .3) .28366px -.95892px 0, rgba(73, 156, 227, .3) .96017px -.27942px 0, rgba(205, 255, 255, .7) 0 0 15px
	}

	to {
		text-shadow: #499ce3 1px 0 0, #499ce3 .5403px .84147px 0, #499ce3 -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, #499ce3 -.65364px -.7568px 0, #499ce3 .28366px -.95892px 0, #499ce3 .96017px -.27942px 0, #cdffff 0 0 25px
	}

}

@keyframes newGlow {
	0% {
		text-shadow: rgba(73, 156, 227, .3) 1px 0 0, rgba(73, 156, 227, .3) .5403px .84147px 0, rgba(73, 156, 227, .3) -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, rgba(73, 156, 227, .3) -.65364px -.7568px 0, rgba(73, 156, 227, .3) .28366px -.95892px 0, rgba(73, 156, 227, .3) .96017px -.27942px 0, rgba(205, 255, 255, .7) 0 0 15px
	}

	to {
		text-shadow: #499ce3 1px 0 0, #499ce3 .5403px .84147px 0, #499ce3 -.41615px .9093px 0, #499ce3 -.98999px .14112px 0, #499ce3 -.65364px -.7568px 0, #499ce3 .28366px -.95892px 0, #499ce3 .96017px -.27942px 0, #cdffff 0 0 25px
	}

}

.the-boomsday-project.cards .CardRevealSchedule-times {
	color: #9a83cc
}

.the-boomsday-project.cards .Hero {
	background-position: center 50px;
	background-size: cover
}

@media only screen and (min-width:60em) {
	.the-boomsday-project.cards .Hero {
		background-size: contain
	}

}

.the-boomsday-project.cards .Hero:after {
	content: "";
	position: absolute;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/decoration.png);
	z-index: 2;
	width: 157px;
	height: 107px;
	right: -4px;
	bottom: 12px;
	display: none
}

@media only screen and (min-width:1100px) {
	.the-boomsday-project.cards .Hero:after {
		display: block
	}

}

.the-boomsday-project.cards .Hero .Header-logo {
	max-width: 500px;
	margin-top: 7em
}

.the-boomsday-project.cards .header-text {
	margin-top: 0
}

.the-boomsday-project.cards .header-text:before {
	display: none
}

.the-boomsday-project.cards .TagButton {
	margin: 3em 0;
	-webkit-transform: scale(.85);
	-ms-transform: scale(.85);
	transform: scale(.85)
}

.the-boomsday-project.cards .Parallax-layer {
	display: none
}

@media only screen and (min-width:40em) {
	.the-boomsday-project.cards .Parallax-layer {
		display: block;
		background-position: center 40px;
		background-size: cover
	}

}

@media only screen and (min-width:72.5em) {
	.the-boomsday-project.cards .Parallax-layer {
		background-position: top
	}

}

.the-boomsday-project.cards .pswp__ui--idle .pswp__top-bar {
	opacity: 1
}

.the-boomsday-project.cards .pswp__button:not(.pswp__button--arrow--left):not(.pswp__button--arrow--right) {
	background-image: url(images/ui/photoswipe/default-skin.png)
}

.cards .CardContainer--cardBack:before {
	background-image: none
}

.Hero .GoldArrow {
	display: none
}

@media only screen and (min-width:40em) {
	.Hero .GoldArrow {
		display: block
	}

}

@media only screen and (min-width:1925px) {
	.Hero .slick-arrow.GoldArrow--prev, .Hero .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translate(-578px, -50%);
		-ms-transform: translate(-578px, -50%);
		transform: translate(-578px, -50%)
	}

	.Hero .slick-arrow.GoldArrow--next, .Hero .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translate(578px, -50%);
		-ms-transform: translate(578px, -50%);
		transform: translate(578px, -50%)
	}

}

#videoCarousel {
	margin-top: -15%
}

@media only screen and (min-width:60em) {
	#videoCarousel {
		margin-top: auto
	}

}

.CinematicsSection {
	position: relative;
	padding: 0 0 3.5em;
	margin: 0 auto;
	height: auto
}

@media only screen and (min-width:40em) {
	.CinematicsSection {
		margin-bottom: 1em
	}

}

@media only screen and (max-width:39.99em) {
	.CinematicsSection {
		margin-top: 15%
	}

}

.CinematicsSection .MediaFrame:before {
	top: -10%;
	bottom: -18%;
	right: -.5%;
	left: 0;
	border: none;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/video_frame.png) no-repeat 50%;
	background-size: contain;
	z-index: 2;
	pointer-events: none;
	max-width: 1000px
}

@media only screen and (min-width:60em) {
	.CinematicsSection .MediaFrame:before {
		top: -9%;
		bottom: -20%;
		top: -13%;
		bottom: -23%
	}

}

.CinematicsSection .Slick-item:not(.slick-current) .MediaFrame:before {
	/*background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/video_frame-faded.png)*/
}

.CinematicsSection .slick-track {
	padding: 4em 0
}

.CinematicsSection .Slick-item iframe {
	padding: 1% 2%
}

.CinematicsSection .Carousel-indicators {
	margin-top: -15px
}

.CinematicsSection .Carousel-indicators li {
	margin: 0 7px
}

@media only screen and (min-width:60em) {
	.CinematicsSection {
		padding-top: 0;
		margin-top: -150px
	}

	.CinematicsSection .Slick-item iframe {
		padding: 0
	}

}

.VideoSection {
	margin: 0;
	padding: 0;
	margin-top: 1em
}

@media only screen and (min-width:60em) {
	.VideoSection {
		padding-bottom: 1em;
		margin-top: 50px
	}

}

@media only screen and (min-width:72.5em) {
	.VideoSection {
		padding-bottom: 3em
	}

}

.VideoSlide-video {
	padding: 1% 3%;
	width: 95%
}

.VideoSlide-video:after {
	display: none
}

.IIV::-webkit-media-controls-play-button, .IIV::-webkit-media-controls-start-playback-button {
	opacity: 0;
	pointer-events: none;
	width: 5px
}

.rastakhans-rumble .VideoSlide-video {
	padding: 5% 4% 0;
	width: 100%;
	max-width: 1000px
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble .VideoSlide-video {
		padding: 10% 2% 3%
	}

}

@media only screen and (min-width:1500px) {
	.rastakhans-rumble .VideoSlide-video {
		padding: 70px 40px 0
	}

}

.GameplaySection {
	padding-top: 65px;
	color: #fff;
	height: 620px;
	position: relative;
	z-index: 1
}

.GameplaySection:after, .GameplaySection:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	background-size: cover;
	background-repeat: repeat-x;
	background-position: 50%
}

.GameplaySection:before {
	content: "";
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/4_divider.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: -36px;
	left: 0;
	z-index: 3
}

@media only screen and (min-width:40em) {
	.GameplaySection:before {
		bottom: 0
	}

}

.GameplaySection .GameplayMechanic-links {
	text-align: center
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link {
	background: transparent url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/screenshot-overlay.png) -325px -262px no-repeat;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin: 0
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link:hover {
	background: transparent url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/screenshot-overlay.png) -355px -262px no-repeat;
	display: inline-block
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link.GameplayMechanic--current, .GameplaySection .GameplayMechanic-links .GameplayMechanic-link.GameplayMechanic--current:hover {
	background-position: -385px -262px
}

.GameplaySection .GameplayMechanic-content {
	padding-left: 0
}

.GameplaySection .GameplayMechanic-content h3 {
	text-shadow: 1px 1px 5px #000
}

.GameplaySection .GameplayMechanic-content p {
	margin-bottom: 10px
}

.GameplaySection .slick-track:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(25%, transparent), color-stop(42%, transparent), color-stop(50%, rgba(0, 0, 0, .25)), color-stop(61%, rgba(0, 0, 0, .5)), to(#000));
	background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, transparent 25%, transparent 42%, rgba(0, 0, 0, .25) 50%, rgba(0, 0, 0, .5) 61%, #000)
}

@media only screen and (min-width:60em) {
	.GameplaySection .slick-track:after {
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .75)), color-stop(45%, transparent), color-stop(60%, transparent), color-stop(73%, rgba(0, 0, 0, .6)), to(#000));
		background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0, transparent 45%, transparent 60%, rgba(0, 0, 0, .6) 73%, #000)
	}

}

@media only screen and (min-width:400px) {
	.GameplaySection {
		height: 630px
	}

}

@media only screen and (min-width:40em) {
	.GameplaySection {
		height: auto;
		padding-top: 70px
	}

}

@media only screen and (min-width:60em) {
	.GameplaySection {
		padding-top: 75px
	}

}

.GameplayVideos {
	min-width: 414px;
	top: 35px
}

.GameplayVideos:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 245px;
	top: auto;
	bottom: 39px;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, .9)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, .9) 35%, transparent);
	z-index: 2;
	display: none
}

@media only screen and (min-width:40em) {
	.GameplayVideos:before {
		display: block;
		height: 220px;
		top: 0;
		bottom: auto;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .9)), to(transparent));
		background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0, transparent)
	}

}

.GameplayVideos:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 245px;
	top: auto;
	bottom: 25px;
	left: 0;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, rgba(0, 0, 0, .9)), to(transparent));
	background: linear-gradient(0deg, rgba(0, 0, 0, .9) 35%, transparent);
	z-index: 2
}

@media only screen and (min-width:60em) {
	.GameplayVideos:after {
		display: none
	}

}

.GameplayVideos .GoldArrow {
	display: none
}

.GameplayVideos .slick-arrow.GoldArrow--prev {
	left: 0
}

.GameplayVideos .slick-arrow.GoldArrow--next {
	right: 0
}

.GameplayVideos.slick-slider {
	position: absolute
}

.GameplayVideos img {
	width: 100%
}

#Mechanics .GameplayMechanic {
	margin-bottom: 4em
}

#Mechanics h2 {
	margin-top: .25em
}

.rastakhans-rumble:not(.homepage) {
	-webkit-font-smoothing: antialiased
}

.rastakhans-rumble:not(.homepage) h1, .rastakhans-rumble:not(.homepage) h2, .rastakhans-rumble:not(.homepage) h3 {
}

.rastakhans-rumble:not(.homepage) h2 {
	margin-bottom: .5em
}

.rastakhans-rumble:not(.homepage):not(.cards) .body:not(.homepage):not(.is-animated) {
	padding: 0;
	background: #000
}

.rastakhans-rumble:not(.homepage) .BodyText {
	max-width: 850px;
	white-space: pre-line
}

.rastakhans-rumble:not(.homepage) .BodyText br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .BodyText br {
		line-height: 1.2em
	}

}

.rastakhans-rumble:not(.homepage) .header-secondary .Button--cta {
	margin-top: 25px
}

.rastakhans-rumble:not(.homepage) .Hero {
	padding-top: 1em;
	background-color: #000;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/bg_mobile.jpg);
	background-size: cover;
	background-position: center -40px
}

@media only screen and (max-width:39.99em) {
	.rastakhans-rumble:not(.homepage) .Hero:before {
		content: "";
		position: absolute;
		display: block;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
		background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5));
		height: 100%;
		width: 100%
	}

}

@media only screen and (min-width:640px) and (max-width:960px) {
	.rastakhans-rumble:not(.homepage) .Hero {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/bg_tablet.png);
		background-size: cover;
		background-position: top;
		background-color: #0f051c
	}

}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .Hero {
		background-color: #000
	}

}

.rastakhans-rumble:not(.homepage) .Hero .TagButton {
	margin-top: 6em
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Hero .TagButton {
		margin: 5em 0 10em;
	}

}

.rastakhans-rumble:not(.homepage) .Hero .Header-logo {
	padding-top: 0
}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .Hero .Header-logo {
		padding-top: 5em
	}

}

.rastakhans-rumble:not(.homepage) .Hero.is-animated:after, .rastakhans-rumble:not(.homepage) .Hero.is-animated:before {
	opacity: 1
}

.rastakhans-rumble:not(.homepage) .Hero .fade {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-out;
	transition: opacity 1.5s ease-out
}

.rastakhans-rumble:not(.homepage) .Hero .fade.is-animated {
	opacity: 1
}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .Hero {
		background-image: none
	}

	.rastakhans-rumble:not(.homepage) .Hero .Button.Button--primary {
		margin-bottom: 5px
	}

}

.rastakhans-rumble:not(.homepage) .Hero .header-text {
	position: relative;
	z-index: 0
}

.rastakhans-rumble:not(.homepage) .Hero .header-text:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 1055px;
	height: 477px;
	-webkit-transform: translate(-50%, -22%);
	-ms-transform: translate(-50%, -22%);
	transform: translate(-50%, -22%);
	background-size: contain;
	z-index: -1
}

.rastakhans-rumble:not(.homepage) .Hero h1, .rastakhans-rumble:not(.homepage) .Hero p {
	color: #fff;
	margin-top: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.rastakhans-rumble:not(.homepage) .Hero h1 {
	margin-bottom: .5em;
	letter-spacing: .5px;
	margin-top: 110px
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Hero h1 {
		margin-top: 0
	}

}

.rastakhans-rumble:not(.homepage) .Hero p {
	font-size: 16px;
	line-height: 1.5;
	max-width: 950px;
	margin: 0 auto 2em;
	padding: 0 15px;
	text-shadow: 0 0 10px rgba(0,0,0,0.7)
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Hero p {
		padding: 0
	}

}

.rastakhans-rumble:not(.homepage) .Hero p.Lead {
	font-weight: 700;
	line-height: 1.8;
	font-size: 16px
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Hero p.Lead {
		padding: .5em 1rem 0
	}

}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .Hero p.Lead {
		padding: 0
	}

}

.rastakhans-rumble:not(.homepage) .Hero p.Lead br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Hero p.Lead br {
		line-height: 1.2em
	}

}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .Hero {
		padding-top: 0
	}

}

.rastakhans-rumble:not(.homepage) .Hero video {
	max-width: none;
	position: relative
}

.rastakhans-rumble:not(.homepage) .Hero video, .rastakhans-rumble:not(.homepage) .ParallaxCenter {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.rastakhans-rumble:not(.homepage) .ParallaxCenter {
	width: 100%;
	height: 100%;
	max-width: 1900px;
	position: absolute
}

.rastakhans-rumble:not(.homepage) .Parallax-layer {
	background-position: center 90px;
	background-size: 110%
}

@media only screen and (min-width:72.5em) {
	.rastakhans-rumble:not(.homepage) .Parallax-layer {
		background-position: center 80px;
		background-size: contain
	}

}

.rastakhans-rumble:not(.homepage) .Parallax-layer--00 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/expansionBg-flat.jpg);
	background-position: top;
	background-size: auto
}

.rastakhans-rumble:not(.homepage) .ParallaxCards {
	left: 50%;
	position: absolute;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

@media only screen and (min-width:72.5em) {
	.rastakhans-rumble:not(.homepage) .ParallaxCards {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

}

.rastakhans-rumble:not(.homepage) .Parallax-layer--card {
	background-position: 50%;
	background-size: auto
}

.rastakhans-rumble:not(.homepage).cards .Parallax-layer--00 {
	background-position: top;
	background-size: cover
}

.rastakhans-rumble:not(.homepage) .VideoSection {
	display: block
}

.rastakhans-rumble:not(.homepage) .expansion-header {
	margin-top: 0;
	z-index: 10
}

.rastakhans-rumble:not(.homepage) .expansion-logo {
	margin: 100px auto -100px;
	position: relative;
	z-index: 10;
	width: 600px
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .expansion-logo {
		margin: 0 auto
	}

}

.rastakhans-rumble:not(.homepage) .fade {
	opacity: 1
}

.rastakhans-rumble:not(.homepage) .BuyExpansionPacks {
	min-height: 40px
}

.rastakhans-rumble:not(.homepage).has-dramaticEntrance #Navigation-wrapper {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in;
	transition: opacity 1.5s ease-in
}

.rastakhans-rumble:not(.homepage).has-dramaticEntrance #Navigation-wrapper.is-animated {
	opacity: 1
}

.rastakhans-rumble:not(.homepage) .Icon:before {
	height: 130px
}

.rastakhans-rumble:not(.homepage) .Button--cta {
	display: inline-block;
	position: relative;
	width: 100%
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Button--cta {
		width: auto
	}

}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .Button--cta #boomsday-viewCards {
		width: 225px
	}

}

.rastakhans-rumble:not(.homepage) .Button--cta:after {
	content: "";
	width: 150px;
	height: 43px;
	left: -7px;
	top: -37px;
	position: absolute;
	pointer-events: none;
	z-index: 5
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .Button--cta:after {
		left: 6px
	}

}

.rastakhans-rumble:not(.homepage) .FeatureHype {
	max-width: 580px;
	margin: 0 auto
}

@media only screen and (min-width:60em) {
	.rastakhans-rumble:not(.homepage) .FeatureHype {
		max-width: 800px
	}

}

.rastakhans-rumble:not(.homepage) .FeatureHype .Icon {
	width: 100%;
	position: relative
}

.rastakhans-rumble:not(.homepage) .FeatureHype .Icon:before {
	display: none
}

.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox {
	font-size: 16px;
	line-height: 1.14;
	text-align: center;
	width: 32%;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {
	color: #fff;
	font-size: 13px;
	margin-top: -1.25em;
	margin-bottom: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading.FeatureBox-subHeading--centered {
	font-style: italic;
	font-size: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 5px;
	line-height: 1.3;
}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading.FeatureBox-subHeading--centered {
		position: relative;
		bottom: 0;
		left: auto;
		right: auto;
		font-size: 15px;
		margin-top: .5em;
		line-height: 1.3;
	}

}

@media only screen and (min-width:40em) {
	.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {
		font-size: 16px
	}

}

@media only screen and (min-width:30em) {
	.rastakhans-rumble:not(.homepage) .FeatureHype {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.rastakhans-rumble:not(.homepage) .FeatureHype .FeatureBox {
		width: 33.33%
	}

}

.homepage.rastakhans-rumble .head {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/header-bg-640x691.jpg);
	background-position-y: 0
}

@media only screen and (min-width:40em) {
	.homepage.rastakhans-rumble .head {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/kobolds-header-bg-small.jpg)
	}

}

@media only screen and (min-width:72.5em) {
	.homepage.rastakhans-rumble .head {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/kobolds-header-bg.jpg);
		background-position-y: -2px
	}

}

.ExpansionFooter {
	position: relative;
	z-index: 3;
	display: -webkit-box;
	/*display: -ms-flexbox;*/
	/*display: flex;*/
	/*-webkit-box-pack: center;*/
	/*justify-content: center;*/
	/*background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/adventureBackgroundBottom.jpg) no-repeat top;*/
	/*height: 1000px*/
}

@media only screen and (min-width:40em) {
	.ExpansionFooter {
		background: none;
		height: auto
	}

}

@media only screen and (max-width:59.99em) {
	.ExpansionFooter:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		left: auto;
		right: auto;
		top: -180px;
		z-index: 2;
		opacity: 1
	}

}

.ExpansionFooter-the-boomsday-project {
	margin-top: 150px;
	max-width: 100%
}

@media only screen and (max-width:59.99em) {
	.ExpansionFooter-the-boomsday-project {
		margin-top: 250px
	}

}

.ExpansionFooter .ContentSection {
	padding-top: 1em;
	padding-bottom: 0;
	color: #fff;
}

.ExpansionFooter .ContentSection h2, .ExpansionFooter .ContentSection h5 {
	color: #fff;
	text-shadow: 0 0 25px #000
}

.ExpansionFooter .ContentSection p.BodyText {
	margin-top: 40px;
	text-shadow: 0 0 25px #000
}

.ExpansionFooter .TagButton {
	margin-top: 4em
}

@media only screen and (min-width:60em) {
	.ExpansionFooter .TagButton:after {
		right: -60px
	}

}

.TagButton {
	margin: 8em 0 3em;
	position: relative;
	display: inline-block
}

@media only screen and (min-width:40em) {
	.TagButton {
		margin: 3em auto;
	}

}

.TagButton:after, .TagButton:before {
	content: "";
	position: absolute;
	top: -54px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display: block
}

.TagButton:before {
	left: -60px;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/button_left.png);
	width: 100%
}

.TagButton:after, .TagButton:before {
	height: 160px;
	background-repeat: no-repeat
}

.TagButton:after {
	right: -60px;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/button_right.png);
	width: 197px
}

.TagButton .backgroundWood {
	position: absolute;
	height: 106px;
	width: 100%;
	top: -24px;
	left: 0;
	z-index: -1;
	/*background: url(/https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/woodBackground.png);*/
	display: none
}

@media only screen and (min-width:60em) {
	.TagButton .backgroundWood {
		display: block
	}

}

.TagButton .Button--cta {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	float: left;
	margin-left: 5px
}

.TagButton .Button--cta .Button {
	padding-left: 2.5em
}

.TagButton .Button--cta:first-of-type {
	margin-left: 0;
	margin-right: 0
}

.TagButton .Button--cta:first-of-type .Button {
/*	padding-left: 105px*/
}

.TagButton .Button {
	margin-bottom: 0
}

.TagButton .Button:nth-child(2) {
	padding-left: 6.5em;
	margin-right: 10px
}

.fr-fr .TagButton .Button, .it-it .TagButton .Button, .pl-pl .TagButton .Button, .pt-br .TagButton .Button {
	letter-spacing: .5px;
	white-space: nowrap
}

.TagButton .TagButton-cards {
	display: block;
	-webkit-animation: cardShake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	animation: cardShake 3s cubic-bezier(.36, .07, .19, .97) both infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.TagButton-cards {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/button_pack.png);
	background-repeat: no-repeat;
	position: absolute;
	pointer-events: none;
	top: -75%;
	left: -30px;
	z-index: 10;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 151px;
	height: 170px
}

.TagButton-cards.has-tag {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/button_pack_tag.png)
}

.TagButton-priceTag {
	font-size: 1.25em;
	font-weight: 400;
	position: absolute;
	bottom: 19px;
	right: 11px;
	-webkit-transform: rotate(26.75deg);
	-ms-transform: rotate(26.75deg);
	transform: rotate(26.75deg)
}

.TagButton-priceTag text {
	stroke: #000;
	stroke-linecap: round;
	stroke-linejoin: round
}

.TagButton-priceTag .outer {
	fill: #000;
	stroke-width: 5px
}

.TagButton-priceTag .inner {
	fill: #fff;
	stroke-width: 0
}

.TagButton-priceTag .currency {
	font-size: .75em
}

@media only screen and (min-width:60em) {
	.TagButton-priceTag {
		font-size: 1.15em
	}

}

.BurningRope {
	position: absolute;
	top: 0;
	right: 0
}

.BurningRope .Rope {
	position: absolute;
	z-index: 10;
	top: -36px;
	right: -35px;
	width: 215px;
	height: 35px;
	overflow: hidden;
	background: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/button-rope.png) 100% 0 no-repeat
}

.BurningRope .RopeSpark {
	position: absolute;
	z-index: 11;
	top: -27px;
	right: 155px;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/button-spark-spritesheet.png);
	background-repeat: repeat-x;
	overflow: hidden
}

.PrePurchaseSection {
	position: relative;
	z-index: 1;
	/*background: #110a1c*/
}

@media only screen and (min-width:40em) {
	.PrePurchaseSection {
		background: none
	}

}

.PrePurchace2Columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row
	}

}

.PrePurchace2Columns li {
	text-align: left;
	margin-left: 5rem
}

.PrePurchace2Columns .PrePurchaseLeftColumn, .PrePurchace2Columns .PrePurchaseRightColumn {
	position: relative;
	max-width: inherit
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns .PrePurchaseLeftColumn, .PrePurchace2Columns .PrePurchaseRightColumn {
		max-width: 50%
	}

}

.u-crystalBullet>li {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/crystal.png);
	background-repeat: no-repeat;
	background-position: 0;
	list-style: none;
	margin: 0;
	padding: 0 0 0 26px
}

.PrePurchase-bundleHeader {
	text-align: left;
	font-size: 1.5rem
}

.PrePurchase-bundleContent {
	display: inline-block
}

.PrePurchase-price {
	color: #6ffffe;
	font-size: 1.25rem;
	font-weight: 700
}

.TagButton-priceTag {
	display: none
}

.AnimatedHero {
	position: relative;
	height: 300px;
	width: 400px
}

.AnimatedHero .AnimatedHero--frame {
	position: absolute;
	top: 0;
	left: 0
}

.AnimatedHero .AnimatedHero--hero {
	border-radius: 100% 100% 0 0;
	position: absolute;
	top: 40px;
	left: 103px
}

.rastakhans-rumble .Button, .rastakhans-rumble h1, .rastakhans-rumble h2, .rastakhans-rumble h3 {
	font-weight: 400
}

.rastakhans-rumble.th-th .Button, .rastakhans-rumble.th-th h1, .rastakhans-rumble.th-th h2, .rastakhans-rumble.th-th h3 {
	font-weight: 700
}

.rastakhans-rumble .body-bot {
	padding-bottom: 0
}

.rastakhans-rumble .PageDivider {
	z-index: 2
}

.ExpansionLink--the-boomsday-project {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble.jpg)
}

@media only screen and (min-width:40em) {
	.ExpansionLink--the-boomsday-project {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/rastakhans-rumble.jpg)
	}

}

@charset "UTF-8";

#StickyNavigation {
	position: fixed;
	top: 0;
	left: 0;
	margin: auto;
	right: 0;
	color: #fff;
	z-index: 11;
	width: 100%;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: width .15s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
	transition: width .15s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out;
	transition: width .15s ease-out, transform .25s ease-out, opacity .25s ease-out;
	transition: width .15s ease-out, transform .25s ease-out, opacity .25s ease-out, -webkit-transform .25s ease-out
}

@media (max-width:59.99em) {
	#Navigation-wrapper.is-unFixed~.wrapper #StickyNavigation {
		-webkit-transform: translateY(-47px);
		-ms-transform: translateY(-47px);
		transform: translateY(-47px)
	}

}

#StickyNavigation a:focus, #StickyNavigation a:hover {
	color: transparent
}

@media (min-width:60em) {
	#StickyNavigation {
		top: 50%;
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0);
		margin: auto;
		width: 100px;
		height: 100%;
		left: auto
	}

}

#StickyNavigation:after {
	position: absolute;
	content: "";
	height: 130%;
	width: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(16%, rgba(0, 0, 0, .25)), color-stop(40%, rgba(0, 0, 0, .65)), color-stop(70%, rgba(0, 0, 0, .85)));
	background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .25) 16%, rgba(0, 0, 0, .65) 40%, rgba(0, 0, 0, .85) 70%);
	top: -10%;
	left: 0;
	pointer-events: none
}

@media (min-width:60em) {
	#StickyNavigation:after {
		content: "";
		position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .85)));
		background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .85));
		height: 100%;
		top: 0;
		right: 0;
		left: auto;
		z-index: -1;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		width: 100px;
		opacity: 0
	}

}

#StickyNavigation.StickyNavigation--fadeOut {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

@media (min-width:60em) {
	#StickyNavigation.StickyNavigation--fadeOut {
		-webkit-transform: translate3d(0, -50%, 0);
		transform: translate3d(0, -50%, 0)
	}

}

#StickyNavigation:hover {
	width: auto
}

#StickyNavigation:hover:after {
	opacity: 1;
	width: 100%
}

@media (min-width:60em) {
	#StickyNavigation:hover:after {
		width: 350px;
		background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(55%, rgba(0, 0, 0, .45)), to(rgba(0, 0, 0, .85)));
		background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, .85))
	}

}

#StickyNavigation:hover .Navigation-list:before {
	opacity: 0
}

#StickyNavigation:hover li .StickyNav-Text {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

#StickyNavigation li {
	position: relative;
	text-align: center;
	display: inline-block
}

@media (min-width:60em) {
	#StickyNavigation li {
		display: block;
		text-align: right;
		margin: 20px 0;
		height: 30px
	}

}

#StickyNavigation li:hover .StickyNav-Text {
	text-decoration: none;
	color: #fff
}

#StickyNavigation li:hover .StickyNav-Icon:after {
	opacity: 1
}

#StickyNavigation li a {
	padding: 17px 2.5em;
	display: inline-block
}

@media (min-width:60em) {
	#StickyNavigation li a {
		padding: 0
	}

}

#StickyNavigation li.active .StickyNav-Text {
	position: relative;
	color: #fff;
	text-decoration: none
}

#StickyNavigation li.active .StickyNav-Text .TextLine {
	width: 100%
}

#StickyNavigation li.active .StickyNav-Icon:before {
	opacity: 1
}

#StickyNavigation .Navigation-list {
	position: relative;
	padding: 0;
	z-index: 5;
	width: 100%;
	margin: 0;
	display: none
}

@media (min-width:60em) {
	#StickyNavigation .Navigation-list {
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

}

#StickyNavigation .StickyNav-Text {
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	line-height: 1.25em;
	font-size: 16px;
	color: #cecece;
	-webkit-transition: color .15s ease-out;
	transition: color .15s ease-out;
	text-shadow: 1px 1px #000;
	font-weight: 400;
	-webkit-font-smoothing: antialiased
}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Text {
		display: block;
		text-shadow: none
	}

}

#StickyNavigation .StickyNav-Text .TextLine {
	content: "";
	height: 2px;
	background: #55d9e8;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	-webkit-transition: all .35s ease-out;
	transition: all .35s ease-out;
	-webkit-transition-delay: .35s;
	transition-delay: .35s;
	display: block;
	-webkit-box-shadow: 0 0 6px 0 #55d9e8;
	box-shadow: 0 0 6px 0 #55d9e8
}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Text .TextLine {
		display: none
	}

}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Text {
		display: block;
		opacity: 0;
		-webkit-transform: translate3d(-7px, 0, 0);
		transform: translate3d(-7px, 0, 0);
		-webkit-transition: color .15s ease-out, -webkit-transform .25s ease-out;
		transition: color .15s ease-out, -webkit-transform .25s ease-out;
		transition: transform .25s ease-out, color .15s ease-out;
		transition: transform .25s ease-out, color .15s ease-out, -webkit-transform .25s ease-out;
		top: 8px;
		padding-right: 85px
	}

	#StickyNavigation .StickyNav-Text:before {
		display: none
	}

}

#StickyNavigation .StickyNav-Icon {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/navigation_sprite.png) -10px -10px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 25px;
	top: 0;
	display: none
}

@media (min-width:60em) {
	#StickyNavigation .StickyNav-Icon {
		display: block
	}

}

#StickyNavigation .StickyNav-Icon:after, #StickyNavigation .StickyNav-Icon:before {
	content: "";
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rastakhans/navigation_sprite.png) -70px -10px;
	width: 40px;
	height: 40px;
	opacity: 0;
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: 2
}

#StickyNavigation .StickyNav-Icon:after {
	background-position: -10px -70px
}

@media (min-width:60em) {
	.StickySection.is-dark:after {
		content: "";
		position: absolute;
		background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, .85)));
		background: linear-gradient(90deg, transparent 0, rgba(0, 0, 0, .85));
		height: 100%;
		top: 0;
		right: 0;
		left: auto;
		z-index: 0;
		-webkit-transition: all .15s ease-out;
		transition: all .15s ease-out;
		width: 100px
	}

}


/*分享*/
.top-nav {
	width: 1000px;
	margin-left: -414px;
	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: 253px;
	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;
}

#video-1 {
	width: 100%;
}

.AspectRatio--16x9 {
	padding-bottom: 0;
}

.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;
	cursor: pointer;
}


@media only screen and (max-width:1000px) {
	#nav-client-header {
		display: none;
	}
}
.PrePurchase-bundleHeader {
	font-size: 18px;
	padding-bottom: 12px;
	text-align: center;
}
#app, #weibo, #gotop,#hsoa-link {
	display: none !important;
}
@media only screen and (max-width:768px){
	.Button--gradient{
       font-size: 16px;
	}
	.u-textBold{
		font-size: 14px;
	}

}
@media only screen and (max-width:600px){
    .TagButton:before,.TagButton:after{
    	display: none;
    }
    .TagButton-cards.has-tag{
    	display: none;
    	background: none;
    }
    .TagButton .Button--cta:first-of-type .Button{
    	/*padding:1.3em 3em;*/
    }
    .TagButton .Button--cta{
    	margin-left: 0;
    }
    .rastakhans-rumble:not(.homepage) .Hero .TagButton{
       margin-top: 6.5rem;
       margin-bottom: 0rem;
    }
}
#lightbox-container .control-wrapper{
	position: absolute;
	left: 0;
	bottom: 0;
}