@media all and (max-width: 560px) {
    .artcl-article .artcl-heading {
        /*height: 180px;*/
    }

    .artcl-article .entry-title {
        font-size: 24px;
    }

    .artcl-article .entry-info {
        /*padding: 10px;*/
        font-size: 16px;
    }

    .artcl-article .entry-info .author-name {
        font-size: 16px;
    }

    .artcl-article .entry-info .author-avatar img {
        width: 50px;
    }

    .square-item .item-box {
        height: 150px !important;
    }

    .video-item .item-box {
        height: 160px !important;
        margin-bottom: 15px;
    }

    .main-wrapper .left-col {
        width: 100% !important;
    }

    .highlight-posts {
        width: 100% !important;
    }

    .main-wrapper .right-col {
        margin: 0;
        width: 100%;
        padding: 10px;
    }

    .big-item {

    }

    .big-item .media-left {
        width: 100%;
        clear: both;
        float: left;
        margin: 0;
        padding: 0;
    }

    .big-item .media-object {
        width: 100%;
    }

    .big-item .media-body {
        width: 100%;
        margin-top: 5px;
        display: block;
        float: left;
    }

    .category-block .child-cats {
        clear: both;
        width: 100%;
        margin: 0;
    }

    .category-block .child-cats li {
        padding: 15px 5px 5px 0;
    }

    .category-block.cat-type1 .media .media-heading {
        padding: 5px 0;
        font-size: 16px;
    }

    .category-block.cat-type2 .latest-post, .category-block.cat-type2 .older-posts {
        width: 100%;
        display: block;
        float: left;
        margin: 0;
    }

    .category-block.cat-type2 .latest-post {
        margin-bottom: 15px;
    }

    .category-block.cat-type2 .latest-post .sapo {
        font-size: 12px;
    }

    .category-block.cat-type2 .latest-post img {
        width: 100%;
    }

    .category-block.cat-type2 .latest-post .media .media-heading {
        padding: 10px 0;
        font-size: 16px;
    }

    .cat-type3 {
        background: transparent;
        height: 280px;
    }

    .cat-type3 .title {
        font-size: 14px;
        padding: 5px 0;
    }

}

@media all and (max-width: 768px) {
    body {
        font-size: 140%;
    }

    .navbar-brand {
        padding-left: 15px;
    }

    .main-navbar {

        z-index: 1000;
    }

    .main-navbar.navbar-default .navbar-toggle {
        margin: 3px -10px;

    }

    .navbar.main-navbar .navbar-collapse {
        background-color: #EC3237;
        left: 15px;
        right: 15px;
        position: absolute;
        top: 38px;
        padding: 0 15px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav > li:first-of-type > a {
        padding: 8px 13px;
        font-size: 22px;
    }

    #right-nav {
        width: 100%;
        border-top: 1px solid #E96969;
    }

    #right-nav {

    }

    #choose-lang {

    }

    .featured-posts .latest-post {
        margin-bottom: 15px;
    }

    .featured-posts .older-posts {
        width: 100% !important;
        margin: 0px 0 30px 0
    }

    .featured-posts .latest-post .sapo, .featured-posts .sec-items .sec-item .title, .featured-posts .older-posts li {
        font-size: 14px;
    }

    .featured-posts .sec-items .sec-item .title {
        border-bottom: 1px dotted #ececec;
        white-space: nowrap;        
    }

    .featured-posts .sec-items .sec-item .title::before, .featured-posts .older-posts li:before {
        content: "\00b7";
        font-weight: bold;
        color: #E96969;
        margin-left: -7px;
    }
    .contact-info {
        margin-top: 15px;
    }

}