#main {
  max-width: 1280px;
  margin: 30px auto 100px;
  padding-top: 0;
  font-family: OgloboCondensedRegular, Arial, Tahoma, sans-serif;
  font-weight: 400;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  position: relative;
}

.map-container {
  height: 660px;
  position: relative;
}

.menu-lista {
  list-style: none;
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

.menu-lista li {
  float: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 16%;
  font-family: OgloboCondensedLight, Arial, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 0.6px;
  font-weight: lighter;
}

.menu-lista li.selected {
  font-family: OgloboCondensedBold, Arial, Tahoma, sans-serif;  
}

select.menu-lista{
  background: url("../img/seta-drop.png") no-repeat scroll 95% 14px #f3f2f2;
  border: medium none;
  color: #222222;
  font: 20px OgloboCondensedRegular,"Times New Roman",times,serif;
  height: 34px;
  padding-top: 2px;
  padding-left: 10px;
  width: 92%;
  margin-left: 10px;
}
.border-left {
  border-left: 1px #dcdcdc solid;
}

.info {
  width: 290px;
  min-height: 530px;
  height:585px;
  padding: 10px 20px;
  float: right;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  top: 25px;
  right: 28px;
  border: 1px #bbbbbb solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  text-align: left;
}
.info .bgCinza{
  background-color: #ecedf1;
  width: 288px;
  height: 40px;
  margin-left: -20px;
  margin-top: -10px;
  margin-bottom: 12px;
}

.info .fechar{
  /*border: 1px solid #00ACDC;
  border-radius: 50%;
  color: #00ACDC;*/
  height: 30px;
  width: 30px;
  float: right;
  margin-right: 14px;
  margin-top: 5px;
  text-align: center;
  font-size: 22px;
  line-height: 18px;
  cursor: pointer;
  background: transparent url("../img/fechar.png") 0 0 no-repeat;
}

.info h2 {
  font-family: OgloboCondensedBold, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  margin-top: 0;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}

.info .jornalista{
  font: 20px/20px OgloboCondensedLight, Arial, Tahoma, sans-serif;
  color: #333333;
  margin-bottom: 10px;
  margin-top: -8px;
}

.info .jornalista .nomeJornalista{
  text-transform: uppercase;
}

.info h3 {
  font-family: OgloboCondensedSemiBold, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 22px;
  line-height: 16px;
  margin-top: 10px;
  /*margin-bottom: 20px;*/
  font-weight: normal;
}

.info h4 {
  font-family: OgloboCondensedSemiBold, Arial, Tahoma, sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 13px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}

.info p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 14px;
  line-height: 17.5px;
  text-align: left;
  margin-bottom: 0;
  
}

.info .text {
  /*height: 85px;*/
}


.info .adress {
  /*height: 45px;*/
}

.image-cont {
  width: 250px;
  height: 170px;
  background-color: #fff;

  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
}

.count {
  width: 60px;
  text-align: right;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  color: #999999;
  font-style: italic;
  line-height: 30px;
  padding-left: 20px;
  margin-top: 5px;
}

.count,
.btns {
  float: left;
}
.btns {
  margin-top: 5px;
}
.btn-nav {
  /*border: 1px solid #00ACDC;
  border-radius: 50%;
  color: #00ACDC;*/
  font-weight: bold;
  height: 30px;
  width: 30px;
  float: left;
  margin-left: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 20px;
  cursor: pointer;
  font-weight: normal;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
#anterior{
  background: transparent url(../img/voltar.png) 0 0 no-repeat; 
}
#proximo{
  background: transparent url(../img/ir.png) 0 0 no-repeat; 
}
.disabled {
  /*border: 1px solid #dddddd;
  color: #dddddd;*/
  cursor: default;
}

.info p.credito, .info .funcao{
  margin-bottom: 0;
  margin-top: 5px;
  font-style: italic;
  font-size: 10px;
  line-height: 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666666;
}

.topo-info {
	width: 100%;
}

.origem {
  font-size: 15px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  text-align: center;
  color: #696969;
}

.origem span {
  font-size: 17px;
  color: #1e96c8;
  font-family: OgloboCondensedSemibold, Arial, Tahoma, sans-serif;  
  text-align: center;
}

.time {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  color: #bbbbbb;
  letter-spacing: 1px;
  width: 280px;
  text-align: center;
  margin-bottom: 44px;
}

.map-container img {
	max-width: none;
}

.head-materia h2 {
	margin: 25px 0 9px 0;
}

@media all and (min-width: 640px){
  
  .info{
    display: block;
  }
  
  .info .fechar, select.menu-lista{
    display: none;
  }

}

@media all and (max-width: 640px){
  #main{
    margin-left: -10px;
    margin-right: -10px;
  }
  #main .menu{
    margin-bottom: 20px;
  }
  #main .info{
    display: none;
    left: 26%;
    top: 5px;
  }
  #main .info .fechar, #main select.menu-lista{
    display: block;
  }
  #main ul.menu-lista{
    display: none;
  }
  

}
@media all and (max-width: 480px){

   #main .info{
    left: 19%;
  }
}
@media all and (max-width: 360px){

   #main .info{
    left: 8%;
  }
}
@media all and (max-width: 320px){

   #main .info{
    left: 5%;
  }
}
