
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 5, 2013 */
@font-face {
	font-family: 'goudy_trajan_boldbold';
	src: url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-bold-pro-webfont.eot');
	src: url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-bold-pro-webfont.eot?#iefix') format('embedded-opentype'),
			url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-bold-pro-webfont.woff') format('woff'),
			url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-bold-pro-webfont.ttf') format('truetype'),
			url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-bold-pro-webfont.svg#goudy_trajan_boldbold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'goudy_trajan_mediummedium';
	src: url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-medium-pro-webfont.eot');
	src: url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-medium-pro-webfont.eot?#iefix') format('embedded-opentype'),
			url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-medium-pro-webfont.woff') format('woff'),
			url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-medium-pro-webfont.ttf') format('truetype'),
			url('http://cdn.dota2.com/apps/dota2/fonts/goudytrajan-medium-pro-webfont.svg#goudy_trajan_mediummedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@import url('http://fonts.googleapis.com/css?family=Quattrocento:400&subset=latin,latin-ext');

body
{
	font-family: 'Radiance';
	background-color: #000000;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #999999;
}

*
{
	font-family: 'Radiance';
}

p, h1, h2, h3, h4, ul
{
	margin: 0 0 0 0;
}

#Fixed
{
	position: fixed;
	width: 100%;
	z-index: 10;
}

#Fixed #Header
{
	min-width: 1050px;
	width: 100%;
	height: 64px;
	background-color: #160D0D;
	border-top: 2px solid #97703B;
	top: 64px;
}

#Fixed #Header .LinkContainer
{
	display: flex;
	justify-content: center;
}

#Fixed #Header .LinkContainer .Logo
{
	width: 32px;
	height: 31px;
	margin-top: 14px;
	margin-right: 20px;
}

#Fixed #Header .LinkContainer a
{
	margin: 0px 10px;
	height: 40px;
	padding-top: 20px;
	display: inline-block;

	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 17px;
	color: #B3A266;
	font-weight: bold;
}

#Fixed #Header .LinkContainer a:hover
{
	color: #fae394;
}

#Fixed #Header .HeaderSpacer
{
	padding-top: 20px;
	margin: 0px 10px;
	display: inline-block;

	text-transform: uppercase;
	letter-spacing: 1px;
	color: #B3A266;
	font-weight: bold;
}

/* Scrollable Structure */

#Scrollable
{
	display: flex;
	flex-direction: column;
}

#Scrollable > div
{
	padding-top: 64px;
	margin-top: -64px;

	justify-content: center;
}

#Scrollable #MinusOverview
{
	margin-top: 0px;
}

#Scrollable .Container
{
	min-width: 1050px;
}

#Scrollable .Container .Inner
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1050px;
}

#DMCA
{
	padding-top: 50px;
	padding-bottom: 50px;
}

#DMCA.Container .Inner
{
	background: url("snoo.png") no-repeat;
	background-size: 100px;
	background-position: left center;
	padding-left: 100px;
}

#DMCA .Copy
{
	padding-top: 20px;
	margin: auto;

	/* width: 940px; */

	text-align: center;


	text-align: center;
    border: 1px solid transparent;
    background: #6441a4;
    color: #FFF;
    padding: .6rem .8rem;
    margin-left: 370px;
    margin-top: 20px;
    width: 200px;
    background-color: #b82f19;
}

.Container {
	overflow: hidden;
}

.Container, 
.Container .Inner
{
	background-position: top center;
	background-repeat: no-repeat;

	position: relative;
}

/* Generics */

h1
{
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 42px;
	color: #DEC178;

	padding-left: 10px;
	padding-right: 10px;
}

h2
{
	color: #96733C;

	font-size: 37px;
	font-weight: normal;

	text-transform: uppercase;
	letter-spacing: 4px;

	padding-left: 10px;
	padding-right: 10px;
}

.Copy
{
	color: #999999;
	font-size: 20px;
	line-height: 36px;
	font-family: 'Radiance-SemiBold';
	
	padding-left: 10px;
	padding-right: 10px;

	text-shadow: 0px 0px 4px black;
}

.Copy.Tan
{
	color: #A99588;
}

.Copy.Yellow
{
	color: #FFF8D6;
	font-weight: normal;
}

.GradientText
{
	text-transform: uppercase;
	background: -webkit-linear-gradient( #C9A672 22%, #FFFFFF 50% );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.SectionHeader
{
	border-image: -webkit-gradient(linear, left top, right top, from(#000), to(#000), color-stop(0.2, #906E39), color-stop(0.8, #906E39)) 2 0 2 0;
	border-top: 2px solid;
	border-bottom: 2px solid;

	background: radial-gradient( circle at top, #6F572F, #000 );

	max-width: 1600px;
	min-width: 1050px;
	height: 160px;

	margin-left: auto;
	margin-right: auto;

	padding-top: 46px;
	text-align: center;
	color: #FFF;
	font-size: 56px;
	text-transform: uppercase;
	letter-spacing: 8px;
	font-weight: bold;
}

.GradientLine
{
	margin: auto;
	max-width: 1600px;
	min-width: 1050px;
	height: 2px;
	background: linear-gradient( to right, #000, #816436 10%, #000 );
	z-index: 1;
}

.GradientLineRev
{
	margin: auto;
	max-width: 1600px;
	min-width: 1050px;
	height: 2px;
	background: linear-gradient( to right, #000, #816436 90%, #000 );
	z-index: 1;
}

.GradientLineCenter
{
	margin: auto;
	max-width: 1600px;
	min-width: 1050px;
	height: 2px;
	background: linear-gradient( to right, #000, #816436 50%, #000 );
	z-index: 1;
}

.GradientLineGrey
{
	margin: auto;
	max-width: 1600px;
	min-width: 1050px;
	height: 2px;
	background: linear-gradient( to right, #000, #232A30 10%, #232A30 90%, #000)
}

.FlexRightImage
{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

.FlexLeftImage
{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.FlexText
{
	max-width: 600px;
	min-width: 500px;
}

.FlexRightImage .FlexText
{
	text-align: left;
}

.FlexLeftImage .FlexText
{
	text-align: right;
}

/* Overview */

#MinusOverview
{
	height: 1950px;

	background-image: url( 'dotaminusbackground.png' );
	background-position-y: 20px;
	background-color: black;

	z-index: 0;
}

#MinusOverview .Title
{
	margin-top: 1050px;

	font-size: 100px;
	text-align: center;
	font-weight: bolder;
}

#MinusOverview .SubTitle
{
	padding-top: 20px;
	font-size: 31px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;

	background: linear-gradient( to right, #B5793D 20%, #F0CF59 50%, #B5793D 80% );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

#MinusOverview .Copy
{
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;

	font-size: 22px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;

	width: 700px;
}

#MinusOverview .CopySections
{
	padding-top: 60px;
	font-size: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-family: 'Radiance-SemiBold';

	text-align: center;

	background: linear-gradient( to right, #B5793D 20%, #F0CF59 50%, #B5793D 80% );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#MinusOverview .SubscribeInGame
{
	margin-top: 90px;
	text-align: center;

	text-transform: uppercase;
	letter-spacing: 2px;

	font-size: 36px;
	font-weight: bold;
	font-family: Radiance-SemiBold;
}

.SubscribeButton
{
	width: 300px;
	height: 60px;

	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;

	border-top: 1px solid #F1E5A9;
	background: linear-gradient(#DBCD83, #B98D4A);

	color: white;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 22px;
	text-align: center;
	padding-top: 18px;
	font-weight: bold;

	text-shadow: 0px 0px 8px black;

	cursor: pointer;
}	

.SubscribeButton:hover
{
	border-top: 1px solid #fcf0b2;
	background: linear-gradient(#efe090, #d9a657);
}

#PricingDetails
{
	margin-top: 20px;

	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #C5A35E;
	font-family: Radiance-SemiBold;
}

#PricingDetails .Dollars
{
	color: #E4DDBF;
}

#DiscountDetails
{
	margin-top: 10px;

	line-height: 26px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #DDD;
}

#DiscountDetails .Discount
{
	color:#BD934E ;
}

#MinusOverview .SubText
{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	font-family: Radiance-SemiBold;
}

#MinusOverview .SubText > div
{
	text-align: center;
	color: #C5A35E;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 17px;
}

#MinusOverview .SubText .Longer
{
	padding-top: 20px;
	width: 486px;
	height: 110px;
	line-height: 28px;
	border: 1px solid #6F5D38;
}

#MinusOverview .SubText .Longer .Header
{
	color: #E4DDBF;
	font-family: Radiance-SemiBold;
}

#MinusOverview .SubText .Trial
{
	margin-top: 14px;
	width: 480px;
	line-height: 28px;
}

#MinusOverview .SubText .Trial .Header
{
	font-size: 24px;
	color: #E4DDBF;
	font-family: Radiant-SemiBold;
}


#MinusOverview .SubText .Right .HorizonalLine
{
	width: 30px;
	height: 0px;
	border: 1px solid #D2BF78;
	margin: 12px auto;
}

#MinusOverview .SubText .Right .Expires
{
	color: #96733C;
	font-size: 16px;
}

#MinusOverview .NonRenewing
{
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #C5A35E;
	text-align: center;

	padding-top: 40px;
}

/* Progression */


#MinusProgression
{
}

#Vanity
{
	height: 932px;
	background: url( 'shitposterprog_minus.png' );
	background-position: center;
	background-repeat: no-repeat;

}

#Vanity h2
{
	margin: auto;
	width: 1000px;
	padding-top: 60px;
	text-align: center;
	font-size: 24px;
	font-family: Radiance-SemiBold;
	line-height: 60px;
}

#Vanity .Copy
{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;

	width:700px;
}

#ShitpostBadges
{
	height: 1080px;
	background: url( 'badges2.png' );
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	z-index: 2;
	position: relative;
}

#ShitpostBadges .TopBG
{
	margin-left: -300px;
	margin-top: -940px;
}

#ShitpostBadges h2
{
	padding-top: 60px;
	text-align: center;
}

#ShitpostBadges .Copy
{
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;

	width:700px;
}

#MinusProgression .ShitpostBadgeVideo
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
	
	margin-top: -540px;
	margin-bottom: 60px;
	width: 1000px;

	border: 1px solid #745B35;
	z-index: 1;
}

#ShitpostBadges a
{
	position: absolute;
	top: 1105px;
	font-size: 8pt;
	right: 25px;
}


#ShitpostBadges .ExampleImage
{
	width: 828px;
	height: 468px;

	margin-left: 80px;
	margin-top: 180px;
	z-index: -1;

	border: 2px solid #9B753E;
}

 #HeroChallenges
{
	background: url( 'bountyhunter_minus.png' );
	background-position-x: center;
	background-repeat: no-repeat;

	padding-bottom: 396px;

	display: flex;
	justify-content: center;
}

#HeroChallenges h2
{
	padding-top: 40px;
	text-align: center;
}

#HeroChallenges .Copy
{
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;

	width: 900px;
	/*
	background: url('https://b.thumbs.redditmedia.com/YqaAFvkYSlBRejljti-UVtCsPaVbI3PLeC5-9QZCmyg.png') no-repeat;
	background-size: 1000px;
	padding-right: 50px;
	padding-left: 50px;*/
}


#HeroChallenges #ChallengePanels
{
	margin-top: 218px;
	margin-left: auto;
	margin-right: auto;
}

#HeroChallenges #ChallengePanelDescriptions
{
	width: 960px;

	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;

	display: flex;
	justify-content: space-around;
}

#HeroChallenges #ChallengePanelDescriptions .ChallengePanel
{
	width: 300px;
}

#HeroChallenges #ChallengePanelDescriptions .ChallengePanel .Title
{
	color: #D2D0CF;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	font-size: 17px;
}

#HeroChallenges #ChallengePanelDescriptions .ChallengePanel .Copy
{
	color: #7D7170;
	font-size: 16px;
	width: 100%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
}

#Relics
{
	height: 1011px;
	background: url( 'relics_dotaminus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#Relics h2
{
	padding-top: 80px;
	text-align: center;
}

#Relics .Copy
{
	padding-top: 20px;
	margin: auto;

	width: 940px; 
}

#MemeChatWheel
{
	max-width: 1600px;
	height: 496px;
	margin: auto;

	background: url( 'chatwheel_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

.chatwheelaudio {
	padding-left: 25px; 
	padding-right: 5px; 
	font-weight: bold; 
	width: auto; 
	display: inline-block;
}

#MemeChatWheel h2
{
	margin-top: 120px;
}

#MemeChatWheel .Copy
{
	margin-top: 20px;
	width: 500px;
}

#MemeChatWheel input {
	position: absolute;
}

#MemeChatWheel input#AudioButton1 {
	left: 481px;
    top: 226px;
}

#MemeChatWheel input#AudioButton2 {
    left: 457px;
    top: 61px;
}

#MemeChatWheel input#AudioButton3 {
	left: 980px;
    top: 107px;
}

#MemeChatWheel a {
	text-decoration: underline;
}

input#AudioButton1:hover,
input#AudioButton2:hover,
input#AudioButton3:hover
{
  border-radius: 50px;
  box-shadow: 0 0 0 5px #f4f2b0, 0 0 0 10px #c7a35e;
}

input#AudioButton4:hover,
input#AudioButton5:hover,
input#AudioButton6:hover,
input#AudioButton7:hover,
input#AudioButton8:hover,
input#AudioButton9:hover,
input#AudioButton10:hover,
input#AudioButton11:hover,
input#AudioButton12:hover
{
  border-radius: 50px;
  box-shadow: 0 0 0 2px #f4f2b0, 0 0 0 4px #c7a35e;
}

#WeeklyReward
{
	margin: auto;

	max-width: 1600px;
	height: 500px;

	background: url( 'weekly_dotaminus.png' );
	background-repeat: no-repeat;
	background-position-x: center;

	flex-direction: row-reverse;
}
 #WeeklyReward h2
{
	margin-top: 90px;
}

#WeeklyReward .Copy
{
	margin-top: 20px;
	padding-left: 100px;
}

#Rewards
{
	max-width: 1815px;
	height: 1174px;
	margin: auto;

	background: url( 'minus_rewards.png' );
	background-repeat: no-repeat;
	background-position-x: center;
	position: relative;
	z-index: 1;
}

#Rewards h2
{
	padding-top: 90px;
	text-align: center;
}

#Rewards .Copy
{
	padding-top: 20px;
	margin: auto;
	width: 600px;
	height: 274px;
	text-align: center;
}

/* Assistant */

#MinusAssistant
{
}

#AssistantHeader
{
	height: 1352px;

	background: url( 'bgassistant_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#AssistantHeader h1
{
	margin: auto;
	text-align: center;

	width: 700px;
	padding-top: 870px;
}

#AssistantHeader .Copy
{
	margin: auto;
	width: 900px;

	padding-top: 40px;
	padding-bottom: 190px;

	text-align: center;
}

#AssistantGuides
{
	margin: auto;
	height: 1540px;
	background: url( 'bg_guides.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#AssistantGuides img
{
	position: absolute;
}

#AssistantGuides img.row1 { top: 345px; }
#AssistantGuides img.row2 { top: 397px; }
#AssistantGuides img.row21 { top: 420px; }
#AssistantGuides img.row22 { top: 472px; }
#AssistantGuides img.row3 { top: 567px; }
#AssistantGuides img.row4 { top: 619px; }
#AssistantGuides img.row41 { top: 638px; }
#AssistantGuides img.row42 { top: 711px; }
#AssistantGuides img.row43 { top: 787px; }
#AssistantGuides img.row5 { top: 789px; }
#AssistantGuides img.row6 { top: 841px; }


#AssistantGuides img.col1 { left: 667px; }
#AssistantGuides img.col2 { left: 739px; }
#AssistantGuides img.col3 { left: 810px; }
#AssistantGuides img.col4 { left: 927px; }
#AssistantGuides img.col5 { left: 999px; }
#AssistantGuides img.col6 { left: 1071px; }
#AssistantGuides img.col7 { left: 1140px; }

#AssistantGuides .Left h2
{
	padding-top: 120px;

	text-align: left;
}

#AssistantGuides .Left .Copy
{
	padding-top: 20px;

	width: 500px;

	text-align: left;
}

#AssistantGuides .Bottom h2
{
	padding-top: 490px;

	text-align: center;
}

#AssistantGuides .Bottom .Copy
{
	padding-top: 20px;
	margin: auto;

	width: 800px;

	text-align: center;
}


#Wards
{
	margin: auto;
	max-width: 1600px;
	height: 500px;
	background: url( 'http://cdn.dota2.com/apps/dota2/images/plus/bg_wards.jpg' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#Wards h2
{
	padding-top: 90px;
}

#Wards .Copy
{
	width: 500px;
	padding-top: 20px;
}

#PostStrategy
{
	margin: auto;

	max-width: 1600px;
	height: 460px;

	background: url( 'poststrategy.jpg' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#PostStrategy h2
{
	padding-top: 90px;

}

#PostStrategy .Copy
{
	padding-top: 20px;
}

#HeroSuggest
{
	margin-bottom: -170px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1600px;
	height: 1300px;

	background: url( 'herosuggest_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
	z-index: 2;
}

#HeroSuggest h2
{
	padding-top: 110px;
	margin-left: auto;
	margin-right: auto;

	text-align: center;
}

#HeroSuggest .Copy
{
	padding-top: 40px;
	margin: auto;

	width: 700px;

	text-align: center;
}

/* Analytics */

#MinusAnalytics
{
}

#DeathSummary
{
	margin: auto;
	height: 1064px;
	background: url( 'deathsummary_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
	margin-bottom: -72px;
	z-index: 2;
}

#DeathSummary h2
{
	padding-top: 70px;
	margin: auto;
	text-align: center;
}

#DeathSummary .Copy
{
	width: 800px;

	padding-top: 640px;
	margin: auto;

	text-align: center;
}

#LoLDiscussion
{
	margin: auto;
	height: 504px;
	background: url( 'discussion.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#LoLDiscussion h2
{
	padding-top: 90px;
}

#LoLDiscussion .Copy
{
	padding-top: 20px;
	padding-left: 100px;
}

#RankTrends
{
	height: 482px;
	background: url( 'globalmeme_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#RankTrends h2
{
	padding-top: 90px;
}

#RankTrends .Copy
{
	padding-top: 20px;
	padding-right: 100px;
}

#InGame
{
	margin: auto;
	max-width: 1600px;
	height: 750px;
	background: url( 'shittywizard_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
	margin-top: -80px;
	margin-bottom: -120px;
	z-index: 3;
	position: relative;
}

#InGame h2
{
	padding-top: 180px;
}

#InGame .Copy
{
	padding-top: 40px;
	padding-left: 190px;
}

#WinProb
{
	margin: auto;
	max-width: 1600px;
	height: 520px;
	background: url( 'http://cdn.dota2.com/apps/dota2/images/plus/bg_win.jpg' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#WinProb h2
{
	padding-top: 120px;
}

#WinProb .Copy
{
	padding-top: 20px;
	padding-right: 140px;
}

#MinusPerks
{
	margin-top: -64px;
	justify-content: center;
}

#JungleGuides
{
	margin: auto;
	max-width: 1600px;
	height: 1100px;
	background: url( 'perks_jungle_minus.png' );
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 0px;
}

#JungleGuides h2
{
	padding-top: 790px;
	margin: auto;
	text-align: center;
}

#JungleGuides .Copy
{
	width: 700px;

	padding-top: 20px;
	margin: auto;

	text-align: center;
}

#JungleGuides .Free
{
	margin-left: auto;
	margin-right: auto;

	padding-top: 40px;

	text-align: center;
	color: #D2BF78;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 24px;

	text-shadow: 0px 0px 12px #D2BF78;
}

#SeasonalTerrain
{
	margin: auto;
	max-width: 1600px;
	height: 928px;
	background: url( 'minus_bgterrain.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#SeasonalTerrain h2
{
	padding-top: 28px;
	margin: auto;

	text-align: center;
}

#SeasonalTerrain .Exclusive
{
	padding-top: 55px;
	margin: auto;
	text-align: center;
	color: #A7BFD4;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}

#SeasonalTerrain .Copy
{
	width: 800px;
	height: 193px;

	color: white;
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
	padding-top: 80px;
	margin: auto;

	text-align: center;
}

#SeasonalTerrain .TerrainImage
{
	margin:auto;
	display: block;

	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 9s;
}

@keyframes cf3FadeInOut1 
{
	0% 
	{
		opacity:1;
	}
	33% 
	{
		opacity:1;
	}
	36% 
	{
		opacity:0;
	}
	97% 
	{
		opacity:0;
	}
	100% 
	{
		opacity:1;
	}
}

@keyframes cf3FadeInOut2
{
	0% 
	{
		opacity:0;
	}
	30% 
	{
		opacity:0;
	}
	33% 
	{
		opacity:1;
	}
	66% 
	{
		opacity:1;
	}
	69% 
	{
		opacity:0;
	}
	100% 
	{
		opacity:0;
	}
}

@keyframes cf3FadeInOut3
{
	0% 
	{
		opacity:1;
	}
	3% 
	{
		opacity:0;
	}
	63% 
	{
		opacity:0;
	}
	66% 
	{
		opacity:1;
	}
	100% 
	{
		opacity:1;
	}
}


#SeasonalTerrain .TerrainImage1
{
	animation-name: cf3FadeInOut1;
}

#SeasonalTerrain .TerrainImage2
{
	animation-name: cf3FadeInOut2;
	margin-top: -411px;
}

#SeasonalTerrain .TerrainImage3
{
	animation-name: cf3FadeInOut3;
	margin-top: -411px;
}

#WrapUp
{
	margin: auto;
	max-width: 1600px;
	height: 1320px;
	padding-top: 150px;

	background: url( 'bg_wrapup.png' );
	background-repeat: no-repeat;
	background-position-x: center;
}

#WrapUp .Title
{
	font-size: 85px;
	text-align: center;
	font-weight: bolder;
}

#WrapUp .SubTitle
{
	font-size: 31px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;

	background: linear-gradient( to right, #B5793D 20%, #F0CF59 50%, #B5793D 80% );
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

}

#WrapUp .FeatureSetHeader
{
	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;

	color: #C5A35E;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
	font-size: 17px;
}

#WrapUp .FeatureSet
{
	display: flex;
	justify-content: center;

	height: 540px;
}

#WrapUp .FeatureSet .Column
{
	font-size: 22px;

	width: 525px;
	padding-top: 20px;
	padding-left: 150px;
}

#WrapUp .FeatureSet .Column .Header
{
	line-height: 40px;
	color: #C5A35E;
	text-transform: uppercase;
	font-family: Radiance-SemiBold;
}

#WrapUp .FeatureSet .Column .Bullets
{
	line-height: 37px;
	color: #E4DDBF;
}

#WrapUp .FeatureSet .Column .Indent
{
	line-height: 34px;
	color: #E4DDBF;
	padding-left: 40px;
}


#WrapUp .FeatureSet .Column .FreeShards
{
	color: #E4DDBF;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	padding-left: 70px;
}

#WrapUp .FeatureSet .Column .FreeShardsSub
{
	color: #C5A35E;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 28px;
	padding-left: 70px;
}

#WrapUp .NonRenewing
{
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #C5A35E;
	text-align: center;

	padding-top: 40px;
}

#WrapUp .SubscribeInGame
{
	margin-top: 90px;
	text-align: center;

	text-transform: uppercase;
	letter-spacing: 2px;

	font-size: 36px;
	font-weight: bold;
	font-family: Radiance-SemiBold;
}


#Footer, #Footer .Inner
{
	background-image: url( 'footer_minus.png' );
	background-color: #000000;
	background-repeat: no-repeat;
	height: 287px;
}



