.bar{
    width: 33%;
    display: inline-block;
    padding: 0 12px;
    font-size: 0px;
    text-align: center;
    padding: 0 3%;
}
.bar p{
    font-size: 15px;
    font-family: 'Fjalla One', sans-serif;
}
#theme-layout #hd_main .bar .columns_ab.show_barchart .column{
    padding: 0 12px;
    position: relative;
    height: 100%;
    width: 50%;
}
#theme-layout #hd_main .bar .columns_ab.pro_name .column{
    font-size: 13px;
    padding: 0px;
    width: 50%;
    vertical-align: top;
}

#theme-layout #hd_main .blue_box{
    border: 2px solid #F17800;
    padding: 24px 12px 6px;
    margin: 3px 24px 12px;
}
#theme-layout #hd_main .blue_box h1{
    font-size: 48px;
}

#theme-layout #hd_main .blue_txt{
    color: #F17800;
    font-size: 13px;
}
#theme-layout #hd_main .gray_txt{
    color: #969696;
    font-size: 13px;
}
.bar_txt{
    position: relative;
    height: 36px;
}
.bar_txt .jumbo{
    width: 50%;
    text-align: center;
    position: absolute;
    font-weight: 600;
    font-family: 'Fjalla One', sans-serif;
    z-index: 20;
    transition: all 2.5s;
    -moz-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
}
.bar_txt h1{
    line-height: 0em;
    display: inline-block;
    padding-right: 3px;
}
#theme-layout #hd_main .bar_txt .blue_txt h1{
    font-size: 20px;
}
#theme-layout #hd_main .bar_txt .gray_txt h1{
    font-size: 16px;
    color: #969696;
}

#theme-layout #hd_main .bar_txt span{
    font-size: 12px;
}

#theme-layout #hd_main .show_barchart{
    margin: 0 12px;
    border-bottom: 1px solid #969696;
    position: relative;
    overflow:hidden;
    height: 200px;
}

.barchart_1,.barchart_2{
    width: calc( 100% - 24px );
    position: absolute;
    bottom: 0px;
}
#theme-layout #hd_main .barchart_1{
    background-color: #969696;
}
#theme-layout #hd_main .barchart_2{
    background-color: #F17800;
}

.mask{
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 2.5s;
    -moz-transition: all 2.5s;
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    overflow: hidden;
}


@media (min-width: 768px) and (max-width: 992px) {
    .bar p{
        font-size: 12px;
        font-weight: 300;
    }

}
@media (min-width: 500px) and (max-width: 768px) {
    .bar{
        width: 50%;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 500px) {
    .bar{
        width: 100%;
        margin-bottom: 24px;
    }
}
