@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
}

a {
	cursor: pointer
}

#breakpoint {
	display: none !important;
	z-index: 0;
	position: relative
}

@media only screen and (min-width:30em) {
	#breakpoint {
		z-index: 0
	}

}

@media only screen and (min-width:40em) {
	#breakpoint {
		z-index: 1
	}

}

@media only screen and (min-width:60em) {
	#breakpoint {
		z-index: 2
	}

}

@media only screen and (min-width:72.5em) {
	#breakpoint {
		z-index: 3
	}

}

@media only screen and (min-width:80em) {
	#breakpoint {
		z-index: 4
	}

}

.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)
	}

}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
.slick-slider {
	position: relative
}

.slick-arrow.GoldArrow {
	top: 49.5%;
	-webkit-transition: none;
	transition: none
}

.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/descent-of-dragons/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
}

.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;
	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;
	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: 0 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-family: Bliz Quadrata, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, Siara, Times New Roman, Serif;
	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
	}

}

.CardSetLogo {
	max-width: 580px
}

.ContentSection .CardSetLogo {
	margin: 100px auto -100px;
	position: relative;
	z-index: 10;
	width: 100%
}

@media only screen and (min-width:40em) {
	.ContentSection .CardSetLogo {
		margin: 0 auto
	}

}

@media only screen and (min-width:60em) {
	.ContentSection .CardSetLogo {
		width: 55%
	}

}

.Icon--cardReveal_character_left:before {
	background-position: -502px -752px;
	width: 300px;
	height: 300px
}

.Icon--cardReveal_character_left:before, .Icon--cardReveal_character_right:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/descent-of-dragons-cardReveal.png)
}

.Icon--cardReveal_character_right:before {
	background-position: 0 -752px;
	width: 500px;
	height: 520px
}

.Icon--home_character_left:before {
	background-position: 0 0
}

.Icon--home_character_left:before, .Icon--home_character_right:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/descent-of-dragons-cardReveal.png);
	width: 750px;
	height: 750px
}

.Icon--home_character_right:before {
	background-position: -752px 0
}

@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)
	}

}

.fadeOut-appear {
	opacity: .01
}

.fadeOut-appear.fadeOut-appear-active {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.fadeOut-enter {
	opacity: .01;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0
}

.fadeOut-enter.fadeOut-enter-active {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.fadeOut-exit {
	opacity: 1
}

.fadeOut-exit.fadeOut-exit-active {
	opacity: .01;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.fadeIn-appear {
	opacity: .01
}

.fadeIn-appear.fadeOut-appear-active {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.fadeIn-enter {
	opacity: .01
}

.fadeIn-enter.fadeOut-enter-active {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

.fadeIn-exit {
	opacity: 1
}

.fadeIn-exit.fadeOut-exit-active {
	opacity: .01;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}

}

@keyframes bounce {
	0%, 20%, 53%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	40%, 43% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		animation-timing-function: cubic-bezier(.755, .05, .855, .06);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}

}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {
	0%, 50%, to {
		opacity: 1
	}

	25%, 75% {
		opacity: 0
	}

}

@keyframes flash {
	0%, 50%, to {
		opacity: 1
	}

	25%, 75% {
		opacity: 0
	}

}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

@keyframes rubberBand {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

@keyframes shake {
	0%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	10%, 30%, 50%, 70%, 90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%, 40%, 60%, 80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}

@keyframes headShake {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	6.5% {
		-webkit-transform: translateX(-6px) rotateY(-9deg);
		transform: translateX(-6px) rotateY(-9deg)
	}

	18.5% {
		-webkit-transform: translateX(5px) rotateY(7deg);
		transform: translateX(5px) rotateY(7deg)
	}

	31.5% {
		-webkit-transform: translateX(-3px) rotateY(-5deg);
		transform: translateX(-3px) rotateY(-5deg)
	}

	43.5% {
		-webkit-transform: translateX(2px) rotateY(3deg);
		transform: translateX(2px) rotateY(3deg)
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

}

.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	to {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
		transform: scale3d(.9, .9, .9) rotate(-3deg)
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes wobble {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
		transform: translate3d(-25%, 0, 0) rotate(-5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
		transform: translate3d(20%, 0, 0) rotate(3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
		transform: translate3d(-15%, 0, 0) rotate(-3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
		transform: translate3d(10%, 0, 0) rotate(2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
		transform: translate3d(-5%, 0, 0) rotate(-1deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}

}

@keyframes jello {
	0%, 11.1%, to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(.39062deg) skewY(.39062deg);
		transform: skewX(.39062deg) skewY(.39062deg)
	}

	88.8% {
		-webkit-transform: skewX(-.19531deg) skewY(-.19531deg);
		transform: skewX(-.19531deg) skewY(-.19531deg)
	}

}

.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

@-webkit-keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

@keyframes heartBeat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	14% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	28% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	42% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}

	70% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

.heartBeat {
	-webkit-animation-name: heartBeat;
	animation-name: heartBeat;
	-webkit-animation-duration: 1.3s;
	animation-duration: 1.3s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

@keyframes bounceIn {
	0%, 20%, 40%, 60%, 80%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

}

.bounceIn {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes bounceInDown {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes bounceInLeft {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes bounceInRight {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes bounceInUp {
	0%, 60%, 75%, 90%, to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%, 55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

}

.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%, 45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}

}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}

}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}

}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	to {
		-webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

}

.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateX(-5deg);
		transform: perspective(400px) rotateX(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

.flipInX {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-20deg);
		transform: perspective(400px) rotateY(-20deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotateY(-5deg);
		transform: perspective(400px) rotateY(-5deg)
	}

	to {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

}

.flipInY {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateX(-20deg);
		transform: perspective(400px) rotateX(-20deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

}

.flipOutX {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotateY(-15deg);
		transform: perspective(400px) rotateY(-15deg);
		opacity: 1
	}

	to {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

}

.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg)
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}

}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}

}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1
	}

}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}

}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	to {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}

}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		opacity: 0
	}

}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		opacity: 0
	}

}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	to {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}

}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%, 60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%, 80% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	to {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}

}

.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

@keyframes jackInTheBox {
	0% {
		opacity: 0;
		-webkit-transform: scale(.1) rotate(30deg);
		transform: scale(.1) rotate(30deg);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom
	}

	50% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg)
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}

}

.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
		transform: translate3d(-100%, 0, 0) rotate(-120deg)
	}

	to {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}

}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
		transform: translate3d(100%, 0, 0) rotate(120deg)
	}

}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}

}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}

}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}

}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 0
	}

}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}

}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}

}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}

}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	to {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}

}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	to {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(.175, .885, .32, 1)
	}

}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes slideInDown {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes slideInRight {
	0% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

@keyframes slideInUp {
	0% {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible
	}

	to {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

}

.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

@keyframes slideOutDown {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

}

.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.animated.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.animated.delay-3s {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}

.animated.delay-4s {
	-webkit-animation-delay: 4s;
	animation-delay: 4s
}

.animated.delay-5s {
	-webkit-animation-delay: 5s;
	animation-delay: 5s
}

.animated.fast {
	-webkit-animation-duration: .8s;
	animation-duration: .8s
}

.animated.faster {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}

.animated.slow {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

.animated.slower {
	-webkit-animation-duration: 3s;
	animation-duration: 3s
}

.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%;
	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)
}

.descent-of-dragons #CardRevealSection {
	color: #fff;
	height: 400px;
	margin: -150px 0 0;
}

@media only screen and (min-width:40em) {
	.descent-of-dragons #CardRevealSection {
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, #0c0c19), to(#0f1022));
		background: linear-gradient(180deg, transparent 0, #0c0c19 30%, #0f1022);
		height: 300px;
		margin: -60px 0 0
	}

}

@media only screen and (min-width:60em) {
	.descent-of-dragons #CardRevealSection {
		margin: -400px 0 0;
		height: 400px
	}

}

