 /*======================================================================*\
|| #################################################################### ||
|| # 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  ||
|| #################################################################### ||
\*======================================================================*/
 
/* Breakpoints */

@media screen and (max-width: 480px) {
  
  .mfp-table-cell { display: block !important; width: 100% !important;}
  h1.sp-title { line-height: 64px !important;}
  .header-scroll{display: none;}
  #logo{margin: 0 auto; width: 250px !important;}
  .layout-corpora .slider-title { margin-top: 55px;}
}

@media screen and (max-width: 979px) {
  body { padding: 0;}
  #mmenu_holder + div { display: none !important;}
   h1.sp-title { line-height: 64px !important;} 
  
    
}

@media only screen and (min-width: 980px) and (max-width: 1039px) {
  
   #mmenu_holder { display: inherit !important; margin-top: 10px;}
  .yjsg-menu.top_menu.inside-container { display: none !important;}
  
}

@media only screen and (min-width: 1040px) and (max-width: 1199px) {
 
   #mmenu_holder { display: inherit !important; margin-top: 10px;}
  .yjsg-menu.top_menu.inside-container { display: none !important;}
  
}