/*********************************************************
// Resets
*********************************************************/
.AFONES-Button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	}

.AFONES-Button:active, 
.AFONES-Button:focus,
.AFONES-Button:hover { outline: 0; }
.AFONES-Button img { border: none; }

/*********************************************************
// Button
*********************************************************/
.AFONES-Button {
	margin: 15px auto;
	padding: 0 20px;
	min-height: 40px;
	line-height: 40px;
	background: #000;
	color: #FFF;
	overflow: auto;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
	}