.bredcrumbs-select {
    background: #fff;
    padding: 6px 20px 19px 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.bredcrumbs ul {
    margin: 0px;
    padding: 8px 0px;
}

.bredcrumbs ul li {
    list-style: none;
    float: left;
    background: url('../img/sep-bredcrumbs.png') no-repeat 5px;
    font-size: 13px;
    line-height: 12px;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    color: #4b4b4b;
    padding: 0px 3px 0px 17px;
    margin-top: 2px;
    text-transform: lowercase;
}

.bredcrumbs ul li:first-child {
    padding-left: 0px;
    background: none;
    margin-top: 0px;
}

.bredcrumbs ul li:nth-child(2) {
    background: none;
    padding-left: 8px;
}

.bredcrumbs ul li a {
    color: #4b4b4b;
}

.bredcrumbs ul li a:hover, .bredcrumbs ul li a:focus {
    color: #ff7900;
}

.select-filter {
    margin-top: -2px;
}

.select-filter .form-control {
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    box-shadow: none;
    color: #262e31;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 2px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/* RESPONSIVE CSS
 -------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1400px) {

}

@media only screen and (max-width : 1200px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .bredcrumbs-select {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {
    .bredcrumbs-select {
        margin-top: 73px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .bredcrumbs-select {
        display: none;
    }
}

@media only screen and (max-width : 320px) {
    .bredcrumbs-select {
        display: none;
    }
}