@import url(http://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css);
.quick-menu{
	position:absolute;
	bottom: 80px;
	right:0px;
	float:left;
	background:red;
}
.go-quick {
  position: absolute;
  top: 50%;
  right: 0%;
  width: 350px;
  height: 80px;
  z-index:9;
  margin-top: -40px;
  margin-left: -350px;
  background: rgba(255,255,255,0.5);
  transform: translateZ(0);
}
.go-quick:hover .link {
  width: 5%;
}
.go-quick .link {
  position: relative;
  float: left;
  width: 20%;
  height: 100%;
  color: #fff;
  border-right: 1px solid #88a71f;
  transition: .5s width;
  overflow: hidden;
  cursor: pointer;
}
.go-quick .link:last-child {
  border-right: 0;
}
.go-quick .link:hover {
  width: 80%;
  color: #fff;
}
.go-quick .link .small {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  line-height: 78px;
  text-align: center;
  font-family: fontawesome;
  font-size: 24px;
  background:#aecf3d
}
.go-quick .link .full {
  position: absolute;
  top: 22px;
  left: 80px;
  text-transform: uppercase;
}
.go-quick .link .full .f1, .go-quick .link .full .f2 {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.go-quick .link .full .f2 {
  margin-top: 8px;
  font-size: 12px;
}
.go-quick .link .prev {
  position: absolute;
  top: 0;
  left: 7px;
  font-family: fontawesome;
  font-size: 12px;
  line-height: 78px;
  transition: .5s opacity;
  opacity: 0;
}
.go-quick .link:hover .prev {
  opacity: 0;
}
.go-quick:hover .prev {
  opacity: 1;
}
