/*Buttons*/
.but-wrap {
	background-color:#01c9d6;
}
/*.act .but-wrap {
	background-color:transparent !important;
}*/
/*green*/
.but-wrap.green {
	background: #17b151;
}
.but-wrap.green .button,
.but-wrap.green:hover .button {
	color:#ffffff !important;
	text-shadow: 0px -1px 0 #11843c !important;
}
.but-wrap.green:hover {
	background: #1fa652;
}

/*red*/
.but-wrap.red {
	background: #c1193d;
}

.but-wrap.red .button,
.but-wrap.red:hover .button {
	color:#fff !important;
	text-shadow: 0px -1px 0 #93112c !important;
}
.but-wrap.red:hover {
	background: #b92242;
}
/*blue*/
.but-wrap.blue {
	background: #197cc1;
}
.but-wrap.blue .button,
.but-wrap.blue:hover .button {
	color:#ffffff !important;
	text-shadow: 0px -1px 0 #135e92 !important;
}
.but-wrap.blue:hover {
	background: #2679b3;
}