.descent-of-dragons #CardRevealSection .PageDivider--top {
	margin-bottom: -15px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: none
}

@media only screen and (min-width:72.5em) {
	.descent-of-dragons #CardRevealSection .PageDivider--top {
		margin-bottom: 35px
	}

}

.descent-of-dragons #CardRevealSection .Slick {
	max-height: 378px;
	overflow: hidden
}

.descent-of-dragons #CardRevealSection .PageDivider {
	z-index: 3
}

.descent-of-dragons .CardSection {
	z-index: 4
}

@media only screen and (max-width:59.99em) {
	.descent-of-dragons .CardSection {
		margin-bottom: 50px;
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #0c0c19), to(transparent));
		background: linear-gradient(180deg, transparent 0, #0c0c19 80%, transparent)
	}

}

.descent-of-dragons .CardRevealSection {
	margin-top: 0
}

.descent-of-dragons .CardRevealSection .Parallax {
	height: 1000px;
	top: -600px
}

.descent-of-dragons .CardRevealSection .Parallax-sprite--00 {
	position: absolute;
	opacity: .8;
	display: none;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/descent-of-dragons-cardReveal.png);
	background-position: -502px -752px;
	width: 300px;
	height: 300px
}

@media only screen and (min-width:1700px) {
	.descent-of-dragons .CardRevealSection .Parallax-sprite--00 {
		display: inline-block;
		right: 80%;
		top: 500px
	}

}

.descent-of-dragons .CardRevealSection .Parallax-sprite--01 {
	position: absolute;
	display: none;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/descent-of-dragons-cardReveal.png);
	background-position: 0 -752px;
	width: 500px;
	height: 520px
}

@media only screen and (min-width:1700px) {
	.descent-of-dragons .CardRevealSection .Parallax-sprite--01 {
		display: inline-block;
		left: 72%;
		top: 150px
	}

}

.descent-of-dragons h2 {
	color: #fff
}

.descent-of-dragons .Carousel-indicators {
	padding-top: 50px
}

@media only screen and (min-width:750px) {
	.descent-of-dragons .Carousel-indicators {
		margin-top: -1rem
	}

}

.descent-of-dragons .FlipCard-back img {
	max-height: 97%
}

.descent-of-dragons .FlipCard-back:after {
	top: 49%
}

.HearthstoneUI-Slider--init {
	visibility: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@-webkit-keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .3), 0 0 30px rgba(146, 168, 180, .3), 0 0 40px rgba(146, 168, 180, .7), 0 0 60px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7), 0 0 90px rgba(146, 168, 180, .7), 0 0 100px rgba(146, 168, 180, .7);
		box-shadow: 0 0 10px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .3), 0 0 30px rgba(146, 168, 180, .3), 0 0 40px rgba(146, 168, 180, .7), 0 0 60px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7), 0 0 90px rgba(146, 168, 180, .7), 0 0 100px rgba(146, 168, 180, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px rgba(146, 168, 180, .3), 0 0 10px rgba(146, 168, 180, .3), 0 0 15px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 40px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7);
		box-shadow: 0 0 5px rgba(146, 168, 180, .3), 0 0 10px rgba(146, 168, 180, .3), 0 0 15px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 40px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7)
	}

}

@keyframes cardGlow {
	0% {
		-webkit-box-shadow: 0 0 10px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .3), 0 0 30px rgba(146, 168, 180, .3), 0 0 40px rgba(146, 168, 180, .7), 0 0 60px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7), 0 0 90px rgba(146, 168, 180, .7), 0 0 100px rgba(146, 168, 180, .7);
		box-shadow: 0 0 10px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .3), 0 0 30px rgba(146, 168, 180, .3), 0 0 40px rgba(146, 168, 180, .7), 0 0 60px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7), 0 0 90px rgba(146, 168, 180, .7), 0 0 100px rgba(146, 168, 180, .7)
	}

	to {
		-webkit-box-shadow: 0 0 5px rgba(146, 168, 180, .3), 0 0 10px rgba(146, 168, 180, .3), 0 0 15px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 40px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7);
		box-shadow: 0 0 5px rgba(146, 168, 180, .3), 0 0 10px rgba(146, 168, 180, .3), 0 0 15px rgba(146, 168, 180, .3), 0 0 20px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 40px rgba(146, 168, 180, .7), 0 0 35px rgba(146, 168, 180, .7), 0 0 70px rgba(146, 168, 180, .7)
	}

}

.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%)
	}

}

@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 (max-width:39.99em) {
	.CinematicsSection {
		margin-top: 0em
	}

}

@media only screen and (min-width:40em) {
	.CinematicsSection {
		margin-bottom: 1em;
		margin-top: 50px
	}

}

@media only screen and (min-width:640px) and (max-width:960px) {
	.CinematicsSection {
		margin-top: -30px
	}

}

@media only screen and (min-width:60em) {
	.CinematicsSection {
		padding-top: 0
	}

	.CinematicsSection .Slick-item iframe {
		padding: 0
	}

}

.CinematicsSection .MediaFrame:before {
	top: 0;
	bottom: 0;
	right: 1%;
	left: 1%;
	border: none;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/video_frame.png) no-repeat 50%;
	background-size: contain;
	z-index: 2;
	pointer-events: none;
	max-width: 1000px
}

.CinematicsSection .slick-track {
	padding: 4em 0
}

@media only screen and (min-width:40em) {
	.CinematicsSection .slick-track {
		padding: 5rem 0 4rem
	}

}

@media only screen and (min-width:60em) {
	.CinematicsSection .slick-track {
		padding: 1rem 0 4rem
	}

}

.CinematicsSection .Carousel-indicators {
	margin-top: -15px
}

.CinematicsSection .Carousel-indicators li {
	margin: 0 7px
}

.VideoSection {
	margin: 0;
	padding: 0;
	margin-top: 1em
}

@media only screen and (min-width:60em) {
	.VideoSection {
		padding-bottom: 1em;
		margin-top: 0
	}

}

.VideoSection .slick-list {
	cursor: auto
}

.VideoSlide-video {
	padding: 2% 5%;
	width: 100%;
	max-width: 1000px
}

@media only screen and (min-width:40em) {
	.VideoSlide-video {
		padding: 2% 2% 1.5%
	}

}

.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
}

#GameplaySection {
	padding-top: 200px;
	min-height: 950px;
}

@media only screen and (min-width:40em) {
	#GameplaySection {
		padding-top: 250px;
		min-height: 880px;
	}

}

@media only screen and (min-width:60em) {
	#GameplaySection {
		padding-top: 300px;
		margin-bottom: 0;
		min-height: auto;
		max-height: none
	}

}

@media only screen and (min-width:767px) and (max-width:1025px) {
	#GameplaySection {
		padding-top: 250px
	}

}

@media only screen and (min-width:1500px) {
	#GameplaySection {
		padding-top: 350px
	}

}

