.jumbotron { margin-top: 30px; }
.jumbotron h2 { text-align: center; }
.jumbotron b { color: red; }
.footer { background: #000000; }
.img-thumbnail { border: 0; }
.media-left, .media-right { cursor: default; }
.media-left { padding-right: 20px; }
.media-right { padding-left: 20px; }
.media-body p { font-size:24px; }
.footer .text-muted { text-align: center; }
.footer a {  color: #727272; }
.footer a:hover {  color: #eee; text-decoration: none; }
textarea { resize: none; }
.thumbnail.grey { background-color: #eee; }
.thumbnail.grey a { text-decoration: none; }
.caption.padded { padding: 8px 40px 25px; }
.caption.padded-contact { padding: 8px 40px 15px; }
.caption.padded h2, .caption.padded-contact h2 { margin-bottom: 20px; }
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default { display: none; }
.alert { display: none; font-weight: bold; }
.alert-info { /*display: block;*/ background-color: #fff; border: 0; }
.navbar { background-color: #000000; border-bottom: 1px solid #ffffff; }
.navbar-brand.logo img { width: 91px; height: 20px; }
.navbar-brand.rss img { width: 20px; height: 20px; }
.navbar-brand.follow img { width: 20px; height: 20px; }
.img-thumbnail.img-responsive { width: 150px; height: 150px; }
.lead, .list-group-item span { color: #aaa; font-style: italic; }
.lead.small { font-size: 14px; }
blockquote p { color: #C98E2E; }
.prettyprint_cover { background-color: #000; }
/*.prettyprint_cover, .prettyprint { margin: 0px; overflow: auto; }*/
#contact-button, #ilet-button { margin-top: 4px; }
.me { margin-top: 40px; }
.image_cover img { display: block; }
.list-group-item .counter, .counter { display: inline-block; width: 35px; }
.list-group-item .list-date, .list-date { margin-right: 18px; }
/*.list-group-item .list-category, .list-category { margin-left: 10px; }*/
.search-found-total { color: limegreen; }

/* ----- ADSENSE */
/*HOME*/
.adsense-home-thumbnail { border: none; }
/*POST*/
.adsense-hrz-ldr-post-top { margin-bottom: 25px; }
.adsense-hrz-ldr-post-bottom { margin-top: 35px; border: none; }
.adsense-post-thumbnail { border: none; }
/*POSTS*/
.adsense-hrz-ldr-posts-top { margin-bottom: 25px; }
.adsense-hrz-ldr-posts-bottom { margin-bottom: 25px; }
/*CATEGORY*/
.adsense-hrz-ldr-category-top { margin-bottom: 25px; }
.adsense-hrz-ldr-category-bottom { margin-bottom: 25px; }
/*SEARCH*/
.adsense-hrz-ldr-search-top { margin-top: 25px; margin-bottom: 25px; }
.adsense-hrz-ldr-search-bottom { margin-bottom: 25px; }
/* ----- END: ADSENSE */


@media screen and (max-width: 990px) {
    .media-body p {
        font-size: 22px;
    }
    .media-left img,
    .media-right img {
        width: 32px;
        height: 32px;
    }
    .media-left {
        padding-right: 10px;
    }
    .media-right {
        padding-left: 10px;
    }
    .jumbotron h2 { font-size: 22px; }
}

@media screen and (max-width: 630px) {
    .media-body p {
        font-size: 18px;
    }
    .media-left img,
    .media-right img {
        width: 20px;
        height: 20px;
    }
    .media-left {
        padding-right: 10px;
    }
    .media-right {
        padding-left: 10px;
    }
    .jumbotron h2 { font-size: 18px; }
}
