/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('../fonts/fontawesome.eot');
	src:url('../fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome.svg#fontawesome') format('svg'),
		url('../fonts/fontawesome.woff') format('woff'),
		url('../fonts/fontawesome.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


.main > section {
	max-width: 55px;
	width: 90%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	position: fixed;
	top: 10px;
	right: 25px;	
}
@media(max-width:767px){
.main > section {
	max-width: 40px;
	width: 90%;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	position: fixed;
	top: 20px;
	right: 2px;	
}
}
.main > section button {
	border: none;
	display: block;
	cursor: pointer;
	margin: 10px;
}

.sem-back{
	background:none}

.menu-tracinhos{
	float: right;
	position: absolute;
	right: 15px;
	}
.margin-link{
	padding-left: 10px;
	}
.margin-hr{
	margin-bottom: 5px;
	}