#GameplaySection .Parallax {
	height: 1000px;
	margin-bottom: -900px
}

#GameplaySection .Parallax-sprite--00 {
	position: absolute;
	top: 460px;
	height: 340px;
	width: 360px;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/3_character_right.png);
	display: none
}

@media only screen and (min-width:1700px) {
	#GameplaySection .Parallax-sprite--00 {
		display: inline-block;
		left: 80%
	}

}

.GameplaySection {
	background: transparent;
	color: #fff;
	height: auto;
	position: relative;
	padding: 0;
	z-index: 1
}

.GameplaySection .GameplayMechanic-links {
	text-align: center;
	margin-left: -10px
}

.GameplaySection .GameplayMechanic-links .GameplayMechanic-link {
	background: transparent url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/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/descent-of-dragons/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;
	margin-top: -10px
}

.GameplaySection .GameplayMechanic-content h3 {
	text-shadow: 1px 1px 5px #000
}

.GameplaySection .GameplayMechanic-content p {
	margin-bottom: 10px
}

.GameplayVideos {
	width: 100%;
	height: auto;
	padding: 1% 3%
}

@media only screen and (min-width:60em) {
	.GameplayVideos-video .VideoSlide-video {
		max-width: 1000px
	}

}

.GameplayVideos video {
	min-width: auto;
	max-width: 1000px;
	height: auto;
	width: 100%
}

.GameplayVideos .AspectRatio--16x9 {
	padding-bottom: 0
}

.GameplayVideos .MediaFrame--wideFrame:before {
	top: 0;
	bottom: 0;
	right: 1%;
	left: 1%;
	border: none;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/video_frame.png) no-repeat 50%;
	background-size: contain;
	z-index: 2;
	pointer-events: none
}

.GameplayVideos .MediaFrame--mobileFrame:before {
	top: 0;
	bottom: 0;
	right: 1%;
	left: 1%;
	border: none;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/frame_mechanics.png) no-repeat 50%;
	background-size: contain;
	z-index: 2;
	pointer-events: none
}

.GameplayVideos .slick-list {
	cursor: auto;
	padding: 0 7%
}

@media only screen and (min-width:30em) {
	.GameplayVideos .slick-list {
		padding: 0 60px
	}

}

@media only screen and (min-width:767px) {
	.GameplayVideos .slick-list {
		padding: 0 15%
	}

}

@media only screen and (min-width:60em) {
	.GameplayVideos .slick-list {
		padding: 0 18%
	}

}

@media only screen and (min-width:4000px) {
	.GameplayVideos .slick-list {
		padding: 0 20%
	}

}

.GameplayVideos .slick-slide {
	height: auto;
	margin-top: 30px
}

@media only screen and (min-width:60em) {
	.GameplayVideos .slick-slide {
		margin-top: 0
	}

}

.GameplayVideos .GoldArrow {
	display: none
}

.GameplayVideos .slick-arrow.GoldArrow--prev {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/arrow_left.png) no-repeat 50%;
	left: -10px;
	top: 53%
}

@media only screen and (max-width:79.9375em) {
	.GameplayVideos .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

}

@media only screen and (max-width:29.9375em) {
	.GameplayVideos .slick-arrow.GoldArrow--prev:hover {
		-webkit-transform: translateY(-50%) scale(.75);
		-ms-transform: translateY(-50%) scale(.75);
		transform: translateY(-50%) scale(.75)
	}

}

@media only screen and (min-width:30em) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 20px
	}

}

@media only screen and (min-width:40em) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 5%
	}

}

@media only screen and (min-width:60em) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 15%
	}

}

@media only screen and (min-width:1700px) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 17%
	}

}

@media only screen and (min-width:1900px) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 21%
	}

}

@media only screen and (min-width:2200px) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 25%
	}

}

@media only screen and (min-width:2500px) {
	.GameplayVideos .slick-arrow.GoldArrow--prev {
		left: 27%
	}

}

.GameplayVideos .slick-arrow.GoldArrow--next {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/arrow_right.png) no-repeat 50%;
	right: -10px;
	top: 53%
}

@media only screen and (max-width:79.9375em) {
	.GameplayVideos .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

}

@media only screen and (max-width:29.9375em) {
	.GameplayVideos .slick-arrow.GoldArrow--next:hover {
		-webkit-transform: translateY(-50%) scale(.75);
		-ms-transform: translateY(-50%) scale(.75);
		transform: translateY(-50%) scale(.75)
	}

}

@media only screen and (min-width:30em) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 20px
	}

}

@media only screen and (min-width:40em) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 5%
	}

}

@media only screen and (min-width:60em) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 15%
	}

}

@media only screen and (min-width:1700px) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 17%
	}

}

@media only screen and (min-width:1900px) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 21%
	}

}

@media only screen and (min-width:2200px) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 25%
	}

}

@media only screen and (min-width:2500px) {
	.GameplayVideos .slick-arrow.GoldArrow--next {
		right: 27%
	}

}

.GameplayVideos.slick-slider {
	position: relative;
	padding-bottom: 0
}

.GameplayVideos img {
	width: 100%
}

#Mechanics .GameplayMechanic {
	margin-bottom: 0;
	max-width: 50em
}

#Mechanics h2 {
	margin-top: .25em
}

#Mechanics h3 {
	margin-bottom: 10px
}

.GameplayMechanics {
	position: relative;
	width: 100%;
	margin: auto;
	max-width: none;
	top: 0
}

.descent-of-dragons:not(.homepage) {
	-webkit-font-smoothing: antialiased
}

.descent-of-dragons:not(.homepage) h1, .descent-of-dragons:not(.homepage) h2, .descent-of-dragons:not(.homepage) h3 {

	/*font-family: Belwe Bold, BlizzBanguiat, PSL Asadong Pro, Bliz Quadrata, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, Yu Gothic, Siara, Times New Roman, Serif, Tahoma, Sans-serif;*/
	color: #fff
}

.descent-of-dragons:not(.homepage):not(.cards) .body:not(.homepage):not(.is-animated) {
	padding: 0;
	background: #000
}

.descent-of-dragons:not(.homepage):not(.cards) .Hero {
	padding-bottom: 600px
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage):not(.cards) .Hero {
		padding-bottom: 250px
	}

}

@media only screen and (min-width:60em) {
	.descent-of-dragons:not(.homepage):not(.cards) .Hero {
		padding-top: 0;
		padding-bottom: 0;
		height: 1900px;
		background-image: none
	}

	.descent-of-dragons:not(.homepage):not(.cards) .Hero .Button.Button--primary {
		margin-bottom: 5px
	}

}

@media only screen and (min-width:72.5em) {
	.descent-of-dragons:not(.homepage):not(.cards) .Hero {
		height: 2460px
	}

}

.descent-of-dragons:not(.homepage) .BodyText {
	max-width: 850px;
	white-space: pre-line
}

.descent-of-dragons:not(.homepage) .BodyText br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .BodyText br {
		line-height: 1.2em
	}

}

.descent-of-dragons:not(.homepage) .header-secondary .Button--cta {
	margin-top: 25px;
	line-height: 1.5
}

.descent-of-dragons:not(.homepage) .Hero {
	padding-top: 1em;
	background-color: #000;
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/1_background-mobile.jpg);
	background-size: cover;
	background-position: bottom
}

