/**
 * PAGE: RESULTS (results.hmtl)
 **/


@font-face {
    font-family: 'HelveticaNeueHeavyCond';
    src: url('../fonts/helveticaneueheavycond-webfont.woff') format('woff');
}

@font-face {
    font-family: 'HelveticaNeueLTProCn';
    src: url('../fonts/HelveticaNeueLTPro-Cn.otf') format('opentype');
}

@font-face {
    font-family: 'AachenSH';
    src: url('../fonts/aachen-sh.woff') format('woff');
}



body.page-results {
    background: url('../images/bg-results-lq-2.jpg') no-repeat 50% 0 #0e0e0e;
    font-family: 'Helvetica';
    color: #ffffff;
}

body.page-results h2 {
    text-shadow: 4px 4px 2px #000000;
}

body.page-results .monolog {
    background-color: rgba(0, 0, 0, 0.92);
    color: rgb(255, 255, 255);
}
body.page-results .monolog .monolog-sub-container {
    width: 99%;
    text-align: center;
}
body.page-results .monolog .monolog-sub-container h2.title {
    text-transform: uppercase;
    font-family: 'HelveticaNeueHeavyCond';
    font-size: 64px;
    font-weight: 400;
    text-align: center;
    text-shadow: 4px 4px 2px #000000;
    line-height: 1em;
    letter-spacing: 2px;
    margin-top: 20px;
    margin-bottom: 60px;
    color: #cc0000;

}
body.page-results .monolog .monolog-sub-container h2.title span {
    color: rgb(255, 255, 255);
}

body.page-results .monolog .monolog-sub-container div.mwnl-image {
    display: inline-block;
    width: 400px;
    /* height: 310px; */
    margin-right: 29px;
    margin-bottom: 30px;
    vertical-align: top;
}
body.page-results .monolog .monolog-sub-container div.mwnl-image > div:first-child {
    margin-bottom: 5px;
}
body.page-results .monolog .monolog-sub-container div.mwnl-image > div:first-child img {}
body.page-results .monolog .monolog-sub-container div.mwnl-image > div:last-child {
    text-align: left;
    vertical-align: top;
    padding-left: 19px;
    font-family: 'AachenSH', Consolas;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 1.1;
}
body.page-results .monolog .monolog-sub-container div.mwnl-image > div:last-child span {
    font-size: 15px;
    display: inline-block;
}


body.page-results .about-mwnl a {
    position: fixed;
    top: 485px;
    width: 199px;
    height: 50px;
    right: 0%;
    z-index: 999;
    background: url('../images/about-mwnl-sprite.png') no-repeat 0 0;
}

body.page-results .about-mwnl a:hover {
    background-position: 0 -50px;
}

body.page-results .page-wrapper {
    marging: 0 auto;
    padding: 0;
}

body.page-results .page-wrapper header {
    text-align: center;
}
body.page-results .page-wrapper header .sega-presents {
    color: #ffffff;
    font-size: 15px;
    margin: 13px 0 13px 0;
}
body.page-results .page-wrapper header .sega-presents .bold-text {
    font-family: 'AachenSH', Consolas;
    font-size: 23px;
}

body.page-results .page-wrapper header .logo {
    margin-top: 0;
}
body.page-results .page-wrapper header .logo .images-wrap {
    display: inline-block;
    width: 640px;
    heigh: 270px;
}
body.page-results .page-wrapper header .logo .images-wrap img:first-child {
    float: left;
    margin-top: 52px;
    margin-right: -40px;
}
body.page-results .page-wrapper header .logo .images-wrap img:last-child {
}


/* Footer. */
body.page-results footer {
    width: 100%;
    background: url('../images/footer-background.jpg');
    background-size: 100% 100%;

    border-top: 1px solid #848484;
}
body.page-results footer .sega-companies-icons {
    padding: 40px;
    text-align: center;
}
body.page-results footer .sega-companies-icons a {
    margin-right: 32px;
}
body.page-results footer .sega-legal {
    width: 1130px;
    margin: 0 auto;
}
body.page-results footer .sega-legal .age-icons {
    /*width: 300px;*/
    width: 370px;
    display: inline-block;
    vertical-align: top;
}
body.page-results footer .sega-legal .age-icons > a:first-child {
    padding-right: 13px;
}

