.adsense {
    display: block;
    text-align: center;
}

.adsense:before {
    display: none !important;
}

.adsense ins {
    width: 100%;
    height: 100%;
    display: block;
}

.home-slider-bottom {
    width: 605px;
    height: 150px;
}

.home-top-news-bottom {
    width: 287px;
    height: 150px;
}

.full-width-ads {
    width: 1240px;
    height: 310px;
    margin-bottom: 20px;
}

.single-sidebar-one, .single-sidebar-two {
    width: 287px;
    height: 250px;
    margin-bottom: 20px;
}

.single-sidebar-three {
    width: 287px;
    height: 287px;
    margin-bottom: 20px;
}

.category-top-side {
    width: 287px;
    height: 405px;
    margin: 10px 0 20px 0;
}

@media screen and ( max-width: 800px ) {
    .home-slider-bottom {
        width: 100%;
        height: 200px;
    }

    .home-top-news-bottom {
        width: 100%;
        height: 200px;
    }

    .full-width-ads {
        width: 100%;
        height: 250px;
    }
}

@media screen and ( max-width: 600px ) {
    .home-slider-bottom {
        width: 100%;
        height: 150px;
    }

    .home-top-news-bottom {
        width: 100%;
        height: 150px;
    }

    .full-width-ads {
        width: 100%;
        height: 200px;
    }

    .single-sidebar-one, .single-sidebar-two {
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }

    .single-sidebar-three {
        width: 100%;
        height: 287px;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .form-inline #search.form-control {
        width: 500px;
    }
}