@media only screen and (min-width:640px) and (max-width:960px) {
	.descent-of-dragons:not(.homepage) .Hero {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/1_tablet_background.jpg);
		background-size: cover;
		background-position: 50%;
		background-color: #0e101f
	}

}

@media only screen and (min-width:60em) {
	.descent-of-dragons:not(.homepage) .Hero {
		background-color: #000
	}

}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .Hero .TagButton {
		margin: 5em 0 2.5em
	}

}

@media only screen and (min-width:72.5em) {
	.descent-of-dragons:not(.homepage) .Hero .TagButton {
		margin: 6em 0 2.5em
	}

}

.descent-of-dragons:not(.homepage) .Hero .Header-logo {
	padding-top: 0
}

@media only screen and (min-width:60em) {
	.descent-of-dragons:not(.homepage) .Hero .Header-logo {
		padding-top: 5em
	}

}

.descent-of-dragons:not(.homepage) .Hero.is-animated:after, .descent-of-dragons:not(.homepage) .Hero.is-animated:before {
	opacity: 1
}

.descent-of-dragons:not(.homepage) .Hero .fade {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-out;
	transition: opacity 1.5s ease-out
}

.descent-of-dragons:not(.homepage) .Hero .fade.is-animated {
	opacity: 1
}

.descent-of-dragons:not(.homepage) .Hero .header-text {
	position: relative;
	z-index: 0
}

.descent-of-dragons: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
}

.descent-of-dragons:not(.homepage) .Hero h1, .descent-of-dragons:not(.homepage) .Hero p {
	color: #fff;
	margin-top: 0;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.descent-of-dragons:not(.homepage) .Hero h1 {
	margin-bottom: .5em;
	letter-spacing: .5px;
	margin-top: 110px
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .Hero h1 {
		margin-top: 0
	}

}

.descent-of-dragons:not(.homepage) .Hero p {

	/*font-family: Open Sans Semibold, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, Display Bold, Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 16px;
	line-height: 1.25;
	max-width: 950px;
	margin: 0 150px 2em;
	padding: 0 15px;
	text-shadow: 0 0 35px #000
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .Hero p {
		padding: 0
	}

}

@media only screen and (max-width:61.9375em) {
	.descent-of-dragons:not(.homepage) .Hero p {
		margin: 0 auto 2em
	}

}

.descent-of-dragons:not(.homepage) .Hero p.Lead {
	font-weight: 700;
	line-height: 1.5;
	font-size: 16px;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .7)
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .Hero p.Lead {
		padding: .5em 1rem 0
	}

}

@media only screen and (min-width:60em) {
	.descent-of-dragons:not(.homepage) .Hero p.Lead {
		padding: 0;
		margin: 0 200px 2em
	}

}

.descent-of-dragons:not(.homepage) .Hero p.Lead br {
	line-height: 2.25em
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .Hero p.Lead br {
		line-height: 1.2em
	}

}

.descent-of-dragons:not(.homepage) .Hero video {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	max-width: none;
	background-size: cover;
	-o-object-position: top;
	object-position: top;
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.descent-of-dragons:not(.homepage) .ParallaxCenter {
	left: 50%;
	width: 100%;
	height: 100%;
	max-width: 1900px;
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.descent-of-dragons:not(.homepage) .Parallax-layer {
	background-position: center 90px;
	background-size: 110%
}

@media only screen and (min-width:72.5em) {
	.descent-of-dragons:not(.homepage) .Parallax-layer {
		background-position: center 80px;
		background-size: contain
	}

}

.descent-of-dragons:not(.homepage) .Parallax-layer--00 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/expansionBg-flat.jpg);
	background-position: top;
	background-size: cover
}

.descent-of-dragons: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) {
	.descent-of-dragons:not(.homepage) .ParallaxCards {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

}

.descent-of-dragons:not(.homepage) .Parallax-layer--card {
	background-position: 50%;
	background-size: auto
}

.descent-of-dragons:not(.homepage).cards .Parallax-layer--00 {
	background-position: top
}

.descent-of-dragons:not(.homepage) .VideoSection {
	display: block
}

.descent-of-dragons:not(.homepage) .expansion-header {
	margin-top: 0;
	z-index: 10
}

.descent-of-dragons:not(.homepage) .CardSetLogo {
	margin: 100px auto -100px;
	position: relative;
	z-index: 10;
	width: 100%
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .CardSetLogo {
		margin: 0 auto
	}

}

@media only screen and (min-width:60em) {
	.descent-of-dragons:not(.homepage) .CardSetLogo {
		width: 55%
	}

}

.descent-of-dragons:not(.homepage) .fade {
	opacity: 1
}

.descent-of-dragons:not(.homepage) .BuyExpansionPacks {
	min-height: 40px
}

.descent-of-dragons:not(.homepage).has-dramaticEntrance #Navigation-wrapper {
	opacity: 0;
	-webkit-transition: opacity 1.5s ease-in;
	transition: opacity 1.5s ease-in
}

.descent-of-dragons:not(.homepage).has-dramaticEntrance #Navigation-wrapper.is-animated {
	opacity: 1
}

.descent-of-dragons:not(.homepage) .Icon:before {
	height: 130px
}

.descent-of-dragons:not(.homepage) .Button--cta {
	display: inline-block;
	position: relative;
	width: 100%
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .Button--cta {
		width: auto
	}

}

.descent-of-dragons: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) {
	.descent-of-dragons:not(.homepage) .Button--cta:after {
		left: 6px
	}

}

.descent-of-dragons:not(.homepage) .FeatureHype {
	max-width: 580px;
	margin: 0 auto
}

@media only screen and (min-width:60em) {
	.descent-of-dragons:not(.homepage) .FeatureHype {
		max-width: 750px
	}

}

.descent-of-dragons:not(.homepage) .FeatureHype .Icon {
	width: 100%;
	position: relative
}

.descent-of-dragons:not(.homepage) .FeatureHype .Icon:before {
	display: none
}

.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox {
	font-size: 16px;
	line-height: 1.14;
	text-align: center;
	width: 32%;
	display: inline-block;
	position: relative;
	vertical-align: top
}

.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {

	/*font-family: Open Sans, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, Display, Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
	color: #fff;
	font-size: 13px;
	margin: -20px auto auto;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5)
}

.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading.FeatureBox-subHeading--centered {
	font-style: italic;
	font-size: 10px;
	margin: 5px auto auto;
	line-height: 1.2em
}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading.FeatureBox-subHeading--centered {
		position: relative;
		bottom: 0;
		left: auto;
		right: auto;
		font-size: 15px;
		margin-top: .5em
	}

}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox .FeatureBox-heading {
		font-size: 16px;
		margin: -20px auto auto
	}

}

@media only screen and (min-width:30em) {
	.descent-of-dragons:not(.homepage) .FeatureHype {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.descent-of-dragons:not(.homepage) .FeatureHype .FeatureBox {
		width: 33.33%
	}

}

.homepage.descent-of-dragons .head {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/bg/header-bg-640x691.jpg);
	background-position-y: 0
}

@media only screen and (min-width:40em) {
	.homepage.descent-of-dragons .head {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/bg/kobolds-header-bg-small.jpg)
	}

}

@media only screen and (min-width:72.5em) {
	.homepage.descent-of-dragons .head {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/bg/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;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width:40em) {
	.ExpansionFooter {
		background: none;
		height: 430px
	}

}

@media only screen and (min-width:640px) and (max-width:1025px) {
	.ExpansionFooter {
		background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, rgba(0, 0, 0, .8)));
		background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .8) 90%)
	}

}

@media only screen and (min-width:72.5em) {
	.ExpansionFooter {

	}

}

@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 .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;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(.75);
	-ms-transform: translateX(-50%) scale(.75);
	transform: translateX(-50%) scale(.75);
	top: 1em
}

@media only screen and (min-width:60em) {
	.ExpansionFooter .TagButton {
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%)
	}

}

@media only screen and (min-width:72.5em) {
	.ExpansionFooter .TagButton {
		top: 3em
	}

}

@media only screen and (min-width:60em) {
	.ExpansionFooter .TagButton:after {
		right: -60px
	}

}

.OutroSection {
	text-align: center;
	margin-bottom: -50px
}

.TagButton {
	margin: 8em 0 3em;
	font-size: 16px;
	position: relative;
	display: inline-block
}

@media only screen and (max-width:39.99em) {
	.TagButton {
		margin: 3em 0;
		position: relative;
		margin-bottom: 50px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transform:  scale(.8);
		-ms-transform: scale(.8);
		transform:  scale(.8)
	}

}

@media only screen and (min-width:40em) {
	.TagButton {
		margin: 3em 0
	}

}

.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/descent-of-dragons/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/descent-of-dragons/button_right.png);
	width: 197px
}

.TagButton .Button--cta {
	display: block;
	width: 100%;
	min-width: 295px;
	margin-bottom: 15px;
	margin-left: 5px
}

.TagButton .Button--cta .Button {
	padding-left: 2.5em;
	width: 100%
}

.TagButton .Button--cta:first-of-type {
	margin-left: 0;
	margin-right: 0;
	min-width: 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/descent-of-dragons/button_pack.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -75%;
	left: -40px;
	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/descent-of-dragons/button_pack_tag.png)*/
}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton-cards, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover .PrePurchaseButton--hideInTopNav .TagButton-cards, #StickyNavigation.SupportsHover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards {

	/*background-image: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/cardback_nav-3b7279dfa5bb18177ec5ba0797bceede706eae727ad40bd310a9aa34035dcd88a59525237be64e1d36dea22a085fa0651f54ac785326a69eda0f9b5f324050ec.png)*/
}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/button_pack_tag.png)
}

