@import url(http://fonts.googleapis.com/css?family=Oxygen:300);
@import url(http://weloveiconfonts.com/api/?family=maki);
[class*="maki-"]:before {
  font-family: 'maki', sans-serif;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {

}
a.pizza-link{
	background-color:rgba(255,255,255,1);
	 text-decoration: none;
}
.pizza-link {
  display: block;
  width: 230px;
  height:230px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 1em;
  margin: 0;
  text-align: center;
  text-decoration: none;
  color: black;
    font-family: 'Oxygen', sans-serif;
 
  line-height: 1;
}
.pizza-link h3 {
  border-bottom: 2px solid #eee;
  padding:2em 0 0.75em 0;
  color:rgba(10,75,141,0.8);
  position: relative;
}
.pizza-link p {
  color: #999;
  margin: 0;
  position: relative;
  font-size: 14px;
  line-height:1.2;
}
.pizza-link h3,
.pizza-link p {
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.pizza-link .icon {
  position: absolute;
  color: white;
  width: 50px;
  height: 50px;
  line-height: 10px;
  font-size: 1em;
  margin-left: -25px;
  left: 50%;
  top:28px;
}
.pizza-link:before {
  content: "";
  background: #21407b;
  border-radius: 4px;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  -moz-transition: height 0.25s, top 0.25s, margin-left 0.25s 0.25s, left 0.25s 0.25s, width 0.25s 0.25s;
  -o-transition: height 0.25s, top 0.25s, margin-left 0.25s 0.25s, left 0.25s 0.25s, width 0.25s 0.25s;
  -webkit-transition: height 0.25s, top 0.25s, margin-left 0.25s, left 0.25s, width 0.25s;
  -webkit-transition-delay: 0s, 0s, 0.25s, 0.25s, 0.25s;
  transition: height 0.25s, top 0.25s, margin-left 0.25s 0.25s, left 0.25s 0.25s, width 0.25s 0.25s;
}
.pizza-link:hover h3, .pizza-link:active h3 {
  color: white;
  border-bottom-color: #E14646;
}
.pizza-link:hover p, .pizza-link:active p {
  color: white;
}
.pizza-link:hover:before, .pizza-link:active:before {
  width: 230px;
  left: 0;
  top: 0;
  margin-left: 0;
  height: 320px;
  -moz-transition: width 0.25s, left 0.25s, margin-left 0.25s, top 0.25s 0.25s, height 0.25s 0.25s;
  -o-transition: width 0.25s, left 0.25s, margin-left 0.25s, top 0.25s 0.25s, height 0.25s 0.25s;
  -webkit-transition: width 0.25s, left 0.25s, margin-left 0.25s, top 0.25s, height 0.25s;
  -webkit-transition-delay: 0s, 0s, 0s, 0.25s, 0.25s;
  transition: width 0.25s, left 0.25s, margin-left 0.25s, top 0.25s 0.25s, height 0.25s 0.25s;
}