/* Game */

div.game
{
}

div.game div.caption
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

div.game a.dlcMarker
{
    background-color: #547dbf;
    padding: 2px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    color: black;
    text-decoration: none;
}

div.game h2.gameName
{
    display: inline-block;
    color: white;
    margin: 0 10px;
    padding: 0;
    vertical-align: middle;
}

div.game div.forumWishlist
{
    display: inline-block;
    width: 285px;
    padding: 0;
    background-color: transparent;
    vertical-align: middle;
    white-space: nowrap;
}

div.game div.forumWishlist div.forum
{
    display: inline-block;
    width: 150px;
    margin: 0;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    box-sizing: border-box;
    font-weight: bold;
    background: linear-gradient(to bottom, #4d77b0, #346287);
    vertical-align: top;
    border-right: 20px solid transparent;
    border-top: 30px solid #4d77b0;
    height: 0;
    position: relative;
    padding-right: 20px;
}

div.game div.forumWishlist div.forum a,
div.game div.forumWishlist div.wishlist a
{
    position: absolute;
    top: -30px;
    left: 10px;
    right: 0;
    color: white;
    text-decoration: none;
    outline: none;
}

div.game div.forumWishlist div.wishlist a
{
    color:black !important;
}

div.game div.forumWishlist div.wishlist
{
    display: inline-block;
    width: 151px;
    box-sizing: border-box;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-left: -19px;
    border-left: 20px solid transparent;
    border-bottom: 30px solid #5f697a;
    height: 0;
    vertical-align: top;
    position: relative;
}

div.game div.forumWishlist div.wishlist a
{
    position: absolute;
    top: 0;
    bottom: -30px;
    left: 0;
    right: 0;
}

div.mainMediaDuo
{
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

div.mainMediaDuo div
{
    white-space: normal;
}

div.game div.mainMedia
{
    width: 645px;
    height: 330px;
    margin: 0 10px 10px 0;
    vertical-align: top;
    display: inline-block;
    background-color: #454b55;
}

div.game div.mainMedia iframe,
div.game div.mainMedia img
{
    width: 100%;
    height: 100%;
}

div.game div.gameInfo
{
    width: 285px;
    height: 330px;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    text-align: justify;
}

div.game div.gameInfo > img
{
    width: 285px;
    height: 133px;
    margin-bottom: 5px;
}

div.game div.gameInfo div.introduction
{
    color: white;
    max-height: 130px;
    overflow-y: auto;
}

div.game div.gameInfo div.platformsBuynow
{
    padding-top: 24px;
    vertical-align: middle;
    text-align: right;
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.game div.gameInfo div.platformsBuynow a
{
    text-decoration: none;
    outline: none;
}

div.game div.gameInfo div.platformsBuynow img
{
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-right: 5px;
}

div.game div.gameInfo div.platformsBuynow div.discountPercent
{
    display: inline-block;
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 35px;
    padding: 1px 20px;
    color: black;
    font-weight: bold;
}

div.game div.gameInfo div.platformsBuynow div.originalPrice
{
    color: white;
    text-decoration: line-through;
    position: absolute;
    right: 0;
    bottom: 35px;
}

div.game div.gameInfo div.platformsBuynow a.buynow
{
    vertical-align: middle;
    background-color: #fce003;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;

}

div.game div.gameInfo div.platformsBuynow a.discontinued
{
    background-color: lightgrey;
    color: #4b4b4b;
}

div.game div.gameInfo div.platformsBuynow a.coming-soon
{
    background-color: white;
    color: black;
}

div.game div.scrollMedia
{
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    background-color: transparent;
    margin-bottom: 10px;
}

div.game div.scrollMedia div.video,
div.game div.scrollMedia div.screen
{
    display: inline-block;
    padding: 7px;
    background-color: #454b55;
    margin: 3px 7px;
}

div.game div.scrollMedia iframe,
div.game div.scrollMedia img
{
    height: 140px;
    width: auto;
    display: inline-block;
}

div.game div.scrollMedia iframe
{
    pointer-events: none;
}


div.game div.dlcs
{
    background-color: #e5e9ee;
    /*    padding: 10px 40px;*/
    border-radius: 5px;
    position: relative;
    margin-bottom: 20px;
}

div.game div.dlcs h3.dlcs
{
    margin: 0;
    padding: 5px 20px;
    background-color: #5f697a;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

div.game div.dlcs div.dlcsContainer
{
    padding: 10px;
}

div.game div.dlcs div.dlc
{
    border-bottom: solid 1px #bcbfc8;
    padding: 10px;
}

div.game div.dlcs div.dlc:last-child
{
    border-bottom: none;
}

div.game div.dlcs a.dlc
{
    text-decoration: none;
    color: black;
    display: block;
}

div.game div.dlcs div.dlcExcessive
{
    display: none;
}

div.game div.dlcs div.dlc a.dlc > img
{
    width: 171px;
    height: 80px;
    vertical-align: middle;
}


div.game div.dlcs div.dlc div.introduction h4.gameName
{
    margin: 0 0 5px 0;
}

div.game div.dlcs div.dlc div.introduction
{
    display: inline-block;
    width: 40%;
    vertical-align: middle;
    margin: 0 20px 10px 20px;
}

div.game div.dlcs div.dlc div.platforms
{
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    text-align: center;
}

div.game div.dlcs div.dlc div.platforms img
{
    width: 32px;
    height: 32px;
}

div.game div.dlcProduct
{
    position: relative;
}

div.game div.dlc a.buynow
{
    background-color: #fce003;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    top: 40px;
    right: 40px;
}

div.game div.dlc div.discountPercent
{
    display: inline-block;
    background-color: white;
    position: absolute;
    right: 40px;
    top: 80px;
    padding: 1px 20px;
    color: black;
    font-weight: bold;
}

div.game div.dlc div.originalPrice
{
    color: black;
    text-decoration: line-through;
    position: absolute;
    right: 40px;
    top: 20px;
}


div.game div.moreButton
{
    background-color: #5f697a;
    text-align: center;
    color: white;
    font-size: 0.8em;
    padding: 3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.game div.moreButton a
{
    color: white;
    text-decoration: none;
    outline: none;
}

div.game div.moreButton a span.hideButton
{
    display: none;
}

div.game div.downloadsTabs
{
    margin-bottom: 20px;
}

div.game div.downloadsTabs a.tabLabel
{
    display: inline-block;
    border-top: solid 1px #5f697a;
    border-left: solid 1px #5f697a;
    border-right: solid 1px #5f697a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 10px;
    color: white;
    padding: 7px 10px;
    min-width: 80px;
    text-align: center;
    outline: none;
}

div.game div.downloadsTabs a.tabActive
{
    background-color: #5f697a;
}

div.game div.downloadsTabs a.tabInactive
{
    background-color: transparent;
    display: none; /* TODO: hidden for the HoW, remove after */
}

div.game div.downloadsTabs div.tabContent
{
    background: linear-gradient(to bottom, #5e6878, #4d5665);
    min-height: 100px;
    padding: 10px 40px;
}

div.game div.downloadsTabs a
{
    text-decoration: none;
    color: #e5e9ee;
}

div.game div.downloadsTabs div#contentDownloads table
{
    width: 100%;
    color: #e5e9ee;
}

div.game div.downloadsTabs div#contentDownloads table th
{
    border-bottom: solid 1px #a6aaaf;
    text-transform: uppercase;
}

div.game div.downloadsTabs div#contentDownloads table tr th:first-child,
div.game div.downloadsTabs div#contentDownloads table tr td:first-child
{
    text-align: left;
    padding-left: 100px;
}

div.game div.downloadsTabs div#contentDownloads table tr th:last-child,
div.game div.downloadsTabs div#contentDownloads table tr td:last-child
{
    text-align: center;
    padding-right: 100px;
}

div.game div.downloadsTabs div#contentDownloads table tr:nth-child(2) td
{
    padding-top: 10px;
}

div.game div.downloadsTabs div#contentDownloads table tr.accessDenied a
{
    color: #2b2b2b;
}


div.game div.newsTrio
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

div.game div.newsTrio > div
{
    height: 340px;
    display: inline-block;
    border-radius: 5px;
}

div.game div.newsTrio div.gameNews
{
    width: 49%;
    background-color: #586272;
}

div.game div.newsTrio div.gameNews > h3
{
    background-color: #e5e9ee;
    padding: 20px;
    text-align: center;
    color: #547dbf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    font-size: 1.2em;
}

div.game div.newsTrio div.gameNews > h3 i
{
    font-weight: normal;
}

div.game div.newsTrio div.gameNews div.newsArticles
{
    overflow-y: auto;
    height: 276px;
    padding: 10px 30px;
    box-sizing: border-box;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle
{
    border-bottom: solid 1px #e5e9ee;
    padding: 10px 0;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle:last-child
{
    border-bottom: none;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle a
{
    text-decoration: none;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle img
{
    width: 96px;
    height: 45px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div
{
    display: inline-block;
    color: #e5e9ee;
    width: 270px;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    font-size: 0.9em;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle span.postedDate
{
    font-weight: bold;
    font-style: italic;
}

div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div > h4
{
    margin: 0 0 5px 0;
    font-style: italic;
}


div.game div.newsTrio div.gameNews div.newsArticles div.newsArticle > div p
{
    margin-top: 0;
}

div.game div.newsTrio div.forum
{
    width: 24%;
}

div.game div.newsTrio div.gameSpecs
{
    width: 24%;
}

div.game div.newsTrio div.forum
{
    background-color: #5f697a;
    position: relative;
}

div.game div.newsTrio div.forum > h3
{
    background: linear-gradient(to bottom, #4b74ab, #306082);
    padding: 10px;
    text-align: center;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    border-bottom: solid 2px #333333;
    text-transform: uppercase;
}

div.game div.newsTrio div.forum div.forumPosts
{
    height: 180px;
    overflow: hidden;
    overflow-y: auto;
    color: #e5e9ee;
    font-size: 0.7em;
    text-align: center;
}

div.game div.newsTrio div.forum div.forumPost
{
    border-top: solid 1px #95999e;
    margin: 10px 5px 10px 5px;
}

div.game div.newsTrio div.forum div.forumPost div.published
{
    margin-top: -7px;
    margin-left: auto;
    margin-right: auto;
    background-color: #5f697a;
    width: 30%;
}

div.game div.newsTrio div.forum div.forumPost a
{
    text-decoration: none;
    color: #e5e9ee;
    outline: none;
}

div.game div.newsTrio div.forum div.forumButtons
{
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.game div.newsTrio div.forum a.buttonBeta,
div.game div.newsTrio div.forum a.buttonBetaOff,
div.game div.newsTrio div.forum a.buttonTournament,
div.game div.newsTrio div.forum a.buttonTournamentOff,
div.game div.newsTrio div.forum a.buttonManual {
    background-color: #e5e9ee;
    display: block;
    padding: 10px;
    color: #547dbf;
    font-weight: bold;
    text-align: center;
    margin-top: 1px;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

a.buttonBetaOff,
a.buttonTournamentOff {
    background-color: silver !important;
}

div.game div.newsTrio div.gameSpecs {
    background-color: #e5e9ee;
    color: black;
    text-align: center;
    position: relative;
}

div.game div.newsTrio div.gameSpecs > h3
{
    background: linear-gradient(to bottom, #5b6576, #48505e);
    padding: 20px;
    text-align: center;
    color: #e5e9ee;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: 0;
    font-size: 1.2em;
}

div.game div.newsTrio div.gameSpecs > h3 i
{
    font-weight: normal;
}

div.game div.newsTrio div.gameSpecs label
{
    color: #547dbf;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

div.game div.newsTrio div.gameSpecs span
{
    display: block;
    margin-bottom: 10px;
}

div.game div.newsTrio div.gameSpecs div.specsContainer
{
    height: 190px;
    overflow-y: auto;
}

div.game div.newsTrio div.gameSpecs div.available
{
    background: linear-gradient(to bottom, #5b6576, #48505e);
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 80px;
    color: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-bottom: 10px;
}

div.game div.newsTrio div.gameSpecs div.available label
{
    color: white;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px;
}

div.game div.newsTrio div.gameSpecs div.available div.availableInStores img
{
    width: 32px;
}

div.game div.mediaReviews
{
    margin-bottom: 20px;
    width: 1100px;
}

div.game div.mediaReviews h3.mediaReviews
{
    color: #e5e9ee;
    margin: 0 80px;
}

div.game div.mediaReviews h3.mediaReviews i
{
    font-weight: normal;
}

div.game div.mediaReviews > div
{
    background-color: #e5e9ee;
}

div.game div.mediaReviews div.reviewsContainer
{
    position: relative;
}

div.game div.mediaReviews div.review
{
    padding: 30px;
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
}

div.game div.mediaReviews div.review a.reviewer
{
    margin-left: 10px;
    text-decoration: none;
    color: blue;
    font-weight: bold;
    font-size: 0.7em;
}


div.game div.mediaReviews a.prevReview
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 60px;
    box-sizing: border-box;
    padding: 10px;
}

div.game div.mediaReviews a.nextReview
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 60px;
    box-sizing: border-box;
    padding: 10px;
}

div.game div.gameInfoDuo
{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

div.game div.gameInfoDuo > div
{
    display: inline-block;
}

div.game div.gameInfoDuo div.gameInfoTabs
{
    background-color: #e5e9ee;
    width: 74%;
    height: 500px;
    border-radius: 5px;
}

div.game div.gameInfoDuo div.gameInfoTabsSingle
{
    width: 100%;
}

div.game div.gameInfoDuo div.gameInfoTabs a#tabInfo
{
    border-top-left-radius: 5px;
}

div.game div.gameInfoDuo div.gameInfoTabs div.tabs
{
    border-bottom: solid 1px #7f899a;
}

div.game div.gameInfoDuo div.gameInfoTabs a.tabLabel
{
    display: inline-block;
    border-right: solid 1px #7f899a;
    text-transform: uppercase;
    padding: 15px 15px;
    min-width: 100px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}

div.game div.gameInfoDuo div.gameInfoTabs a.tabActive
{
    background-color: #4671a3;
    color: white;
}

div.game div.gameInfoDuo div.gameInfoTabs a.tabInactive
{
    color: #5f697a;
}

div.game div.gameInfoDuo div.gameInfoTabs div.tabContent
{
    min-height: 100px;
    padding: 10px 40px;
    overflow: hidden;
    overflow-y: auto;
    height: 420px;
}

div.game div.gameInfoDuo div.gameInfoTabs div#contentInfo
{
    overflow-y: auto;
}

div.game div.gameInfoDuo div.editionInfo
{
    background: #47505d url(../images/edition-bg.png) center center no-repeat;
    background-size: cover;
    width: 24%;
    color: white;
    height: 500px;
    overflow: hidden;
}

div.game div.gameInfoDuo div.editionInfo img.productCoverArt
{
    display: block;
    width: 169px;
    height: 240px;
    margin: 30px auto 0 auto;
}

div.game div.gameInfoDuo div.editionInfo div.editionHighlight
{
    background-color: white;
    width: 169px;
    margin: 0 auto 10px auto;
    padding: 10px;
    box-sizing: border-box;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
}

div.game div.gameInfoDuo div.editionInfo div.editionHighlight img
{
    display: inline-block;
    width: 32px;
    height: 32px
}

div.game div.gameInfoDuo div.editionInfo div.editionHighlight span
{
    display: inline-block;
    color: black;
    width: 100px;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
}

div.game div.gameInfoDuo div.editionInfo div.editionDescription
{
    padding: 0 30px;
    font-size: 0.9em;
    text-align: justify;
}

div.game div.gameInfoDuo div.editionInfo div.editionDescription label
{
    display: block;
    margin-bottom: 10px;
    font-style: italic;
    text-align: center;
    font-weight: bold;
}

div.game div.bundles
{
    border: solid 1px #5f697a;
    border-radius: 5px;
    color: white;
    margin-bottom: 20px;
}

div.game div.bundles > h3
{
    margin: 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    background: linear-gradient(to bottom, #5b6576, #48505e);
}

div.game div.bundles div.bundleContainer
{
    position: relative;
}

div.game div.bundles a
{
    text-decoration: none;
    color: white;
}

div.game div.bundles div.bundle
{
    margin: 10px 20px;
    padding: 10px;
    background-color: #5f697a;
    position: relative;
}

div.game div.bundles div.bundle > img
{
    width: 171px;
    height: 80px;
    vertical-align: middle;
}

div.game div.bundles div.bundle div.bundleInfo
{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    width: 50%;
}

div.game div.bundles div.bundle div.bundleInfo > h4
{
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

div.game div.bundles div.bundleContainer div.buynow
{
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    text-align: right;
    position: absolute;
    top: 5px;
    right: 10px;
}

div.game div.bundles div.bundleContainer span.discountPercent
{
    display: block;
    width: 80px;
    margin-left: auto;
    margin-bottom: 10px;
    border: solid 1px #e5e9ee;
    border-radius: 5px;
    background-color: transparent;
    color: #e5e9ee;
    padding: 0px 30px;
    font-style: italic;
    font-size: 2em;
}

div.game div.bundles div.bundleContainer a.buynow
{
    background-color: #fce003;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
}
