
:root
{
    --main-text-color: #A1B5D8;
    --grey-text-color: #d7d7d7;
    --live-match-border-color: #B685F7;
    --live-match-background-color: #34156B;
}

@media only screen and (min-width: 70em) { /* 960px */
	.container {
		width: 75%;
		max-width: 90rem;
	}
}

#FullPage
{
    max-width: 100%;
}

a, a:active, a:visited, a:focus {
    color: var(--grey-text-color);
    text-decoration: none;
}

*, html, li, a, body
{
    font-family:'Microsoft YaHei','arial',sans-serif;
}

body
{
    /* min-width: 1000px; */
    background-color: #050912;
}

.fullwidth {
	width: 100%;
}

/* .page-contain {
	overflow-x: hidden;
} */

#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;
	}
}

#HowToWatchSection p
{
    color: #A1B5D8;
    font-size: 1em;
    line-height: 2em;
}

.Content
{
    background-position:top center;
    background-repeat:no-repeat;
    position:relative;
    width: 1440px;
    margin: 0 auto;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility;
}
/*
#HeaderBuffer
{
    height: 76px;
    margin-top: -84px;
    width: 100%;
    display: block;
} */

/* #Header
{
    height: 828px;
    background-image: url('//cdn.dota2.com.cn/apps/dota2/images/international2019/overview/bg_overview_header.jpg?v=5282200');
    background-size: 100%; */
}

#GradientOverlayBottom {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(59%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.65)));
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0px;
}

#GradientOverlayHeader
{
    background-image: url("http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/gradient-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0px;
}

#HeroTop {
    width: 100%;
	background-size: 100%;
	position: absolute;
	background-color: #020006;
}

#HeaderBg {
	width: 100%;
	height: auto;
	position: absolute;
	overflow: hidden;
	top: 0px;
	transform: translate(0, 0);

	z-index: 0;
	animation: 1s ease-out fadeInVideo;
	animation-fill-mode: forwards;
	animation-delay: 0 0.5s;
}

#TiLogo {

    margin: 0;
    padding:0;
	margin-top: 6vw;
    width: 100%;
    max-width: 670px;
    height: 264px;
    z-index: 2;
    background-image: url("http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/ti_logo.png");
    background-size: 100%;
    background-position: 50% top ;
    background-repeat: no-repeat;
    border-style: none;
}

#HeaderContainer
{
    /* width: 100%; */
    /* height: 290px; */
    overflow: hidden;
}

#HeaderContent
{
    margin-right:auto;
    margin-left:auto;
    text-align: center;
    /* width: 2600px; */

    position: relative;
    left: 0px;
    top: 0px;
    display: block;
}

/* #HeaderVideo
{
    /* overflow: visible;
    display: block;
    margin-left: -300px; */
    width: 100%;
	height: auto;
	z-index: 100;
	position: absolute;
	overflow: hidden;
	top: 0px;
	transform: translate(0, 0);

	z-index: 1;
	opacity: 0;
	animation: 1s ease-out fadeInVideo;
	animation-fill-mode: forwards;
	animation-delay: 0 0.5s;
} */

#VideoSideFade
{
    overflow: visible;
    display: block;
    position: absolute;
    top: 0px;
    left: -300px;
    width: 1600px;
    height: 348px;
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/header_side_fade.png');
}

#HeaderLogoContainer
{
    position: absolute;
    top: 50px;
    left: 0;
    height: 218px;
    width: 2600px;
}

#NewcomerStreamCallout
{
    color: #78afb5;
    font-size: 16px;
    position: absolute;
    top: 160px;
    left: 720px;
    width: 260px;
    border: #78afb5 1px solid;
    padding-top: 7px;
    padding-bottom: 7px;
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/newcomer_button.jpg');
    text-shadow: 1px 1px 2px #000000;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

#NewcomerStreamCallout:hover
{
    -webkit-filter: brightness( 150% );
    filter: brightness( 150% );
}

#TiNavBar
{
    top: 64px;
    height: 72px;
    width: 100%;
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/global/section_bg_sm.png');
    background-size: contain;
    background-repeat: repeat-x;
    overflow-x: visible;
    z-index: 9999;
    overflow: hidden;

    box-shadow: 0px 6px 24px #000000;

    position: sticky;
    top: 0;
}
body .dota2-header-nav-container{
    z-index: 100000;
}

#FlowerLeft {
	position: absolute;
	top: -94px;
	left: 0px;
}

#FlowerRight {
	position: absolute;
	top: -175px;
	right: 0px;
}

#NavBarContent
{
    text-transform: uppercase;
    color:rgb(153, 153, 153);
    font-size: 16px;
    padding-top: 24px;
    text-align: center;
    letter-spacing: 4px;
}

.NavBarSelected
{
    color: #ffffff !important;
    text-shadow: 0 0 2px rgba(216, 186, 255, 0.623);
}

#NavBarContent a
{
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #A1B5D8;
}

#NavBarContent a:hover
{
    color: #FFFFFF;
}