.TagButton-priceTag {
	font-family: Belwe Bold, BlizzBanguiat, PSL Asadong Pro, Bliz Quadrata, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, Yu Gothic, Siara, Times New Roman, Serif, Tahoma, Sans-serif;
	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;
	z-index: 1;
}

.BurningRope .Rope {
	position: absolute;
	z-index: 10;
	top: -36px;
	right: -35px;
	width: 215px;
	height: 35px;
	overflow: hidden;
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/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://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/button-spark-spritesheet.png);
	background-repeat: repeat-x;
	overflow: hidden
}

.PrePurchaseStandaloneSection {
	position: relative
}

.PrePurchaseStandaloneSection:before {
	content: "";
	display: none;
	position: absolute;
	margin: auto;
/*	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/descent-of-dragons-footer.png);*/
	background-position: 0 0;
	width: 750px;
	height: 725px
}

@media only screen and (min-width:1350px) {
	.PrePurchaseStandaloneSection:before {
		display: inline-block;
		bottom: 50px;
		left: 100px
	}

}

.PrePurchaseStandaloneSection:after {
	content: "";
	display: none;
	bottom: 30px;
	margin: auto;
	position: absolute;
	z-index: 0;
/*	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/descent-of-dragons-footer.png);*/
	background-position: -752px 0;
	width: 400px;
	height: 380px
}

@media only screen and (min-width:1350px) {
	.PrePurchaseStandaloneSection:after {
		display: inline-block;
		right: 100px;
		bottom: 200px;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		display: none;
	}

}

@media only screen and (min-width:1900px) {
	.PrePurchaseStandaloneSection:after {
		right: 300px;
		bottom: 250px
	}

}

.PrePurchaseStandaloneSection.onlyButton {
	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;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

@media only screen and (max-width:47.9375em) {
	.PrePurchaseStandaloneSection.onlyButton {
		height: auto;
		padding-top: 300px
	}

}

@media only screen and (max-width:29.9375em) {
	.PrePurchaseStandaloneSection.onlyButton {
		height: auto;
		padding-top: 200px
	}

}

@media only screen and (min-width:40em) {
	.PrePurchaseStandaloneSection.onlyButton {
		height: 800px;
		padding-top: 0
	}

}

@media only screen and (min-width:940px) {
	.PrePurchaseStandaloneSection.onlyButton {
		height: 1000px;
		padding-top: 10%
	}

}

@media only screen and (min-width:1600px) {
	.PrePurchaseStandaloneSection.onlyButton {
		height: 1500px;
		padding-top: 0
	}

}

.PrePurchaseStandaloneSection.onlyButton:after, .PrePurchaseStandaloneSection.onlyButton:before {
	display: none
}

.PrePurchaseStandaloneSection.onlyButton .BodyText {
	max-width: 550px
}

.PrePurchaseStandaloneSection.onlyButton .ExpansionFooter {
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0;
	padding-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(12, 24, 46, .8)));
	background: linear-gradient(180deg, transparent 0, rgba(12, 24, 46, .8))
}

@media only screen and (min-width:40em) {
	.PrePurchaseStandaloneSection.onlyButton .ExpansionFooter {
		background: none
	}

}

.PrePurchaseStandaloneSection.onlyButton .ExpansionFooter .TagButton {
	position: relative
}

.PrePurchaseSection {
	position: relative;
	z-index: 1;
	text-shadow: -1px 1px 5px rgba(0, 0, 0, .5);
	margin-top: 0
}

.PrePurchaseSection, .PrePurchaseSection h4 {

	/*font-family: Open Sans Semibold, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, Display Bold, Tahoma, Verdana, Arial, Helvetica, sans-serif*/
}

@media only screen and (min-width:40em) {
	.PrePurchaseSection {
		background: none;
		padding-top: 15px;
		margin-top: 0
	}

}

.PrePurchace2Columns {
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-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;
	margin-top: -50px
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 30px
	}

}

.PrePurchace2Columns li {
	text-align: left;
	margin-left: 5rem
}

.PrePurchace2Columns .PrePurchaseLeftColumn, .PrePurchace2Columns .PrePurchaseRightColumn {
	position: relative;
	max-width: inherit;
	margin-top: 40px;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto
}

@media only screen and (min-width:40em) {
	.PrePurchace2Columns .PrePurchaseLeftColumn, .PrePurchace2Columns .PrePurchaseRightColumn {
		margin-top: 0;
		max-width: 50%
	}

}

.PrePurchace2Columns .PrePurchaseLeftBundle {
	height: auto
}

@media only screen and (min-width:320px) and (max-width:420px) {
	.PrePurchace2Columns .PrePurchaseLeftBundle {
		height: auto
	}

}

@media only screen and (min-width:420px) and (max-width:500px) {
	.PrePurchace2Columns .PrePurchaseLeftBundle {
		height: 260px
	}

}

@media only screen and (min-width:60em) {
	.PrePurchace2Columns {
		max-width: 100%;
		margin: 0
	}

}

.u-crystalBullet>li {
	background: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/coin.png);
	background-repeat: no-repeat;
	background-position: 0;
	line-height: 1.4em;
	list-style: none;
	margin: 5px 0;
	padding: 0 0 0 26px
}

