.bgImg {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
    margin-top: -1%;
}

.topImg {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -1%;
}

.bg {
    background: url(../img/background.png) no-repeat;
    background-size: cover;
}

.part_1 {
    text-align: left;
    padding: 1% 3%;
}

.part_2 {
    text-align: left;
    padding: 0 3%;
}

.part_3 {
    text-align: left;
    padding: 0 2%;
}

.part_4 {
    text-align: center;
    padding: 3% 2%;
    margin-bottom: 15%;
}

.part-title {
    text-align: center;
    margin-top: 4%;
    font-weight: bold;
    margin-bottom: 4%;
    font-size: 1em;
    color: #b82e2e;
}

.part-text {
    color: #404040;
    font-size: 0.9em;
    line-height: 30px;
    text-align: left;
    font-weight: 500;
}

ol {
    margin-top: 2%;
    list-style-type: none;
    width: 100%;
    /*width: 800px;*/
    display: table;
    padding: 0;
    table-layout: fixed;
    /* the magic dust that ensures equal width */
}

ol .item {
    position: relative;
    display: table-cell;
    width: 18%;
    height: 18%;
}

ol .item div span {
    position: absolute;
    z-index: 999;
    bottom: -2%;
    color: #ffffff;
    font-size: 0.7em;
}

.ol-text {
    text-align: center;
    margin: 2% auto;
}

ol .text-day {
    display: table-cell;
    color: #404040;
    font-size: 0.8em;
}

.btn-get-gift {
    background: #b82e2e;
    border: none;
    margin-top: 4%;
    color: #ffffff;
    font-size: 1em;
    padding: 2% 5% 2% 5%;
    border-radius: 4px;
}

.btn-get-gift:hover{
    background: #aaaaaa;
    border: none;
    margin-top: 4%;
    color: #ffffff;
    font-size: 1em;
    padding: 2% 5% 2% 5%;
    border-radius: 4px;
}
.btn-get-gift:active{
    background: #aaaaaa;
    border: none;
    margin-top: 4%;
    color: #ffffff;
    font-size: 1em;
    padding: 2% 5% 2% 5%;
    border-radius: 4px;
}

.part_4 span {
    font-size: 0.7em;
    line-height: 20px;
    color: #868686;
}

.btn-bottom {
    position: absolute;
    background: #b82e2e;
    border: none;
    margin-top: 13%;
    color: #ffffff;
    font-size: 1em;
    width: 95%;
    padding: 2% 5% 2% 5%;
    border-radius: 4px;
    margin-left: -47.5%;
}

.bottom-bg {
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 60%;
    z-index: -2;
    margin-top: 10%;
}

#bottomImg {
    float: right;
    width: 14%;
    z-index: -1;
    margin-right: 0;
}

.shareBtn {
    width: 12%;
    float: right;
    margin: 2%;
}