@import url(http://fonts.googleapis.com/css?family=Muli:300);

body {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;

    background: url(../Backgrounds/App.jpg) no-repeat;
    background: url(../Backgrounds/App.jpg) 0 0 / 1181px 703px no-repeat fixed;
    background-size: cover;

    font-family: 'Muli', sans-serif;
    font-size: 9px;
}

div#background-layers {
    position: absolute;
    top: 25px;
    left: 50%;
    margin: 0 -275px;
}

div#background-layers img {
    display: block;
}

div#background-layers img#background-layer-logo {
    margin-left: 200px;
    margin-bottom: 20px;
}

div#animation-layers, div#animation-layers img {
    position: absolute;
}

div#animation-layers {
    top: 400px;
    left: 50%;
    width: 550px;
    height: 596px;
    background: url(../Backgrounds/Center_w_masks.png) no-repeat;
    background-size: contain;
    margin: -125px -279px;
}

div#animation-layers div {
    margin: 0px;
    padding: 0px;
}

div#animation-layers div#animation-layers-front img {
    top: 4%;
    left: 7%;
    max-width: 350px;
    max-height: 540px;
}

div#animation-layers div#animation-layers-side img {
    top: 21%;
    left: 61%;
    max-width: 200px;
    max-height: 300px;
}

div.choice-block {
    font-size: 13px;
    font-weight: bold;
    color: #333;

    position: absolute;
    top: 400px;
    left: 50%;
    width: 250px;
    height: 150px;
    padding: 0px;
    background-repeat: no-repeat !important;
}

div.choice-block p {
    display: block;
    width: 140px;
}

div#choice-block-mechanic {
    margin: -125px -275px;
    border-radius: 50px 50px 0 50px;
    text-align: left;
}

div#choice-block-mechanic p {
    padding-left: 18px;
}

div#choice-block-backrest {
    margin: -125px 30px;
    border-radius: 50px 50px 50px 0;
}

div#choice-block-backrest p {
    padding-left: 145px;
}

div#choice-block-armrest {
    margin: 285px -275px;
    border-radius: 50px 0 50px 50px;
}

div#choice-block-armrest p {
    margin-top: 120px;
    padding-left: 18px;
}

div#choice-block-star_base {
    margin: 285px 30px;
    border-radius: 0 50px 50px 50px;
}

div#choice-block-star_base p {
    margin-top: 120px;
    padding-left: 125px;
}

div.choice-block {
}

.active img {
}

.active p {
}

div#choice-options-block {
    position: absolute;
    top: 75px;
    left: 50%;
    margin: 215px -635px;
}

div#choice-options-block h1 {
    font-size: 14px;
    margin: 0px;
    padding: 10px;
    background: #BEBBBB;
    border-radius: 15px 15px 0 0;
    width: 310px;
    text-align: center;
    opacity: 0.75;
}

div#choice-options-block h1 span {
    margin-left: 10px;
    margin-right: 10px;
}

div#choice-options-block ul {
    width: 310px;
    height: 450px;
    overflow: auto;
    margin: 0px;
    padding: 10px;
    list-style-type: none;
    background: #ECEBEA;
    font-size: 10px;
}

div#choice-options-block ul li {
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    padding: 10px;
}

div#choice-options-block ul li h2, div#choice-options-block ul li h3 {
    font-size: 10px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0px;
    line-height: 1em;
}

div#choice-options-block ul li h2 {
    font-size: 11px;
}

div#choice-options-block ul li img {
    float: left;
    display: block;
    max-width: 150px;
    margin-right: 10px;
}

div#choice-options-block ul#options-star_base li img {
    margin-top: 25px;
}

div#choice-options-block ul#options-backrest li img {
    margin-top: 35px;
}

div#choice-options-block ul#options-backrest li img:nth-child(2) {
    margin-top: 55px;
}

div#choice-options-block ul li.option-unique-choice img {
    margin-right: 75px;
}

div#choice-options-block ul li p {
    margin: 0px;
    padding: 0px;
    line-height: 1.25em;
    font-size: 9px;
}

div#app-description-block {
    position: absolute;
    top: 75px;
    left: 50%;
    width: 330px;
    margin: 215px 300px;
    padding: 0px;
}

div#app-description-block h1 {
    font-size: 14px;
    margin: 0px;
    padding: 10px;
    background: #BEBBBB;
    border-radius: 15px 15px 0 0;
    width: 310px;
    text-align: center;
    opacity: 0.75;
}

div#app-description-block div {
    height: 465px;
    margin: 0px;
    padding: 5px;
    background: #fff;
    font-size: 13px;
}

div#app-description-block div p {
    margin: 0px;
    padding: 0px;
}

div#app-description-block div ul {
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    text-align: center;
    list-style-type: none;
}

div#app-description-block div ul li {
    margin: 0px;
    padding: 0px;
}

div#app-description-block a {
    display: block;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 3px;
    color: #333;
}

input[type="button"] {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px;
    border: none;
    border-radius: 5px;
    background: #BEBBBB;
    color: #555;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}