 /*======================================================================*\
|| #################################################################### ||
|| # Package - Joomla Template based on YJSimpleGrid Framework          ||
|| # Copyright (C) 2010  Youjoomla.com. All Rights Reserved.            ||
|| # license - PHP files are licensed under  GNU/GPL V2                 ||
|| # license - CSS  - JS - IMAGE files  are Copyrighted material        ||
|| # bound by Proprietary License of Youjoomla.com                      ||
|| # for more information visit http://www.youjoomla.com/license.html   ||
|| # Redistribution and  modification of this software                  ||
|| # is bounded by its licenses                                         ||
|| # websites - http://www.youjoomla.com | http://www.yjsimplegrid.com  ||
|| #################################################################### ||
\*======================================================================*/
 
@media screen and (min-width: 980px) {
    .screen_hidd {
      display:none !important;
    }
}

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

   .yjsg2_out { display:none;}

   div#mmenu_holder {margin-bottom:0px !important;}

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

    #logo {
      background: url(http://www.uns.ac.rs/images/logo/UNSlogo.png) no-repeat 0px 0px !important;
    }
}
@media screen and (max-width: 480px) {

    .no_screen_hidd {
      display:none;
    }
}



