
@media only screen and (min-width: 70em) { /* 960px */
	.container {
		width: 75%;
		max-width: 90rem;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #000000;
	font-family: 'Radiance', serif;
	overflow:hidden;
}

#navBarBGRepeat {
	height: auto;
	box-shadow: 0px 2px 10px #000000;
}



#MobileNav {
	width: 100%;
	background-color: #222222;
	border-bottom: 1px solid #444444;
	box-shadow: 2px 2px 15px #000000;
	z-index: 1000;
	display: none;
	padding: 10px 20px 6px 20px;
	min-height: 56px;
}

#MobileNavLogo {
	margin: 0 auto;
	float: left;
	max-width: 120px;

}

#MobileNavLogo Image {
	max-width: 100px;
}

.logo-mobile {
	max-width: 150px;
	padding-top: 3px;
}

#BackToDota {
	font-size: 12px;
	color: #999999;
	float: right;
	margin-top: 5px;
	text-shadow: none;
	text-decoration: underline;
}

#BacktoDota a:hover {
	color: #999999; !important
}


@media only screen and (max-width: 900px) {
	#navBarBGRepeat {
		display: none;
	}

	#MobileNav {
		display: block;
	}
}

.included-content {
	position: relative;
	z-index: 10;
}

.title-inline {
	width: 100%;
}


#GradientOverlayFogLayer {
	display: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8F754F00), color-stop(40%, #8F754F66), color-stop(80%, #8F754F99), color-stop(100%, #8F754Fff));
	width: 100%;
	z-index: -1;
	width: 100vw;
    max-height: 500px;
	object-fit: contain;
	transform: translateZ(-0.35px) scale(1.85);
	bottom: 250px;
	user-select: none;
}

#GradientOverlayBottom {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.3)), color-stop(80%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 1)));
	width: 100%;
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-direction: column;
	user-select: none;

}

#GradientOverlayRight {
	background-image: linear-gradient(to left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0));
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	bottom: 0px;
	user-select: none;
}

.parallax_wrapper {
	height: 100%;
	perspective: 1px;
	-webkit-perspective: 1px;
	perspective-origin: 0 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	
}

.page-contain {
	overflow-x: hidden;
}

.fullwidth {
	width: 100%;
}

.fullwidth-video {
	position: absolute;
	top: 0;
	left: 50%;
	width: auto;
	/*min-width: 100%;*/
	height: 100%;
	min-height: 100%;
	max-height: 1200px;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	overflow-x: hidden;
	z-index: 4;
	animation: fade-in 2s ease-in-out;
	user-select: none;
}

.title-bg {

	//width: 85vw;
	max-height: 40vh;
	max-width: 595px;
	margin-top: 30px;
	/*min-width: 100%;*/

	overflow-x: hidden;
	z-index: 2;
	animation: fade-in 2s ease-in-out;
	object-position: left;
	object-fit: contain;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 1)));*/
	user-select: none;
}

.header_fg
{
	width: 100vw;
	min-width: 1440px;
	max-height: 50vh;
	object-position: center;
	object-fit: contain;
	user-select: none;
}

.parallax_front
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* firefox requires this for children */
    z-index: -1;
	transform-origin: 0 0;
	transform: translateY(-95vh) translateZ(-0.15px) scale(1.15);
	display: flex;
	justify-content: center;
	user-select: none;
}

.header_front
{
	width: 100vw;
	min-width: 2275px;
	max-height: 50vh;
	object-position: center;
	object-fit: contain;
	user-select: none;
}

.parallax_bg
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* firefox requires this for children */
    z-index: -1;
	transform-origin: 0 0;
	//transform: translateZ(-1px) scale(2);
	overflow-y: auto;
	height: 100%;
	user-select: none;
}

.header_parallax
{
	position: relative;

	max-height: 73vw;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	width: 100%;
	max-width: 100vw;
	user-select: none;
}

.parallax_mg
{
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* firefox requires this for children */
    z-index: -1;
	transform-origin: 0 0;
	transform: translateY(-35vh) translateZ(-0.35px) scale(1.35);
	overflow: hidden;
	display: flex;
	justify-content: center;
	user-select: none;
	
}

.parallax_rocks {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; /* firefox requires this for children */
    z-index: -1;
	transform-origin: 0 0;
	transform: translateY(-35vh) translateZ(-0.1px) scale(1.1);
	overflow: hidden;
	display: flex;
	justify-content: center;
	user-select: none;
}

.parallax_map_section
{
	position: absolute;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; /* firefox requires this for children */
	z-index: -1;
	transform-origin: 0 0;
	transform: translateZ(-0.35px) scale(1.35);
	overflow-y: auto;
	height: 100%;
	width: 93%;
	user-select: none;
}

#AlternateStyle, #AlternateStyleMapContainer {
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	user-select: none;
}

#AlternateStyle {
	position: relative;
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
	
}

#MapCenterer {
	height: 100%;
	width: 10px;
	position: relative;
	overflow: visible;
	user-select: none;
}

#AlternateStyleMapContainer {
	position: relative;
    min-width: 1960px;
    flex: 1;
    height: 50vw;
    min-height: 992px;
    max-height: 1100px;
}

#AlternateStyleMapContainer:before {
	content: "";
	height: 100%;
	width: 128px;
	background: -webkit-linear-gradient(to right, #704B2D, #704B2D00);
	background: linear-gradient(to right, #704B2D, #704B2D00);
	position: absolute;
	left: 0px;
}

#AlternateStyleMapContainer:after {
	content: "";
	height: 100%;
	width: 50%;
	background: -webkit-linear-gradient(to left, #2e0900, #9E946F00);
	background: linear-gradient(to left, #2e0900, #9E946F00);
	position: absolute;
	right: 0px;
}

#AlternateStyleDetailsContainer {
	position: absolute;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	padding: 64px 32px;
	z-index: 10;
	width: 1440px;
	max-width: 100vw;

	
}

.AltStyleVignette
{
	position: absolute;

	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	background: -webkit-linear-gradient(to bottom, #0008, #0000 15%, #0000 75%,  #000a);
	background: linear-gradient(to bottom, #0008, #0000 15%, #0000 75%,  #000a);
}

#AlternateStyleDetails {
	width: 100%;
	height: 100%;
	font-family: 'Radiance', "Microsoft Yahei", "STHeiti", system, sans-serif;
    color: #ffffff;
	line-height: 1.5;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	max-width: 1440px;
}

.DetailsLeft{
	flex: 3;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-right: 24px;
}

.DetailsRight{
	flex: 1;
	user-select: initial;
	position: relative;
}

#ParallaxMap_01 {
	transform: translateY(-43%) translateZ(-0.5px) scale(1.6);
}

#ParallaxMap_02 {
	transform: translateY(-12%) translateZ(-0.4px) scale(1.5)
}

