#wrapper {
	float:left;
	padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	float:left;
	width:100%;
	background-color:#000000;
}
h2{
	color:#00adfe;	
}
#wrapper.toggled {
    padding-left: 0;
}

#sidebar-wrapper {
	float:left;
    z-index: 1000;
    position: absolute;
    /*left: 250px;*/
    width: 250px;
    min-height: 620px;
	height:auto;
    margin-left: -250px;
    overflow-y: auto;
    background: #000000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

#page-content-wrapper {
    width: 100%;
    padding: 20px;
}

#wrapper.toggled #page-content-wrapper {
	position: relative;
        margin-right: 0;
}

/* Sidebar Styles */

.sidebar-nav {
	float:left;
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 25px;
	border-bottom:1px solid #CCCCCC;
	background-color:#000000;
}

.sidebar-nav li:hover {
    text-indent: 10px;
    line-height: 25px;
	/*border-bottom:1px solid #FFF;*/
	background-color:#CCCCCC;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
	font-size:16px;padding:5px 0px;
	font-weight:bold;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #000;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media only screen and (max-width: 1025px)
{
    #wrapper
	{
		float:left;
		padding-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled
	{
		float:left;
		padding-left: 500px;
	}

	#sidebar-wrapper
	{
		float:left;
		z-index:1000;
		position: absolute;
		/*left: 250px;*/
		width: 0;
		min-height: 500px;
		height:100%;
		margin-left: -500px;
		overflow-y: auto;
		background: #456A8D;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled #sidebar-wrapper
	{
		float:left;
		width: 500px;
	}

	#page-content-wrapper
	{
		width: 100%;
		padding: 15px;
	}

	#wrapper.toggled #page-content-wrapper
	{
		float:left;
		position: absolute;
		margin-right: -500px;
	}

	.sidebar-nav
	{
		float:left;
		position: absolute;
		top: 0;
		width:500px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sidebar-nav li
	{
		text-indent: 10px;
		line-height: 50px;
		border-bottom:2px solid #CCCCCC;
		background-color:#3B5F81;
	}
	
	.sidebar-nav li:hover {
		text-indent: 10px;
		line-height: 50px;
		/*border-bottom:1px solid #FFF;*/
		background-color:#CCCCCC;
	}
	
	.sidebar-nav li a {
		display: block;
		text-decoration: none;
		color: #FFF;
		font-weight:bold;
		font-size:30px;
	}
	
	.sidebar-nav li a:hover {
		text-decoration: none;
		color: #000;
		font-size:30px;
		background: rgba(255,255,255,0.2);
	}
	
	.sidebar-nav li a:active,
	.sidebar-nav li a:focus
	{
		text-decoration: none;
	}
	
	.sidebar-nav > .sidebar-brand
	{
		height: 65px;
		font-size: 30px;
		line-height: 60px;
	}
	
	.sidebar-nav > .sidebar-brand a
	{
		color: #999999;
	}

	.sidebar-nav > .sidebar-brand a:hover
	{
		color: #fff;
		background: none;
	}
}

/*FOR 6inch MOBILE*/
@media only screen and (max-width: 550px)
{
	#wrapper
	{
		float:left;
		padding-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled
	{
		
		float:left;
		padding-left:200px;
	}

	#sidebar-wrapper
	{
		float:left;
		z-index:1000;
		position: absolute;
		/*left: 250px;*/
		width: 0;
		min-height:530px;
		height:auto;
		margin-left: -200px;
		overflow-y: auto;
		background: #456A8D;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled #sidebar-wrapper
	{
		float:left;
		width: 200px;
	}

	#page-content-wrapper
	{
		width: 100%;
		/*padding: 15px;*/
	}

	#wrapper.toggled #page-content-wrapper
	{
		float:left;
		position: absolute;
		margin-right: -200px;
	}

	.sidebar-nav
	{
		float:left;
		position: absolute;
		top: 0;
		width: 200px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sidebar-nav li
	{
		min-height:30px;
		text-indent: 10px;
		line-height: 35px;
		border-bottom:1px solid #CCCCCC;
		background-color:#3B5F81;
	}
	
	.sidebar-nav li:hover {
		min-height:30px;
		text-indent: 10px;
		line-height: 35px;
		/*border-bottom:1px solid #FFF;*/
		background-color:#CCCCCC;
	}
	
	.sidebar-nav li a {
		display: block;
		text-decoration: none;
		color: #FFF;
		font-weight:bold;
		font-size:18px;
	}
	
	.sidebar-nav li a:hover {
		text-decoration: none;
		color: #000;
		font-size:18px;
		background: rgba(255,255,255,0.2);
	}
	
	.sidebar-nav li a:active,
	.sidebar-nav li a:focus
	{
		text-decoration: none;
	}
	
	.sidebar-nav > .sidebar-brand
	{
		height: 65px;
		font-size: 20px;
		line-height: 60px;
	}
	
	.sidebar-nav > .sidebar-brand a
	{
		color: #999999;
	}

	.sidebar-nav > .sidebar-brand a:hover
	{
		color: #fff;
		background: none;
	}	
}



/*FOR MOBILE*/
@media only screen and (max-width: 320px)
{
	#wrapper
	{
		float:left;
		padding-left: 0;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled
	{
		
		float:left;
		padding-left:200x;
	}

	#sidebar-wrapper
	{
		float:left;
		z-index:1000;
		position: absolute;
		/*left: 250px;*/
		width: 0;
		min-height:530px;
		height:auto;
		margin-left: -200px;
		overflow-y: auto;
		background: #456A8D;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	#wrapper.toggled #sidebar-wrapper
	{
		float:left;
		width: 200px;
	}

	#page-content-wrapper
	{
		width: 100%;
		/*padding: 15px;*/
	}

	#wrapper.toggled #page-content-wrapper
	{
		float:left;
		position: absolute;
		margin-right: -200px;
	}

	.sidebar-nav
	{
		float:left;
		position: absolute;
		top: 0;
		width: 200px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sidebar-nav li
	{
		min-height:30px;
		text-indent: 10px;
		line-height: 35px;
		border-bottom:1px solid #CCCCCC;
		background-color:#3B5F81;
	}
	
	.sidebar-nav li:hover {
		min-height:30px;
		text-indent: 10px;
		line-height: 35px;
		/*border-bottom:1px solid #FFF;*/
		background-color:#CCCCCC;
	}
	
	.sidebar-nav li a {
		display: block;
		text-decoration: none;
		color: #FFF;
		font-weight:bold;
		font-size:20px;
	}
	
	.sidebar-nav li a:hover {
		text-decoration: none;
		color: #000;
		font-size:20px;
		background: rgba(255,255,255,0.2);
	}
	
	.sidebar-nav li a:active,
	.sidebar-nav li a:focus
	{
		text-decoration: none;
	}
	
	.sidebar-nav > .sidebar-brand
	{
		height: 65px;
		font-size: 20px;
		line-height: 60px;
	}
	
	.sidebar-nav > .sidebar-brand a
	{
		color: #999999;
	}

	.sidebar-nav > .sidebar-brand a:hover
	{
		color: #fff;
		background: none;
	}	
}
