@charset "utf-8";
.bnrbtn, .s1btn{
	height:60px;
	width:384px;
	background:#3bd061;
	background:-webkit-linear-gradient(#30ee61, #3bd061);
	background:-moz-linear-gradient(#30ee61, #3bd061);
	background:-o-linear-gradient(#30ee61, #3bd061);
	background:linear-gradient(#30ee61, #3bd061);
	border-radius:5px;
	margin: 120px auto 0 auto;
	display:block;
	border:none;
	outline:none;
	font-weight:bold;
	font-size:28px;
	line-height:60px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	text-shadow:1px 2px #30b351;
}
.s1btn{margin:40px auto 0 auto;}
.bnrbtn img, .s1btn img{margin:0 0 -2px 14px;}

@media only screen and (max-width: 1020px){
.bnrbtn{margin:38px auto 0 auto;}
}
@media only screen and (max-width: 767px){
.bnrbtn{margin:26px auto 0 auto;}
}
@media only screen and (max-width:479px){
.bnrbtn, .s1btn{width:100%;}
}
/*===============================*/
.show-479, .show-tab, .show-767, .show-400, .show-340, .show-359, .show-389{display:none;}
@media only screen and (max-width: 1020px){
.show-tab{display:block;}
.hide-tab{display:none;}
}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
@media only screen and (max-width: 479px){
.show-479{display:block;}
.hide-479{display:none;}
}
@media only screen and (max-width: 400px){
.show-400{display:block;}
.hide-400{display:none;}
}
@media only screen and (max-width: 389px){
.show-389{display:block;}
.hide-389{display:none;}
}
@media only screen and (max-width: 359px){
.hide-359{display:none;}
.show-359{display:block;}
}





