button {
}
.btn {
	border-radius: none;
}
.big_blue {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-weight: 900;
	list-style-type: none;
	text-decoration: none;
	font-size: 24px;
	padding: 12px 35px;
	background-color: #3992ca;
	text-decoration: none;
	border: none;
	border-radius: none;
	text-align: center;
	text-transform: uppercase;
}
.big_blue:hover, .big_blue:active, .big_blue.active, .big_blue.disabled, .big_blue[disabled] {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-weight: 900;
	list-style-type: none;
	text-decoration: none;
	font-size: 24px;
	padding: 12px 35px;
	background-color: #333333;
	text-decoration: none;
	border: none;
	border-radius: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.big_blue:active, .big_blue.focus {
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-weight: 900;
	list-style-type: none;
	text-decoration: none;
	font-size: 24px;
	padding: 12px 35px;
	background-color: #333333;
	text-decoration: none;
	border: none;
	border-radius: none;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}







.btn_back {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	height: 54px;
	padding: 12px 30px ;
	background-color: #333333;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	margin-top:-5px;
}
.btn_back:hover, .btn_back:active, .btn_back.active, .btn_back.disabled, .btn_back[disabled] {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	height: 54px;
	padding: 12px 30px ;
	background-color: #1b4590;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.btn_back:active, .btn_back.focus {
	font-family: 'merriweatherbold', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	font-size: 20px;
	height: 54px;
	padding: 12px 30px ;
	background-color: #1b4590;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	text-align: center;
	text-transform:uppercase;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}




@media (max-width: 640px) {
.btn_back {
	height: 50px;
}
.btn_back:hover, .btn_back:active, .btn_back.active, .btn_back.disabled, .btn_back[disabled] {
	height: 50px;
}
.btn_back:active, .btn_back.focus {
	height: 50px;
}

}
@media (max-width: 320px) {
.btn_back {
	height: 50px;
	margin-bottom:5px;
}
.btn_back:hover, .btn_back:active, .btn_back.active, .btn_back.disabled, .btn_back[disabled] {
	height: 50px;
}
.btn_back:active, .btn_back.focus {
	height: 50px;
}

}