body.page-results footer .sega-legal .age-icons a.esrb-17 img {
    width: 275px;
    height: auto;
}

body.page-results footer .sega-legal .copyright {
    /*width: 820px;*/
    width: 750px;
    display: inline-block;
    font-size: 15px;
    padding-left: 24px;
}
body.page-results footer .sega-legal .copyright .copyright-links {
    margin: 60px;
}
body.page-results footer .sega-legal .copyright .copyright-links a {
    font-family: 'HelveticaNeueLTProCn';
    font-size: 13px;
    color: #C5C5C5;
    text-transform: uppercase;
    margin-right: 45px;
}
body.page-results footer .sega-legal .copyright .copyright-links a:hover {
    text-decoration: underline;
}


body.page-results section {
    padding-bottom: 0;
}
body.page-results section .section-heading {
    font-family: 'HelveticaNeueHeavyCond', HelveticaNeue;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 60px;
    text-align: center;
    line-height: 1em;
    padding-top: 45px;
    white-space: nowrap;
}


/* Results. */

body.page-results section.game-stats {
    text-align: center;
    margin-top: -100px;
}
body.page-results section.game-stats .games-wrap {
    margin-bottom: 120px;
    -min-width: 1000px;
    width: 100%;
}
body.page-results section.game-stats .games-wrap .game {
    display: inline-block;
    width: 331px;
    height: 495px;
    background-repeat: no-repeat;
    margin-right: -20px;
    vertical-align: middle;
}
body.page-results section.game-stats .games-wrap .game.winning {
    width: 375px;
    height: 564px;
}
body.page-results section.game-stats .games-wrap .game.coh {
    background-image: url('../images/games/COH.png');
}
body.page-results section.game-stats .games-wrap .game.coh.winning {
    background-image: url('../images/games/COH_WINNING.png');
}
body.page-results section.game-stats .games-wrap .game.atilla {
    background-image: url('../images/games/ATTILA.png');
}
body.page-results section.game-stats .games-wrap .game.atilla.winning {
    background-image: url('../images/games/ATTILA_WINNING.png');
}
body.page-results section.game-stats .games-wrap .game.dow {
    background-image: url('../images/games/DOW.png');
}
body.page-results section.game-stats .games-wrap .game.dow.winning {
    background-image: url('../images/games/DOW_WINNING.png');
}
body.page-results section.game-stats .games-wrap .game span.result {
    position: relative;
    top: 511px;
    left: -25px;
    font-family: 'AachenSH', Consolas;
    font-size: 59px;
    font-weight: 600;
    letter-spacing: 4px;
    text-shadow: 4px 4px 2px #000000;
}
body.page-results section.game-stats .games-wrap .game.winning span.result {
    top: 567px;
    color: #cc0000;
    font-size: 80px;
}
body.page-results section.game-stats .info-text  {
    font-family: 'Opensans';
    color: #cbcbcb;
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
}



/* Unlock Content. */
body.page-results section.unlock-content {}
body.page-results section.unlock-content.phase-1 {
    display: block;
}
body.page-results section.unlock-content.phase-2 {
    display: block;
}
body.page-results section.unlock-content.phase-3 {
    display: block;
}
body.page-results section.unlock-content h2.section-heading {}
body.page-results section.unlock-content div.content-wrap {
    width: 1920px;
    height: 690px;
    margin: 0 auto;
    /*background-image: url('../images/results/unlock-content/phase-2-locked.jpg');*/
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
}
body.page-results section.unlock-content.phase-1 div.content-wrap {
    background-image: url('../images/results/unlock-content/phase-1-locked.jpg');
}
body.page-results section.unlock-content.phase-2 div.content-wrap {
    background-image: url('../images/results/unlock-content/phase-2-locked.jpg');
}
body.page-results section.unlock-content.phase-3 div.content-wrap {
    background-image: url('../images/results/unlock-content/phase-3-locked.jpg');
}
body.page-results section.unlock-content div.content-wrap .countdown-wrap {
    padding-top: 607px;
}
body.page-results section.unlock-content div.content-wrap .countdown-wrap .label {
    display: block;
    font-family: 'HelveticaNeueHeavyCond';
    color: #cc0000;
    font-size: 18px;
    background: none;
    margin: 0 auto;
    margin-bottom: -6px;
    padding: 0;
    text-shadow: 2px 2px 2px #000000;
}
body.page-results section.unlock-content div.content-wrap .countdown-wrap .clock {
    text-transform: uppercase;
    font-family: 'HelveticaNeueHeavyCond';
    font-size: 64px;
    font-weight: 400;
    text-align: center;
    text-shadow: 4px 4px 2px #000000;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 0 auto;
}


