
.ez-btn {
	display: inline-block;
	background-color: #515050;
	color: #ffed00;
	padding: 5px 10px;
	text-decoration: none;
	min-width: 130px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1;
	font-size: 15px;
}

.ez-btn.rounded {
	border-radius: 50vh;
}

button.ez-btn, input.ez-btn {
	border: none!important;
	cursor: pointer;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	outline: none;
	line-height: 1;
	min-width: 130px;
}

.ez-btn .fa {
	font-size: 1em;
}
.ez-btn .fa.right {
	font-size: 1em;
	position: absolute;
	right: 10px;
	top: 5px;
}
.ez-btn .fa.left {
	font-size: 1em;
	position: absolute;
	left: 10px;
	top: 5px;
}
.ez-btn:hover {
	background-color: #000;
	color: #ffed00;
}

.ez-btn.grey {
	color: #7f7f7f;
	background: #dedede;
	border: 1px solid #cacaca;
	text-decoration: underline;
}

.ez-btn.grey:hover {
	text-decoration: none;
	color: #000;
}
.ez-btn.big {
	line-height: 22px;
}
.ez-btn.icon {
	line-height: auto!important;
	padding: 3px 20px 3px 10px;
}
.ez-btn .ez-icon {
    background-color: #333333;
	width: 22px;
	height: 22px;
}
.ez-btn.fullwidth {
	display: block;
}
.ez-btn.red {
	background: #fe0002;
	color: #fff;
}
.ez-btn.red:hover {
	background: #a60002;
}
.ez-btn.green {
	background: #3baa2a;
	color: #fff;
}
.ez-btn.green:hover {
	background: #207017;
}
a .ez-icon {
    background-color: #333333;
	width: 16px;
	height: 16px;
}

.ez-btn.right {
	float: right;
}

.ez-btn.border {
	border-width: 2px;
	border-style: solid;
}

.ez-btn.border-blue {
	border-color: #34b7fb;
}
.ez-btn.no-min-width {
	min-width: 0;
}

/*
ez-btn big grey fullwidth
*/