/** BUTTONS **/
.is-style-white-button a {
	font-size:14px;
	padding: 18px 40px!important;
	font-weight: 500;	
	line-height: 14px;
	border-radius:30px!important;
	color:#000000!important;
	border:1px solid #ffffff;
	background-color:#ffffff;
	transition: all .2s linear;
	letter-spacing: 1.12px;
	white-space: nowrap;
}
.is-style-white-button a:hover {
	color:#ffffff!important;
	background-color:#000000!important;
	border:1px solid #000000;
}

.is-style-red-button a {
	font-size:14px;
	padding: 18px 40px!important;
	font-weight: 500;	
	line-height: 14px;
	border-radius:30px!important;
	color:#ffffff!important;
	border:1px solid #CC0033!important;
	background-color:#CC0033;
	transition: all .2s linear;
	letter-spacing: 1.12px;
	white-space: nowrap;
}
.is-style-red-button a:hover {
	color:#ffffff!important;
	background-color:#AA0033!important;
	border:1px solid #AA0033;
}

.is-style-border-button a {
	font-size:14px;
	padding: 18px 40px!important;
	font-weight: 500;	
	line-height: 14px;
	border-radius:30px!important;
	color:#ffffff!important;
	border:2px solid #FFFFFF!important;
	background-color:transparent;
	transition: all .2s linear;
	letter-spacing: 1.12px;
	white-space: nowrap;
}
.is-style-border-button a:hover {
	color:#CC0033!important;
	background-color:#FFFFFF!important;
	border:1px solid #FFFFFF;
}