/* main */

#main .info{
    width: 68%;
}


#main .details{
    float: left;
    width: 32%;
}
#main .box{
    background: #f1f2ee;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
#main .box .video{
    margin-bottom: 30px;
    max-width: 380px;
}
#main .box .btn{
    margin: 0 25px 30px;
}
#main .box iframe,
#main .box embed{
    margin: 0 25px 30px;
}

#main .details .img{
    padding-bottom: 65%;
}

#main .details h2{
    font-size: 28px;
    font-weight: 400;
    margin: 20px 25px 10px;
}
#main .description{
    padding: 35px 0 10px;
    margin: 0 25px;
    line-height: 24px;
    border-bottom: solid 1px #b2b4b1;
}
#main .description p{
    margin: 0 0 25px;
    font-weight: 400;
}

#main .scores{
    margin: 30px 37px;
}
#main .scores label{
    font-weight: 500;
    font-size: 18px;
}
#main .score{
    height: 18px;
    margin: 10px 0 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2);
}
#main .score:after{
    content: '';
    display: block;
    height: 18px;
    background: #485f2b;
    border-radius: 10px;
    width: 0;
}
#main .score1:after{ width: 20%; }
#main .score2:after{ width: 40%; }
#main .score3:after{ width: 60%; }
#main .score4:after{ width: 80%; }
#main .score5:after{ width: 100%; }

.scores .scale{
    position: relative;
}
.scores .scale:before,
.scores .scale:after{
    position: absolute;
    top: 6px;
    font-weight: 600;
    font-size: 18px;
    color: #58585a;
    text-align: center;
}
.scores .scale:before{
    content: '1';
    left: -15px;
}
.scores .scale:after{
    content: '5';
    right: -20px;
}

#main .overall{
    padding: 30px 12px;
    margin: 0 25px;
}
#main .line{
    background: #b2b4b1;
    height: 1px;
    margin: 0 25px;
}
#main .overall label{
    float: left;
    width: 100px;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
}
#main .overall span{
    display: block;
    float: left;
    font-size: 50px;
    line-height: 52px;
    font-weight: 600;
}




/* compare */

#compare{
    padding-top: 3%;
    padding-bottom: 5%;
    position: relative;
    overflow: hidden;
    background: #ecebe9;
}

#compare .bg{
    position: absolute;
    max-width: unset;
    left: 50%;
    top: -150px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

#compare h2{
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
}

.table{
    background: rgba(255,255,255,0.8);
}

.table .header{
    color: #fff;
    background: #485f2b;
    padding: 20px 0 15px;
}
.table .header.two,
.table .header.three{
    display: none;
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
}
.table .header.two div,
.table .header.three div{
    padding: 5px 0;
    box-sizing: content-box;
}
.table .header.two div:first-child,
.table .header.three div:first-child{
    border-bottom: solid 1px rgba(255,255,255,0.3);
}
.table .type,
.table .val,
.table .overall{
    position: relative;
    float: left;
    text-align: center;
}
.table .type{
    text-align: left;
}
.table .header .type,
.table .header .val,
.table .header .overall{
    color: #fff;
    height: 40px;
    border-right: solid 1px #fff;
}
.table div span{
    position: absolute;
    width: 100%;
    padding: 0 20px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.table .header div:nth-last-child(2){
    border: none;
}

.table .type{
    width: 21%;
    padding-left: 30px;
}
.table .type span{
    padding-left: 30px;
}
.table .val{
    width: 12%;
    min-height: 20px;
}
.table .overall{
    width: 19%;
    min-height: 20px;
}

.table .header .type{
    font-size: 18px;
    line-height: 20px;
}
.table .header .val{
    font-size: 14px;
    line-height: 16px;
}
.table .header .overall{
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.row{
    font-size: 18px;
    line-height: 20px;
    padding: 12px 0;
}
.row:nth-child(even){
    background: #dbdfd4;
}
.row div{
    padding: 0 20px;
}
.row .clear{
    padding: 0;
}
.row .val{
    font-weight: 400;
    color: #58585a;
}

.current .type,
.current .val,
.current .overall{
    font-weight: 600;
    color: #485f2b;
}

#compare .description{
    position: relative;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 30px 10px;
    background: rgba(255,255,255,0.8);
    border-bottom: solid 10px #485f2b;
}
#compare .description h3{
    margin: 0;
}
#compare .description p{
    margin: 0 0 20px;
}
#compare .description img{
    float: right;
    margin: 0 -120px 20px 20px;
}

.table .clear.two,
.table .clear.three{
    display: none;
}


/* Responsive ----------------------------------------------------------*/

@media(max-width: 1400px){
    #compare .description img{
        margin-right: -80px;
    }
}
@media(max-width: 1300px){
    #compare .description img{
        margin-right: -50px;
        max-width: 270px;
    }
}

