/**

 * @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:30px;	
	text-align:right;
	float:right;
	font-family:'futura_bookregular', Arial, Helvetica, sans-serif;


}



#jmsresmenu-trigger {
	color: #07929A;
	font-weight: bold;
	margin: 0 0 0 0;
	position: relative;
	background: #F5FCFC;
	display: block;
	height: 24px;
	width: 82px;
	padding: 6px;
	border: 1px solid #BCEAEB;
	-moz-box-shadow: 3px 3px 3px #D6F2F3;
	-webkit-box-shadow: 3px 3px 3px #D6F2F3;
	box-shadow: 3px 3px 3px #D6F2F3;
		-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	behavior: url(/templates/body-im-beautiful/js/PIE.htc)
      
}

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


#jmsresmenu-trigger a {
	font-family:'futura_bookregular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url(../images/nav-but.png) no-repeat 5px 5px;    

    border:1px solid #20B9BD;

    text-indent:33px;

    display:inline-block;

    width:20px;
	color: #069299;
    height:14px;
    padding:5px;
	font-size:16px;
	vertical-align:middle;
			-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; 
	behavior: url(/templates/body-im-beautiful/js/PIE.htc)
}

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


#jmsresmenu-trigger a:hover,
#jmsresmenu-trigger a:focus {
	text-decoration:none;
	border:1px solid #069299;
	color: #055F65;
}

.jms-left a {

	float:left;

}

.jms-right a {

	float:left;

}

body.off-canvas-menu #jmsresmenu {      

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

}



body.off-canvas-menu #jmsresmenu ul {

	  background:#21BABD!important;

      list-style: none;

      margin: 0;

      padding: 0;

      top:0px!important;

	  opacity:1!important;

	  visibility:visible!important;
	  overflow:hidden;


}



body.off-canvas-menu #jmsresmenu a {

      border-bottom:1px solid #2CD6DA; 

      color: inherit;

      display: block;

      text-decoration: none;	
	  	font-weight:normal;
text-transform:uppercase;
font-size:1.1em;	
		color: #ffffff;
		

}



body.off-canvas-menu #jmsresmenu {

    display: block;

    height: 0;    

    margin: 0;

    overflow: hidden;

    position: absolute;

    top: 0;

    width: 200px;
	background-color:#21BABD;
	border: 1px solid #2CD6DA;
	
	

}

.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;
}

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

	display:block!important;	

	border-bottom:none!important;	

}

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

	display:block!important;

	padding:6px 10px!important;

	text-align:left;

	line-height:22px!important;

	font-size:16px!important;

	background:#21BABD;

    color: #ffffff;

    border:none!important;

    border-bottom:1px solid #2CD6DA!important;
	font-weight:normal;

}

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:#ffffff!important;
	background:#15A6AC;
	

}

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

	color: #ffffff!important;

}

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

	padding-left:25px!important;

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

}

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

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

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

	color:#ffffff!important;

}

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;	

	

}