@import url(fonts/fonts.min.css);
@import url(fonts/icons.css);
@-webkit-keyframes colorPulse { 0% {background-color: #46AC49;} 50% {background-color: #188d1c;} 100% {background-color: #46AC49;} }
	body{
		margin-bottom: 100px;
	}
  #hn-footer-fixed-cta {
	  	display: block;
        background: #d7dee1;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #a4acaf;
        margin: 0 auto;
        padding: 3% 0;
        position: fixed;
        text-align: center;
        width: 100%;
        z-index: 9999
    }

    #hn-footer-fixed-cta a {
        background: #46AC49;
        border-radius: 6px;
        color: #fff;
        display: block;
        font: 21px / 34px avenir_lt_std65_medium;
        letter-spacing: 0.5px;
        margin: 0 auto;
        padding: 4%;
        width: 85%;
        text-align: center;
        text-decoration: none;
        -webkit-animation-name: colorPulse; -webkit-animation-duration: 5s; -webkit-animation-iteration-count: 100; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in; -webkit-animation-fill-mode: forwards; -webkit-animation-delay: 1s;
    }

    #hn-footer-fixed-cta a span {
        color: #fff;
        font-size: 22px;
        vertical-align: middle;
        -webkit-text-stroke-width: 1px;
        padding: 0px;
        border: 0px;
        border-radius: 50%;
        margin-right: 10px;
        font-weight: 900;
        width: 58px;
        display: inline-block;
        float: left;
    }
     #hn-footer-fixed-cta a span img{
	     width: 100%;
	     height: auto;
	     margin: 3% 0px 0px 0px;
     }
     #hn-footer-fixed-cta a p{
	 	margin: 0px;
	 	padding: 0px;

     }

    #hn-footer-fixed-cta a:hover, #hn-footer-fixed-cta a:focus, #hn-footer-fixed-cta a:active {
        background: #0095d5;
        color: #fff;
        transtition: all .3s ease
    }

    #hn-footer-fixed-cta a:hover span, #hn-footer-fixed-cta a:focus span, #hn-footer-fixed-cta a:active span {
        border-color: #0095d5;
        color: #d0e7f9;
        transtition: all .3s ease
    }
       .lfClose{
	    position: absolute;
	    top: -36px;
	    right: 25px;
	    background: #6ab66c;
	    color: #fff;
	    display: block;
	    min-width: 70px;
	    height: 35px;
	    line-height: 35px;
	    text-align: center;
	    font-family: sans-serif;
	    border-radius: 4px 4px 0px 0px;
	    transtition: all .3s ease;
    }