/* ------------------------------------------------------------------------
        ---------- General styles to make the site responsive friendly ------------
        ------------------------------------------------------------------------ */

        @import url(../lib/g/2.0/styles/responsive_enabler.css);


        /* ------------------------------------------------------------------------
        ---------- General styles for highest responsive size and under -----------
        ------------------------------------------------------------------------ */

        @import url(../lib/g/2.0/styles/responsive_base.css) screen and (max-width: 1250px);


        /* ------------------------------------------------------------------------
        --------------------------------- Size 4 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(../lib/g/2.0/styles/responsive_size4_only.css) screen and (min-width: 1023px) and (max-width: 1250px);

        /* ------------------------------------------------------------------------
        --------------------------------- Size 3 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(../lib/g/2.0/styles/responsive_size3_only.css) screen and (min-width: 768px) and (max-width: 1023px);
        @import url(../lib/g/2.0/styles/responsive_size3.css) screen and (min-width: 768px) and (max-width: 1023px);
        
        
        @import url(../lib/g/2.0/styles/responsive_sub_nav.css) screen and (min-width: 768px);
        

        /* ------------------------------------------------------------------------
        --------------------------------- Size 2 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(../lib/g/2.0/styles/responsive_size2.css) screen and (max-width: 767px);
        @import url(../lib/g/2.0/styles/responsive_size2_only.css) screen and (min-width: 460px) and (max-width: 767px);


        /* ------------------------------------------------------------------------
        --------------------------------- Size 1 ----------------------------------
        ------------------------------------------------------------------------ */

        @import url(../lib/g/2.0/styles/responsive_size1.css) screen and (max-width: 459px);


        /* Template responsive styles */
        @import url(https://www.arushagallery.com/lib/g/themes/mode/2.1/styles/responsive.css?c=27042050002152&v=20180913&g=026a170e3dcc704dbb4479e9e97f04bd);

/* Website custom responsive styles */
@import url(https://www.arushagallery.com/styles/responsive.css?c=27042050002152&v=20180913&g=026a170e3dcc704dbb4479e9e97f04bd);