/* Previous Content. */
body.page-results section.previous-content {}
body.page-results section.previous-content.phase-1 {
    display: none;
}
body.page-results section.previous-content.phase-2 {
    display: block;
}
body.page-results section.previous-content.phase-3 {
    display: block;
}
body.page-results section.previous-content h2.section-heading {}
body.page-results section.previous-content div.content-wrap {
    width: 1920px;
    height: 690px;
    /*background-image: url('../images/results/unlock-content/phase-1-unlocked.jpg');*/
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
    margin: 0 auto;
}
body.page-results section.previous-content.phase-2 div.content-wrap {
    background-image: url('../images/results/unlock-content/phase-1-unlocked.jpg');
}
body.page-results section.previous-content.phase-3 div.content-wrap {
    background-image: url('../images/results/unlock-content/phase-2-unlocked.jpg');
}
body.page-results section.previous-content.phase-4 div.content-wrap {
    background-image: url('../images/results/unlock-content/phase-3-unlocked.jpg');
}

body.page-results section.previous-content div.content-wrap .countdown-wrap {
    padding-top: 525px;
}
body.page-results section.previous-content div.content-wrap .countdown-wrap .label {
    display: block;
    font-family: 'HelveticaNeueHeavyCond';
    color: #cc0000;
    font-size: 25px;;
    background: none;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0;
    text-shadow: 4px 3px 2px #000000;
}
body.page-results section.previous-content div.content-wrap .countdown-wrap .title {
    text-transform: uppercase;
    font-family: 'HelveticaNeueHeavyCond';
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    line-height: 1em;
    letter-spacing: 2px;
    margin: 0 auto;
    margin-bottom: 14px;
    text-shadow: 5px 5px 1px #000000;
}
/* body.page-results section.previous-content div.content-wrap .countdown-wrap .steam-download-button */
.steam-download-button {
    display: block;
    width: 261px;
    height: 65px;
    background: url('../images/results/download-btn-sprite.png') no-repeat 0 4px;
    margin: 0 auto;
    margin-bottom: -6px;
    padding: 0;
}

.steam-download-button:hover {
    background-position: 0 -64px;
}



/* Social feeds. */
body.page-results section.social-activity {

}
body.page-results section.social-activity .content-wrap {
    max-width: 1920px;
    margin: 0 auto;
}
body.page-results section.social-activity .content-wrap ul {}
body.page-results section.social-activity .content-wrap ul.juicer-feed {}
body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters {
    vertical-align: middle;
}
body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters:before {
    content: 'FILTER BY';
    line-height: 2.6;
    vertical-align: middle;
    padding-right: 10px;
}

body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li.all:before {
    display: block;
}

body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li {
    padding: 8px 11px 8px 12px;
    font-size: 0px;
    margin: 0 10px 0 0;
    width: 38px;
    height: 38px;

}
body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li.youtube {}
body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li.facebook {}
body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li.twitter {}
body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li.all {}




/* Social channels (Choose Your Side). */
body.page-results section.social-choose {
    background: url('../images/choose-your-side-bg.jpg') 50% 0 no-repeat #000000;
    border-bottom: 1px solid #848484;
    border-top: 1px solid #848484;
    padding-bottom: 50px;
}
body.page-results section.social-choose.mobile {
    display: none;
}
body.page-results section.social-choose .social-choose-wrap {}

