.bl-cta a{
	text-decoration:none;
	color:#000 !important;
	border:none;
}
.bl-cta a:hover{
	text-decoration:none;
	color:#cc0000 !important;
}
.bl-icon{
	border:none;
}


/*TextLink CSS*/
.bl-cta{
	display:block;
}
.bl-btn-wrapper{
	width:auto;
	height:35px;
	margin-left: -5px;
}
.bl-btn-sms{
	width:auto;
}
.bl-btn-branch{
	width:auto;
}
.bl-btn-text-sms{
	width:auto;
	text-align:left;
	font-size:12px;
	line-height:12px;
}
.bl-btn-text-branch{
	width:auto;
	text-align:left;
	font-size:12px;
	line-height:12px;
}
.bl-btn-icon-sms{
	width:auto;
	text-align:center;
	border:none;
	padding-left:10px;
}
.bl-btn-icon-branch{
	width:auto;
	text-align:center;
	border:none;
	padding-left:10px;
}


/*Btn CSS*/
/*
.bl-cta{
	display:block;
}
.bl-btn-wrapper{
	width:150px;
	margin-right:5px;
	margin-bottom:5px;
	display:inline-block;
	background-color:#fae5e5;
}
.bl-btn-sms{
	width:100%;
	height:42px;
}
.bl-btn-branch{
	width:100%;
	height:42px;
}
.bl-btn-text-sms{
	width:80%;
	text-align:center;
	font-size:9px;
	line-height:10px !important;
}
.bl-btn-text-branch{
	width:80%;
	text-align:center;
	font-size:8px;
	line-height:10px !important;
}
.bl-btn-icon-sms{
	width:20%;
	text-align:center;
}
.bl-btn-icon-branch{
	width:20%;
	text-align:center;
}
*/

@media (max-width:667px){
.bl-icon{
	display:none;
}


/*TextLink CSS*/
.bl-cta a{
	color:#cc0000 !important;
}
/*strong{
	color:#cc0000 !important;
	}*/
.bl-btn-wrapper{
	width:auto;
	height:auto;
}
.bl-btn-icon-sms{
	padding-left:0px;
}
.bl-btn-icon-sms strong{ color:#cc0000 !important;}
.bl-btn-icon-branch{
	padding-left:0px;
}


/*Btn CSS*/	
/*
.bl-btn-wrapper{
	width:60%;
	margin-right:5px;
	margin-bottom:5px;
	display:block;
	background-color:#fae5e5;
}
.bl-btn-sms{
	width:100%;
	height:auto;
	padding:5px;
}
.bl-btn-branch{
	width:100%;
	height:auto;
	padding:5px;
}
.bl-btn-text-sms{
	width:100%;
	text-align:center;
	font-size:11px;
	line-height:15px !important;
}
.bl-btn-text-branch{
	width:100%;
	text-align:center;
	font-size:8px;
	line-height:10px !important;
}
.bl-btn-icon-sms{
	width:0%;
	text-align:center;
	display:none;
}
.bl-btn-icon-branch{
	width:0%;
	text-align:center;
	display:none;
}
*/
}