body {
	font-family:'Montserrat', sans-serif;
    font-size: 100%;
}



.btn {
	display: inline-block;
	box-sizing: border-box;
	padding: 1px;
	margin: 0 15px 15px 0;
	border: 1px solid #F18230;
	border-radius: 25px;
	height: 46px;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	vertical-align: top;
}
.btn span {
	display: block;	
	box-sizing: border-box;
	padding: 0 25px;    
	height: 42px;
	line-height: 38px;    
	border: 1px solid #F18230;
	border-radius: 25px;    
	font-size: 14px;
	color: #FFFFFF;
	background: #F18230;
	text-align: center;
	font-weight: 600;
}

.btn:hover span {
	background-color: #fba768
}

