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

/* Logo/Head/Menu */
@media only screen and (min-width: 320px) and (max-width: 979px) {
    span#yjmm_selectid { white-space: nowrap; overflow: hidden; text-indent: 100%; max-width: 48px;}

    #centertop { height: 90px;}
    #mmenu_holder { display: none;}  
    #mmenu-cont { display: table !important; position: relative; top: -60px; left: -20px; z-index: 1000;}
	#logoholder { margin: 0; float: left;}
	#yjsgheadergrid { display: none;}  
    .yjsg-offc-btn.site-offc { display: none;}
  
  
}

@media (max-width: 767px) {
  body { padding: 0;}
  
  
}


@media screen and (min-width: 320px) and (max-width: 425px) {
 
  #header.inside-container { padding-right: 0;}
  #logoholder {
    display: table !important;
    margin: 0 !important;
    position: relative;
    left: -47px;    
    overflow: visible !important;

    -moz-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    

  }
  #mmenu_holder { left: -20px;}
  
}


@media (max-width: 320px) {

    #mmenu_holder { position: relative; top: -56px; left: -20px;}
  
  
}