@media only screen and (max-width:79.9375em) {
	.u-crystalBullet>li {
		background-position: left 3px;
		background-size: 16px
	}

}

.PrePurchase-bundleHeader {

	/*font-family: Belwe Bold, BlizzBanguiat, PSL Asadong Pro, Bliz Quadrata, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, Yu Gothic, Siara, Times New Roman, Serif, Tahoma, Sans-serif;*/
	text-align: left;
	font-size: 1.5em
}

@media only screen and (max-width:59.99em) {
	.PrePurchase-bundleHeader {
		margin-top: -10px;
		font-size: 18px
	}

}

.PrePurchase-bundleContent {
	display: inline-block;
	max-width: 80%
}

@media only screen and (max-width:29.9375em) {
	.PrePurchase-bundleContent {
		max-width: 100%;
		margin: 15px
	}

}

.PrePurchase-price {
	color: #f6b800;
	font-size: 1.25rem;
	font-weight: 700;	/*font-family: Belwe Bold, BlizzBanguiat, PSL Asadong Pro, Bliz Quadrata, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, Yu Gothic, Siara, Times New Roman, Serif, Tahoma, Sans-serif;*/
	text-shadow: none
}

.TagButton-priceTag {
	display: none
}

.AnimatedHero {
	position: relative;
	height: auto;
	width: 500px;
	max-width: 100%;
	margin: 0 auto
}

@media only screen and (min-width:320px) and (max-width:420px) {
	.AnimatedHero {
		height: auto
	}

}

@media only screen and (min-width:420px) and (max-width:500px) {
	.AnimatedHero {
		height: 260px
	}

}

@media only screen and (min-width:60em) {
	.AnimatedHero {
		max-width: 100%;
		margin: auto
	}

}

@media only screen and (min-width:1160px) {
	.AnimatedHero {
		height: 300px
	}

}

.AnimatedHero .AnimatedHero--frame {
	position: relative;
	top: 2%;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 500px
}

.AnimatedHero .AnimatedHero--hero {
	border-radius: 100% 100% 0 0;
	position: absolute;
	top: 15%;
	left: 25%;
	max-width: 33%
}

@media only screen and (min-width:40em) {
	.AnimatedHero .AnimatedHero--hero {
		top: 15%
	}

}

@media only screen and (min-width:60em) {
	.AnimatedHero .AnimatedHero--hero {
		top: 16.5%
	}

}

@media only screen and (min-width:72.5em) {
	.AnimatedHero .AnimatedHero--hero {
		top: 17%
	}

}

#StickyNavigation li.Navigation-item--prePurchaseLink {
	font-size: 14px
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseLink {
		height: 50px;
		font-size: 16px
	}

}

#StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text {
	color: #e6aa06
}

#StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text.EmulateHover--Selected, #StickyNavigation li.Navigation-item--prePurchaseLink .StickyNav-Text.SupportsHover:hover {
	color: #38abde
}

#StickyNavigation li.Navigation-item--prePurchaseLink a.PrePurchaseButton--showInTopNav {
	display: block
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseLink a.PrePurchaseButton--showInTopNav {
		display: none
	}

}

#StickyNavigation li.Navigation-item--prePurchaseLink a:focus, #StickyNavigation li.Navigation-item--prePurchaseLink a:hover {
	color: inherit
}

#StickyNavigation li.Navigation-item--prePurchaseButton {
	font-size: 14px
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseButton {
		height: 50px;
		font-size: 16px;
		margin-top: 125px
	}

}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav {
	line-height: 1.4
}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton {
	display: none
}

@media only screen and (min-width:60em) {
	#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton {
		display: block;
		top: -35px;
		position: relative
	}

}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton a.Button {
	padding: 1em 2.5em 1em 105px
}

#StickyNavigation li.Navigation-item--prePurchaseButton .PrePurchaseButton--hideInTopNav .TagButton .BurningRope {
	display: none
}

#StickyNavigation li.Navigation-item--prePurchaseButton .Button .text {
	white-space: nowrap
}

#StickyNavigation li.Navigation-item--prePurchaseButton a:focus, #StickyNavigation li.Navigation-item--prePurchaseButton a:hover {
	color: inherit
}

.Sticky.EmulateHover--Selected .TagButton, .Sticky.SupportsHover:hover .TagButton {
	-webkit-transition: right .25s;
	transition: right .25s;
	right: 37px
}

#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:before {
	-webkit-transition: opacity .15s ease-out;
	transition: opacity .15s ease-out;
	opacity: 0
}

#StickyNavigation .PrePurchaseButton--hideInTopNav .Button--gradient.Button, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton:before {
	opacity: 0;
	-webkit-transition: opacity 0s;
	transition: opacity 0s
}

@media only screen and (min-width:40em) {
	#StickyNavigation .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/cardback_nav-3b7279dfa5bb18177ec5ba0797bceede706eae727ad40bd310a9aa34035dcd88a59525237be64e1d36dea22a085fa0651f54ac785326a69eda0f9b5f324050ec.png);
		background-size: 75px 95px;
		-webkit-transform-origin: 25% 25%;
		-ms-transform-origin: 25% 25%;
		transform-origin: 25% 25%;
		left: 21px
	}

}

#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .Button, #StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton:before, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .Button, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton:after, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton:before {
	opacity: 1
}

@media only screen and (min-width:40em) {
	#StickyNavigation.EmulateHover--Selected .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag, #StickyNavigation.SupportsHover:hover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/button_pack_tag.png);
		background-size: inherit;
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		left: -30px
	}

}

@media only screen and (min-width:40em) {
	#StickyNavigation.SupportsHover .PrePurchaseButton--hideInTopNav .TagButton-cards.has-tag {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/cardback_nav-3b7279dfa5bb18177ec5ba0797bceede706eae727ad40bd310a9aa34035dcd88a59525237be64e1d36dea22a085fa0651f54ac785326a69eda0f9b5f324050ec.png);
		left: 0;
		background-size: cover;
		background-size: 60%
	}

}

#StickyNavigation li.Navigation-item .StickyNav-Text .TextLine {
	background: #2091c3;
	-webkit-box-shadow: 0 0 6px 0 #2091c3;
	box-shadow: 0 0 6px 0 #2091c3
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(-2.5px);
		transform: translateY(-2.5px)
	}

	to {
		-webkit-transform: translateY(2.5px);
		transform: translateY(2.5px)
	}

}

@keyframes float {
	0% {
		-webkit-transform: translateY(-2.5px);
		transform: translateY(-2.5px)
	}

	to {
		-webkit-transform: translateY(2.5px);
		transform: translateY(2.5px)
	}

}

.InteractiveDivider {
	width: 100%;
	height: 746px;
	overflow: hidden;
	display: none;
	position: absolute
}

@media only screen and (min-width:1350px) {
	.InteractiveDivider {
		display: block
	}

}

.InteractiveDivider #GreenBalloon1 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_balloon1.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin: 250px 0 0 -600px;
	z-index: 3;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.InteractiveDivider #Dalaran {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_dalaran.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 320px;
	height: 320px;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -770px;
	-webkit-animation: float 3s ease-in-out infinite alternate;
	animation: float 3s ease-in-out infinite alternate
}

.InteractiveDivider #PurpleBalloon {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_balloon2.png);
	width: 180px;
	height: 230px;
	margin: -250px 0 0 -250px
}

