.container-fluid{
	width:100%;	
	height: 100%;
	overflow:hidden;
	margin-left:0px;
	position:absolute; 
	top:0px;
	left:0px;
	z-index:9;
}
.screen{
	width: 100%;
	height: 100%;
	background-color:#FFF;
	background-attachment:fixed;
	overflow-x:hidden;
	position:absolute; 
	top:0px;
	left:0px;
	z-index:10;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
.screen.animate{
	left:200px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}


.menu {
	width: 100%;
	height: 100%;
	opacity:1;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}

#menu-bg{
	width:100%;
	height:100%;
	position: absolute;
	top: 0px;
	left: 0px;	
    -webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
.menu.animate #menu-bg{
  	left:-23px;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
.menu.animate{
	margin-left:-110px;
	opacity:1;
	-webkit-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 500ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
.menu ul{margin-top:10px; width:223px; height:100%; position:relative;}
.menu ul li {
	width: 100%;
	line-height:35px;
	text-align: left;
	font-size: 14px;
	list-style: none;
	margin-bottom:1px;
}
.menu ul li a {
	color:#fff;
	width: 100%;
	text-decoration:none; 
	display:inline-block;
	padding-left:30px;
    background: rgba(0,0,0,0.6);
}
.menu ul li a:hover {
	
    background: rgba(22,22,22,0.6);
}
.menu ul li a span{
	color:#a1a1a1;
	font-size:12px;
}
.menu.animate ul li {
	margin-left:80px; 
	-webkit-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	   -moz-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	    -ms-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	     -o-transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
	        transition: all 800ms cubic-bezier(0.000, 0.995, 0.990, 1.000);	
}
.menu.animate li:nth-of-type(1){transition-delay: 0.0s;}
.menu.animate li:nth-of-type(2){transition-delay: 0.06s;}
.menu.animate li:nth-of-type(3){transition-delay: 0.12s;}
.menu.animate li:nth-of-type(4){transition-delay: 0.18s;}
.menu.animate li:nth-of-type(5){transition-delay: 0.24s;}
.menu.animate li:nth-of-type(6){transition-delay: 0.30s;}
.menu.animate li:nth-of-type(7){transition-delay: 0.36s;}
.menu.animate li:nth-of-type(8){transition-delay: 0.42s;}
.menu.animate li:nth-of-type(9){transition-delay: 0.48s;}
.menu.animate li:nth-of-type(10){transition-delay: 0.54s;}
.menu.animate li:nth-of-type(11){transition-delay: 0.62s;}


.menu .userinfo_menu{
	width:100%;
	height:80px;
	margin:0px;
	padding:0px;
	position:relative;
	left:-40px;
	top:20px;
	z-index:10;
}
.menu .user_img{
	background: none repeat scroll 0 0 #fff;
	border-radius: 50% 50% 50% 50%;
	box-shadow: 0 0 0 2px #e9e9e9;
	width: 45px;
	height: 45px;
	margin:10px auto;
	max-width: none;
}


.navbars{width:100%; height:40px; background:#385e97; position: fixed;}

.burger { 
	cursor: pointer;
}


