/*  -------------------------------------------------------------
    MEDIA QUERIES - CLEAR PIXEL 2015
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

    @media screen and (max-width: 1200px) {

        /* Menu */

        #menu_bar a.btn_menu:link,
        #menu_bar a.btn_menu:visited {
            display: block;
        }

        #menu_main {
            position: absolute;
            top: 100%;
            left: 0;
            z-index: 300;
            display: none;
            padding: 0;
            width: 100%;
            background: #000;
            -webkit-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.75);
            box-shadow: 0px 10px 40px 0px rgba(0,0,0,0.75);
        }

        #menu_main li {
            display: block;
        }

    }




    @media screen and (max-width: 800px) {

        /* General */

        #content .mobile_none {
            display: none;
        }




        /* Content */

        #content .mobile_only {
            display: block;
        }

        #content .mobile_none {
            display: none;
        }




        /* Latest News Articles */

        #content #news_articles-i {
            margin: 0;
        }

        #content #news_articles .article {
            display: block;
            padding-left: 0;
            padding-right: 0;
            width: auto;
        }

        #content #news_articles .article.has_image .image {
            left: 0;
        }




        /* Other Styled Sections - Latest News Articles */

        #content .latest_news_articles {
            margin: 0;
        }

        #content .latest_news_articles .article {
            display: block;
            padding-left: 0;
            padding-right: 0;
            width: auto;
        }

        #content .latest_news_articles .article.has_image .image {
            left: 0;
        }




        /* Forms */

        #wrapper #content .contentForm .submitBox .submitBtn,
        #wrapper #content .contentForm .submitBox .submitBtn:hover {
            color: #fff;
            background: #000;
        }




        /* Columns */

        #content .columns .column,
        #content .columns .column.last,
        #content .columns.side_right .column,
        #content .columns.side_right .column.last,
        #content .columns.half_width .column,
        #content .columns.half_width .column.last,
        #content .columns.three .column,
        #content .columns.three .column.first,
        #content .columns.three .column.last,
        #content .columns.four .column,
        #content .columns.four .column.first,
        #content .columns.four .column.last {
            float: none;
            margin: 0 auto 20px auto;
            padding: 0;
            width: auto;
        }

        #content .columns .column.last,
        #content .columns.side_right .column.last,
        #content .columns.half_width .column.last,
        #content .columns.three .column.last,
        #content .columns.four .column.last,
        #content .columns.singular .column {
            margin-bottom: 0;
        }

    }




    @media screen and (max-width: 400px) {

        /* Other Styled Sections - Latest News Articles */

        #content #news_articles .article.has_image .image {
            display: none;
        }

        #content #news_articles .article.has_image .details {
            padding-left: 0;
        }




        /* Other Styled Sections - Latest News Articles */

        #content .latest_news_articles .article.has_image .image {
            display: none;
        }

        #content .latest_news_articles .article.has_image .details {
            padding-left: 0;
        }

    }