body{ /* style of BODY */

}

#contentwrapper{ /* wrapper around page content other than menu markup */
    position: relative;
    width: 100%;
    -moz-transition: left 100ms ease-in-out, right 100ms ease-in-out; /* Content wrapper transition. Actual duration controlled by script */
    -webkit-transition: left 100ms ease-in-out, right 100ms ease-in-out;
    transition: left 100ms ease-in-out, right 100ms ease-in-out;
}
.left-menulenght{width:100%; height:600px; max-height:100%; overflow-y:auto; float:left;margin:44px 0 0 0;}
.right-menulenght{width:100%; height:600px; max-height:100%; overflow-y:auto; float:left;margin:44px 0 0 0;}

.pushmenu{ /* shared class for horizontal push menu */
    background-color: #fff;
    color: #444;
    width: 280px; /* default menu width */
    height: 100%;
    position: fixed;
    z-index: 1000;
    font-size: 16px;
    top: -100%;
    clear: both;
    display: block;
    visibility: 'hidden';
    overflow-y: auto;
    -moz-transition: all 100ms ease-in-out; /* Menu transition. Actual duration controlled by script */
    -webkit-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

.pushmenu.left{height:100%; min-height:1000px; max-height:1400px; float: left; overflow-y: auto; /* Additional push menu style when orientation is "left" */
}

.pushmenu.right{ /* Additional push menu style when orientation is "right" */
    width:280px; height:100%; min-height:1000px; max-height:1400px; float: left; overflow-y: auto;
}
.pushmenu .closebutton{ /* label button inside UL to close menu */
    position: absolute;
    right:0;
    top:0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    z-index:9;
    width:280px;
    height:44px;
    background: #3f9401;
}
.closebutton div.icon-bar-box{width:18px; float: right; margin:10px 15px 0 0;}
.closebutton div.right-bar-box{width:25px; float: left; margin:5px 0 0 10px;}
.closebutton .username{float: left; margin:12px 10px 0; color:#fff; font-size:14px; text-align: left;}
.closebutton div.icon-bar-box .icon-bar{margin:3px 0 0 0;background: #fff;height: 3px; width:100%;}
.pushmenu a{
color: white;
}

.pushmenu h2{
    color: #FFF4EA;
    margin-left: 15px;
    font-family: 'Rosario', sans-serif;
    font-size: 1.3em;
    letter-spacing: 5px;
    border-bottom: 1px solid gray;
    padding-bottom: 3px;
    text-transform: uppercase;
}



.pushmenu ul.mainnav{ /* Push menu main UL style */
    padding: 0;
    list-style: none;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    overflow-y: auto;
/*    min-height:900px;
    max-height:1000px;*/
}

.pushmenu ul.mainnav li{color: #444;display: block;font-size: 16px;font-weight: normal;padding:0;text-decoration: none; width:100%; float: left;}
.pushmenu ul.mainnav li.my-plan{color: #444;display: block;font-size: 16px;font-weight: normal;padding:18px 13px 18px 10%;text-decoration: none; width:100%; float: left;}
.pushmenu ul.mainnav li a{display: block;color: #444;font-size: 16px;font-weight: normal;text-decoration: none; padding:13px 13px 13px 10%;text-align:left;}
.pushmenu ul.mainnav li a i{color:#139a4b; width:20px; font-size: 18px;}
.pushmenu ul.mainnav li a img.fpIcon{margin-right:0;}
.pushmenu ul.mainnav li.menuwithoutlink{padding:18px 13px 18px 10%;}
.pushmenu ul.mainnav li img, .pushmenu ul.mainnav li a img, .pushmenu ul.mainnav li.my-plan img{margin-right:5%;}
.pushmenu ul.mainnav li{ border-bottom:1px solid #e9e9e9;}
.pushmenu ul.mainnav li.my-plan{background:#e9f4e1; padding:15px 13px 15px 10%; font-size:14px;  text-align: left;}
.pushmenu ul.mainnav li.active, .pushmenu ul.mainnav li.active a, .pushmenu ul.mainnav li:hover, .pushmenu ul.mainnav li:hover a{background:#ededed;}
.pushmenu.open + .menutoggler{ /* Style of menu toggler when menu is opened */
    opacity: 0.3;
}
.pushmenu ul.mainnav ul.subNav{margin:0px!important; padding:0px!important; float: left; width:100%;}
.pushmenu ul.mainnav ul.subNav li{ float: left; width:100%; padding:0;}
.pushmenu ul.mainnav ul.subNav li a{padding: 15px 10px 15px 17%;font-size:15px; color: #444;}

/* ######### CSS for fixed menu toggler ######### */

.menutoggler { /* fixed toggler that toggles menu visibility */
    font-size: 38px;
    font-weight: bold;
    position: fixed;
    background: transparent;
    top: 150px;
    text-shadow: 1px 1px 2px gray;
    left: 0;
    z-index: 500;
    padding: 2px 5px;
    background: #eee;
    border: 1px solid transparent;
    cursor: pointer;
}

.menutoggler:hover{
    border: 1px solid gray;
}


.menutoggler.right{ /* Additional fixed toggler style when menu orientation is "right" instead of "left" */
    left: auto;
    right: 0;
}

/* ######### CSS for sample animated drawer button style  ######### */

.animateddrawer{
  width:18px; /* width of button */
  height:23px; /* height of button */
  outline: none;
  display: block;
  position: relative;
  padding:0;
  margin:14px 30% 4px;
}
.animateddrawer2{
  width:25px; /* width of button */
  height:23px; /* height of button */
  outline: none;
  display: block;
  position: relative;
  padding:0;
  margin:-38px 16% 0 0;
  float: right;
}


@media screen and (max-width: 600px) and (min-width: 320px) {
    .animateddrawer2{margin:0px 16% 0 0;}
}

.animateddrawer:before, .animateddrawer:after{
  position: absolute;
  display: block;
  width: 100%;
  height:2px; /* height of top and bottom drawer line */
  background: #78c043;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.animateddrawer .icon-bar{ margin-top:3px;background: #78c043 none repeat scroll 0 0;height: 3px;}

.animateddrawer:after{
  top: auto;
  bottom: 0;
}

.animateddrawer span{
  width: 100%;
  height:px; /* height of middle drawer line */
  position: absolute;
}

.animateddrawer span::after{
  content: '';
  display: block;
  width: 100%;
  height:2px; /* height of middle drawer line */
  background: #78c043;
}

.animateddrawer.open:before{ /* style when .open class is added to button */
  top: 50%;
  margin-top: -5px; /* set this to - half of top drawer line height */
  opacity: 0;
}

.animateddrawer.open:after{ /* style when .open class is added to button */
  bottom: 50%;
  opacity: 0;
}

.animateddrawer.open span{ /* style when .open class is added to button */
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animateddrawer.open span:after{ /* style when .open class is added to button */
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (min-width:320px) and (max-width:640px){
    .pushmenu ul.mainnav{ /* Push menu main UL style */
    padding: 0;
    list-style: none;
    font-family: 'Rosario', sans-serif;
    font-weight: bold;
    overflow-y: auto;
    float: left;
    width:100%;height: auto;}
.left-menulenght{width:100%; height:100vh; max-height:100%; overflow-y:auto; float:left;}
.right-menulenght{width:100%; height:100vh; max-height:100%; overflow-y:auto; float:left; padding-bottom: 30px;}
  .mmb10{margin-bottom:10px!important;}
}

#pushmenu1{ top: 0;left:-280px;}
#pushmenu2{ top: 0;right:-280px;}
@media only screen and (min-width: 320px) and (max-width: 799px){
.pushmenu ul.mainnav{padding-top:0!important;margin-top:50px;}

}
.my-wrap{position:fixed; width: 100%; min-height:1100px; max-height:1300px; height: 100%; background: #333; z-index:999; top: 0; opacity: 0.5;left:0;}

