.slider {
    overflow: hidden;
    height: 364px;
}
.slider-header {
	width: 100%;
    min-width: 630px;
    height: 364px;
    overflow: hidden;
}
.slider-header img{
    width: 100%;
    line-height: 274px;
    /*margin-top: -40px;*/
}
.slider-content {
    width: 100%;
    min-width: 630px;
    height: 64px;
    background: rgba(0, 0, 0, 0) url("transparent-bg.png") repeat scroll 0 0;
    color: white;
    position: relative;
    bottom: 64px;
}
.new_slider-content {
    float: left;
    height: 58px;
    width: 33%;
}
.number_slider-content {
    float: left;
    font-size: 45px;
    font-family: 'Roboto';
    font-weight: 900;
    height: 50px;
    line-height: 55px;
    text-align: center;
    width: 75px;
    margin-top: 5px;
}
.title_slider-content {
    float: left;
    width: 130px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    margin-top: 10px;
}
.resume_slider-content {
    float: left;
    font-family: 'Roboto';
    line-height: 15px;
    font-size: 11.5px;
    width: 130px;
    height: 32px;
}
.select{
    color: #e03b25;
}
.white{
    color: #FFF;
}
@media (max-width:992px){
    .slider{
        max-width: 630px;
        min-height: 0;
        max-height: 364px;
        height: auto;
    }
    .slider-header {
        width: 100%;
        max-width: 630px;
        min-height: 0;
        max-height: 364px;
        height: auto;
        min-width: 0;
        overflow: hidden;
    }
    .slider-content {
        width: 100%;
    	max-width: 630px;
        min-width: 0;
        width: 100%;
        height: 52px;
        background: rgba(0, 0, 0, 0) url("transparent-bg.png") repeat scroll 0 0;
        color: white;
        position: relative;
        bottom: 52px;
    }
    .new_slider-content {
        display: none;
        float: left;
        height: 58px;
        width: 100%;
    }
    .blq-content-solo{
        display: table;
        width: 85%;
    }
    .number_slider-content {
        float: left;
        font-size: 38px;
        font-family: 'Roboto';
        font-weight: 900;
        height: 50px;
        line-height: 46px;
        text-align: center;
        max-width: 75px;
        width: 15%;
        margin-top: 5px;
    }
    .title_slider-content {
        float: left;
        width: 100%;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Roboto';
        font-weight: 700;
        margin-top: 6px;
    }
    .resume_slider-content {
        float: left;
        font-family: 'Roboto';
        line-height: 15px;
        font-size: 11.5px;
        width: 90%;
        height: 32px;
    }
    .select{
        display: block;
    }
}