.NavBarSpacer
{
    padding-right: 10px;
    padding-left: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color:transparent;
}

#OverviewMainContainer
{
    height: 800px;
    z-index: 3;
    margin-top: 3vw;
    margin-right:auto;
    margin-left:auto;
    margin-top: 450px;
}

#Aegis
{
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/bg_overview_main.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 615px;
}

#MainContainer
{
    height: 470px;
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/bg_overview_main.jpg');
    background-position: center;
    z-index: 3;
    background-repeat:no-repeat;
    margin-right:auto;
    margin-left:auto;
    position:relative;
}

#OverviewMainContent
{
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 1000;
    /* padding-top: 30px; */
}
#OverviewMainContent .LinkBox{
    width: 184px;
}

.OverviewHeaderBox
{
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: var(--main-text-color);
    height: 155px;
    line-height: 24px;
    letter-spacing: 3px;
    font-size: 12px;
    text-shadow: 1px 1px 2px #000000;
    text-align: center;
}

.BoxPreText
{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.BoxSubText
{
    font-size: 14px;
    color: #A1B5D8;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.BoxMainText
{
    font-size: 54px;
    color: rgb(236, 221, 255);
    text-shadow: 0px 1px 4px #000000, 0px 0px 6px #D8BAFF;
    margin-top: -6px;
    letter-spacing: 2px;
}

#PrizePoolContent .BoxMainText
{
    font-size: 84px;
    transform: translateY(-8px);
}

#PrizePoolContent .BoxSubText
{
    transform: translateY(-8px);
}

.LinkBox
{
    background-color: #271543;
    /* background-color: linear-gradient(90deg, rgba(152,98,233,1) 0%, rgba(52,21,107,1) 100%); */
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    padding: 12px 42px;
    text-shadow: 1px 1px 2px #000000;
    display: inline-block;
    border: 2px solid #9862E9;
    transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    -webkit-transition: background-color .25s ease-out;
    color: #fff;
}

.LinkBox:hover
{
    background-color: #513181;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

.LinkBox:active
{
    background-color: rgb(152,98,233, 1);
}

.BoxLeft
{
    float: left;
    margin-left: 20px;
}

.BoxRight
{
    float: right;
    margin-right: 50px;
}

.section-title
{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: 5px;
    text-align: center;
    color: rgb(236, 221, 255);
    text-shadow: 0px 1px 4px #000000, 0px 0px 6px #D8BAFF;
    margin-bottom: 36px;
}

#HowToWatchContainer
{
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/bg_overview_main_how_to_watch.jpg');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: top;
    background-color: #050912;
    z-index: 2;
    padding-top: 200px;
    padding-bottom: 200px;
    transform: translateY(-296px);
}

#HowToWatchSection
{
    padding-top: 12px;
    display: inline-block;
    position: relative;
}

#HowToWatchSection .row
{
    margin-bottom: 48px;
}

#HowToWatchSection a
{
    color: #9862E9;
}

.HowToWatchCell
{
    display: inline-block;
    width: 40%;
    padding-right: 12px;
    padding-left: 12px;
    color: rgba(161, 181, 216, 0.8);
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    vertical-align: top;
    text-shadow: 1px 1px 2px #000000;
}

#HowToWatchContainer h2
{
    color: #D8BAFF;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 4px;
    text-shadow: 1px 1px 2px #000000;
    margin-bottom: 12px;
}

#PrizePoolContainer
{
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/prize-pool-bg.png');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #050912;
    transform: translateY(-296px);
    padding-bottom: 500px;
    padding-top: 0px;
    z-index: 1;
}

#PrizePoolContent
{
    /* padding-top: 65px; */
    text-align: center;
}


#PrizePoolHeader
{
    color: var(--grey-text-color);
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.PrizePoolBreakdown
{
    margin-top: 24px;
}

.PrizePoolRow
{
    margin-bottom: 38px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#PrizePoolContent .row
{
    margin-bottom: 24px;
}

.PrizePoolText
{
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.12em;
}

.PrizePoolText-Lg
{
    font-size: 48px;
    text-align: center;
    letter-spacing: 0.12em;

    margin-top: 64px;
}

.PrizePoolPlace
{
    color: var(--main-text-color);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-top: 2px;
}

#USD
{
    text-align: center;
    width: 470px;
    color: var(--main-text-color);
    text-shadow: 1px 1px 2px #000000;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
}

.TopGlow
{
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/top-glow.png');
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 130px;
    position: absolute;
    top: 0;
    pointer-events: none;
    z-index: 1;
}

#BattlePassContainer
{
    min-height: 960px;
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/heroes-v.png');
    background-repeat: no-repeat;
    background-position: bottom;
    transform: translateY(-296px);
    background-color: #0B0119;
    margin-bottom: -296px;
    background-size: 70%;
}

#BattlePassContent
{
    padding-top: 60px;
    text-align: center;
}

#BattlePassLogo
{
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2019/overview/battlepass_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
}

#BattlePassProceeds
{
    text-align: center;
    color: var(--main-text-color);
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
    text-shadow: 1px 1px 2px #000000;
}

.ContentHeaderLargeText
{
    color: var(--grey-text-color);
    font-size: 24px;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #000000;
    text-transform: uppercase;
}
/*
#Container07
{
    background-image:url('//cdn.dota2.com.cn/apps/dota2/images/international2019/overview/footer.jpg');
    height: 300px;
	z-index: -1;
} */

#ChangeContent
{
    padding-top: 30px;
    position: relative;
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    z-index: 5;
}

.ContentSelector
{
    color: var(--main-text-color);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    z-index: 10;
    cursor: pointer;
    display: inline-block;
    width: 120px;
}

.ContentSelector:hover
{
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.ContentSelected
{
    color: #FFFFFF !important;
    text-shadow: 0 0 3px #FFFFFF;
}

.Seperator
{
    color: var(--main-text-color);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 3px;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
}


#GameInProgressCallout {
    height: 140px;
    background-image: url('http://cdn.dota2.com.cn/apps/dota2/images/international2016/overview/bg_in_progress_callout.jpg');
    position: relative;
    vertical-align: middle;
}

#GameInProgressCallout:hover {
    -webkit-filter: brightness(120%); /* Chrome, Safari, Opera */
    filter: brightness(120%);
}

#GameInProgressCalloutContent {
    text-transform: uppercase;
    color:#4d443a;
    font-size: 16px;
    width: 800px;
    cursor: default;
    height: 140px;
    text-align: center;
    display: block;
    cursor: pointer;
}

#GameInProgressCallout:hover #GameInProgressCalloutBotText {

}

#GameInProgressCallout:hover #GameInProgressCalloutTop {

}


#GameInProgressCalloutTop {
    background: rgba(0, 0, 0, .6);
    text-align: center;
    width: 800px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    margin-top: 18px;
}

