/** Generated by QuickPaging **/
.head_banner{
        background: url('//www.parsonline.com/data/uploaded_files/1487141329-3.jpg') no-repeat no-repeat center scroll;
        -moz-background: url('//www.parsonline.com/data/uploaded_files/1487141329-3.jpg') no-repeat no-repeat center scroll;
        -o-background: url('//www.parsonline.com/data/uploaded_files/1487141329-3.jpg') no-repeat no-repeat center scroll;
        -webkit-background: url('//www.parsonline.com/data/uploaded_files/1487141329-3.jpg') no-repeat no-repeat center scroll;
        -sm-background: url('//www.parsonline.com/data/uploaded_files/1487141329-3.jpg') no-repeat no-repeat center scroll;
        background-size: cover;
        height: 300px;
    }
    .container-fluid{
        padding: 0 !important;
    }
    .row{
        margin: 0 !important;
        padding: 0 !important;
    }
    .reset_padding{
        padding:0px;
    }
    .left_box_banner{
        border-right: 1px rgba(255,255,255,.3) solid;min-height: 300px;line-height: 12px;
    }
    h3{
        padding-right:0;
        color:#fff;
    }
    p{
        color:#fff;
    }
    .font_xtiny{
        font-size: 9px;
    }
    .btn_blue{
        transition: all .3s;
        background-color: #005baa;
        border-radius: 3px;
        color: #fff !important;
        text-decoration: none;
        padding: 5px 5px;
        margin:8px 0;
        font-size:12px;
    }
    .btn_blue:hover{
        background-color: #337ab7;
        color: #fff !important;
        text-decoration: none;
    }

    #morevideo{
        background-color:#d9d9d9;
        padding:25px;
    }
    #morevideo p,#morevideo h3{
        color:#000;
    }
    #morevideo p{
        font-size: 12px;
    }
    .img_des {
        transition:all .5s;
        font-size:13px;
        position: absolute;
        bottom: 0;
        color: #fff;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        opacity:0;
    }
    .img_box:hover .img_des{
        opacity:1;
    }
    .img_box{
        transition:all .5s;
    }
    .img_box:hover{
        opacity:.8;
    }
    @media (min-width:320px) and (max-width:480px){
        .btn_pink{
            width: 100%;
        }
		.img_des{
         display:none;
        }
    }