#contactButton {
    position: fixed;
    bottom: 0;
    right: 1px;
    max-height: 100%;
    max-width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10000;
    box-shadow: 0 0 4px rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0);
    line-height: 25px;
}
#contactButton .hotlinecontact {
    background: red;
    max-width: 100%;
    margin-left: 0;
    padding: 5px;
    color: #000;
    display: none;
}
#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb {
    position: static;
    bottom: 0;
    right: 15px;
    z-index: 1000;
    text-align: center;
    min-width: 151px;
    border-top: 1px solid #fff!important;
}
#contactButton .ctb, #contactButton .panel {
    border-radius: 0;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}
#contactButton .hotlinecontact .contactsms, #contactButton .hotlinecontact .contactphone {
    padding: 5px;
    font-weight: bold;
}
#contactButton .hotlinecontact .contactsms a, #contactButton .hotlinecontact .contactphone a {
    color: #fff;
}
#contactButton .hotlinecontact .contactsms:hover a,#contactButton .hotlinecontact .contactphone:hover a{color:#ff0}
@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width: 767px){
#contactButton .hotlinecontact {
    display: block;
}
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0; 
    }
}