body {
font-family: 'Oswald', sans-serif;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
border-image:0;
}

@media (max-width: 480px) {
  body {
	-webkit-backface-visibility: hidden;
  }
}

#drawer {
  position: fixed;
  left: -800px;
  height: 100%;
  width: 300px;
  background: #2f2f2f;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 480px) {
#drawer {
  position: fixed;
  top: 0;
  left: -250px;
  height: 100%;
  width: 250px; /* largura do painel de links */
  background: #03493e; /* bg color links */
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  -webkit-overflow-scrolling: touch;
}
}

.hide {
	left:-500px;
	z-index:13;
	position:relative;
}

.wrap {
width:1024px; /*largura */
margin:0 auto;
height:auto;
padding:0px 0px 0px 14px;
/* background-color:#CCFF00;*/
}

.wrap2 {
width:1124px; /*largura */
margin:0 auto;
height:auto;
padding:0px 0px 0px 14px;
/* background-color:#CCFF00;*/
}

@media (max-width: 768px) {
.wrap {
padding-left:10px;
width:768px; /*largura */
/* background-color:#CCFF00;*/
}	
}

@media (max-width: 480px) {
.wrap {
padding-left:10px;
width:320px; /*largura */
/* background-color:#CCFF00;*/
}	
}

.section {
width:1024px;
max-width:1024px;
}

@media (max-width: 768px) {
.section {
width:768px;
max-width:768px;
}	
}

@media (max-width: 480px) {
.section {
width:320px;
max-width:320px;
top:300px;
}	
}

.rowburg {
width:100%;
height:50px;
/*background-color:#F00;*/
}

@media (max-width: 480px) {
.rowburg {
width:100%;
height:75px;
background-color:#03493e; /* cor de fundo */
background-image:url(../img/logo_mob.png);
background-repeat:no-repeat;
background-position:center;
position:static;
}
}

.rowtop {
	width: 754px; /*largura 1024 - pad left*/
	height: 120px;
	max-width: 754px;
	position: relative;
	left: 50%;
	margin-left: -512px;
	padding-left: 260px;
/*background-color:#0F0;*/
}

@media (max-width: 480px) {
.rowtop {
	display:none;
}
}

.top-links-box {
	float: left;
	position: relative;
	z-index: 1000;
}

@media (max-width: 480px) {
.toplinks {
	display:none;
}
}

.top-logo {
	width: 135px;
	height: 142px;
	background-image: url(../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	margin-left:-750px;
	float:left;
	margin-top:-30px;
}

@media (max-width: 480px) {

.top-logo {
display:none;
}
}

.top-logo-2 {
width: 135px;
	height: 142px;
	background-image: url(../img/top_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 2;
	margin-left:0px;
	float:left;
	margin-top:0px;
}

@media (max-width: 480px) {
.top-logo {
display:none;
}
}

a.burgtop {
	font-size:18px;
	font-weight:lighter;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:30px;
}

@media (max-width: 480px) {
a.burgtop {
	font-size:26px;
font-weight:lighter;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:30px;
}
}

 /* MOBO ////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 480px) {
  * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /* adds animation for all transitions */
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin: 0;
  padding: 0;
 -webkit-text-size-adjust: none;
}

/* Makes sure that everything is 100% height */
html,
body {
}

/* gets the actual input out of the way; 
we're going to style the label instead */
#drawer-toggle {
  position: absolute;
  opacity: 0;
}

#drawer-toggle-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 0px;
  height: 50px;
  width: 50px;
  display: block;
  position: fixed;
  background:#03493e; /* burger bg cor encolhido */
  z-index: 1;
}
/* adds our "hamburger" menu icon */

#drawer-toggle-label:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 24px;
  background: #FFF; /* cor do fio 1 */
  left: 13px;
  top: 18px;
  box-shadow: 0 6px 0 #FFF, 0 12px 0 #FFF; /* cor dos fios 2 e 3 */
}

#page-content {
  margin-left: 0px;
  margin-top: 50px;
  width:320px;
 /*height: calc(100% - 50px);*/
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
}

/* checked styles (menu open state) */
#drawer-toggle:checked ~ #drawer-toggle-label {
  width:100%;
  width: calc(150% - 300px); /* largura em % do fog branco */
  background: rgba(255, 255, 255, .8); /* cor do fog branco */
}

#drawer-toggle:checked ~ #drawer-toggle-label,
#drawer-toggle:checked ~ header {
  left: 250px; /* deslocamento do fog branco */
}

#drawer-toggle:checked ~ #drawer {
  left: 0px;
}

#drawer-toggle:checked ~ #page-content {
  margin-left: 300px;
}
}