/ ** Default markup + preset styles **/

.button-grey {
		background: #fcfcfc!important;
		border-color: #fcfcfc!important;
		color: #313131!important;
		transition: all .3s;
}
.button-black {
		background: #020202!important;
		border-color: #020202!important;
		color: #fff!important;
		transition: all .3s;
}
.button-white {
		background: #FAFCFC!important;
		border-color: #FAFCFC!important;
		color: #313131!important;
		transition: all .3s;
}
.button-red {
		background: #B31212!important;
		border-color: #B31212!important;
		color: #fff!important;
		transition: all .3s;
}
.button-blue {
		background: #2856A6!important;
		border-color: #2856A6!important;
		color: #fff!important;
		transition: all .3s;
}
.button-green {
		background: #23AD35!important;
		border-color: #23AD35!important;
		color: #fff!important;
		transition: all .3s;
}
