/*  -------------------------------------------------------------
    MEDIA QUERIES - CLEAR PIXEL 2017
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

    @media screen and (max-width: 1300px) {

        /* Mobile Menu */

        .mobileMenu {
            background: #00aeff;
        }

        #menu_main li a.active:link,
        #menu_main li a.active:visited {
            color: #045d86;
        }

    }




    @media screen and (max-width: 1150px) {

        /* Banner Images */

        #banner_image.home #banner_image-ii {
            background-image: url("../../images/bg/banner_overlay_home1.png");
        }

    }




    @media screen and (max-width: 1000px) {

        /* Home Buttons */

        #btns_home a.btn:link,
        #btns_home a.btn:visited,
        #btns_home a.btn:hover {
            background-color: #00aeff;
        }

        #btns_home a.btn.stores:link,
        #btns_home a.btn.stores:visited,
        #btns_home a.btn.stores:hover {
            background-color: #045d86;
        }

        #btns_home a.btn.info:link,
        #btns_home a.btn.info:visited,
        #btns_home a.btn.info:hover {
            background-color: #0095da;
        }




        /* Other Designed Sections - News Articles */

        #content .news_articles a.article:link,
        #content .news_articles a.article:visited,
        #content .news_articles a.article:hover {
            background: #0078af;
        }

        #content .news_articles a.article:nth-child(even):link,
        #content .news_articles a.article:nth-child(even):visited,
        #content .news_articles a.article:nth-child(even):hover {
            background: #00aeff;
        }

        #content .news_articles a.article:link .image .arrow,
        #content .news_articles a.article:visited .image .arrow,
        #content .news_articles a.article:hover .image .arrow {
            border-left-color: #0078af;
        }

        #content .news_articles a.article:nth-child(even):link .image .arrow,
        #content .news_articles a.article:nth-child(even):visited .image .arrow,
        #content .news_articles a.article:nth-child(even):hover .image .arrow {
            border-right-color: #00aeff;
        }




        /* Store Search */

        #main_page #content #stores_categories a.category:link,
        #main_page #content #stores_categories a.category:visited,
        #main_page #content #stores_categories a.category:hover,
        #main_page #content #stores_categories a.centre_plan:link,
        #main_page #content #stores_categories a.centre_plan:visited,
        #main_page #content #stores_categories a.centre_plan:hover {
            background: #0095da;
        }

        #main_page #content #stores_categories a.category:nth-child(2):link,
        #main_page #content #stores_categories a.category:nth-child(2):visited,
        #main_page #content #stores_categories a.category:nth-child(2):hover {
            background: #5bbdea;
        }

        #main_page #content #stores_categories a.category:nth-child(3):link,
        #main_page #content #stores_categories a.category:nth-child(3):visited,
        #main_page #content #stores_categories a.category:nth-child(3):hover {
            background: #00aeff;
        }

        #main_page #content #stores_categories a.category:nth-child(5):link,
        #main_page #content #stores_categories a.category:nth-child(5):visited,
        #main_page #content #stores_categories a.category:nth-child(5):hover {
            background: #5bbdea;
        }

        #main_page #content #stores_categories a.category.active:link,
        #main_page #content #stores_categories a.category.active:visited,
        #main_page #content #stores_categories a.category.active:hover {
            background: #0078af;
        }




        /* Other Designed Sections - Pagination */

        #content .pagination a:link,
        #content .pagination a:visited,
        #content .pagination a:hover {
            color: #007cb3;
            border-color: #007cb3;
            background: none;
        }

        #content .pagination a.active:link,
        #content .pagination a.active:visited {
            color: #fff;
            background: #007cb3;
        }




        /* Store View */

        #content #store_view a.btnViewCategoryPage:link,
        #content #store_view a.btnViewCategoryPage:visited,
        #content #store_view a.btnViewCategoryPage:hover {
            background-color: #00aeff;
        }




        /* Page Specific Styling - Centre Plan Page */

        #content .centre_plan .stores_list .stores_list-i a.store:link,
        #content .centre_plan .stores_list .stores_list-i a.store:visited,
        #content .centre_plan .stores_list .stores_list-i a.store:hover {
            background: #00aeff;
        }

    }




    @media screen and (max-width: 800px) {

        #content .news_articles a.article:link .image .arrow,
        #content .news_articles a.article:visited .image .arrow {
            border-bottom-color: #0078af;
        }

        #content .news_articles a.article:nth-child(even):link .image .arrow,
        #content .news_articles a.article:nth-child(even):visited .image .arrow {
            border-bottom-color: #00aeff;
        }
    }