img { 
	vertical-align: middle;
}
h1 {
	margin-top: 0px;
    font-size: 100%;
	height: 50px;
	vertical-align: middle;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}
 
/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}
 
/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}
 
/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}
html,body {
    FONT-SIZE: 14px;
}

#mobile_topo_container {
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 999999;
	top: 0;
}

#mobile-nav-btn {
  position: fixed;
  border: #Bababa 1px solid;
  border-radius: 2px;
  padding: 5px 10px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.2s linear;
}

#mobile-nav-btn:hover {
  border: #0061f2 1px solid;
}

#mobile-nav-btn > div {
  width: 20px;
  height: 3px;
  background: #bababa;
  margin: 4px 0px;
  transition: all 0.2s linear;
}

#mobile-nav-btn:hover div {
  background: #0061f2;
}

#mobile-nav-slide {
  position: fixed;
  z-index: 999;
  left: -250px;
  top: 50px;
  width: 250px;
  height: 0px;
  background: #cdcdcd;
  transition: left 0.2s linear;
  overflow-y: auto;
}


.mobile_topo {
	height: 50px;
    width: 100%;
	background-image: url('http://edulink.pt/inc/imagens/mobile_fundo_topo.png');
	vertical-align: middle;
	text-align: center;
}

.div_topo {
	display: inline-block;
    height: 40px;
	text-align: left;
	padding: 5px;
	text-align: center;
}

.mobile_content{
	position: relative;
	top:50px;
}

.mobile-nav ul {
  list-style: none;
  background-color: #444;
  text-align: left;
  padding: 0;
  margin: 0;
}
.mobile-nav li {
  font-size: 1.2em;
  background-color: #444;
  height: 30px;
  padding: 10px;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;

}
 
.mobile-nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}

.mobile-nav a:hover {
  background-color: #cccccc;
}