.GameInProgressCalloutTopText {
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 36px;
    vertical-align: middle;
    position: relative;
    letter-spacing: 8px;
    margin-top: 6px;
}

#GameInProgressCalloutBotText {
    line-height: 20px;
    background: rgba(0, 0, 0, .6);
    font-size: 20px;
    text-align: center;
    height: 30px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    padding-top: 5px;
    margin-top: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f1583a;
    font-size: 20px;
}

.footer {
	background-color: #000000;
	width: 100%;
    padding-top: 30px;
    padding-bottom: 24px;
}

.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;
}

/* Wide Desktop */
@media only screen and (min-width: 2000px)
{
    #HowToWatchContainer
    {
        background-size: 60%;
    }

    #PrizePoolContainer
    {
        background-size: 70%;
    }

    #BattlePassContainer
    {
        min-height: 1200px;
        background-size: 70%;
    }
}

/* Desktop */
@media only screen and (min-width: 1201px)
{
    #HowToWatchContainer
    {
        background-size: 60%;
    }

    #PrizePoolContainer
    {
        background-size: 70%;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1200px)
{

    /* #OverviewMainContainer
    {
        margin-top: 320px;
    }

    #HowToWatchContainer
    {
        transform: translateY(-398px);
    }

    #Aegis
    {
        height: 405px;
    }

    .container {
        width: 75%;
        max-width: 66rem !important;
    }

    #BattlePassContainer
    {
        min-height: 900px;
        background-size: 100%;
    } */

    .PrizePoolText
    {
        font-size: 24px;
    }
}

/* Mobile */
@media (min-width: 320px) and (max-width: 767px)
{
    #OverviewMainContainer
    {
        margin-top: 230px;
        height: 670px;
    }

    #Aegis
    {
        height: 300px;
        background-size: 260%;
    }

    #OverviewMainContent .BoxMainText
    {
        font-size: 32px;
    }

    #OverviewMainContent .BoxSubText
    {
        font-size: 18px;
    }

    #HowToWatchContainer
    {
        padding-bottom: 40px;
    }

    #HowToWatchSection
    {
        background-size: 200%;
    }

    #HowToWatchSection p
	{
		font-size: 1.2em;
    }

    #TiNavBar
    {
        height: 96px;
        background-size: cover;
    }

    #NavBarContent
    {
        line-height: 2em;
        padding-top: 18px;
    }

    #BattlePassContainer
    {
        min-height: 660px;
        background-size: 160%;
    }

    #PrizePoolContainer
    {
        background-size: 100%;
        padding-bottom: 160px;
    }

    #PrizePoolContainer br
    {
        display: none;
    }

    .PrizePoolText
    {
        font-size: 48px;
    }

    #PrizePoolContainer .BoxMainText
    {
        font-size: 54px;
    }

    #PrizePoolContainer .BoxSubText
    {
        transform: translateY(-12px);
    }

    .BottomRow
    {
        transform: translateY(-42px);
    }

    #PrizePoolContainer .LinkBox
    {
        transform: translateY(-48px);
    }


    .footer-logo {
        margin-top: 12px;
    }
}