@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'geomanistmedium';
    src: url('geomanist-medium-webfont.woff2') format('woff2'),
         url('geomanist-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geomanist_regularregular';
    src: url('geomanist-regular-webfont.woff2') format('woff2'),
         url('geomanist-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'geist_roughregular';
    src: url('geist_rough-webfont.woff2') format('woff2'),
         url('geist_rough-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.btn-grdnt{
	background:#ff8416;
	background:-webkit-linear-gradient(#ff8416, #c16902);
	background:-moz-linear-gradient(#ff8416, #c16902);
	background:-o-linear-gradient(#ff8416, #c16902);
	background:linear-gradient(#ff8416, #c16902);	
}
.btn-grdnt:hover{
	background:#c16902;
	background:-webkit-linear-gradient(#c16902, #ff8416);
	background:-moz-linear-gradient(#c16902, #ff8416);
	background:-o-linear-gradient(#c16902, #ff8416);
	background:linear-gradient(#c16902, #ff8416);	
}
a.s22btn{
	height:68px;
	width:406px;
	border-radius:35px 35px 35px 35px;
	margin:46px auto 0 auto;
	display:block;
	border:1px solid #d7761e;
	border-bottom:none;
	outline:none;
	padding:0;
	cursor:pointer;
	font-family: 'geomanistmedium';
	font-size:26px;
	line-height:68px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	-webkit-box-shadow: 0 8px 6px -6px #b1b0b0;
	-moz-box-shadow: 0 8px 6px -6px #b1b0b0;
	box-shadow: 0 8px 6px -6px #b1b0b0;
}
@media only screen and (max-width: 767px){
a.s22btn{margin:30px auto 0 auto;}
}
@media only screen and (max-width: 440px){
a.s22btn{
	height:58px;
	width:280px;
	font-size:21px;
	line-height:58px;
}
}