#ParallaxMap_03 {
	transform: translateY(38%) translateZ(-0.3px) scale(1.4);
}

#ParallaxMap_04 {
	transform: translateY(50%) translateZ(-0.2px) scale(1.3);
}



.parallax_fg
{
	height: 50vh;
	margin-top: -47vh;
	position: relative;
}


.hero-space {
	height: 450px;
	width: 100%;
}

.hero-content {
	z-index: 10;
	position: absolute;
	bottom: 12px;
	left: 50%;
	width: 80vw;
	/*min-width: 100%;*/

	transform: translateX(-50%) translateY(0%);
	animation: fade-in 2s ease-in-out;

}


.subhead {
	font-size: 20px;
	text-transform: uppercase;
	color: #fefefe;
	letter-spacing: 8px;
	font-weight: lighter;
	text-align: center;
	user-select: initial;
	transform: translateY(-25px);
	text-shadow: 1px 1px 8px black;
}

.subhead span {
	font-weight: 800;
	text-shadow: 1px 1px 18px 3.0 black;
}

.playcontainer {
	transform: translateY(-80px) scale(1.3);
	cursor: pointer;
}

.playtext {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #ffffff90;
	transform: translateY(-10px);
	//font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 5px #000000;
	transition-duration: 0.2s;
	background-color: #00000030;
	box-shadow: 0px 0px 5px #00000030;
	display: inline-block;
}

.play-btn {
	width: 120px;
	transition-duration: 0.2s;
	filter: brightness(1.0);
}

.playcontainer:hover .play-btn {
	filter: brightness(1);
	transform: scale(1.3);
}

.playcontainer:hover .playtext {
	text-shadow: 1px 1px 5px #c74626;
	transform: scale(1.3);
	color: #ffffff;

}

.hero_name {
	letter-spacing: 20px;
	font-size: 9vw;
	line-height: 9vw;
	text-transform: uppercase;
	font-family: 'Goudy Trajan', serif;
	color: #D5AD6D;
	font-weight: bold;
	background: -webkit-linear-gradient(top, #ffffff, #46a9b5);
	background: linear-gradient(top, #ffffff, #46a9b5);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/*text-shadow: 3px 3px 0px #345959;*/
	position: relative;
}

.hero_name:after {
	background: none;
	content: attr(data-text);
	left: 2px;
	position: absolute;
	text-shadow: 3px 3px 0px #345959;
	left: 50%;
	transform: translateX(-50%) translateY(0%);
	/*text-shadow: 0 0 3px #FF0000, 6px 6px 9px rgba(0, 0, 0, 0.33);*/
	top: 0;
	z-index: -1;
}

#SectionLg {
	width: 100%;
	//height: 205px;
	padding: 2px 0px;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/wraithkingarcana/ti10_battlepass_bar.jpg");
	
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
	z-index: 80;
	box-shadow: 0px 0px 40px #000000;
}

#SectionLgBtm {
	width: 100%;
	height: 205px;
	padding: 2px 0px;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/wraithkingarcana/ti10_battlepass_bar.jpg");
	
	background-position: center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
	z-index: 80;
	box-shadow: 0px 0px 40px #000000;
}

.sideRocks
{
	position: absolute;
}

.sideRocks img
{
	height: 100%;
}

#RocksRightFooter,
#RocksRight {
	height: 304px;
	top: -81px;
	right: 0px;
	user-select: none;
	pointer-events:none;
}

#RocksLeftFooter,
#RocksLeft {
	top: -60px;
	left: 0px;
	width: 350px;
	height: 304px;
	user-select: none;
	pointer-events:none;
}

.BP-logo-sm {
	max-width: 400px;
	/*margin-bottom: 10px;*/
	width: 100%;
}

#Variant {
	width: 100%;
	background-color: #000000;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/planetfall/variant-bg.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	position: relative;
	overflow: visible;
	z-index: 10;
}

.DetailsLeft .variant-text {
	padding: 0;
}

.variant-text {
	padding: 100px 0px 100px 0px;
}

.variant-label {
	font-size: 16px;
	text-transform: uppercase;
	color: #5cbeff;
	letter-spacing: 4px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #FDFAEE;

	text-shadow: 0px 2px 8px #000000, 0px 0px 8px #D9A84E, 0px 0px 4px #F5E49A;
}

.variant-footnote {
	font-size: 14px;
	color: #ff825c;
	font-weight: bold;
	margin-top: 12px;
	line-height: 164%;
	padding: 0 24px;

	/* text-shadow: 0px 1px 4px #000000, 0px 0px 8px #d96e4e, 0px 0px 4px #f5bb9a;	 */
}

.variant-intro {
	font-size: 46px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 2px 10px #c75826;
}

.variant-body {
	font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #ebebeb;
	
}

.variant-body.wkalt {
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}


.variant-body-sm {
	font-size: 22px;
	font-weight: 400;
	color: #F5E49A;
	font-family: "Averia Serif Libre", Serif;
	text-shadow: 0px 0px 8px #D9A84E;
	position: relative;
	text-shadow: 2px 2px #000;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
	text-shadow: 0px 2px 8px #000000, 0px 0px 8px #D9A84E, 0px 0px 4px #F5E49A;
}

.variant-combo {
	width: 150%;
	right: 0px;
	transform: translateX(-100px);
}

.variant {
	width: 100%;
	/*max-width: 500px;*/
	/*transform: translateY(-80px);*/
}

.immortal-img-contain {
	position: relative;
}

.immortal {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	/*position: absolute;*/
	/*bottom: 0px;*/
	/*left: 0px;*/
	overflow: visible;
}

.immortal-text {
	max-width: 900px;
	text-align: center;
	padding: 0px 20px;
	z-index: 5;
	position: relative;

}

.immortal-img {
	position: absolute;
	top: -150px;
	right: 0px;
	opacity: 1;
	max-width: 300px;
	width: 250%;
}


.hero-img {
	opacity: 1;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	max-width: 1800px;
	overflow: hidden;
	left: 50%;
	transform: translate(-50%, 0%);
}

.blessings-img {
	max-width: 800px;
}