body.page-results section.social-choose .social-choose-wrap .sc-games {
    width: 900px;
    height: 108px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 35px;
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game {
    display: inline-block;
    width: 280px;
    height: 109px;
    margin-right: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: background-image 0.3s;
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game:last-child {
    margin-right: 0;
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.coh {
    background-image: url('../images/results/choose-your-side-icons/games/coh_button.png');
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.coh:hover,
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.coh.active {
    background-image: url('../images/results/choose-your-side-icons/games/coh_button_on_hover.png');
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.atilla {
    background-image: url('../images/results/choose-your-side-icons/games/attila_button.png');
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.atilla:hover,
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.atilla.active {
    background-image: url('../images/results/choose-your-side-icons/games/attila_button_on_hover.png');
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.dow {
    background-image: url('../images/results/choose-your-side-icons/games/dow_button.png');
}
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.dow:hover,
body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.dow.active {
    background-image: url('../images/results/choose-your-side-icons/games/dow_button_on_hover.png');
}

body.page-results section.social-choose .social-choose-wrap .sc-channels {
    width: 802px;
    height: 185px;
    padding: 30px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.9;
    display: none;
}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel {
    display: inline-block;
    width: 125px;
    height: 125px;
    margin-right: 24px;
    padding: 31px;
    background-color: red;
    font-size: 68px;
    color: #FFFFFF;
    transition: background-color 0.3s;
}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel:last-child {
    margin-right: 0;
}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel:hover {
    background-color: #000000;
    cursor: pointer;
}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-facebook {}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-facebook:before {
    padding-left: 8px;
}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-twitter {}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-youtube {}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-twitch {}
body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-steam {}



/* Newsletter. */
body.page-results section.newsletter {
    background: url("../images/know-your-rank-bg.jpg") no-repeat 0 0;
    background-size: 100% 100%;
    padding-bottom: 5px;
    margin-top: -58px;
}

body.page-results section.newsletter #newsletter-inner {
    width: 800px;
    margin: 0 auto;
    font-family: 'OpenSans';
    text-align: center;
}

body.page-results section.newsletter p {
    font-family: 'HelveticaNeueLTProCn';
    font-size: 25px;
}
body.page-results section.newsletter .mk-trc {
    width: 404px;
    margin: 0 auto;
    margin-bottom: 30px;
}
body.page-results section.newsletter .mk-trc input#preview {
    margin: 0;
}
body.page-results section.newsletter .mk-trc label {
    display: inline;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1;
}

body.page-results section.newsletter input#mce-EMAIL {
    width: 400px;
    height: 60px;
    margin-left: 215px;
    padding-left: 20px;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}

body.page-results section.newsletter button#submit-email {
    width: 400px;
    height: 60px;
    background: #FFFFFF;
    color: #000000;
    font: 1.5em/1.4 'Oswald', helvetica, arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: .5em 2em;
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
}
body.page-results section.newsletter button#submit-email:hover {
    background-color: red;
    color: #FFF;
    cursor: pointer;
}
body.page-results section.newsletter button#submit-email:hover > span.ion-email {
    color: #FFFFFF;
}
body.page-results section.newsletter button#submit-email span {
    display: inline-block;
    font-family: 'HelveticaNeueHeavyCond';
    font-style: normal;
    -webkit-transform: skew(10deg);
    -moz-transform: skew(10deg);
    -o-transform: skew(10deg);
    transform: skew(10deg);
    vertical-align: middle;
    padding-top: -3px;
}
body.page-results section.newsletter button#submit-email span:first-child {
    color: red;
    font-size: 34px;
    line-height: 1;
    margin-top: 1px;
    margin-right: 5px;
}
body.page-results section.newsletter button#submit-email span:last-child {
}
body.page-results section.newsletter #mail-subscription .email-ok {
    display: none;
}


