@media only screen and (min-width: 990px){
    .lista-eventos{
        margin-top:10px; padding:0;
    }
    #eventos_by_estado{
        margin:80px auto;
    }
    .titulo-publicidade{ 
        color: #919191;
        font-size: 0.8em;
    }
    .seleciona-estado-content{
        width: 602px; color: #2a2a2a; font-size: 12px; text-align: left; z-index: 999; 
        height:auto; overflow:hidden; margin-bottom:5px;
    }
    .seleciona-estado-content div{
        float:left;
    }
    .seleciona-estado-content select{
        margin-top:17px; margin-left:30px;
    }
    .box-evento{
        height:300px;
        padding:0 7px;
        min-width:217px;
    }
    .box-marcador-estado{
        margin-top:0px;
    }
    .box-mais-eventos{
        margin-top:-65px;
    }
}
@media only screen  and (min-width: 990px) and (max-width: 1024px){
    .box-evento{
        height:320px;
        width: 270px;
    }
}

@media only screen  and (min-width: 1025px) and (max-width: 1170px){
    a .dataev_float{
        top:165px; 
    }
}

@media only screen and (min-width: 1170px) and (max-width: 2000px){
    a .dataev_float{
        top:200px; 
    }
    .box-evento{
        height:350px;
    }
}

@media only screen and (min-width: 2001px ){
    .box-evento{
        height:500px;
    }
    a .dataev_float{
        top:200px; 
    }
}