.row-fluid {
    width: 105% !important;
    margin-left: -17px !important;
}

.et-mega-search.searchmobile {
    display: none;
}

.search.hide-input.a-right {
    display: none;
}

.blog .span9 {
    width: 835px;
}

.bx-controls-auto {
    display: none;
}


@media screen and (max-width: 480px) {
    .et-mega-search.searchmobile {
    display: block;
}

.search.hide-input.a-right {
    display: none;
}
}

@media screen and (max-width: 800px) and (min-width: 481px) {
     .et-mega-search.searchmobile {
    display: block;
}
    
}