﻿.wsk-float {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 999999;
}

.pulse-button {
    position: relative;
    width: 58px;
    height: 58px;
    border: none;
    box-shadow: 0 0 0 0 rgba(41,167,26,.7);
    border-radius: 50% !important;
    background-color: #29a71a;
    background-image: url(/Content/images/wp.png);
    background-size: 51%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center;
    float: left;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1);
    animation: pulse 1.25s infinite cubic-bezier(0.66,0,0,1)
}

    .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0)
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0)
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0)
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232,76,61,0)
    }
}

#wh-call-to-action a .wh-call-to-action-content {
    padding: 5px 10px;
    line-height: 18px;
    max-height: 34px;
    max-width: 176px;
    overflow: hidden;
    word-wrap: break-word;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 14px;
    color: #333;
    text-decoration: none
}

#wh-call-to-action a:link {
    text-decoration: none
}

#wh-call-to-action {
    position: relative;
    top: 49px;
    box-shadow: 2px 2px 13px rgba(0,0,0,0.1);
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
    left: 69px
}