@import url("styles/themes/theme-alice.min.css");
.factory-flag{ visibility: hidden; }
.state1 .parlamento {
width:200px;
display:block;
background:url(/images/parlamento.png) top center no-repeat;
    height: 88px;
    background-size: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.state2 .parlamento {
width:200px;
display:block;
background:url(/images/parlamento.png) bottom center no-repeat;
    height: 28px;
    background-size: cover;
        -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}