#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none;
	position:relative;
}
#contactButton .ctb{
    position: fixed;
    bottom: 0;
    right:15px;
    z-index:1000;
    text-align:center;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}
@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:90%
    }
}
#contactButton .cats, #contactButton .emails, #contactButton .address, #contactButton .sendcopy{display:none}
#contactButton .captcha img {width:95px;height:34px;float:left}
#contactButton .captcha em {line-height:34px;color:#fff}
#contactButton .captcha .fcode {width:115px;height:34px;float:right}
#contactButton form .form-control {font-size:12px}
#contactButton form .btn{font-size:12px;height:34px;padding: 0 8px;font-weight:700}
#contactButton form .form-group {margin: 5px 0}
#contactButton form .btn-primary {background:#20bc5a;border:1px solid #20bc5a}#contactButton form .btn-primary:hover {background:#fff;border:1px solid #fff;color:#000}
#contactButton .panel{border-radius: 0;background:none}
#contactButton .panel-body{padding:0}
#contactButton .nv-fullbg{background:none}