/*-- Enter your custom CSS below --*/
.he_blue {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 3px 4px 3px #666666;
  -moz-box-shadow: 3px 4px 3px #666666;
  box-shadow: 3px 4px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.he_blue:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.he_blue:active {
	position:relative;
	top:1px;
}
.he_green {
  background: #34d99c;
  background-image: -webkit-linear-gradient(top, #34d99c, #1ea684);
  background-image: -moz-linear-gradient(top, #34d99c, #1ea684);
  background-image: -ms-linear-gradient(top, #34d99c, #1ea684);
  background-image: -o-linear-gradient(top, #34d99c, #1ea684);
  background-image: linear-gradient(to bottom, #34d99c, #1ea684);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  -webkit-box-shadow: 3px 4px 3px #666666;
  -moz-box-shadow: 3px 4px 3px #666666;
  box-shadow: 3px 4px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}
.he_green:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.he_green:active {
	position:relative;
	top:1px;
}

#order_review .evo_ticket_vos {background-color: transparent !Important;}

.showlogin {color:black !Important;}
