
/* start da css for da buttons */
.button {
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  margin: 10px;
  color: #fff;
  position: relative;
  display: inline-block;
}

 .piccolo {
    font-size: 12px !important;
    padding: 5px 8px !important;
    margin: 2px !important;
  }

.button:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.button:hover{
  cursor: pointer;
  cursor: hand;
}

.button:visited{
  color:#ffffff;
}

.blue {
  background-color: #55acee;
  box-shadow: 0px 2px 0px 0px #3C93D5;
  color:#ffffff !important;
}

.blue:hover {
  background-color: #6FC6FF;
}

.green {
  background-color: #2ecc71;
  box-shadow: 0px 2px 0px 0px #15B358;
}

.green:hover {
  background-color: #48E68B;
}

.red {
  background-color: #e74c3c;
  box-shadow: 0px 2px 0px 0px #CE3323;
}

.red:hover {
  background-color: #FF6656;
}

.purple {
  background-color: #9b59b6;
  box-shadow: 0px 2px 0px 0px #82409D;
}

.purple:hover {
  background-color: #B573D0;
}

.orange {
  background-color: #e67e22;
  box-shadow: 0px 2px 0px 0px #CD6509;
}

.orange:hover {
  background-color: #FF983C;
}

.arancione {
  background-color: #e67e22;
  box-shadow: 0px 2px 0px 0px #CD6509;
  color:#ffffff !important;
}

.arancione:hover {
  background-color: #FF983C;
}

.yellow {
  background-color: #f1c40f;
  box-shadow: 0px 2px 0px 0px #D8AB00;
}

.yellow:hover {
  background-color: #FFDE29;
}


.guarda-offerta {
 border-radius:5px;
 background-color:#449d0e;
 text-align:center;
 padding:5px;
 font-weight:bold;
}

.guarda-offerta a {
  color: #FFF;
  text-decoration:underline;
}
.guarda-offerta a:hover {
  color: #FFF;
}


@media handheld, only screen and (max-width: 767px) {

  .button {
    font-size: 12px;
    padding: 5px 8px;
    margin: 4px;
  }

}  
