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

@import url(responsive_enabler.css);


/* ------------------------------------------------------------------------
---------- General styles for highest responsive size and under -----------
------------------------------------------------------------------------ */
@import url(responsive_base.css) screen and (max-width: 1720px);


/* ------------------------------------------------------------------------
--------------------------------- Size 3 ----------------------------------
------------------------------------------------------------------------ */
@import url(responsive_size3_only.css) screen and (min-width: 900px) and (max-width: 1023px);


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

@import url(responsive_size2.css) screen and (max-width: 899px);
@import url(responsive_size2_only.css) screen and (min-width: 600px) and (max-width: 899px);


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

@import url(responsive_size1.css) screen and (max-width: 599px);