.bp-banner {
	background: linear-gradient(270deg, #4F3612 0%, rgba(147, 103, 37, 0) 100%);
	max-width: 600px;
	//min-height: 200px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	padding: 15px 10px 25px 50px;
}

.bp-banner .BP-logo-sm {
	max-width: 300px;
}

.bp-banner-desc {
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 0px 0px 4px #C79123;
	margin-bottom: 3px;
}

.bp-banner-subdesc {
	font-weight: 300;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ECD393;
	text-shadow: 0px 0px 4px #C79123;
}


.buy_button {
	padding: 12px 20px;
	background: -webkit-linear-gradient(top, rgb(214, 131, 54), rgb(255, 208, 81));
	background: linear-gradient(top, rgb(214, 131, 54), rgb(255, 208, 81));
	border-top: 1px solid rgb(255, 244, 180);
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: 2px 0px 8px 10 rgb(0, 54, 54);
	box-shadow: 2px 2px 10px #000000;
	text-align: center;
	margin-top: 20px;
	opacity: 1;
	border-radius: 3px;
	margin: 0 auto;
	position: inline-block;
	cursor: pointer;

	transition-duration: .2s;
	transition-timing-function: ease-in-out;
 }

.buy_button:hover {
	color: #ffffff;
	text-shadow: 0px 0px 10px #d8baff,  0px 0px 10px #d8baff;
	background: -webkit-linear-gradient(top, rgb(255, 125, 73), rgb(255, 165, 81));
	background: linear-gradient(top, rgb(255, 125, 73), rgb(255, 165, 81));
	border-top: 1px solid rgb(255, 253, 243);
	/*box-shadow: 0px 0px 20px #d8baff;*/
	box-shadow: 2px 2px 30px #000000;
}

@keyframes 'GlowyButton'
{
	0%		{ background-color: gradient( radial, 50% 50%, 0% 0%, 50% 50%, from( #54efff ), to( transparent ) ); }
	100%	{ background-color: gradient( radial, 50% 50%, 0% 0%, 50% 50%, from( #54efff ), to( transparent ) ); }
}

.lore-text {
	font-size: 22px;
	line-height: 34px;
	text-shadow: 1px 1px 5px #000000;
	position: relative;
	z-index: 5;
}

.lore-label {
	font-size: 18px;
	color: #b2ecfd;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

.lore-intro {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Averia Serif Libre", Serif;
	color: #DFE9F2;
	text-shadow:  0px 0px 10px #275AF2, 2px 2px 10px #41A0F2;
	text-align: center;
	font-weight: 300;
	margin-bottom: 20px;
	z-index: 10;
}

.lore-intro.prize-intro {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Averia Serif Libre", Serif;
	color: #DFE9F2;
	text-align: center;
	font-weight: 300;

	
	color: #F5E49A;
	text-shadow: 0px 0px 8px #D9A84E;
	text-shadow: 2px 2px #000;
	margin-top: 0px;
	letter-spacing: 0.5px;
	text-shadow: 0px 2px 8px #000000, 0px 0px 8px #D9A84E, 0px 0px 4px #F5E49A;
}

.prize-name {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: "Averia Serif Libre", Serif;
	color: #DFE9F2;
	text-shadow:  0px 0px 10px #275AF2, 2px 2px 10px #41A0F2;
	text-align: center;
	font-weight: 300;
	margin-bottom: 0px;
}


.title-subhead {
	font-family: 'Averia Serif Libre', cursive;
	color: #DFE9F2;
	text-shadow:  0px 0px 10px #275AF2, 2px 2px 10px #41A0F2;
	font-size: 46px;
	line-height: 40px;
	font-weight: 300;
	font-style: italic;
	//text-transform: lowercase;
	transform: translateY(-20px);
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 42px;
}

.howto {
	padding: 50px 0px 0px 0px;
}



.lore-text-container {
	margin: 0.5rem 2%;
	z-index: 5;
}

.lore-body {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Averia Serif Libre', cursive;
	color: #e6e6e6;
	font-style: italic;
	display: block;
	//text-transform: lowercase;
	transform: translateY(-10px);
	width: 100%;
	text-align: center;
	line-height: 1.1;
	z-index: 10;
}

.lore-body.top-quote
{
	transform: translateY(0);
}

.howitworks-body {
	font-size: 26px;
	font-weight: 300;
	color: #e6e6e6;
	display: block;
	//text-transform: lowercase;
	transform: translateY(-10px);
	width: 100%;
	text-align: center;
	line-height: 1.3;
	z-index: 10;
	margin-bottom: 10px;
}

.howitworks-body a {
	text-decoration: underline;
	margin-top: 15px;
	//color: #41A0F2;
}

.desc-body {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	color: #d0d0d0;
}

.faq-row {
	margin-bottom: 10px;
}

.faq-question {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	font-family: 'Averia Serif Libre', cursive;
	text-shadow:  1px 1px 5px #41A0F2;
}

.faq-answer {
	font-size: 18px;
	font-weight: 300;
	color: #C8C8C8;
}

.challenge-body {
	font-size: 20px;
	font-weight: 300;
	color: #e6e6e6;
	margin-bottom: 10px;
}


.lore-quote {
	font-family: 'Averia Serif Libre', cursive;
	color: #DFE9F2;
	text-shadow:  0px 0px 10px #9244FF, 2px 2px 10px #41A0F2;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	font-style: italic;
	//text-transform: lowercase;
	margin-top: 10px;
	padding: 0 36px;
}

.top-quote {
	font-size: 20px;
	margin-top: 0px;
}

.section-intro {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 2px 2px 10px #ff7300;
	font-family: "Averia Serif Libre";
}

.wallpaper-intro {
	font-size: 36px;
	line-height: 40px;
	letter-spacing: 2px;
	margin-bottom: 35px;
	text-transform: uppercase;
	text-shadow: 2px 2px 10px #ff7300;
	font-family: "Averia Serif Libre";
}

.ArcanaIncludesDetails .section-intro {
	margin: 0;
}

.altstyle-text {
	//background-color: #00000090;
	//padding: 20px;
}


#Wallpaper ul {
	/* padding-left: 20px;
	padding-right: 20px; */
}

.gallery img {
	height: 100%;
	border: 1px solid #ff6159;
	box-shadow: 0 0 24px #d88e5390;
	transition-duration: 0.2s;
	margin-bottom: 20px;
}

.gallery img:hover {
	transform: translateY(-8px);
}

.gallery a {
	height: 100%;
}

.gallery li {
	list-style-type: none;
	display: inline;
	margin: 0 12px;
}

.leaderboard-placeholder {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 100px;
	background-color: #00000090;
	color: #DFE9F2;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.leaderboard-tab {
	padding: 12px 0px;
	border-radius: 8px;
	background-color: #121725;
	text-align: center;
}


#leaderboard-tab-1,
#leaderboard-tab-2,
#leaderboard-tab-3,
#leaderboard-tab-4
{
	margin: 0 8px;
}

.show-tab-1 #leaderboard-tab-1,
.show-tab-2 #leaderboard-tab-2,
.show-tab-3 #leaderboard-tab-3,
.show-tab-4 #leaderboard-tab-4
{
	background-color: #3375FF;
}

.show-tab-1 #leaderboard-tab-contents-1,
.show-tab-2 #leaderboard-tab-contents-2,
.show-tab-3 #leaderboard-tab-contents-3,
.show-tab-4 #leaderboard-tab-contents-4
{
    display: block;
}

.leaderboard-contents {
    display: none;
}

.leader-entry {
	background-color: #212630;
}

.leader-entry.Even {
	background-color: #121725;
}

#leader-header {
	background-color: #323B4E;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
}

.leader-hero {
	width: 32px;
	height: 32px;
	margin: 0 2px;
}

.leader-team
{
}

#leader-value .leader-team 
{
	justify-content: center;
	margin-top: 2px;
}

#leader-value {
	/* height: 36px; */
	line-height: 36px;
	letter-spacing: 2px;
	font-size: 17px;
	padding-bottom: 0;
}

/*
#leader-value .row {
	display: flex;
	margin: 0;
}

#leader-value .leader-player {
	margin-left: 4px;
	margin-right: 4px;
} */

.leader-players {
	justify-content: center;
	width: 70%;
}

.leader-player > img {
	width: 36px;
	height: 36px;
	margin: 0;
}

.leader-header,
.leader-entry {
	padding: 12px 0;
}

.leader-player-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.leader-player-tooltip .leader-player-tooltip-text {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  min-width: 120px;
  max-width: 200px;
}


.leader-player:hover .leader-player-tooltip-text {
	visibility: visible;
}

.challenge-img {
	width: 500px;
	height: 500px;
	//background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//aghslab/meepo_shopkeeper.png' );
	background-size: contain;
	background-repeat: no-repeat;
	//background-color: #55555550;	
	z-index: 1;
	transform: translateY(50px);
	z-index: -1;
}

.bb-rosh {
	position: absolute;
	bottom: -50px;
	max-width: 400px;
	left: -200px;
}

.kunkka-shoes {
	position: absolute;
	bottom: -50px;
	max-width: 300px;
	right: -200px;
}

.big-prizes {
	padding-top: 80px;
}


/*.lore-text:first-letter {*/
	/*color:	#ffffff; !*if no support for background-clip*!*/
	/*!*background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);*!*/
	/*!*background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);*!*/
	/*!*-webkit-background-clip: text;*!*/
	/*!*-webkit-text-fill-color: transparent;*!*/
	/*float: left;*/
	/*font-size: 80px;*/
	/*line-height: 60px;*/
	/*margin-right: 20px;*/
	/*padding-top: 12px;*/
	/*font-weight: 900;*/
	/*!*border: solid 1px #bc9950;*!*/
/*}*/


.lore-scene {
	width: 100%;
	height: 1000px;
	perspective: 200px;
	-webkit-perspective: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}


.lore-scene img {
	width: 100%;
	margin: 0 auto;
	position: absolute;
	overflow: hidden;
}

.lore-level {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.comic-placeholder {
	margin-top: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	box-shadow: 0px 0px 30px #000000;


}

.comic-bg {
	z-index: 10;
	background-color: #111111;
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/qoparcana/qop_concept_bg2.jpg');
	background-size: cover;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-10px);
	}
	100% {
		transform: translatey(0px);
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.parallax-group {
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: flex;
	justify-content: center;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}

.emblemContainer {
    padding: 16px;
    bottom: 13%;
    left: 0vw;
    position: absolute;
	width: 960px;
	max-width: 80%;
}

.emblem {
	position: absolute;
    width: 200px;
    z-index: 3;
    margin-left: -16px;
    left: 0;
    top: 0;
    max-width: 18vw;
    min-width: 205px;
    margin-top: -114px;
}


.emblemDesc {
	padding: 0px;
    margin-left: 76px;
    z-index: 2;
    position: relative;
	user-select: initial;
	padding-left: 108px;
	padding-right: 16px;
	background: linear-gradient(to right, #000a, #0006 85%, #0003 100%);
}

.wkArcanaAlt {
	position: absolute;
    bottom: -74px;
    width: 1100px;
    left: -188px;
    user-select: none;
    margin-left: -397px;
    margin-right: 200px;
}

.fireblast {
	position: absolute;
    bottom: -30%;
    right: -6%;
    width: 100%;
    animation: fireblastfloat 4s ease-in-out infinite;
	z-index: 2;
	transform-origin: 29% 0;
}

.skeletonstitle {
	margin-top: 32px;
	font-size: 32px;
	text-shadow: 3px 3px 16px rgb(255, 115, 0);
}

.wavetitle {
	margin-top: 0px;
	font-size: 32px;
	text-shadow: 3px 3px 16px rgb(255, 115, 0);
}

.skeletonsdesc {
	margin-left: inherit;
	margin-right: inherit;
	margin-top: 16px;
	margin-bottom: 64px;
	max-width: 960px;
	
	
}

.skeletonsdesc .variant-body {
	color: #d0d0d0;
	position: relative;
	z-index: 2;
}

#skeletonsvideo {
	margin-top: 0px;
	max-width: 720px;
}

#skeletonwavevideo {
	margin-top: 0px;
	max-width: 320px;
}

.skeletonscontainer {
	display: flex;
	flex-direction: column;
}

@keyframes fireblastfloat {
	0% {
		transform: translatey(0px) rotateZ(0deg);
	}
	50% {
		transform: translatey(-10px) rotateZ(2deg);
	}
	100% {
		transform: translatey(0px) rotateZ(0deg);
	}
}

.tombstone {
	max-width: 843px;
    margin-top: 11px;
	margin-left: -106px;
	user-select: none;
}

.vidframe {
    position: absolute;
    width: 130.5%;
    left: -21.5%;
	top: 0%;
	user-select: none;
}

.level3 {
	z-index: 15;
	width: 100%;
	height: 2000px;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/planetfall/rocks-3.png");
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	opacity: 0.6;
}

.level2 {
	z-index: 15;
	width: 100%;
	height: 3500px;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/planetfall/rocks-2.png");
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/wraithkingarcana/rock_bg.png');
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0px;
	opacity: 1;
	top: -9vw;
	min-width: 1440px;
	user-select: none;
}

.level1 {
	
	width: 91vw;
    height: 2000px;
    background-image: url('https://cdn.steamstatic.com/apps/dota2/images/wraithkingarcana/rock_fg.png');
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    top: 10vw;
    opacity: 1;
	z-index: 16;
	user-select: none;
}

.combo-frame {
	background-color: #252c2c;
	padding: 20px;
	margin-bottom: 100px;
	z-index: 10;
	box-shadow: 0px 0px 80px #000000;
}

.combo-info {
	margin-top: 20px;
	margin-bottom: 50px;
	max-width: 80%;
}

.combo-header {
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 10px 10px 25px green;
	font-weight: bold;
	letter-spacing: 5px;
	margin-bottom: 5px;
}

.combo-vid {
	height: 100%;
	min-height: 800px;
	position: absolute;
	left: 12vw;
}

.combo-desc {
	font-size: 18px;
}

.combo-content {
	z-index: 10;
	position: relative;
}

.combo-frame-top {
	/*background-image: url('https://cdn.steamstatic.com/apps/dota2/images/planetfall/ES_rocks.png');*/
	background-size: 100%;
	height: 100px;
	width: 105%;
	transform: translate(-20px, 80px);
	background-repeat: no-repeat;
	/*z-index: 100;*/
	/*position: relative;*/
}

.header_bleed {
	flex: 1;
	position: relative;
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/qoparcana/qop_header_leftbleed.png');
	background-size: 100% 100%;
	margin-left: 0;
	margin-right: -2.5vw;
	z-index: 5;
}

.left_bleed:after {

	content: "";
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/qoparcana/left_cover.png');
	background-size: 100% 100%;
	width: 40vw;
    height: 84vh;
    position: absolute;
    right: -21vw;
}

.header_image_video {
	flex: 1;
	//max-width: 116vh;
	object-fit: contain;
	object-position: top;
	z-index: -1;
	height: 100%;
}

/* No object-fit support in Edge so we have to get creative */
.MSEdge .header_image_video {
	transform: translateY(-5vh);
}

.rollingcloud {
	width: 40vh;
	position: absolute;
	right: 0;
	animation-name: cloudmotion01;
	animation-duration: 7s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	z-index: 5;
	user-select: none;
}

.cloud01a {
	right: -25vh;
}

.cloud01b {
	top: 15vh;
	animation-duration: 6s;
	filter: brightness(.14);
	-webkit-filter: brightness(.14);
}


.cloud02a {
	right: -25vh;
	top: 1vh;
	animation-duration: 6s;
	filter: brightness(.14);
	-webkit-filter: brightness(.14);
}


.cloud02b {
	top: 15vh;
	animation-duration: 8s;
	filter: brightness(.14);
	-webkit-filter: brightness(.14);
}



@keyframes cloudmotion01 {
	0% {
		opacity: 0;
		transform: translateX(10vh) rotateZ(0deg);

	}
	30% {
		opacity: 1;
	}
	75% {
		opacity: 1;
	}
	100% {
		opacity: 0;

		transform: translateX(-30vh) rotateZ(-30deg);
	}
}

.right_bleed {
	
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/qoparcana/qop_header_rightbleed.png');
	margin-left: -2.5vw;
	margin-right: 0;
}

.right_bleed:after {

	content: "";
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/wraithkingarcana/right_cover.png');
	background-size: 100% 100%;
    width: 913px;
    height: 84vh;
    position: absolute;
	left: -428px;
	right: initial;

}

.hero-bg {
	//height: 580px;
	height: 72vh;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: flex;
    justify-content: center;
	background:
	linear-gradient(to bottom, #73674C, #73674C 100%),
    linear-gradient(to right, #574F3B, #574F3B00 50%,  #574F3B 100% );
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/aghslab/trials_header.jpg');
	background-size: cover;
	background-color: black;
	background-repeat: no-repeat;
	background-position: center center;
	
	border-bottom: 2px solid #CEFEFF;
	z-index: 0;
}

.aghs-logo {
	//position: absolute;
	//width: 50%;
	transform: translateY(0px);
}

a {
	transition-duration: 0.2s;
}

a:hover {
	filter: brightness(1.2);
}



.parallax_map_section_img
{
	width: 100%;
}

.hero-buttons {
/*opacity: 0.5;
	pointer-events: none;*/
}

.BP_subhead {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: normal;
	color: #fefefe;
	margin-top: 25px;
	margin-bottom: 0px;
	text-shadow: 0px 0px 5px #000000;
}

.BP_subhead2 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: normal;
	color: #fefefe;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow: 0px 0px 5px #000000;
}


.BP_subhead3 {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 5px;
	font-weight: bold;
	color: #B7A078;
	margin-top: 10px;
	margin-bottom: 20px;
	text-shadow: 0px 0px 5px #000000;
}

.BP_subhead span {

	color: #f5e7ce;
	font-weight: bold;
}

.aghs-button {
	box-shadow: 0px 0px 30px #125eeb;
	border: 1px solid #DFE9F290;
	display: inline-block;
	padding: 10px 20px;
	font-family: "Averia Serif Libre", Serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 30px;
	color: #DFE9F2;
	background: radial-gradient(#021D6D, #000000);
	transition-duration: .3s;
}

.aghs-button:hover {
	filter: brightness(1.5);
	transform: translateY(-3px);
}
.overview-bg {
	background-image: url('https://cdn.steamstatic.com/apps/dota2/images/planetfall/video-bg3334jer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #000000;
}

.spacer-sm {
	margin-top: 20px;
}

.spacer-md {
	margin-top: 50px;
}

.spacer-lg {
	margin-top: 100px;
}

.spacer-xl {
	margin-top: 150px;
}

.spacer-xxl {
	margin-top: 250px;
}

.padding-sm {
	padding: 20px 0px;
}

.padding-md {
	padding: 50px 0px;
}

.padding-lg {
	padding: 100px 0px;
}

.padding-xl {
	padding: 150px 0px;
}

.padding-xxl {
	padding: 250px 0px;
}

.spacer-bottom {
	padding-bottom: 100px;
}

.spacer-md-bottom {
	padding-bottom: 50px;
}

.spacer-md-top {
	padding-top: 50px;
}

 .overview_video {
	 padding: 100px 0px;
 }

 .video_box {
	 box-shadow: 0px 0px 40px #000000;
	 z-index: 10;
	 user-select: none;
 }

.lore-bg {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	background-color: #000000;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/lore_bg.jpg");
	background-position: top;
	padding: 100px 0px;
}

.leaderboard-bg {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	background-color: #000000;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/lore_bg.jpg");
	background-position: top;
	padding: 100px 0px;
	box-shadow: 0px 0px 50px #125eeb;
	border-top: 2px solid #DFE9F2;
	border-bottom: 2px solid #DFE9F2;
}



.faq-bg {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	background-color: linear-gradient(180deg, #081744 5.46%, rgba(1, 2, 5, 0) 100%);
	//background-color: red;
	background-position: top;
	//background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/competition_bg.jpg");
	padding-bottom: 100px;
	padding-top: 50px;
}

.divider {
	width: 100%;
	height: 2px;
	//background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/divider.png");
	background-size: 120% 100%;
	background-color: #DFE9F2;
	box-shadow: 10px 5px 5px red;
	z-index: 100;
}

.boss-bg {
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	overflow: hidden;
	background-color: #000000;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/boss_bg.png");
	background-position: top;
	padding: 100px 0px;
	box-shadow: 0px 0px 50px #125eeb;
	border-top: 2px solid #DFE9F2;
	border-bottom: 2px solid #DFE9F2;
	z-index: 100;
}

.lore-gems {
	position: absolute;
	/* left: 50%;
	transform: translateX(-50%) translateY(0%); */
	overflow-x: hidden;
	width: 100%;
	//min-width: 1200px;
	//background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/gems.png");
	background-size: 100% 100%;
	background-position: top;
	animation: float 4s ease-in-out infinite;
	margin-top: -200px;
}

.absolute-bg {
	position: absolute;
	background-color: black;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	transform: translateZ(-.11px) scaleX(2) scaleY(1.02)
}

.absolute-bg-bottom {
	position: absolute; 
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: black;
}

.lore-content {
	z-index: 10;
	position: relative;
}

.lore-top {
	position: relative;
	//padding: 150px 0;
}


.lore-image-container {
	position: absolute;
	top: 65px;
	left: 32vw;
}

.model-contain {
	width: 100%;
	background-color: black;
	max-width: 2200px;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
}

.altstyle-bg {
	background-color: #111111;
	overflow: hidden;
	//background-image: url('https://cdn.steamstatic.com/apps/dota2/images/dota_react/international2020/backgrounds/background_4.jpg');
	background-size: cover;
}


.bullet {
	padding: 15px 0px;
	display: block;
	overflow: hidden;
	width: 100%;
}

.feature-images {
	margin-top: 15px;
}

.sfx-contain {
	vertical-align: center;
}

.model-sfx {
	width: 100%;
	cursor: pointer;
	border-radius: 2px;
	letter-spacing: 0.5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	margin: 4px 0px;
	border: 1px solid transparent;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	margin-top: 10px;
}

.model-sfx:hover {
	/*border: 1px solid #2ce2e2;*/
}

.feature_icons {
	height: 120px;
	float: left;
	margin: 0px 10px 10px 0px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.blink_icons {
	float: left;
	margin: 10px 10px 10px 0px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.voice-line {
	color: #ffffff;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
	font-weight: normal;
}

.sfx-icn {
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	color: #ff9100;
	transform: translateY(0px);
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images//wraithkingarcana/play-icn.png");
	background-size: 100%;
	transition-duration: .2s;
	transition-timing-function: ease-in-out;
}

.model-sfx:hover .voice-line {
	color: #ffa600;
}

.model-sfx:hover .sfx-icn {
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images//wraithkingarcana/play-icn-active.png");

}

.model-sfx:active {
	/*background-color: rgba(255,255,255,0.1);*/
	/*border: 1px solid #2ce2e2;*/
}

.model-sfx:focus svg {
	fill: blue;
}



.video-play {
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
	font-weight: 600;
}

.model-bg {
	/*background-image: url("https://cdn.steamstatic.com/apps/dota2/images/planetfall/video-bg3334jer.jpg");*/
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	position: relative;
	background-color: black;
}

.model-headline {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 800;
	line-height: 34px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-shadow:  3px 3px 20px rgb(255, 123, 0);
}

.model-line {
	color: #999999;
	font-size: 18px;
	margin-bottom: 20px;
}

.feature-headline {
	/*text-transform: uppercase;*/
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: 1px;
	text-shadow:  3px 3px 20px rgb(255, 136, 0);
}

.feature-line {
	color: #999999;
	font-size: 18px;
	margin-bottom: 20px;
}

#Footer .Inner
{
	background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images/700/footer.jpg' );
	background-color: #000000;
	height: 287px;
	background-position: center;

}

.ability_info {
	background-color: #030303;
	margin-bottom: 80px;
}

#FooterBullet {
	width: 87px;
	height: 80px;
	user-select: none;

	margin-top: 64px;
    margin-bottom: 64px;
}

#FooterBullet:hover
{
	filter: brightness(1.1);
}

.footer {
	background-color: #000000;
	width: 100%;
	padding-top: 30px;
	height: 237px;
}

#PageFooter {
	width: 100%;
	background-color: #000000;
	padding: 30px 0px;

}

.footer-logo {
	height: 30px;
	width: auto;
	margin: 0px 20px;
}

#footer-logo {
	width: 100%;
}

.footer-line {
	font-size: 13px;
	line-height: 20px;
	color: #666666;
	margin-top: 10px;
}

.main-video {
	z-index: -1;
}

.altstyle-section {
	padding: 50px 0px;
	position: relative;
}

.attack-img {
	width: 1000px;
	height: 800px;
	//background-color: red;
	background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//qoparcana/qop_attack.png' );
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: -1;
	right: -200px;
	top: -200px;
}

.altstyle-img {
	width: 500px;
	height: 300px;
	//background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//qoparcana/qop_arcana_altstyle.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #55555550;
	position: absolute;
	z-index: 1;
	left: 0x;
	top: 50px;
}

.aghs-video
{
	width: 100%;
	height: 310px;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: black;
	background-position: center;
}

.prize-img {
	width: 100%;
	height: 310px;
	margin-bottom: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: grey;
	background-position: center;
}

.prize-img.arcana {
	background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//aghslab/random_arcana.png' );
}

.prize-img.aghs {
	background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//aghslab/aghs_fx.png' );
}

.altstyle-img2 {
	width: 500px;
	height: 300px;
	//background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//qoparcana/qop_arcana_altstyle.png' );
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #55555550;
	position: absolute;
	z-index: 1;
	right: 0px;
	top: 50px;
}



.attack-text,
.altstyle-text {
	z-index: 15;
	position: relative;
	/* height: 100%; */
}


.comic_arrows
{
	background-size: contain;
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	margin: auto;
	top: 0px;
	bottom: 0px;
	z-index: 99999;
}

.HideRightArrow #comic_right_arrow,
.HideLeftArrow #comic_left_arrow
{
	display: none;
}

#comic_left_arrow
{
	background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//qoparcana/arrow_left.png' );
	left: 5px;
}

#comic_right_arrow
{
	background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//qoparcana/arrow_right.png' );
	right: 5px;
}

.ArcanaDetailsFull {
	width: 100%;
	position: relative;
	background-color: black;
	margin-bottom: 150px;
	z-index: 10;
}

.ArcanaDetails {
	display: flex;
	flex-direction: row;

	width: 1440px;
	max-width: 100vw;
	align-items: stretch; 
	position: relative;
}

.WKArcSittingModel {
	flex: 1;
	position: relative;
	display: flex;
	justify-content: center;
	
}

.WKSittingVideo {
	position: absolute;
	transform: translateX(100px);
    margin-right: -28%;
}

.ArcanaIncludes {
	flex: 1;
	position: relative;
	padding-top: 85px;
	min-width: 440px;
}


.ArcanaIncludesDetails {

	padding: 32px;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: flex-start;
	z-index: 3;
	position: relative;
}

@media only screen and (max-width: 1450px) { /* 960px */
	.combo-vid {
		left: -30%;
	}

	.hero-space {
		height: 40vw;
	}

	.title-bg {
		/*bottom: 90px;*/
	}

	.rocks_front {
		bottom: -100px;
	}

	.variant {
		transform: translateY(0px);
		width: 150%;
	}

	.immortal-img {
		top: -100px;
	}

	.level1 {
		top: 50px;
	}
}

@media only screen and (min-width: 1450px) {
	.lore-image-container {
		left: 51%;
	}

	.lore-bg {
		//background-size: 1800px auto;
		background-position: left top;
	}
}

@media only screen and (max-width: 1150px) { /* 960px */
	.hero-space {
		/*height: 600px;*/
	}

	.combo-vid {
		left: -50%;
	}

	.rocks_front {
		bottom: -60px;
	}

	.variant {
		transform: translateY(0px);
		width: 150%;
	}

	.level1 {
		top: 250px;
	}

	#SectionLg, #SectionLgBtm {
		display: flex;
		flex-direction: column;
		justify-content: center;
		
		height: 250px;
	}

	.bb-rosh {
		left: 0px;
	}

	.kunkka-shoes {
		right: 0px;
		bottom: 50px;
	}

	.title-bg {
		max-width: 400px;
	}

	#RocksLeft, #RocksLeftFooter, #RocksRight, #RocksRightFooter {
		height: 349px;
	}
}

@media only screen and (max-width: 900px) {
	.header_parallax {
		//transform: translateY(56px); /* Fix mobile nav being covered */
	}

	/* No object-fit support in Edge so we have to get creative */
	.MSEdge .header_image_video {
		transform: translateY(-10vh);
	}

	#AlternateStyleDetailsContainer {
		padding: 3.5%;
	}

	#AlternateStyleDetails {
		flex-direction: column;
		padding: 3.5%;
	}

	.DetailsLeft {
		justify-content: space-between;
		margin-right: 0;
	}

	.DetailsRight {
		margin-top: 32px;
	}

	.DetailsRight {
		z-index: 2;
	}
	
	.emblemContainer
	{
		z-index: 2;
    	max-width: calc( 100% - 32px);
    	bottom: 5%;
	}

	.wkArcanaAlt {
		right: 0px;
	    z-index: -1;
	    transform: scale(.9) translateX(12%) translateY(21%);
	    min-width: 842px;
	}

	.lore-image-container {
		left: 19%;
		top: 16%;
		filter: brightness(0.5);
		-webkit-filter: brightness(0.5);
	}



	.lore-top {
		//padding: 100px 0px;
	}

	.altstyle-img { 
		left: -300px;
		z-index: 0;
		top: -200px;
	}
	
	
	.parallax_front {
		transform: translateY(-73vh) translateZ(-0.15px) scale(1.15);
	}

	.header_fg {
		min-width: 440px;
	}

	.header_front {
		min-width: 1075px;
	}

	.subhead {
		padding: 0 16px;
		font-size: 24px;
		margin-top: -30px;
	}
	/*.WKSittingVideo {
		position: absolute;
		right: -134%;
		max-width: initial;
		min-height: 874px;
	}*/
}

@media only screen and (max-width: 720px) { /* 960px */


	.hero-content {
		bottom: 30px;
	}

	.hero-bg {
		background-size: cover;
		//background-position: -1000px;
		background-image: url( 'https://cdn.steamstatic.com/apps/dota2/images//aghslab/mobile_header.png' );
		height: 87vh;
	}

	.subhead {
		font-size: 16px;
	}

	.parallax_front {
		transform: translateY(-75vh) translateZ(-0.15px) scale(1.15);
	}

	/* No object-fit support in Edge so we have to get creative */
	.MSEdge .header_image_video {
		transform: none;
	}

	#GradientOverlayBottom {
		height: 42vh;
		padding-top: 8vh;
		margin-top: -30vh; /* Go to far and FF interprets this as a positive */
		z-index: 100;
	}

	#SectionLg, #SectionLgBtm {
		//height: 400px;
	}

	#RocksLeft, #RocksLeftFooter {
		top: 50px;
		display: none;
	}

	#RocksRight, #RocksRightFooter {
		right: -100px;
		display: none;
	}

	.title-bg {

		width: 100%;
	
	}

	.bb-rosh {
		bottom: 200px;
		left: -200px;
	}

	.kunkka-shoes {
		bottom: -30px;
		max-width: 200px;
		right: -100px;
	}

	.add-space {
		margin-top: 50px;
	}

	.aghs-logo {
		padding-top: 200px;
	}

	.lore-top {
		//margin-top: 250px;
	}

	.hero-space {
		/*height: 350px;*/
	}

	.subhead {
		transform: translateY(0px);
	}

	.attack-section {
		margin-top: 200px;
	}

	.playcontainer {
		transform: translateY(-10px) scale(1.3);
		cursor: pointer;
	}
	

	.altstyle-section {
		margin-top: 0px;
		padding: 0px;
	}

	/* .attack-text,
	.altstyle-text {
		background-color: #00000099;
		
	} */

	.attack-img {
		max-width: 800px;
		right: 0px;
	}

	.altstyle-img {
		top: -500px;
		left: -200px;
	}


	.lore-bg {
		background-size: 100% auto;
		background-position: center top;
	}

	.combo-vid {
		width: 150%;
		height: auto;
		top: 0px;
		min-height: auto;
		left: 0px;
	}

	.included-content {
		margin-top: 400px;
	}

	.variant-text {
		padding: 100px 0px 50px 0px;
	}

	.variant {
		width: 100%;
		transform: translateY(-50px);
	}

	.immortal-img {
		top: -150px;
		max-width: 200px;
		z-index: 1;
		opacity: 0.7;
	}

	.lore-bg {
		background-size: 100%;
		background-color: black;
	}

	#Variant {
		background-size: cover;

	}

	.level1 {
		top: 450px;
	}

	.rocks_front {
		bottom: 0px;
	}

	.lore-top {
		padding: 50px 0px;
	}

	.footer-logo {
		margin-bottom: 20px;
	}

	.lore-text-container {
		max-width: 100%;
	}

	.lore-image-container {
		left: -5%;
		top: 4%;
		filter: brightness(0.2);
		-webkit-filter: brightness(0.2);
	}

	.parallax_mg {
		transform: translateY(-15vh) translateZ(-0.35px) scale(1.35);
	}
		
	.parallax_front {
		transform: translateY(-51vh) translateZ(-0.15px) scale(1.15);
	}

	.header_fg {
		min-width: 740px;
	}

	.header_front {
		min-width: 1075px;
	}

}

