.codrops-top {
	width: 100%;
	position: relative;
	height: 66px;
	float: left;
}

.menu-anchor {
	width: 40px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	background: #676420;
	position: fixed;
	top: 8px;
	right: 8px;
	z-index: 999;
}

.menu-anchor:before {
	content: "";
	display: block;
	margin: 7px auto;
	width: 70%;
	height: 0.25em;
	background: #fff;
	box-shadow: 0 .45em 0 0 #fff, 0 .9em 0 0 #fff;
}

.menu-active .menu-anchor {background: #d55401}

.seta {
	width: 4px;
	height: 41px;
	float: left;
	margin-top: 15px;
}

.md-content {
	color: #000;
	background: #fff;
	padding: 8px;
}
.md-content img{
	width: 100%;
}
.md-content p {
	margin: 0;
	padding: 10px 0;
	text-align: justify;
	font-size: 90%;
}
.md-content h3 {
	margin: 0;
	font-size: 2.4em;
	font-weight: 300;
	border-radius: 3px 3px 0 0;
	font-family: 'Open Sans', sans-serif;
	color: #e74c3c;
	border-bottom: 1px solid #e74c3c;
	text-align: left;
}
.md-content .end-box{
	margin: 10px 0 0 26px;
	float: left;
	width: 100%;
}
.md-content .end-box img{
	float: left;
	max-width: 120px;
	max-height: 90px;
	margin: 3px;
}
.md-content .end{
border-left: solid 3px #e74c3c;
padding: 3px 10px;
margin-bottom: 4px;
font-size: 0.9em;
}

.line {
letter-spacing:-2px;
color:#0ab59a;
font-size:30px;
padding: 7px 10px 0 0;
font-weight:600;
float:left;
}