@media(max-width: 1200px){
    #main .score,
    #main .score:after{
        height: 15px;
    }
    #main .overall label{
        width: 85px;
        font-size: 19px;
        line-height: 20px;
    }
    #main .overall span{
        font-size: 40px;
        line-height: 41px;
    }
    #main .score,
    #main .score:after{
        height: 15px;
    }
    #main .score{
        margin: 10px 0 15px;
    }
    .scores .scale:before,
    .scores .scale:after{
        top: 5px;
        font-size: 17px;
    }
    .table .header .val {
        font-size: 13px;
        line-height: 14px;
    }
    .table div span{
        padding: 0 10px;
    }
    .table .header .type{
        font-size: 15px;
    }
    .table .header .overall{
        font-size: 13px;
        line-height: 14px;
    }
    .row{
        font-size: 16px;
    }
}

@media(max-width: 1100px){
    #main .scores label{
        font-size: 17px;
    }
    #main .score,
    #main .score:after{
        height: 12px;
    }
    #main .score{
        margin: 10px 0 12px;
    }
    .scores .scale:before,
    .scores .scale:after{
        top: 4px;
        font-size: 15px;
    }
    .row{
        font-size: 15px;
    }
}

@media(max-width: 1000px){
    #main .info{
        width: 65%;
        padding-right: 30px;
    }
    #main .details{
        width: 35%;
    }
    #main .overall label{
        width: 78px;
        font-size: 17px;
        line-height: 19px;
    }
    #main .overall span {
        font-size: 38px;
        line-height: 38px;
    }
    .table{
        background: transparent;
    }
    .table .header{
        display: none;
    }
    .table .header.three{
        float: left;
        display: block;
        width: 25%;
    }
    .table .clear.three{
        display: block;
    }
    .table .row{
        float: left;
        width: 25%;
        padding: 0;
        margin-bottom: 20px;
        background: rgba(255,255,255,0.8);
    }
    .table .row .clear{
        display: none;
    }
    .table .row .type,
    .table .row .val,
    .table .row .overall{
        float: none;
        width: auto;
        padding: 5px 10px;
        line-height: 20px;
        text-align: center;
    }
    .table .row .type{
        background: #dbdfd4;
        padding: 13px 10px 8px;
        box-sizing: content-box;
        border-bottom: solid 1px rgba(72, 95, 43, 0.5);
    }
    .table .row .val:nth-child(odd),
    .table .row .overall:nth-child(odd){
        background: rgba(219, 223, 212, 0.3);
    }
    .table .row .overall{
        box-sizing: content-box;
        padding-bottom: 15px;
    }

    .table div span{
        position: static;
    }
}

@media(max-width: 900px){
    #main .info{
        float: none;
        width: auto;
        padding: 0;
    }
    #main .details{
        float: none;
        width: 100%;
        display: inline-block;
    }
    .img-container{
        margin: 0 25px;
        max-width: 50%;
    }
    #main .description{
        padding: 25px 0 0;
    }
    .table .header.two,
    .table .header.three,
    .table .row .type,
    .table .row .val,
    .table .row .overall{
        font-size: 14px;
        line-height: 18px;
    }
    #compare .description img{
        max-width: 230px;
    }
    #main .box .video{
        margin: 0 25px 30px;
    }
}

@media(max-width: 800px){
    #compare .description img{
        max-width: 220px;
    }
}

@media(max-width: 700px){
    .table .header.two,
    .table .header.three,
    .table .row .type,
    .table .row .val,
    .table .row .overall{
        font-size: 13px;
        line-height: 16px;
    }
    #compare .description img{
        max-width: 210px;
    }
}


@media(max-width: 600px){
    #main .scores {
        margin: 20px 37px 30px;
    }
    .table{
        margin: 0 -30px;
    }
    .table .header.two,
    .table .header.three,
    .table .row .type,
    .table .row .val,
    .table .row .overall{
        font-size: 12px;
        line-height: 15px;
    }
    #compare .description img{
        max-width: 200px;
    }
}


@media(max-width: 500px){
    .img-container{
        max-width: unset;
    }
    #main .overall label{
        width: 67px;
        font-size: 15px;
        line-height: 16px;
    }
    #main .overall span{
        font-size: 33px;
        line-height: 29px;
    }
    .table .header.two,
    .table .clear.two{
        display: block;
    }
    .table .header.two,
    .table .row{
        float: left;
        width: 33.3%;
    }
    .table .header.three,
    .table .clear.three{
        display: none;
    }
    #compare .description img{
        float: none;
        margin: 0 auto 25px;
        max-width: 200px;
        display: block;
    }
}

@media(max-width: 400px){
    #main .scores {
        margin: 20px 32px 26px;
    }
    .table{
        margin: 0 -20px;
    }
}