.InteractiveDivider #CannonShip, .InteractiveDivider #PurpleBalloon {
	background-repeat: no-repeat;
	position: absolute;
	left: 50%;
	top: 67%;
	z-index: 3;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.InteractiveDivider #CannonShip {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_ship.png);
	width: 500px;
	height: 360px;
	margin: -350px 0 0 60px
}

.InteractiveDivider #CannonShip:hover {
	cursor: pointer
}

.InteractiveDivider #CannonShip #ShipFiring {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_ship_firing.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 360px;
	position: absolute
}

.InteractiveDivider #CannonShip #CannonBalls {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_ship_cannonballs.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 360px;
	position: absolute
}

.InteractiveDivider #GreenBalloon2 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/5_balloon3.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	width: 100px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin: 100px 0 0 550px;
	z-index: 3;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.descent-of-dragons:not(.homepage) {
	background: #0e0f1f
}

.descent-of-dragons:not(.homepage) .expansion-header {
	padding-top: 0
}

@media only screen and (min-width:30em) {
	.descent-of-dragons:not(.homepage) .expansion-header {
		padding-top: 50px
	}

}

@media only screen and (min-width:40em) {
	.descent-of-dragons:not(.homepage) .expansion-header {
		padding-top: 100px
	}

}

@media only screen and (min-width:72.5em) {
	.descent-of-dragons:not(.homepage) .expansion-header {
		padding-top: 150px
	}

}

.descent-of-dragons .Button, .descent-of-dragons h1, .descent-of-dragons h2, .descent-of-dragons h3 {
	font-weight: 400
}

.descent-of-dragons.th-th .Button, .descent-of-dragons.th-th h1, .descent-of-dragons.th-th h2, .descent-of-dragons.th-th h3 {
	font-weight: 700
}

.descent-of-dragons .ContentContainer--social {
	display: none
}

.descent-of-dragons .body-bot {
	padding-bottom: 0
}

.descent-of-dragons .PageDivider {
	display: none
}

.descent-of-dragons .Button--cta .Button .text {
	white-space: nowrap
}

.ExpansionLink--descent-of-dragons {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-sets/descent-of-dragons/tile-background-fd4e15009aecd87dd1cc34dac119600f149c327b182ce8f54649b2a015e4f17d0d1777afaa5b926ac3fd5bdd42297599d455c187c497a5b3d276e5b42fe67d6a.jpg), -webkit-gradient(linear, left top, left bottom, from(#944ca0), to(#581b7f));
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-sets/descent-of-dragons/tile-background-fd4e15009aecd87dd1cc34dac119600f149c327b182ce8f54649b2a015e4f17d0d1777afaa5b926ac3fd5bdd42297599d455c187c497a5b3d276e5b42fe67d6a.jpg), linear-gradient(180deg, #944ca0, #581b7f)
}

.PrePurchaseStandaloneSection {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding-top: 0;
	height: auto;
}

@media only screen and (min-width:40em) {
	.PrePurchaseStandaloneSection {
		padding-top: 200px;
		height: auto
	}

}

@media only screen and (min-width:541px) {
	.PrePurchaseStandaloneSection {
		padding-top: 0
	}

}

@media only screen and (min-width:639px) {
	.PrePurchaseStandaloneSection {
		padding-top: 0
	}

}

@media only screen and (min-width:72.5em) {
	.PrePurchaseStandaloneSection {
		padding-top: 0;
		display: block;
	/*	height: 1100px*/
	}

}

@media only screen and (min-width:1350px) {
	.PrePurchaseStandaloneSection {
		height: 760px;
		/*padding-top: 400px*/
	}

}

@media only screen and (min-width:1500px) {
	.PrePurchaseStandaloneSection {
		padding-top: 0
	}

}

.ParallaxGeneral, .ParallaxGeneral-layer--defaultBackground {
	background-image: url(https://d2q63o9r0h0ohi.cloudfront.net/images/card-gallery/bg_cardgallery_header_descent-of-dragons-a3e641f62695e52dd30f7514ca44278d046e1d1abb60c2f431bed2572c3dd922e2a202bebae43d78bec0e4f62a9f52e8e784d95710a5761542d784e894cb1e5b.jpg);
	height: 550px;
	padding: 14em 0 8em
}

@media only screen and (min-width:60em) {
	.ParallaxGeneral {
		background-image: none
	}

}

.Parallax-layer--01 {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/2_background-mobile.jpg);
	background-size: 100% auto;
	background-position: center 5%;
	height: 100%;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #000;
	overflow-x: hidden;
}

.Parallax-layer--01#postLaunch {
	background-size: cover;
	background-position: center 19%
}

@media only screen and (max-width:29.9375em) {
	.Parallax-layer--01#postLaunch {
		background-position: center 5%
	}

}

@media only screen and (min-width:410px) and (max-width:500px) {
	.Parallax-layer--01#postLaunch {
		background-position: center 10%
	}

}

@media only screen and (min-width:40em) {
	.Parallax-layer--01#postLaunch {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/Background_PostLaunch_WithShips-67b8222666c5c6d855b5a5b502bfaa5e7406cd646cec7998d69f71d8f078f45b8f7d42cc24ba0ba1d2c49fe72bb4692fc7f0cab131c823f4b1a38075d9176514.jpg);
		background-size: auto 105%
	}

}

@media only screen and (min-width:1550px) {
	.Parallax-layer--01#postLaunch {
		background-image: url(https://d2q63o9r0h0ohi.cloudfront.nethttps://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/Background_PostLaunch-cbd12588a80f690d063c9c65fb1784337e5cb7f3fca62f4d70c402c98af29a37260dc4fc743155dce933e54f0ddb0708c7f1d00d4ad2c4e42965945b16532719.jpg);
		margin-bottom: -5px;
		background-size: cover
	}

}

@media only screen and (min-width:410px) and (max-width:415px) {
	.Parallax-layer--01 {
		background-position: center 15%
	}

}

@media only screen and (min-width:541px) {
	.Parallax-layer--01 {
		background-position: center 25%
	}

}

@media only screen and (min-width:40em) {
	.Parallax-layer--01 {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/2_background.jpg);
		background-position: center 0;
		background-repeat: no-repeat;
		background-size: cover
	}

}

@media only screen and (min-width:639px) {
	.Parallax-layer--01 {
		background-size: auto 110%
	}

}

@media only screen and (min-width:72.5em) {
	.Parallax-layer--01 {
		background-position: center 0;
		background-size: cover;
		margin-bottom: -5px
	}

}

@media only screen and (min-width:1550px) {
	.Parallax-layer--01 {
		background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/descent-of-dragons/2_background_removed_balloons.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: 1
	}

}

#StickyNavigation.StickyNavigation--fadeOut {
	opacity: 0;
	pointer-events: none;
	-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.EmulateHover--Selected, #StickyNavigation.SupportsHover:hover {
	width: auto
}

#StickyNavigation.EmulateHover--Selected:after, #StickyNavigation.SupportsHover:hover:after {
	opacity: 1;
	width: 100%
}

@media (min-width:60em) {
	#StickyNavigation.EmulateHover--Selected:after, #StickyNavigation.SupportsHover: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.EmulateHover--Selected .Navigation-list:before, #StickyNavigation.SupportsHover:hover .Navigation-list:before {
	opacity: 0
}

#StickyNavigation.EmulateHover--Selected li .StickyNav-Text, #StickyNavigation.SupportsHover:hover li .StickyNav-Text {
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

