#contactButton{
    bottom: 0;
    right: 15px;
    max-height:100%;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000;
}
#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb{
    bottom: 0;
    right:15px;
    z-index:1000;
    text-align:center;
}
#contactButton .ctb, #contactButton .panel{
    border-radius: 5px 5px 0 0;
}
#contactButton .ctb em{
    margin-right:3px;
    font-size: 1.6em;
    vertical-align:middle
}

.nv-fullbg .input-group{
	width:100%
}

.nv-fullbg .input-group-addon {
    padding: 6px 20px 0px 0px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: left;
	background-color: transparent;
    border: none;
	width:100px
}
.nv-fullbg input {
    height: 40px;
}
.nv-fullbg .btn-primary {
    color: #fff;
    background-color: #418e00;
    border-color: #418e00;
	width:100%;
	text-transform:uppercase;
	font-size:18px;
	font-weight:400;
	    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.nv-fullbg .btn-primary:hover {
    background-color: #dbc200;
    border-color: #dbc200;
}



@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:100% 
    }
}
div#contactButton select,div#contactButton input {
    height: 40px;
}