button.quick-send-mail{
}
button.quick-send-mail img{
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
}



    
.floating-contact{
    position: fixed;
    right: 3%;
    bottom: -289px;
    width: 300px;
    float: right;
    z-index: 8000;
    text-align: left;
}
.floating-contact input,
.floating-contact textArea{
    font-size: 12px;
}
.floating-contact .floating-contact-inner{
    background: none repeat scroll 0 0 #e5e5e5;
    color: #555;
    font-size: 11px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    z-index: 999;
    border: 5px solid #222d32;
}
.floating-contact a.floating-contact-control{
    background-color: #222d32;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    line-height: 25px;
    padding: 5px 12px;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 10;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s linear;
}
.floating-contact a.floating-contact-control::after{
    content: "\f077";
    color: #fff;
    display: inline;
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 0 0 50px;
}
.floating-contact a.floating-contact-control.active::after{
    content: "\f078";
    color: #fff;
    display: inline;
    font-family: "FontAwesome";
    font-size: 14px;
    padding: 0 0 0 50px;
}