@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'robotobold';
    src: url('roboto-bold-webfont.woff2') format('woff2'),
         url('roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('roboto-medium-webfont.woff2') format('woff2'),
         url('roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotoregular';
    src: url('roboto-regular-webfont.woff2') format('woff2'),
         url('roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.show-767 {display:none;}
@media only screen and (max-width: 767px){
.hide-767{display:none;}
.show-767{display:block;}
}
a.bnrbtn, .s2btn{
	height:68px;
	width:398px;
	border:none;
	outline:none;	
	border-radius:3px;
	background:#0cba62;	
	font-family: 'robotomedium';
	font-size:24px;
	line-height:68px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	margin:42px auto 0 auto;
	display:block;
	cursor:pointer;
	padding:0;	
}
.s2btn{margin:58px auto 68px auto;}
a.bnrbtn span, .s2btn span{color:#ffe400;}
@media only screen and (max-width: 767px){
a.bnrbtn, .s2btn{width:335px;margin:10px auto 0 auto;font-size:20px;}
.s2btn{margin:25px auto 0 auto;}
}
@media only screen and (max-width: 479px){
.s2btn{width:94%;font-size:19px;}
}
@media only screen and (max-width: 400px){
a.bnrbtn{width:100%;}
}