@media only screen and (max-width: 600px) {
	#AlternateStyleMapContainer {
		min-height: 1120px;
	}

	.DetailsRight {
		padding-bottom: 250px;

		flex: unset;
	}

	.DetailsLeft {
		justify-content: flex-start;
		flex:unset;
	}

	.wkArcanaAlt {
		left: -127px;
		transform: scale(0.9) translateX(-4%) translateY(61%);
		filter: brightness(1);
		-webkit-filter: brightness(1);
	}

	.emblem {
		left: -27vw;
		filter: brightness(0.5);
		-webkit-filter: brightness(0.5);
		display: none;
	}
	.emblemDesc {
		padding: 16px;
		margin-left: 0;
		background: #000a;
	}

	.lore-content > .spacer-bottom {
		padding-bottom: 32px;
	}

	.skeletonstitle {
		font-size: 28px;
		text-align: center;
	}

	.DetailsLeft .variant-text {
		padding-top: 10px;
	}

	.AlternateStyle .variant-label {
		font-size: 16px;
	}

	.AlternateStyle .variant-intro {
		line-height: 45px;
		text-align: center;
	}
	.ArcanaDetailsFull {

		margin-bottom: -64px;
	}

	.ArcanaDetails {
		flex-direction: column;
	}
	.WKSittingVideo {
		position: absolute;
		transform: translateX(52px);
		margin-right: -28%;
		max-width: 137vw;
	}
	#GradientOverlayRight {
		background-image: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 25%, rgba(0,0,0,0.0) 50%, rgba(0,0,0,0));
	}
	.ArcanaIncludes {
		margin-top: 77vw;
	}

}

