.section
{
    background-color: #f7f7f7;
}

.week
{
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.week.status_0
{
    
}

.week.status_1
{
    
}

.week.status_2
{
    
}

.videos_c
{
    float: left;
    width: 100%;
}

.container .section
{
    margin-top: 70px;
    padding: 70px;
    width: calc(100% - 140px);
}

.container .section .row.n1
{
    float: left;
    width: 100%;
    padding-bottom: 70px;
}

.container .section .row.n1 h1
{
    float: left;
    text-align: center;
    color: #000;
    width: 100%;
    font-size: 36px;
    background-image: url(../images/pages/rockin/bikes/hr.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 8px;
    padding-bottom: 15px;
}

.container .section .row.n2
{
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}
.container .section .row.n2 .bike
{
    float: left;
    width: 100%;
}
.container .section .row.n2 .bike:nth-child(odd) .pic
{
    float: left;
    width: 500px;
}
.container .section .row.n2 .bike:nth-child(odd) .data
{
    float: right;
    margin-top: 40px;
    width: calc(100% - 500px);
}
.container .section .row.n2 .bike:nth-child(even) .pic
{
    float: right;
    width: 500px;
}
.container .section .row.n2 .bike:nth-child(even) .data
{
    float: left;
    margin-top: 40px;
    width: calc(100% - 540px);
    padding-left: 40px;
}

.container .section .row.n2 .data .text
{
    float: left;
    width: 100%;
}

.container .section .row.n2 .data .text.mode
{
    color: #4fffe4;
    font-size: 20px;
    margin-bottom: 20px;
}

.container .section .row.n2 .data .text.name
{
    color: #000;
    font-size: 30px;
    margin-bottom: 5px;
}

.container .section .row.n2 .data .text.status
{
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}

.container .section .row.n2 .data .text.price .col
{
    float: left;
    width: auto;
}

.container .section .row.n2 .data .text.price .col .text.value
{
    color: #000;
    font-size: 28px;
}
.container .section .row.n2 .data .text.price .col .text.pay_method
{
    color: #000;
    font-size: 15px;
    margin-bottom: 35px;
}


@media (orientation: portrait) {
    .container .section
    {
        margin-top: 70px;
        padding-left: 5%;
        width: 90%;
        padding-right: 5%;
        padding-top: 20px;
    }

    .container .section .row.n2
    {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .container .section .row.n2 .bike:nth-child(odd) .pic
    {
        float: left;
        width: 100%;
    }
    .container .section .row.n2 .bike:nth-child(odd) .data
    {
        float: left;
        margin-top: -20px;
        width: 92%;
        padding-left: 8%;
    }
    .container .section .row.n2 .bike:nth-child(even) .pic
    {
        float: left;
        width: 100%;
    }
    .container .section .row.n2 .bike:nth-child(even) .data
    {
        float: left;
        margin-top: -20px;
        width: 92%;
        padding-left: 8%;
    }

    .container .section .row.n2 .data .text.name
    {
        font-size: 26px;
    }

    .container .section .row.n2 .data .text.status
    {
        margin-bottom: 20px;
    }
}