/**

 * @package Jms Responsive Menu

 * @version 1.0

 * @Copyright (C) 2009 - 2013 Joommasters.

 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL

 * @Website: http://www.joommasters.com

**/



body.off-canvas-menu #jmsmenuwrap {	     

	height:auto;	
	text-align:right;
	float:right;
	font-family:'Roboto',Arial, Helvetica, sans-serif;


}



#jmsresmenu-trigger {
	color: #666666;
	font-weight: normal;
	margin: 20px 0 0 0;
	position: relative;
	background: transparent;
	display: block;
	height: 24px;
	width: 32px;
	padding: 6px;


	}
@media all and (min-width:21em)
{
#jmsresmenu-trigger {
	margin: 25px 0 0 0;
	}
	
}
	
@media all and (min-width:28em)
{
#jmsresmenu-trigger {
	width: 82px;
	}
	
}
@media all and (min-width:48em)
{
	#jmsresmenu-trigger {
	margin: 30px 0 0 0;
	width: 90px;
	padding: 10px;
	}
}

	#jmsresmenu-trigger a {
	font-weight: normal;
	font-family: 'Oswald', Arial, Helvetica, sans-serif;
	background: url(../images/nav-but.png) no-repeat 5px 5px;    
	border:1px solid #cccccc;
    text-indent:9999px;
    display:inline-block;
    width:28px;
	color: #666666;
    height:19px;
    padding:5px;
	font-size:16px;
	vertical-align:middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	

	}
@media all and (min-width:28em)
{
	#jmsresmenu-trigger a {

    text-indent:38px;
	}
}
@media all and (min-width:48em)
{
	#jmsresmenu-trigger a {
    text-indent:42px;
	font-size:1.2em;  }
}


#jmsresmenu-trigger a:hover,
#jmsresmenu-trigger a:focus {
	text-decoration:none;
	border:1px solid #cccccc;
	color: #812088;
	background: url(../images/nav-but_hov.png) no-repeat 5px 5px;    
}

.jms-left a {

	float:left;

}

.jms-right a {

	float:left;

}

body.off-canvas-menu #jmsresmenu {      

      color: #666666;
	  height: 100%;
	    width: 100%;
    overflow: hidden;

}



body.off-canvas-menu #jmsresmenu ul {

	  background:#dddddd!important;
	  background-image:none;

      list-style: none;

      margin: 0;

      padding: 0;

      top:0px!important;

	  opacity:1!important;

	  visibility:visible!important;
	  overflow:hidden;
	  	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow:none;


}



body.off-canvas-menu #jmsresmenu a {

      border-bottom:1px solid #cccccc; 

      color: inherit;

      display: block;

      text-decoration: none;	
	  	font-weight:normal;
font-size:1.1em;	
		color: #666666;
		height:auto;
		

}



body.off-canvas-menu #jmsresmenu {

    display: block;

    height: 0;    

    margin: 0;

    overflow: hidden;

    position: absolute;

    top: 0;

    width: 200px;
	background-color:#dddddd;
	border: 1px solid #dddddd;
	
	

}

.jms-menu-left {

	right:100%;

}

.jms-menu-right {

	left:100%;

}

body.off-canvas-menu .outer-wrapper {

    left: 0;

    overflow-x: hidden;

    position: absolute;

    top: 0;

    width: 100%;

}



body.off-canvas-menu .inner-wrapper {

    position: relative;

}

body.off-canvas-menu #jmsresmenu li {

	display:block!important;	

	border:none!important;

	float:none!important;
	height:auto;
	margin:0 0;
}

body.off-canvas-menu #jmsresmenu li li {

	display:block!important;	

	border-bottom:none!important;	

}

body.off-canvas-menu #jmsresmenu li a {
	
	font-family:'Roboto', Arial, Helvetica, sans-serif;

	display:block!important;

	padding:4px 10px!important;

	text-align:left;

	line-height:20px!important;

	font-size:13px!important;

	background:#dddddd;

    color: #666666;

    border:none!important;

    border-bottom:1px solid #efefef!important;
	font-weight:bold;

}

body.off-canvas-menu #jmsresmenu li.active li.active a,

body.off-canvas-menu #jmsresmenu li li a:hover,

body.off-canvas-menu #jmsresmenu li.active a,

body.off-canvas-menu #jmsresmenu li a:hover {

	color:#333333!important;
	background:#efefef;
	

}

body.off-canvas-menu #jmsresmenu li.active li a {

	color: #333333!important;

}

body.off-canvas-menu #jmsresmenu li li a {

	padding-left:22px!important;

	background:url(../images/bullet.png) no-repeat 10px 12px!important;
	font-weight:normal;

}

body.off-canvas-menu #jmsresmenu li li.active a,

body.off-canvas-menu #jmsresmenu li li a:hover {

	background:#ffffff url(../images/bullet-active.png) no-repeat 10px 12px!important;	

	color:#333333!important;
		-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;

}

body.off-canvas-menu #jmsresmenu ul {

	border:none!important;

	margin:0px!important;

}

body.off-canvas-menu #jmsresmenu ul ul {

	position:relative!important;

}

body.off-canvas-menu #jmsresmenu li:hover ul {

	position:relative!important;

	visibility:visible;

	top:0px!important;	

	

}