#StickyNavigation li {
	position: relative;
	text-align: center;
	display: inline-block
}

#StickyNavigation li.Navigation-item--prePurchaseLink a {
	padding: 17px 1.5em 17px 2.5em
}

@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-family: Belwe Bold, BlizzBanguiat, PSL Asadong Pro, Bliz Quadrata, Hiragino Kaku Gothic Pro, Hiragino Kaku Gothic ProN W3, Osaka, メイリオ, Meiryo, Yu Gothic, Siara, Times New Roman, Serif, Tahoma, Sans-serif;
	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://d2q63o9r0h0ohi.cloudfront.net/images/common/navigation_sprite-34e3294114dbb2972b71737c6568183fec34f144e28f10b3892f8aaa22b46c9659d5382443ba670f9981139dc1ce29c54f976a10f361081ce774fb323ec5a333.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://d2q63o9r0h0ohi.cloudfront.net/images/common/navigation_sprite-34e3294114dbb2972b71737c6568183fec34f144e28f10b3892f8aaa22b46c9659d5382443ba670f9981139dc1ce29c54f976a10f361081ce774fb323ec5a333.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%;
	left: 0;
	top: 0;
	position: relative;
	transform: translate(0, 0);
}

.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;
}

#lightbox-container .control-wrapper.no-gallery.no-paging {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 21px;
}

#hsoa-link, #app, #weibo, #gotop {
	display: none !important;
}

.u-crystalBullet {
	padding-top: 10px;
}

.link-item {
	padding-top: 6em;
	padding-bottom: 3em;
}

.link-item .txt {
	padding-bottom: 60px;
	color: #fff;
}

.link-item .txt p {
	margin-bottom: 5px;
}

.link-item .txt p span, .link-item .txt p a {
	color: #c871d2;
}

@-webkit-keyframes flag {
	0% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}

	100% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg)
	}

}

@-moz-keyframes flag {
	0% {
		-moz-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}

	100% {
		-moz-transform: rotate(8deg);
		transform: rotate(8deg)
	}

}

@keyframes flag {
	0% {
		-webkit-transform: rotate(-8deg);
		-moz-transform: rotate(-8deg);
		transform: rotate(-8deg)
	}

	100% {
		-webkit-transform: rotate(8deg);
		-moz-transform: rotate(8deg);
		transform: rotate(8deg)
	}

}

.buyBtn-list {
	position: relative;
	margin: 0 auto;
	vertical-align: top;
	float: left;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	padding-top: 20px;	/*width: 810px;*/
	padding-bottom: 20px;
}

.buyBtn-list:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_left-1.png);
	width: 100%;
	left: -54px;
}

.buyBtn-list:after {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/button_right.png);
	width: 197px;
	right: -60px;
}

.buyBtn-list:before, .buyBtn-list:after {
	content: "";
	display: block;
	top: -33px;
	height: 160px;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
}

.buyBtn-list li {
	display: inline-block;
	margin: 0 2px;
}

.buyBtn-list .buy-btn-item {
	width: 168px;
	height: 55px;
	border: 1px solid #494949;
	-webkit-box-shadow: 0 0 0 1px #777575;
	-moz-box-shadow: 0 0 0 1px #777575;
	box-shadow: 0 0 0 1px #777575;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #000;
	vertical-align: top;
}

.buyBtn-list .buy-btn-blz a {
	margin-bottom: 0;
	padding-left: 115px;
	margin-left: 0;
}

.buyBtn-list .buy-btn-tmall {
	margin-left: 0;
}

.buyBtn-list .buy-btn-blz .TagButton-cards {
	top: -53px;
}

.buyBtn-list .buy-btn-blz .Button--gradient .text {
	font-size: 16px;
	margin-left: -12px;
}

.buyBtn-list .buy-btn-item a {
	color: #ff0000;
	font-size: 12px;
	padding-left: 73px;
	padding-top: 5px;
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
}

.buyBtn-list .buy-btn-item a span {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	padding-top: 15px;
}

.buyBtn-list .buy-btn-item a:before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	-moz-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 7px;
	left: 19px;
}

.buy-btn-webcat span.TagButton-cards {
	display: none;
}

.buyBtn-list .buy-btn-webcat a {
	padding-left: 48px;
}

.buyBtn-list .buy-btn-tmall a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/tmall-icon.png);
}

.buyBtn-list .buy-btn-kaola a:before {
	background-image: url(https://blz.nosdn.127.net/1/tm/hearthstone/gameguide/rise/kaola-icon.png);
}

.buyBtn-list .buy-btn-tmall a {
	padding-top: 15px;
}

.buyBtn-list .buy-btn-item a:hover {
	text-decoration: none;
}

.buyBtn-list .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
}
.buy-txt{
	color: #fff;
	text-align: center;
	padding-top: 42px;
	clear: both;
}
@media (max-width:1200px) {
    .link-item{
    	padding-bottom: 14em;
    }
}
@media (max-width:768px) {
	.buyBtn-list {
		width: 100%;
		text-align: center;
	}

	.buyBtn-list .buy-btn-item {
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		width: 240px;
		height: 66px;
	}

	.buyBtn-list .buy-btn-blz a {
		padding-left: 107px;
		padding-top: 0.6rem;
		padding-bottom: 0.6rem;
		margin-top: 4px;
	}

	.buyBtn-list .buy-btn-webcat a {
		padding-left: 48px;
	}

	.buyBtn-list .buy-btn-blz {
		position: relative;
		margin-bottom: 20px;
		-webkit-transform: translate(-2px, 0);
		-moz-transform: translate(-2px, 0);
		-ms-transform: translate(-2px, 0);
		transform: translate(-2px, 0);
	}

	.buyBtn-list .buy-btn-blz .TagButton-cards {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}

	.buyBtn-list .buy-btn-item a {
		padding-top: 8px;
		padding-left: 100px;
	}

	.buyBtn-list .buy-btn-tmall a {
		padding-top: 20px;
	}

	.buyBtn-list .buy-btn-item a:before {
		top: 13px;
		left: 33px;
	}

	.buyBtn-list .buy-btn-blz:before, .buyBtn-list .buy-btn-blz:after {
		content: "";
		display: block;
		position: absolute;
		height: 160px;
		top: -54px;
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.buy-txt span{
		display: block;
	}
}

/* new add moblie buyBtn */
.buyBtn-list.mobile {
	display: none
}

.TagButton-CardLink {
	z-index: 10;
}
.tip-txt{

	font-weight: bold;
}
.tip-txt a{
	color: #f6b800!important;
	position: relative;
	border-bottom: 1px solid #f6b800;
}
.tip-txt a:hover{
	color: #fff!important;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.u-textWhite a{
	color: #f6b800;
	text-decoration: underline;
}
.u-textWhite a:hover{
	color: #fff;
}
@media (max-width:540px) {
		.buyBtn-list:before, .buyBtn-list:after {
			background: none;
		}
		.buy-btn-blz .TagButton-cards{
			display: none;
		}
		.buyBtn-list .buy-btn-blz a{
			padding-left: 48px;
		}
		.buyBtn-list li{
			display: block;
		}
		.link-item{
			padding: 0 0 6rem;
		}
		.buy-txt{
			margin: 0 auto;
			padding-top: 0;
		}
		.buyBtn-list{
			padding-top: 0;
		}
		
}
