@font-face {
    font-family: BebasNeueRegular;
    src: url('/media/fonts/BebasNeue Regular.otf');
}
@font-face {
    font-family: BebasNeueBold;
    src: url('/media/fonts/BebasNeue Bold.otf');
}

/*
-----------------------------------------------------------
----------------------- General and -----------------------
------------------------ up to 568 ------------------------
-----------------------------------------------------------
*/
body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    min-width: 320px;
}

#header {
    background: url('/media/images/flipominos/bg-blue.png');
    width: 100%;
}

#header-inner {
    margin: 0 auto;
    width: 320px;
    height: 90px;
    position: relative;
}

#info-links {
    padding: 0;
    list-style: none;
    margin: 10px 0 0 10px;
    position: absolute;
}

#info-links li {
    display:block;
}

#info-links a {
    font-size: 14px;
    font-family: Helvetica,sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#info-links li:nth-child(3) a span {
    display: none;
}

#info-links li:nth-child(3) a:after {
    content: 'Email';
}

#platforms {
    display: none;
}

#itunes {
    width: 135px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0px;
    background-image: url('/media/images/flipominos/badge-white.png');
    background-size: 135px 40px;
    text-indent: -1000px;
    overflow: hidden;
    margin: 20px 10px 0 0;
}

#title-content {
    width: 100%;
    background: url('/media/images/flipominos/bg-blue.png');
}

#title-content-inner {
    width: 320px;
    margin: 0 auto;
    position: relative;
}

#code {
    color: #fff;
    font-family: BebasNeueRegular,sans-serif;
    font-size: 15px;
    margin: 0 0 0 10px; 
}

#title {
    margin: 0 0 0 8px; 
    font-size: 84px;
    color: #fff;
    font-family: BebasNeueBold, sans-serif;
    position: relative;
    z-index: 3;
}

#title::after {
    width: 140px;
    height: 6px;
    background: #fff;
    display: block;
    content: "";
    font-size: 1px;
    margin: -8px 0 0 2px;
    z-index: 3;
}

#title-broken {
    display: none;
}

#tagline {
    font-family: Helvetica, sans-serif;
    color: #fff;
    margin: 10px 0 0 10px;
    padding: 0 0 35px 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

#player {
    width: 125px;
    height: 150px;
    position: absolute;
    right: 20px;
    top: 75px;
}

#player-image {
    width: 125px;
    height: 125px;
    position: absolute;
    z-index: 1;
}

#player-shadow {
    width: 125px;
    height: 150px;
    background-image: url('/media/images/flipominos/shadow.png');
    background-repeat: no-repeat;
    background-size: 108px 22px;
    background-position: 8px 117px;
    position: absolute;
    z-index: 2;
}

#trailer-content {
    width: 100%;
    background: #fff;
}

#trailer-content-inner {
    background: #c4c4c4;
}

#hint-cta {
    display: none;
}

#trailer {
    margin: 0 auto;
    width: 320px;
    height: 180px;
    position: relative;
}

#trailer-play {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-image: url('/media/images/flipominos/play.png');
    background-repeat: no-repeat;
    background-size: 80px 40px;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 3;
}

#trailer-play:hover {
    background-position: -40px 0;
}

#trailer-spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-image: url('/media/images/flipominos/spinner-anim.gif');
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    z-index: 3;
}

#trailer-bg {
    width: 320px;
    height: 180px;
    background: #c4c4c4;
    position: absolute;
    z-index: 2;
}

#trailer-embed {
    display: block;
    position: absolute;
    width: 320px;
    height: 180px;
    z-index: 1;
}

p {
    font-family: Helvetica, sans-serif;
    color: #4376cc;
    margin: 0 0 0 0;
    padding: 0 0 25px 0;
    background: #fff;
    width: 300px;
    margin: 0 auto;
}

p.body {
    font-size: 15px;
    line-height: 24px;
}

p.body-small {
    font-size: 12px;
    padding-bottom: 35px;
}

#trailer-content p:first-of-type {
    padding-top: 25px;
}

#hint-content {
    background: #fff;
    position: relative;
}

#hint-header {
    background-image: url('/media/images/flipominos/bg-blue.png');
}

#hint-header-inner {
    width: 311px;
    margin: 0 auto;
    font-size: 84px;
    color: #fff;
    font-family: BebasNeueBold, sans-serif;
    padding: 18px 0 0 9px;
}

.tweet-box {
    background: #c4c4c4;
    padding: 30px 10px 10px 10px;
}

#working-tweets {
    padding-top: 10px;
    background-image: url('/media/images/flipominos/bg-blue.png');
}

h3 {
    width: 300px;
    margin: 0 auto;
    font-family: BebasNeueRegular, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    padding: 0 0 20px 0;
}

h3 em {
    font-style:normal;
    text-decoration: underline;
}

.tweet {
    width: 300px;
    font-size: 15px;
    margin: 0 auto;
    font-family: Helvetica, sans-serif;
    color: #fff;
    padding: 0 0 20px 0;
}

#hint-content p:first-of-type {
    padding-top: 25px;
}