@media only screen and (max-width: 499px) {
	#AlternateStyleMapContainer {
		min-height: 1300px;
	}

	.wkArcanaAlt {
		left: unset;
		right: -86vw;
	}
}

/*
 * Safari decided to bust pure CSS parallax with iOS 13,
 * but that means we need to undo all the scaling we did
 * in order to account for the Z translations we have in place
 * only when in iOS Safari, since those Z translations don't
 * happen. Luckily we can use an @supports...
 */
 @supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */
	.parallax_front
	{
		transform: translateY(-74vh);
	}

	.parallax_bg
	{
		transform: none;
	}

	.parallax_mg
	{
		transform: translateY(-20vh);
	}

	.parallax_rocks {
		transform: translateY(-35vh);
	}

	/* .parallax_map_section
	{
		transform: none;
	}

	#ParallaxMap_01 {
		transform: translateY(-43%);
	}

	#ParallaxMap_02 {
		transform: translateY(-12%);
	}

	#ParallaxMap_03 {
		transform: translateY(38%);
	}

	#ParallaxMap_04 {
		transform: translateY(50%);
	} */

	/* .absolute-bg {
		transform: translateZ(-.11px) scaleX(2) scaleY(1.02)
	} */
}

#infobar
{
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#top_qop_comic_text
{
    margin-top: 60px;
    margin-bottom: 20px;
	position: relative;
	text-align: center;
	font-family: 'Playfair Display';
	letter-spacing: 2px;
	font-size: 20px;
}

.comic_instructions
{
	margin-top: 35px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: auto;
	margin-right: auto;
}

#links
{
	margin-bottom: 80px;
	text-decoration: underline;
}

#instructions,
#links
{
	position: relative;
	text-align: center;
	display: block;
}

#header_youtube_embed
{
    position: absolute;
	max-width: 156vw;
	width: 100%;
	max-height: 85vw;
	height: 85vh;
	z-index: 79;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	left: 0;
	right: 0;
	top: 0;
	background-color: black;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	pointer-events:none;
}

#qop_arcana_video_embed
{
    position: absolute;
	left: 0;
	right: 0;
	top: 0;
    width: 100%;
    height: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	max-width: 80vw;
}

#header_black_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 78;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	pointer-events:none;

}

#header_youtube_embed.fade_in_header_video,
#header_black_background.fade_in_header_video
{
	opacity: 1;
	pointer-events:auto;
}

#header_youtube_embed.fade_out_header_video,
#header_black_background.fade_out_header_video
{
	opacity: 0;
}

#leaderboard-forward-button
{
	margin-right: 30px;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/forward-icon.png");
	margin-top: 12px;
	float: right;
}

.leaderboard-tabs
{
	justify-content: center;
	text-align: center;
	margin-bottom: 16px;
}

.leaderboard-tabs-inner
{
	margin-left: 10%;
}

#leaderboard-back-button
{
	margin-left: 30px;
	background-image: url("https://cdn.steamstatic.com/apps/dota2/images/aghslab/forward-icon.png");
	margin-top: 12px;
	transform: scaleX(-1);
	float: left;
}

.leaderboard-nav-button
{
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
