@media only screen and (min-width: 320px) and (max-width:730px) {
/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  right: 0%;
  top: 0; bottom:0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }
  
 html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
 opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; overflow:scroll; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;  min-height:72px; padding-bottom:10px; }

    
	
    .mm-menu > .mm-panel.mm-opened {
     right: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      right: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }
	  
 .mm-ismenu {
  background: #333333; }
 
 html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  right: 93%; }

.mm-menu {
  width: 93%;
  background:#EDF0F1;
   }	
  
#header1 a,
.header1 a
{
	background: center center no-repeat transparent;
	display:block;
	width:auto;
	height:15px;
	position:fixed;
	background:  #390; text-align:center;
	right:0; bottom:0; padding:15px 5px; color:#FFF;
	z-index:99999;
}


#header1 a.right,
.header1 a.right
{
	right: auto;
	left: 10px;
}


html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
 
 .mm-menu li.img a
	{
		font-size: 16px;
	}
	.mm-menu li.img a img
	{
		float: left;
		margin: -5px 10px -5px 0;
	}
	.mm-menu li.img a small
	{
		font-size: 12px;
	}
.book_click	{ padding:10px 5px!important; width:auto !important; height:30px!important;}  
}