.title-stick,.text-stick{
  font-size:100%;
  font-weight:normal;
}
.ul-stick,.li-stick{
  list-style:none;
}

.ul-stick .li-stick a{
  text-decoration:none;
  color:#000;
  background:#ffc;
  display:block;
  height:10em;
  width:20em;
  padding:1em;
  -moz-box-shadow:5px 5px 7px rgba(33,33,33,1);
  -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  box-shadow: 5px 5px 7px rgba(33,33,33,.7);
  -moz-transition:-moz-transform .15s linear;
  -o-transition:-o-transform .15s linear;
  -webkit-transition:-webkit-transform .15s linear;
}
.ul-stick .li-stick{
  margin:20px;
  float:left;
}
.ul-stick .li-stick .title-stick{
  font-size:140%;
  font-weight:bold;
  padding-bottom:10px;
}
.ul-stick .li-stick .text-stick{
  font-family:"Reenie Beanie",arial,sans-serif;
  font-size:180%;
}
.ul-stick .li-stick a{
  -webkit-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
  -moz-transform:rotate(-6deg);
}
.ul-stick .li-stick:nth-child(even) a{
  -o-transform:rotate(4deg);
  -webkit-transform:rotate(4deg);
  -moz-transform:rotate(4deg);
  position:relative;
  top:5px;
  background:#cfc;
}
.ul-stick .li-stick:nth-child(3n) a{
  -o-transform:rotate(-3deg);
  -webkit-transform:rotate(-3deg);
  -moz-transform:rotate(-3deg);
  position:relative;
  top:-5px;
  background:#ccf;
}
.ul-stick .li-stick:nth-child(5n) a{
  -o-transform:rotate(5deg);
  -webkit-transform:rotate(5deg);
  -moz-transform:rotate(5deg);
  position:relative;
  top:-10px;
}
.ul-stick .li-stick a:hover,.ul-stick .li-stick a:focus{
  box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -moz-box-shadow:10px 10px 7px rgba(0,0,0,.7);
  -webkit-box-shadow: 10px 10px 7px rgba(0,0,0,.7);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -o-transform: scale(1.25);
  position:relative;
  z-index:5;
}
{text-align:center;}
.li-stick{display:inline;padding-right:1em;}
.li-stick a{color:#fff;}