.ri_sky {
    background-color: #fff;
    height: 100px;
    position: absolute;
    top: 0;
    width: 100%;
}
.ri h2 {
    color: #31708f;
    margin-bottom: 30px;
}
.ri_graphic{
    width: 100%;
    height: auto;
}
.ri_display {
    background: #ddd none repeat scroll 0 0;
    border: 2px solid #bdbdbd;
    color: #6c6c6c;
    height: 42px;
    padding: 9px 12px;
    position: absolute;
    text-align: right;
    top: 0;
    width: 140px;
}
.ri_display_label {
    float: left;
}

.ri .bulletpoint {
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    text-align: center;
    width: 40px;
    cursor: pointer;
    border: 2px solid #df0000;
    color: #df0000;
}

.bulletpoint.bulletpoint-1 {
    left: 40.8%;
    top: 30%;
}

.bulletpoint.bulletpoint-2 {
    left: 71%;
    top: 25.5%;
}

.bulletpoint.bulletpoint-3 {
    right: 4.5%;
    top: 3%;
}
.bulletpoint.bulletpoint-4 {
    right: 63%;
    top: 30%;
}
.bulletpoint.bulletpoint-5 {
    right: 70%;
    top: 49.5%;
}
.bulletpoint.bulletpoint-6 {
    right: 40%;
    top: 79.5%;
}

.bulletpoint.active{
    background-color: #df0000;
    color: #fff;
}


.ri_infos {
    padding-left: 60px;
}
.ri_introduction {
    color: #7c7c7c;
    float: right;
    padding-left: 60px;
    padding-right: 150px;
    margin-bottom: 20px;
    position: relative;
}

.ri_description {
    padding-top: 1px;
    display: none;
}

.ri .buttons {
    bottom: 0;
    position: absolute;
    right: 15px;
    width: 27.8%;
    margin-bottom: -10px;
}

.ri button {
    -moz-appearance: none;
    border: 0 none;
    border-radius: 6px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    color: #31708f;
    font-weight: bold;
    margin: 0 0 14px;
    padding: 14px 20px 15px 17px;
    text-align: left;
    width: 100%;
}

.ri button:active {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    margin: 2px 0 12px;
}
.ri button span {
    padding-right: 5px;
}

.ri .btn-overheating.inactive {
    background-color: #c4c4c4;
    color: #9f9f9f;
    cursor: auto;
}
.ri button.pressed {
    background-color: #efefef;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2) inset;
    margin: 2px 0 12px;
}


@media screen and (max-width: 1199px) {
    .ri_introduction {
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    .ri_introduction {
        padding-left: 15px;
        padding-right: 15px;
        float: none;
    }
    .ri_infos {
        padding-left: 15px;
    }
}