p a {
    color: #4376cc;
}


/*
-----------------------------------------------------------
-------------------------- 667 ----------------------------
-----------------------------------------------------------
*/
@media screen and (min-width: 667px) {

    body {
        background-position: center;
        background-image: url('/media/images/flipominos/bg.png');
        min-width: 667px;
    }

    #header {
        position: relative;
        background-image: none;
    }

    #header-inner {
        margin: 0 auto;
        width: 667px;
        height: 110px;
    }

    #info-links {
        margin: 18px 0 0 15px;
    }

    #info-links li {
        float: left;
        margin: 0 20px 0 0;
    }

    #info-links li:last-child {
        margin: 0;
    }

    #platforms {
        display: block;
        font-size: 14px;
        font-family: Helvetica,sans-serif;
        color: #4376cc;
        margin: 0 0 0 0;
        position: absolute;
        top: 19px;
        right: 168px;
    }

    #platforms span {
        display: none;
    }

    #itunes {
        background-image: url('/media/images/flipominos/badge-blue.png');
        margin: 15px 15px 0 0;
    }

    #body {
        width: 667px;
        height: 100%;
        margin: 0 auto;
        position: relative;
    }

    #title-content {
        width: 157px;
        position: absolute;
        left: 0px;
    }

    #title-content-inner {
        width: 157px;
        margin: 0;
    }

    #code {
        font-size: 20px;
        height: 29px;
        margin: 0 0 0 15px;
    }

    #title {
        display: none;
    }

    #title-broken {
        display: block;
        margin: 0; 
        color: #fff;
        font-family: BebasNeueBold, sans-serif;
        font-size: 105px;
        line-height: 87px;
        height: 295px;
        margin: 0 0 0 12px;
    }

    #title-broken::after {
        width: 120px;
        height: 6px;
        background: #fff;
        display: block;
        content: "";
        font-size: 1px;
        margin: 0px 0 0 3px;
        position: relative;
        z-index: 3;
    }

    #tagline {
        margin: 0;
        font-size: 17px;
        margin: 0 0 0 15px;
        line-height: 22px;
    }

    #player {
        left: 152px;
        top: 310px;
    }

    #trailer-content {
        width: 480px;
        left: 172px;
        position: relative;
        background-color: inherit;
    }

    #trailer-content-inner {
        width: 480px;
        background: inherit;
    }

    #hint-cta {
        display: block;
        font-family: BebasNeueRegular, sans-serif;
        font-size: 20px;
        float: right;
        color: #4376cc;
        text-decoration: none;
        height: 26px;
    }

    #hint-cta:hover {
        text-decoration: underline;
    }

    #trailer {
        margin: 0 0 25px 0;
        width: 480px;
        height: 270px;
        background: #c4c4c4;
        overflow: hidden;
        clear: both;
    }

    #trailer-play {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
        background-size: 160px 80px;
    }

    #trailer-play:hover {
        background-position: -80px 0;
    }

    #trailer-spinner {
        width: 80px;
        height: 80px;
        margin: -40px 0 0 -40px;
    }


    #trailer-bg {
        width: 480px;
        height: 270px;
    }

    #trailer-embed {
        width: 480px;
        height: 270px;
    }

    p {
        margin: 0 0 0 204px;
        padding: 0 0 36px 0;
        width: 275px;
    }

    p.body-small {
        padding-bottom: 36px;
    }

    #trailer-content p:first-of-type {
        padding-top: 0;
    }

    #hint-content {
        background-color: inherit;
        width: 480px;
        left: 172px;
        margin: 50px 0 0 0;
    }

    #hint-content p:first-of-type {
        margin-top: 25px;
        float: left;
        clear: both;
    }

    #hint-header {
        position: absolute;
        left: -239px;
        top: 50px;
        z-index: 3;
        float: left;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-image: none;
    }

    #hint-header-inner {
        width: inherit;
        font-size: 158px;
        line-height: 160px;
    }

    .tweet-box {
        width: 192px;
        height: 325px;
        padding: 20px;
        float: left;
    }

    #working-tweets {
        background-image: none;
        padding-top: 20px;
        margin-right: 15px;
    }

    h3 {
        font-size: 27px;
        margin: 0 0 0 0;
        padding: 0 0 20px 0;
        width: inherit;
    }

    h3 em {
        font-style:normal;
        text-decoration: underline;
    }

    .tweet {
        margin: 0 0 0 0;
        padding: 0 0 20px 0;
        width: inherit;
    }

    .tweet:last-child {
        padding-bottom: 0;
        width: inherit;
    }

    #hint-content p:first-of-type {
        padding-top: 25px;
    }

    #hint-content:after {
        content: "";
        width: 100%;
        height: 30px;
        clear: both;
        float: left;
    }

    @media screen and (max-height: 420px) {
        #header-inner {
            height: 62px;
        }
        #hint-cta {
            display: none;
        }
        #trailer {
            top: 26px;
            margin-bottom: 51px;
        }

    }


} /* end 667 */



