.sticky-footer {
	position: fixed;
	text-align: center;
	height: 47px;
	bottom: 0px;
	padding-left: 2px; padding-right: 2px;
	background: rgba(0,0,0,.5);
	z-index: 1000;
	width: 100%;
	padding: 0px;
}

.sticky-footer-link a {

}
.sticky-footer-link {
  	display: inline-block;
  	text-decoration: none!important;
  	margin:0px;
  	width: 100%;
  	height: 100%;
	cursor: pointer;
	color: white!important;
	width: 100%;
	height: 41px;
	padding: 8px;
}

.sticky-footer-link:hover {
	text-decoration: none;
	color: white;
}

.sticky-footer-icon {
	display:inline-block;
	vertical-align:top;
	margin: 3px 2px 2px 2px;
	height: 41px;
	text-align: center;
	font-size: 17px;
	color: white;
	font-weight: lighter;
	border-radius: 4px;
	border: 1px solid white;
}

.sticky-footer-call {
	background: #F71901;
}

.sticky-footer-sms {
	background: #0666C7;
}

.sticky-footer-email {
	background: #198781;
}

@media (max-width: 640px) {
  .mobile--hidden {
    display: none!important;
  }
}

@media (min-width: 641px) {
  .desktop--hidden {
    display: none;
  }
}