		/* General styles
 **************************************************/
 @font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 900;
	src: local('Lato Black'), local('Lato-Black'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/BVtM30trf7q_jfqYeHfjtA.woff) format('woff');
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local('Lato Italic'), local('Lato-Italic'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/oUan5VrEkpzIazlUe5ieaA.woff) format('woff');
}

body {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	background: #F3F3F3;
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: 0;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 500;color: #000000
}
h1{ font-size: 2rem;}
h2.adel-titulo{
	
    font-size: 1.6rem;
    border-bottom: 1px inset #cccccc;
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
		#sidebar-inner{
			position:fixed;
			background:#303030;
			color:#ffffff;
			top:0;
			bottom:0;
			width:350px;
			transition: all 0.3s;
   			overflow-y:scroll;
			z-index:1000;
		}
		#sidebar-inner.active{margin-left:-350px;}
		#main-content.active{margin-left:0px;}
		#main-content
		{
			z-index:1000;	
			transition: all 0.3s;
			margin-left:350px;
			padding:20px;
		}
		.adel-header{
			font-size:1.5rem; 
			padding-left: 10px;
			margin-top: 7px;
		}
		#adel-titulo{
				z-index:1;
				margin-left:300px;
				transition: all 0.3s;
				
		}
		#adel-titulo.active{
				margin-left:0px;
		}
		#copyright{
	text-align:center;
	font-size:0.7em;
	color: #8E8E8E;
	margin-bottom: 5px;
}
		
ul#navigation {
	padding: 0;
	margin: 0;
}

ul#navigation > li {
	display: block;
	float: none;
	clear: both;
	background: #303030;
	border-top: 1px solid #373737;
	border-bottom: 1px solid #2B2B2B;
	cursor: pointer;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	transition: background 0.5s;
}

ul#navigation > li > a {
	color: #ccc;
	font-size: 14px;
}

ul#navigation li:hover,ul#navigation li:focus {
	background: #363636;
}

ul#navigation li:hover a,ul#navigation li:focus a {
	color: #f7f7f7;
}

ul#navigation .currentmenu {
	font-weight: bold;
}

ul#navigation li.currentmenu a {
	color: #fff;
}

/*ul#navigation li.external:hover .fa, ul#navigation li.currentmenu .fa{
	color: #03cc85;
}*/

ul#navigation li.currentmenu {
	background: #6d7fcc;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #252525;
}


ul#navigation li .text {
	padding-left: 5%;
	margin-left: 50px;
	line-height: 45px;

	-webkit-box-shadow: -3px 0 5px -4px #000;
	box-shadow: -3px 0 5px -4px #000;
}

ul#navigation li .fa {
	float: left;
	line-height: 45px;
	width: 50px;
	text-align: center;
	font-size: 27px;
}
#profile .title h2 {
	font-size: 28px;
	font-weight: 300;
	color: #fff;
	margin: 20px 0 10px 0;
}

#profile .title h3 {
	font-size: 18px;
	font-weight: 300;
	color: #aaa;
	margin: 0px 0 10px 0;
}
.social-icons li{
	margin-right:15px;
		
}
.social-icons ul li{
	display:inline-block;
		
}
		
	#botao_01{ 
		z-index:1;
		border-bottom:1px solid #000000;
		margin-right:15px;
		background:#f3f3f3;
	}
	/* ---------------------------------------------------
		MEDIAQUERIES
	----------------------------------------------------- */

	@media (max-width: 768px) {
		#sidebar-inner{margin-left:-350px}
		#sidebar-inner.active{
			margin-left: 0px;
		}
		
		#main-content {margin-left: 0px;}
		#adel-titulo{margin-left:0;}
		
	}	