
.f1-button-block {
	margin: 15px 20px;
	overflow: hidden;
    text-align: center;

}
.f1-button-block .group-btn {
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.f1-button-mobile .group-btn {
	overflow: hidden;
	padding: 0;
	margin: 15px 0 0;
}
.f1-button-block .group-btn li {
	list-style: none;
	width: 48%;
	display: inline-block;
	padding-left: 20px;
	margin: 0 auto;
}
.f1-button-mobile .group-btn li {
	list-style: none;
	margin-top: 15px;
}
.f1-button-block .group-btn li a,
.f1-button-mobile .group-btn li a {
	overflow: hidden;
	display: block;
	padding: 20px 10px 20px 75px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.f1-button-mobile .group-btn li a {
	padding: 0 10px 0 46px;;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 12px;
}
.f1-button-block .group-btn li:first-child {
	padding-left: 0;
}
/*
.f1-button-block .group-btn li:nth-child(even) {
	float: right;
}
.f1-button-block .group-btn li:nth-child(odd) {
	float: left;
}*/


.f1-button-block a{

	margin-top: 15px;
}
.f1-button-block a .f1-mobile-button {

	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#fff;
	display:block;
	font-size:12px;
	height:2.5em;
	margin-top:10px;
	text-align:center;
	-webkit-appearance:button;
	appearance:button;
	width:100%;
	background-size: auto 100%;
	margin-top: 15px;

}
.f1-button-block a:last-child .f1-tablet-button {

	margin-right: 0;

}

.f1-button-block {

     text-align: center;

}
.f1-tablet-button {

	 background:#FAB700 no-repeat;
     display: inline-block;
     margin-left: 5%;
   	//margin-right: 35px;
	 color: #fff;
	 font-size: 12px;
	 font-weight: bold;
	 height: 45px;
	 text-align: center;
	 -webkit-appearance: button;
	 appearance: button;
	 border: none;
	 -webkit-border-radius: 0;
	 -moz-border-radius: 0;
	 border-radius: 0;
	 background-size: auto 100%;

}

.f1-mobile-button {

	 background:#FAB700 no-repeat;
     border:none;
	 -webkit-border-radius:0;
	 -moz-border-radius:0;
	 border-radius:0;
	 color:#fff;
	 //display:block;
	 font-size:12px;
	 height:2.5em;
	 margin-top:10px;
	 text-align:center;
	 -webkit-appearance:button;
	 appearance:button;
	 width:100%;
	 background-size: auto 100%;

}