/* Mailchimp redeem button. */
body.page-results button#mailchimp-redeem-button,
body.page-results button#mailchimp-redeem-button2,
body.page-results-final button#mailchimp-redeem-button,
body.page-results-final button#mailchimp-redeem-button2
{
    width: 300px;
    height: 60px;
    background: #FFFFFF;
    color: #000000;
    font: 1.5em/1.4 'Oswald', helvetica, arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    padding: .5em 2em;
    -webkit-transform: skew(-9deg);
    -moz-transform: skew(-9deg);
    -o-transform: skew(-9deg);
    transform: skew(-9deg);
}
body.page-results button#mailchimp-redeem-button:hover,
body.page-results button#mailchimp-redeem-button2:hover,
body.page-results-final button#mailchimp-redeem-button:hover,
body.page-results-final button#mailchimp-redeem-button2:hover
{
    background-color: red;
    color: #FFFFFF !important;
    cursor: pointer;
}
body.page-results button#mailchimp-redeem-button:hover > span.ion-email,
body.page-results button#mailchimp-redeem-button2:hover > span.ion-email,
body.page-results-final button#mailchimp-redeem-button:hover > span.ion-email,
body.page-results-final button#mailchimp-redeem-button2:hover > span.ion-email
{
    color: #FFFFFF;
}
body.page-results button#mailchimp-redeem-button span,
body.page-results button#mailchimp-redeem-button2 span,
body.page-results-final button#mailchimp-redeem-button span,
body.page-results-final button#mailchimp-redeem-button2 span
{
    display: inline-block;
    font-family: 'HelveticaNeueHeavyCond';
    font-style: normal;
    -webkit-transform: skew(9deg);
    -moz-transform: skew(9deg);
    -o-transform: skew(9deg);
    transform: skew(9deg);
    vertical-align: middle;
    padding-top: -3px;
}
body.page-results button#mailchimp-redeem-button span:first-child,
body.page-results button#mailchimp-redeem-button2 span:first-child,
body.page-results-final button#mailchimp-redeem-button span:first-child,
body.page-results-final button#mailchimp-redeem-button2 span:first-child
{
    font-size: 34px;
    line-height: 1;
    margin-top: 1px;
    margin-right: 5px;
}
body.page-results button#mail-subscription .email-ok {
    display: none;
}
/* /Mailchimp redeem button. */





body.page-results .monolog.monolog-fade-in {
    position: absolute;
}

section.newsletter .warning-accept-terms-to-continue,
section.newsletter .warning-enter-email-address {
    display: none;
    background-color: red;
    color: #FFFFFF;
    padding: 3px;
    white-space: nowrap;
}


/** Soc icons **/
#at4-share {
    position: fixed !important;
    top: 469px !important;
}




/***********************************************
 ** SMALLER DESKTOP OR TABLET
 **********************************************/

@media only screen and (max-width : 1932px) {

    body.page-results section.unlock-content div.content-wrap {
        width: 1200px;
        height: 434px;
        background-size: 100% 100%;
    }
    body.page-results section.unlock-content div.content-wrap .countdown-wrap {
        margin-top: 0;
        padding-top: 347px;
    }

    body.page-results section.previous-content div.content-wrap {
        width: 1200px;
        height: 434px;
        background-size: 100% 100%;
    }
    body.page-results section.previous-content div.content-wrap .countdown-wrap {
        margin-top: 0;
        padding-top: 265px;
    }

    body.page-results section.social-activity .content-wrap {
        max-width: 1200px;
    }

    /** Soc icons **/
    #at4-share {
        position: absolute;
        top: 469px !important;
    }

}


@media only screen and (max-width : 1200px) {
    body.page-results {
        zoom: 80%;
        -ms-zoom: 80%;
        -webkit-zoom: 80%;
    }
    body.page-results section.game-stats .games-wrap {
        width: 100%;
        min-width: 1000px;
    }
    body.page-results section.unlock-content div.content-wrap .countdown-wrap .clock {
        font-size: 50px;
    }
}

@media only screen and (max-width : 900px) {
    body.page-results {
        zoom: 55%;
        -ms-zoom: 55%;
        -webkit-zoom: 55%;
    }
    body.page-results section.unlock-content div.content-wrap .countdown-wrap .clock {
        font-size: 30px;
    }
    body.page-results section.game-stats .games-wrap .game span.result,
    body.page-results section.game-stats .games-wrap .game.winning span.result {
        font-size: 50px;
    }
    body.page-results section.newsletter button#submit-email {
        font-size: 15px;
        height: 70px;
    }
    body.page-results section.social-activity .content-wrap ul.juicer-feed ul.j-filters li {
        width: 60px;
        height: 60px;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel {
        font-size: 40px;
    }
    body.page-results section.previous-content div.content-wrap .countdown-wrap {
        padding-top: 220px;
    }
}




/***********************************************
 ** IPHONE 6 - LANDSCAPE
 **********************************************/