/*
-----------------------------------------------------------
-------------------------- 980 ----------------------------
-----------------------------------------------------------
*/
@media screen and (min-width: 980px) {
    body {
        min-width: 980px;
    }

    #header-inner {
        width: 980px;
        height: 160px;
    }

    #info-links {
        margin: 30px 0 0 30px;
    }

    #info-links li:nth-child(3) a span {
        display: inline;
    }

    #info-links li:nth-child(3) a:after {
        content: '';
    }

    #platforms {
        font-size: 14px;
        top: 32px;
        right: 200px;
    }

    #platforms span {
        display: inline;
        font-size: 11px;
    }

    #itunes {
        margin: 30px 30px 0 0;
    }

    #body {
        width: 980px;
    }

    #title-content {
        width: 280px;
    }

    #title-content-inner {
        width: 280px;
    }

    #code {
        font-size: 30px;
        height: 41px;
        margin: 0 0 0 30px;
    }

    #title-broken {
        font-size: 140px;
        line-height: 117px;
        height: 390px;
        margin: 0 0 0 26px;
    }

    #title-broken::after {
        width: 165px;
        height: 9px;
        margin: -4px 0 0 3px;
    }

    #tagline {
        margin: 0;
        font-size: 22px;
        margin: 0 0 0 30px;
        line-height: 32px;
    }

    #player {
        left: 221px;
        top: 410px;
        width: 250px;
        height: 300px;
    }

    #player-image {
        width: 250px;
        height: 250px;
    }

    #player-shadow {
        width: 250px;
        height: 300px;
        z-index: 2;
        background-size: 217px 45px;
        background-position: 16px 235px;
    }

    #trailer-content {
        width: 640px;
        left: 310px;
    }

    #trailer-content-inner {
        width: 640px;
    }

    #hint-cta {
        font-size: 30px;
        height: 36px;
    }

    #trailer {
        margin: 0 0 35px 0;
        width: 640px;
        height: 360px;
    }

    #trailer-bg {
        width: 640px;
        height: 360px;
    }

    #trailer-embed {
        width: 640px;
        height: 360px;
    }

    p {
        margin: 0 0 0 274px;
    }

    #hint-content {
        width: 640px;
        left: 310px;
    }

    #hint-header {
        position: absolute;
        left: -97px;
        top: 70px;
        z-index: 3;
        float: left;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background-image: none;
    }

    #hint-header-inner {
        font-size: 180px;
        line-height: 160px;
    }

    .tweet-box {
        width: 192px;
        height: 325px;
        padding: 20px;
        float: left;
    }

    #working-tweets {
        background-image: none;
        padding-top: 20px;
        margin-left: 150px;
        margin-right: 25px;
    }

    @media screen and (max-height: 420px) {
        #header-inner {
        }
    }


} /* end 980 */


/*
-----------------------------------------------------------
-------------------------- 1220 ---------------------------
-----------------------------------------------------------
*/
@media screen and (min-width: 1220px) {

    body {
        min-width: 1220px;
    }

    #header-inner {
        width: 1220px;
        height: 160px;
    }

    #info-links {
        margin: 32px 0 0 32px;
    }

    #info-links li:nth-child(3) a span {
        display: inline;
    }

    #info-links li:nth-child(3) a:after {
        content: '';
    }

    #platforms {
        font-size: 18px;
        top: 32px;
        right: 240px;
    }

    #itunes {
        margin: 30px 30px 0 0;
    }

    #body {
        width: 1220px;
    }

    #title-content {
        width: 303px;
    }

    #title-content-inner {
        width: 303px;
    }

    #code {
        font-size: 30px;
        height: 46px;
        margin: 0 0 0 32px;
    }

    #title-broken {
        font-size: 190px;
        line-height: 154px;
        height: 470px;
        margin: 0 0 0 26px;
    }

    #title-broken::after {
        width: 220px;
        height: 14px;
        margin: -6px 0 0 6px;
    }

    #tagline {
        margin: 0;
        font-size: 28px;
        margin: 57px 0 0 30px;
        line-height: 36px;
    }

    #player {
        left: 295px;
        top: 520px;
    }

    #trailer-content {
        width: 853px;
        left: 335px;
    }

    #trailer-content-inner {
        width: 853px;
    }

    #hint-cta {
        font-size: 30px;
        height: 30px;
        margin: 0 0 8px 0;
    }

    #trailer {
        margin: 0 0 55px 0;
        width: 853px;
        height: 480px;
    }

    #trailer-bg {
        width: 853px;
        height: 480px;
    }

    #trailer-embed {
        width: 853px;
        height: 480px;
    }

    p {
        margin: 0 0 0 434px;
    }

    #hint-content {
        width: 853px;
        left: 335px;
    }

    #hint-header {
        left: -136px;
        top: 97px;
    }

    #hint-header-inner {
        font-size: 281px;
        line-height: 281px;
    }

    .tweet-box {
        width: 200px;
        height: 440px;
    }

    #working-tweets {
        background-image: none;
        padding-top: 20px;
        margin-left: 348px;
        margin-right: 25px;
    }

    @media screen and (max-height: 420px) {
        #header-inner {
        }
    }

} /* end 1220 */