#headerbar .module {
    max-width: 413px!important;
}

a .button-head-abc {
    border: solid 1px #699FCE;
    padding: 10px 25px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #6B6F6F;
    -webkit-box-shadow: 3px 4px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 4px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 4px 17px -6px rgba(0, 0, 0, 0.75);
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;

}

.text-wrapper{
    width: 179px;
    vertical-align: top;
    margin-top: 5px;
}

.button-link{
    display: block;

}

a:hover .button-head-abc {
    border-color: #fff;
    color: #6B6F6F;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

a .button-head-abc p {
    color: #6B6F6F;
}

a > .button-head-abc  p strong {
    color: #09509C;
}

.button-head-abc span {
    color: #09509C;
    display: block;
    margin-top: 3px;
    -webkit-transition: margin-left 1s; /* Safari */
    transition: margin-left 1s;
}

a.button-link:hover span {
    margin-left: 5px;
}

.button-head-abc img {
    height: 78px;
    margin-right: 8px;
    margin-top: 3px;
}

@media screen and (max-width: 649px) {
    .button-head-abc {
        display: none;
    }

}

