.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 16px;
}
.fb{background: #042365;}
.tw{background: #55ACEE;}
.wap{background: #25d366;}
.icon-bar {
    position: fixed;
    top: 70%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.fixed-cta {
    z-index: 100;
    position: fixed;
    left: 15px;
    bottom: 15px;
    background: #db0c0c;
    padding: 8px 10px!important;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
}