html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#header {
    height: 50px;
    width: 100%;
    background-color: #ff5a00;
    display: flex;
    align-items: center;
}

.logo {
    width: 170px;
    align-items: center;
    display: inline-block;
    margin-left: 50px;
}

#middle {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: space-around;
}

#left {
    width: 30%;
    height: 736px;
    padding: 0 15px;
}

.message {
    padding: 0 15px;
}

#left p,
.message p {
    text-indent: 2em;
    margin: 5px 0;
    font-size: 16px;
}

#left h3,
.message h3 {
    text-indent: 2em;
    margin: 5px 0;
}

@media screen and (max-width: 1270px) {

    #left p,
    .message p {
        text-indent: 2em;
        margin: 5px 0;
        font-size: 10px;
    }

    #left h3,
    .message h3 {
        text-indent: 2em;
        margin: 5px 0;
        font-size: 15px;
    }
}

#gamebox {
    margin: 0 0;
    width: 414px;
    height: 736px;
    flex-basis: 414px;
}

#right {
    width: 30%;
    height: 736px;
}

@media screen and (max-width: 1051px) {
    #left {
        width: 90%;
    }

    #right {
        width: 90%;
    }
}

@media screen and (max-width: 960px) {
    #left {
        width: 90%;
    }

    #right {
        width: 90%;
    }
}

@media screen and (max-width: 636px) {
    #left {
        width: 414px;
    }

    #right {
        width: 414px;
    }
}

.app-teaser-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f3f6fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

@media screen and (min-width:520px) {
    .app-teaser-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 10px 15px
    }
}

@media screen and (min-width:1070px) {
    .app-teaser-wrapper {
        top: 100px;
        margin-top: 0;
        width: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.app-teaser {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.app-teaser-buttons {
    margin-top: 12px;
    float: right;
    font-size: 0
}

@media screen and (min-width:1070px) {
    .app-teaser-buttons {
        margin-top: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.app-teaser-buttons a {
    display: inline-block;
    width: 125px
}

.app-teaser-buttons a:first-child {
    margin-right: 10px
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
    clear: both
}

.app-icon {
    display: block;
    float: left;
    margin-right: 15px
}

@media screen and (min-width:1070px) {
    .app-icon {
        margin-right: 10px
    }
}

.icon-star,
.icon-star-half {
    width: 12px;
    height: 12px;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    overflow: hidden;
    background: url(img/sprite.935f861a.svg) -85px -55px no-repeat
}

.icon-star-half {
    background: url(img/sprite.935f861a.svg) -45px -110px no-repeat
}

.app-store-badge,
.google-play-badge,
.store-badge {
    background: url(img/badges.0b8aa007.svg) no-repeat;
    width: 125px;
    height: 40px
}

.app-teaser-buttons {
    margin-top: 12px;
    float: right;
    font-size: 0
}

@media screen and (min-width:1070px) {
    .app-teaser-buttons {
        margin-top: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
}

.app-teaser-buttons a {
    display: inline-block;
    width: 125px
}

.app-teaser-buttons a:first-child {
    margin-right: 10px
}

#footer {
    width: 100%;
    height: 87px;
    background-color: #ff5a00;
    text-align: center;
}

.copyright {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    margin-left: 50px;
}

.footer-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: absolute;
    right: 10px;
    top: -20px;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 30px;
    text-align: center;
    padding-top: 5px
}

@media screen and (min-width:980px) {
    .footer-links {
        margin-bottom: 0
    }
}

.footer-links ul {
    list-style: none;
    cursor: default;
    padding: 0;
    margin: 0
}

.footer-links li {
    display: inline-block;
    padding: 0 0 12px;
    margin: 0 15px;
    font-size: 0
}

.footer-links a {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-decoration: none
}

.google-play-badge {
    background-image: url(img/badges.0b8aa007.svg);
}

.google-play-badge {
    background-position: 0 100%;
}

.mobile-top{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mobile-icon {
    height: 50px;
    flex: 1;
    text-align: center;
    line-height: 63px;
}

.mobile-icon .btn{
    width: 25px;
    height: 25px;
    background: none;
    padding: 0;
    background-image: url("img/CLOSE.png");
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
    outline: none;
    border: none;
}

.mobile-text{
    flex: 5;
}

.mobile-text .mobile-logo{
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    background-image: url("img/icon-app.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.mobile-text .mobile-text-text{
    display: inline-block;
}
.mobile-text .mobile-text-text p{
    font-size: 12px;
    padding: 0;
    margin: 0 0 0 10px;
}

.mobile-text .mobile-text-text p:first-child{
    font-weight: bold;
}

.mobile-btn {
    flex: 2;
    text-align: center;
    line-height: 100px;
}

.mobile-btn button{
    width: 90px;
    height:45px;
    font-size: 25px;
    background: none;
    background-image: url("img/Install.png");
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
    border: none;
    padding: 0;
}