
/*! Responsive menu
version: 0.1.7
*/

/*
Suggested HTML:
<a class="rm-toggle rm-button rm-nojs" href="#">Menus</a>
<nav class="rm-nav rm-nojs rm-lighten">
	<ul> ...

Theme class options: rm-lighten(as illustrated above), rm-darken.
rm-lighten theme lightens menu item backgrounds.
rm-darken theme darkens menu item backgrounds.
Set menu background color to any color
to work with the chosen theme.
*/

/* Set menu background color here */
.rm-nav ul,
.rm-menu {
    background:#36424a;
    margin-top: 0;
	border-radius:0 0 4px 4px;
}

/* Required styles =========================================================== */

/* Add clearfix to nav element container*/
.rm-container:after {
    content: " ";
    display: table;
    clear: both;
}

/* Toggle Link styles */
.rm-toggle {
    display:  none;
    float: right;
    padding: 0 .75em;
    /*margin: 1em;*/
    height: 2em;
   /* line-height: 2em;*/
    text-decoration: none;
    /*background-color: rgb(128, 128, 128); 
    background-color: rgba(128, 128, 128, .5);*/
}
.rm-toggle.rm-show {
    display: inline-block;
	position:relative;
	z-index:99999;
}

/* Toggle Button styles */
.rm-toggle.rm-button:before {
	background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
    content: "";
    height: 4px;
    left: 24%;
    position: absolute;
    top: 19px;
    width: 32px;
}



