
.col-xs-12 {
    margin-bottom: 20px;
}

@media (min-width: 540px) {
    .home .btn.tile {width:32%;}
}

@media (min-width: 768px) {
    .home .btn.tile {
        width: 48%;
    }
}

@media (min-width: 992px) {
    .home .btn.tile {
        width: 32%;
    }
}

@media (min-width: 1200px) {
    .content {
        background: #eee;
        padding: 20px 20px;
    }

    .home .btn.tile {
        width: 32%;
    }
}

@media (max-width: 992px) {
    .header h1 {
        bottom:30px;
        left:30px;
        font-size:42px;
    }
}

@media (max-width: 767px) {
    .content {
        padding: 20px 10px;
    }

    div#navbar {
        background: #6cd0c4;
    }

    .header h1 {
        bottom:20px;
        left:30px;
        font-size:42px;
    }
}

@media (max-width: 540px) {
    .col-xxs-12 { width:100%;}
    .col-xxs-3 {width:25%;}
    .col-xxs-9 { width:75%;}
    .col-xxs-6 { width:50%;}

    .date {
        background:#6cd0c4;
        color:#fff;
        width:45px;
        height:45px;
        padding:5px;
        text-align: center;
        line-height: 18px;
    }

        .date .big {
            font-size:21px;
            font-weight:bold;
            margin:0px;
        }

        .date .small {
            font-size:14px;
            font-weight:bold;
            margin:0px;
        }

    .title h4 {
        margin-top:10px;
    }

    img.btn-icon {
        width:30px;
        margin-right:10px;
    }

    .header h1 {
        bottom:10px;
        left:20px;
        font-size:30px;
        padding-left:10px;
    }
}
