header
{
	background:#fff;
	position:relative;
	width:100%;
}

.logo
{
	float:left;
	font-size:2em;
	  margin-top: 1em;
}
.menu
{
	float:right;
}

.list-unstyled
{
	list-style:none;
	margin:0px;
	  padding: 9%;
}


.nav_trigger {
	cursor: pointer;
	display: inline-block;
	font-size: 26px;
  margin-top: 1em;
  float:right;
}
body.show_sidebar .nav_trigger {
	margin-right: 5px;
}
#push_sidebar {
	background: #252525;
	bottom: 0;
	color: #95A7B7;
	left: 100%;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 25%;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
body.show_sidebar #push_sidebar {
	left: 75%;
	  z-index: 1000000;
}
#wrapper {
	margin-right: 0;
	overflow: hidden;
	width: 100%;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
	    -ms-transition: all .5s ease;
	     -o-transition: all .5s ease;
	        transition: all .5s ease;
}
body.show_sidebar #wrapper {
	  right: 155%;
  position: relative;

}

@media (max-width: 767px) {
	.nav_trigger {
		font-size: 19px;
		margin: 5px 5px 0 20px;
	}
	#push_sidebar {
		width: 40%;
	}
	body.show_sidebar #push_sidebar {
		  left: 60%;
	}
	body.show_sidebar #wrapper {
		 width: 100%;
  margin-right: 21px;

	}	
}

@media (min-width: 992px) {
	#push_sidebar {
		width: 20%;
	}
	body.show_sidebar #push_sidebar {
		left: 80%;
	}
	body.show_sidebar #wrapper {
		margin-right: 20%;
	
	}	
}

/***********************************/

#push_sidebar li a {
	padding: 10px 15px 10px 5px;
	display: block;

	background: #252525;
	color: #fff;
	text-decoration: none;
	
}
#push_sidebar li a:hover {
	background-color: #272c30;
	color:#95a7b7
}
#push_sidebar li a .fa {
	font-size: 19px;
	float: right;
	width: 30px;
	text-align: center;
	margin-left: 5px;
}




/*---------------contenido responsivo---------------*/
@media screen and (max-width : 1024px){
	
}
@media screen and (max-width : 800px){
	
}
@media screen and (max-width : 600px){
	
}
@media screen and (max-width : 320px){
	
}
/*---------------contenido responsivo---------------*/