.rm-toggle.rm-button {
    /* Use data uri */
   /* background:url(../images/menu-btn.png) no-repeat;*/
    /* Or use png */
    /*background-image:url(menu-btn.png);*/
	background-repeat:no-repeat;
	background-position:center center;
    padding: 0;
	width: 62px;
	height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position:relative;
	z-index:99999;
	  transition: none 0s ease 0s ;
}
/*a.rm-show:hover{ width: 62px; height: 60px; background:#36424a;   transition: none 0s ease 0s ;} */
.rm-toggle.rm-show.rm-active { background:#36424a;   transition: none 0s ease 0s ; }

.rm-toggle.rm-button.rm-show.rm-active:before {
	background: none repeat scroll 0 0 #009bff ;
    border-radius: 3px;
    box-shadow: 0 10px 0 #009bff , 0 20px 0 #009bff ;
    content: "";
    height: 4px;
    left: 24%;
    position: absolute;
    top: 19px;
    width: 32px;
}
.rm-toggle:hover:before {
	background: none repeat scroll 0 0 #fff;
    border-radius: 3px;
    box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    content: "";
    height: 4px;
    left: 24%;
    position: absolute;
    top: 19px;
    width: 32px;
}

/* Menu Container Element */
.rm-nav {
    clear: both;
	position: absolute;
    top: 60px;
	z-index: 999999;
	width:250px;
}


/* Menu Element */
.rm-nav > ul,
.rm-top-menu {
    /*float: none;*/
    clear: both;
    list-style: none;
    padding: 8px 0 11px;
    margin-left: 0;
    zoom: 1;
	max-height:auto !important;
}

/* Menu & Sub Menu Items */
.rm-nav li,
.rm-menu-item {
    position: relative;
	background:none;
	padding:0;

}
.rm-nav li a,
.rm-menu-item a {
    padding: 0.45em 1em 0.48em ;  
    display: block;
    position: relative;
    color:#fff;
    text-decoration: none;
	font-size:21px;
	font-family: "Open Sans",sans-serif;
	font-weight:600;
}

.rm-nav li a:hover, .rm-menu-item a:hover { background:#778085; color:#36424a; }

/* Sub Menus */
.rm-nav li ul,
.rm-menu-item .rm-menu {
    width: 100%;
    padding:0;
    margin-left: 0;
    list-style: none;
    z-index: 500;
    zoom: 1;
}
.rm-nav .rm-hover ul {
    z-index: 600;
	 padding:10px 0 4px; 
	 background:#4a555c;
}
/* Sub Menu Items */
.rm-nav li li a,
.rm-menu-item .rm-menu-item a {
    z-index:500;
    padding-left: 21px;
	font-size:16px;
}
.rm-menu-item .rm-menu-item a { padding:10px 0 11px 21px; line-height: 20px; }


.rm-nav li li.rm-last a,
.rm-menu-item .rm-menu-item.rm-last a {
    padding-bottom: 1em;
}
.rm-nav li li ul,
.rm-menu-item .rm-menu-item .rm-menu {
    position: static;
}

.rm-nav li li li a,
.rm-menu-item .rm-menu-item .rm-menu-item a {
    z-index:600;
    padding-left: 3em;
}

/* CSS Animations ============================================================= */
.rm-accelerate {
   /* -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -webkit-perspective: 1000;*/
}
.rm-css-animate {
    display: block;
    max-height: 0;
    overflow: hidden;
}
.rm-css-animate.rm-menu-expanded {
    overflow: visible;
}

/* Theme styles ============================================================= */

.rm-nav a {
   /* -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;*/
}

.rm-toggle:hover {
  /*  background-color: #36424a;*/ /* fallback */
   /* background-color: #36424a;*/
}

.rm-lighten li li a,
.rm-lighten li a:focus,
.rm-lighten li.rm-hover > a,
.rm-lighten .rm-menu-item .rm-menu-item a,
.rm-lighten .rm-menu-item a:focus,
.rm-lighten .rm-menu-item.rm-hover > a {
   /* background-color: rgb(32, 32, 32); 
    background-color: rgba(255, 255, 255, .1);*/
	background-color:#4a555c;
}

.rm-lighten .rm-menu-item.rm-hover > a, 
.rm-nav li.current-menu-item > a, 
.rm-nav li.current_page_ancestor > a,
.rm-nav li.current-page-ancestor > a, .rm-nav li.current-post-ancestor > a
{ color:#36424a; background:#778085; }

.rm-lighten li li a:hover, .rm-lighten li li.current-menu-item > a{ color:#009bff; }

.rm-lighten li li li a,
.rm-lighten li li.rm-hover > a,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a,
.rm-lighten .rm-menu-item .rm-menu-item.rm-hover > a {
 /*   background-color: rgb(96, 96, 96); 
    background-color: rgba(255, 255, 255, .2);*/
	background-color:#778085;
}

.rm-lighten li li li.rm-hover > a,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a:focus,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item.rm-hover > a {
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(255, 255, 255, .3);
}

.rm-darken li li a,
.rm-darken li.rm-hover > a,
.rm-darken .rm-menu-item .rm-menu-item a,
.rm-darken .rm-menu-item.rm-hover > a {
    background-color: rgb(192, 192, 192); /* fallback */
    background-color: rgba(0, 0, 0, .1);
}

.rm-darken li li li a,
.rm-darken li li a:focus,
.rm-darken li li.rm-hover > a,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a,
.rm-darken .rm-menu-item .rm-menu-item a:focus,
.rm-darken .rm-menu-item .rm-menu-item.rm-hover > a {
    background-color: rgb(160, 160, 160); /* fallback */
    background-color: rgba(0, 0, 0, .2);
}

.rm-darken li li li a:focus,
.rm-darken li li li.rm-hover > a,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a:focus,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item.rm-hover > a{
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(0, 0, 0, .3);
}

/* Expanded Layout styles - .rm-layout-expanded class is applied by plugin ========= */

.rm-layout-expanded .rm-nav > ul,
.rm-layout-expanded .rm-top-menu {
    margin-bottom: 0;
}

.rm-layout-expanded .rm-nav > ul > li,
.rm-layout-expanded .rm-top-menu > .rm-menu-item {
    float: left;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 3em;
    line-height: 3em; /* match with height to center vertically */
    padding-top: 0;
    padding-bottom: 0;
}
.rm-layout-expanded li ul,
.rm-layout-expanded .rm-menu-item .rm-menu {
    width: 16em;
    position: absolute;
    left: 0;
}
.rm-layout-expanded li.rm-last ul,
.rm-layout-expanded .rm-menu-item.rm-last .rm-menu {
    left: auto;
    right: 0;
}
.rm-layout-expanded li li ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.rm-layout-expanded li a,
.rm-layout-expanded li li a,
.rm-layout-expanded li li li a,
.rm-layout-expanded .rm-menu-item a,
.rm-layout-expanded .rm-menu-item .rm-menu-item a,
.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu-item a {
    padding-left: 1em;
}

/* clearfix */
.rm-layout-expanded .rm-nav > ul:before,
.rm-layout-expanded .rm-nav > ul:after,
.rm-layout-expanded .rm-top-menu:before,
.rm-layout-expanded .rm-top-menu:after {
    content: " ";
    display: table;
}
.rm-layout-expanded .rm-nav > ul:after,
.rm-layout-expanded .rm-top-menu:after {
    clear: both;
}

/* No JS Styles ============================================================= */

/* Hide Sub Menus */
.no-js .rm-nav li ul,
.rm-nojs li ul {
    position: absolute;
    left: -999em;
}
.rm-toggle.rm-nojs {
    display: inline-block;
    visibility: hidden;
}

/* Expanded layout if JS not supported */
/* Note: The min-width value here should match minWidth value set in JS */
@media screen and ( min-width: 769px ) {

    .rm-nojs > ul > li,
    .no-js .rm-nav > ul > li {
        float: left;
    }

    .rm-nojs li a,
    .no-js .rm-nav li a {
        padding-left: 1em;
    }

    /* clearfix */
    .rm-nojs > ul:before,
    .rm-nojs > ul:after,
    .no-js .rm-nav > ul:before,
    .no-js .rm-nav > ul:after {
        content: " ";
        display: table;
    }
    .rm-nojs > ul:after,
    .no-js .rm-nav > ul:after {
        clear: both;
    }
    .rm-toggle.rm-nojs {
        display: none;
    }
}

/* Calculation Styles ============================================================
 * Applied and removed by jQuery during menu height calculations
 */

.rm-calculate {
    position: absolute !important;
    max-height: none !important;
    overflow: visible !important;
}
.rm-layout-contracted .rm-calculate {
    width: 100% !important;
}
/*.rm-nav.rm-lighten.rm-parent { display:none;}*/
/*.rm-nav.rm-lighten.rm-parent.san.rm-hover { display:block;}*/

/* Accessibility ============================================================ */

.rm-container .accessibly-hidden {
    position: absolute;
    left: -999em;
	z-index:99999;
}
/*@media only screen and (max-width: 767px) {
	
.rm-toggle.rm-button::before { left:0%; }
	
}

@media only screen and (max-width: 420px) {
	.rm-toggle.rm-button::before { left:0%; }
	
}
	
	@media only screen and (max-width: 375px) {
	.rm-toggle.rm-button::before { left:38%; }
	
}*/
	
	
	
	
	
	
	
	
	