@media only screen and (max-width : 667px) {
    body.page-results {
        zoom: 100%;
        -ms-zoom: 100%;
        -webkit-zoom: 100%;
    }

    body.page-results .monolog .monolog-main-container {
        zoom: 65%;
    }
    body.page-results .monolog .monolog-main-container h2.title {
        margin-top: 145px;
        font-size: 71px;
    }
    body.page-results .monolog .monolog-close {
        margin: -10px;
    }

    body.page-results .about-mwnl a {
        display: block;
        position: relative !important;
        top: 0;
        margin: 0 auto;
        margin-top: 6px;
        width: 178px;
        height: 43px;
        z-index: 999;
        background-image: url('../images/about-mwnl-mobile.png');
    }

    body.page-results .page-wrapper {
        width: 374px;
        margin: 0 auto;
    }
    body.page-results .page-wrapper header .sega-presents {
        width: 84%;
        color: #ffffff;
        font-size: 13px;
        margin: 0 auto !important;
        margin: 13px 0 13px 0;
    }
    body.page-results .page-wrapper header .sega-presents .bold-text {
        font-size: 20px;
    }
    body.page-results .page-wrapper header .logo {
        width: 100%;
        margin-bottom: 150px;
    }
    body.page-results .page-wrapper header .logo .images-wrap {
        width: 100%;
    }

    body.page-results .page-wrapper header .logo .images-wrap img {
        width: 84%;
        text-align: center;
    }
    body.page-results .page-wrapper header .logo .images-wrap img:first-child {
        display: none;
    }

    /* Footer. */
    body.page-results footer {
        width: 100%;
        height: 328px;
        background: url('../images/footer-background.jpg');
        border-top: 1px solid #848484;
    }
    body.page-results .page-footer a img {
        height: inherit;
    }
    body.page-results footer .sega-companies-icons {
        display: block;
        padding: 5px;
        margin-top: 23px;
    }
    body.page-results footer .sega-companies-icons a {
        display: block;
        width: 310px;
        margin: 0 auto;
        margin-bottom: 5px;
    }
    body.page-results footer .sega-companies-icons a img {
        width: auto;
        height: 67px;

    }
    body.page-results footer .sega-legal {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    body.page-results footer .sega-legal .age-icons {
        width: 310px;
        margin-bottom: 40px;
    }
    body.page-results footer .sega-legal .age-icons .esrb-17 img {
        margin-bottom: 18px;
    }
    body.page-results footer .sega-legal .age-icons > img:first-child {
        padding-right: 13px;
    }
    body.page-results footer .sega-legal .copyright {
        width: 88%;
        display: inline-block;
        font-size: 12px;
        color: #cbcbcb;
    }
    body.page-results footer .sega-legal .copyright .copyright-links {
        margin: 0 auto;
        margin: 60px;
    }
    body.page-results footer .sega-legal .copyright .copyright-links a {
        display: block;
        margin: 0;
    }


    body.page-results section .section-heading {
        font-family: 'HelveticaNeueHeavyCond', HelveticaNeue;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 40px;
        text-align: center;
        line-height: 1em;
        margin-top: -2px;
        text-shadow: 4px 4px 2px #000000;
    }

    /* Results. */
    body.page-results section.game-stats {
        margin-top: -136px;
        margin-bottom: -136px;
        text-align: inherit;
    }
    body.page-results section.game-stats .games-wrap {
        margin-bottom: 120px;
        min-width: 374px;
    }
    body.page-results section.game-stats .games-wrap .game {
        display: inline-block;
        width: 181px;
        height: 168px;
        background-repeat: no-repeat;
        background-size: contain;

        vertical-align: middle;
    }
    body.page-results section.game-stats .games-wrap .game:last-child {
        margin-left: 28px;
    }

    body.page-results section.game-stats .games-wrap .game.winning {
        display: inline-block;
        width: 374px;
        height: 168px;
        margin-bottom: 12px;
    }
    body.page-results section.game-stats .games-wrap .game.coh {
        background-image: url('../images/games/COH_LOSER_mobile.png');
    }
    body.page-results section.game-stats .games-wrap .game.coh.winning {
        background-image: url('../images/games/COH_WINNING_mobile.png');
    }
    body.page-results section.game-stats .games-wrap .game.atilla {
        background-image: url('../images/games/TW_LOSER_mobile.png');
    }
    body.page-results section.game-stats .games-wrap .game.atilla.winning {
        background-image: url('../images/games/TW_WINNING_mobile.png');
    }
    body.page-results section.game-stats .games-wrap .game.dow {
        background-image: url('../images/games/DOW_LOSER_mobile.png');
    }
    body.page-results section.game-stats .games-wrap .game.dow.winning {
        background-image: url('../images/games/DOW_WINNING_mobile.png');
    }
    body.page-results section.game-stats .games-wrap .game span.result {
        position: relative;
        top: 114px;
        left: 78px;
        font-size: 40px;
        letter-spacing: 4px;
    }
    body.page-results section.game-stats .games-wrap .game.winning span.result {
        position: relative;
        top: 100px;
        left: 70px;
        font-size: 44px;
    }
    body.page-results section.game-stats .games-wrap .game.winning span.result {
        position: relative;
        top: 93px;
        left: 232px;
        font-size: 55px;
    }
    body.page-results section.game-stats .info-text  {
        display: none;
    }


    /* Unlock content. */
    body.page-results section.unlock-content div.content-wrap {
        width: 374px;
        height: 617px;
        border: 1px solid black;
        /*background-image: url('../images/results/unlock-content/phase-2-locked-mobile.jpg');*/
        margin: 0 auto;
        margin-top: -60px;
    }
    body.page-results section.unlock-content.phase-1 div.content-wrap {
        background-image: url('../images/results/unlock-content/phase-1-locked-mobile.jpg');
    }
    body.page-results section.unlock-content.phase-2 div.content-wrap {
        background-image: url('../images/results/unlock-content/phase-2-locked-mobile.jpg');
    }
    body.page-results section.unlock-content.phase-3 div.content-wrap {
        background-image: url('../images/results/unlock-content/phase-3-locked-mobile.jpg');
    }
    body.page-results section.unlock-content.phase-4 div.content-wrap {
        display: none;
    }
    body.page-results section.unlock-content div.content-wrap .countdown-wrap {
        margin-top: 200px;
    }
    body.page-results section.unlock-content div.content-wrap .countdown-wrap .label {
        margin-bottom: -3px;
    }
    body.page-results section.unlock-content div.content-wrap .countdown-wrap .clock {
        font-size: 38px;
    }

    /* Previous content. */
    body.page-results section.previous-content div.content-wrap {
        width: 374px;
        height: 617px;
        border: 1px solid black;
        /*background-image: url('../images/results/unlock-content/phase-1-unlocked-mobile.jpg');*/
        margin: 0 auto;
        margin-top: -60px;
    }
    body.page-results section.previous-content.phase-1 div.content-wrap {
    }
    body.page-results section.previous-content.phase-2 div.content-wrap {
        background-image: url('../images/results/unlock-content/phase-1-unlocked-mobile.jpg');
    }
    body.page-results section.previous-content.phase-3 div.content-wrap {
        background-image: url('../images/results/unlock-content/phase-2-unlocked-mobile.jpg');
    }
    body.page-results section.previous-content.phase-4 div.content-wrap {
        background-image: url('../images/results/unlock-content/phase-3-unlocked-mobile.jpg');
    }

    body.page-results section.previous-content div.content-wrap .countdown-wrap {
        margin-top: 273px;
    }
    body.page-results section.previous-content div.content-wrap .countdown-wrap .label {
        display: none;
    }
    body.page-results section.previous-content div.content-wrap .countdown-wrap .title {
        display: none;
    }



    /* Social feeds. */
    body.page-results section.social-activity {

    }
    body.page-results section.social-activity .content-wrap {

    }


    /* Social channels. */
    body.page-results section.social-choose.mobile {
        display: block;
        background: none;
        border-bottom: 1px solid #ABABAB;
        padding-bottom: 30px;
    }
    body.page-results section.social-choose.desktop {
        display: none;
    }

    body.page-results section.social-choose {
    }
    body.page-results section.social-choose .social-choose-wrap {
        width: 374px;
        text-align: center;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games {
        width: 100%;
        margin-bottom: 0;
        margin-top: 15px;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game {
        width: 277px;
        height: 108px;
        background-color: #cccccc;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.coh {
        background-image: url('../images/results/choose-your-side-icons/games/mobile/web-grey-bg-coh.png') !important;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.atilla {
        background-image: url('../images/results/choose-your-side-icons/games/mobile/web-grey-bg-atilla.png') !important;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.dow {
        background-image: url('../images/results/choose-your-side-icons/games/mobile/web-grey-bg-dow.png') !important;
    }

    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.coh.active,
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.coh:hover {
        background-image: url('../images/results/choose-your-side-icons/games/mobile/web-red-bg-coh.png') !important;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.atilla.active,
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.atilla:hover {
        background-image: url('../images/results/choose-your-side-icons/games/mobile/web-red-bg-atilla.png') !important;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.dow.active,
    body.page-results section.social-choose .social-choose-wrap .sc-games .sc-game.dow.active:hover {
        background-image: url('../images/results/choose-your-side-icons/games/mobile/web-red-bg-dow.png') !important;
    }

    body.page-results section.social-choose .social-choose-wrap .sc-channels {
        width: 100%;
        padding: 24px 35px 0 35px;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel {
        width: 68px;
        height: 68px;
        padding: 18px;
        margin-right: 6px;
        margin-bottom: 10px;
        font-size: 36px;
        color: #FFFFFF;
        background-color: #cccccc;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel:hover {
        background-color: #cc0000;
    }
    body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel.fa-facebook:before {
        padding-left: 0px;
    }


    /* Newsletter. */
    body.page-results section.newsletter {
        width: 100%;
        margin-top: 2px;
    }
    body.page-results section.newsletter #newsletter-inner {
        width: 350px;
    }
    body.page-results section.newsletter #newsletter-inner form .mk-trc {
        width: 350px;
    }
    body.page-results section.newsletter input#mce-EMAIL {
        width: 316px;
        margin-left: 30px;
    }
    body.page-results section.newsletter button#submit-email {
        width: 316px;
    }
    body.page-results section.newsletter p {
        font-size: 22px;
    }

}




/***********************************************
 ** IPHONE 6 - PORTRAIT
 **********************************************/

@media only screen and (max-width : 374px) {
    body.page-results {
        zoom: 82%;
        -ms-zoom: 82%;
        -webkit-zoom: 82%;
    }

    section .unlock-content,
    section .previous-content,
    section .social-activity {
        width: 100%;
    }

    section .section-heading{
        font-size: 30px !important;
    }

    body.page-results .juicer-feed ul.j-filters li:before {
        font-size: 30px;
        margin: 0 0 0 4px;
    }
    section.social-activity .content-wrap ul.juicer-feed ul.j-filters:before {
        font-size: 10px !important;
    }
    .juicer-feed ul.j-filters li:before {
        font-size: 22px !important;
    }

    body.page-results section.game-stats .games-wrap .game span.result {
        position: relative !important;
        top: 104px !important;
        left: initial;
        right: -80px;
    }
    body.page-results section.game-stats .games-wrap .game.winning span.result {
        position: relative !important;
        top: 85px !important;
        left: initial;
        right: -236px;
    }
}



/***********************************************
 ** IPHONE 5/4 - PORTRAIT
 **********************************************/

@media only screen and (max-width : 320px) {
    body.page-results section.social-choose .social-choose-wrap .sc-channels .sc-channel {
        font-size: 26px;
    }
    body.page-results button#mailchimp-redeem-button,
    body.page-results button#mailchimp-redeem-button2,
    body.page-results-final button#mailchimp-redeem-button,
    body.page-results-final button#mailchimp-redeem-button2
    {
        font-size: 13px;
    }
}




/***********************************************
 ** iOS ZOOM FIX
 **********************************************/

/* iPhone */
@media only screen and (width:320px) and (device-width:320px) and (device-height:480px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.667);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 480px;
    }
}
/* iPad */
@media only screen and (width:768px) and (device-width:768px) and (device-height:1024px) and (orientation: landscape) {
    body {
        -webkit-transform: scale(0.75);
        -webkit-transform-origin: top right;
        position: absolute;
        right: 0;
        top: 0;
        width: 1024px;
    }
}
