/* Minify_CSS_UriRewriter::$debugText

*/

/* custom.css */

/* 1  */ /* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
/* 2  */
/* 3  */ /* General Custom CSS */
/* 4  */
/* 5  */
/* 6  */
/* 7  */
/* 8  */ /*
/* 9  *| Desktop Styles
/* 10 *| ================================================== */
/* 11 */ /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
/* 12 */
/* 13 */ @media only screen and (min-width: 768px) {
/* 14 */   /* Add your Desktop Styles here */
/* 15 */
/* 16 */ }
/* 17 */
/* 18 */
/* 19 */
/* 20 */ /*
/* 21 *| Mobile Styles
/* 22 *| ================================================== */
/* 23 */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
/* 24 */
/* 25 */ @media only screen and (max-width: 767px) {
/* 26 */   /* Add your Mobile Styles here */
/* 27 */
/* 28 */ }
