#inn-find, #callback {
    position: fixed;
    z-index:99999999;
    right: 30px;
    width: 150px;
    display: inline-block;
    font: 400 14px 'Open Sans', sans-serif;
    line-height: 1.32;
    text-align: center;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    text-transform: uppercase;
    vertical-align: top;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #b32a1a;
    border: 1px solid #b32a1a;
}
.padding_15 {
    padding: 15px 20px;
}
.padding_15_0 {
    padding: 15px 0 15px;
}
#inn-find {
    bottom: 120px;
}
#callback {
    bottom: 30px;
}

#inn-find:hover, #callback:hover{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#inn-find:hover, #callback:hover{
    background: #fff;
    color: #b32a1a;
}