#wrapper {
padding-left: 0;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
width: 100%;
}

#wrapper.toggled {
padding-left: 220px;
}

#sidebar-wrapper {
z-index: 1000;
position: fixed;
left: 250px;
height: 100%;
margin-left: -250px;
overflow-y: auto;
background: #000;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out;
width: 100%;
background: #2c3e50 ;
}

#wrapper.toggled #sidebar-wrapper {
width: 250px;
}

#page-content-wrapper {
width: 100%;
position: absolute;
}

#wrapper.toggled #page-content-wrapper {
position: absolute;
margin-right: -250px;
}

#sidebar-wrapper{
background:#ffffff;
border-right:1px #bbbbbb solid;
height: 100%;
}
.sidebar-nav {
width: 100%;
margin: auto;
list-style: none;
background: #1e2d32;
min-height:450px;
}

.sidebar-nav li {
text-indent: 20px;
line-height: 40px;
}

.sidebar-nav li a {
display: block;
text-decoration: none;
color:#fff;
}

.sidebar-nav li a:hover {
text-decoration: none;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
font-size: 18px;
line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
color: #ffffff;
font-size:20px;   
}

.sidebar-nav>.sidebar-brand a:hover {
color: #fff;
background: none;
}

.sidebar-nav>.sidebar-brand a h1{
font-size:30px;   
padding:15px;
}

#menu-toggle{
margin-top:0px!important;
}

#wrapper.toggled #portfolio,#wrapper.toggled #competences,#wrapper.toggled #contact,#wrapper.toggled #contact,#wrapper.toggled {
	margin-left:52.5px!important;
	width:95%;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s  ease-out;
	-o-transition: all 0.7s  ease-out;
	transition: all 0.7s  ease-out;
}

@media(min-width:1520px) {

	#wrapper.toggled #portfolio,#wrapper.toggled #competences,#wrapper.toggled #contact,#wrapper.toggled #contact,#wrapper.toggled {
	margin:auto!important;
	width:100%;
	}
	
}

@media(min-width:768px) {
	#wrapper {
	padding-left: 0;
	}
	#wrapper.toggled {
	padding-left: 250px;
	}
	#sidebar-wrapper {
	width: 0;
	background: #2c3e50;
	}
	#wrapper.toggled #sidebar-wrapper {
	width: 330px;
	}
	#page-content-wrapper {
	padding: 20px;
	position: relative;
	}

}


