/* ************************************* */
/*                                       */
/* Footer                                */
/*                                       */
/* ************************************* */

/* ************************************* */
/* Footer <footer> ul                    */
/* ************************************* */

body > footer ul li{
  line-height:1.5714em;
  font-size:13px;
  letter-spacing: 0.3px;
}

body > footer a,
body > footer span{
  transition-property: color;
  transition-duration: 1s;
  -moz-transition-property:color;
  -moz-transition-duration:1s;
  -webkit-transition-property:color;
  -webkit-transition-duration:1s;
  color:inherit;
}

body > footer a.active{
  color:black;
}

body > footer a:hover,
body > footer span:hover{
  color:black;
}

@media only screen and (max-width: 900px) and (min-width: 560px)  {

#block-submityourproposal,
#block-footer2015 {
    display: none;
}

}

