.page-contact{
	background-color: #fff;
    padding: 50px 30px;
}
.page-contact h2{
	font-size: 24px;
    color: #6a6a6a;
    text-transform: uppercase;
    margin: 0 0 30px;
	font-weight:400;
}
.page-contact p{
	margin: 0 0 15px;
    font-weight: 300;
}
.page-contact .btn-primary{
	background-color: #01a1df;
    padding: 5px 40px;
    border: #01a1df;
    text-transform: uppercase;
    font-size: 15px;
}
#contactButton{
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height:100%;
    width:350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:1000;
}
#contactButton .panel{
    margin-bottom:0;
    width:100%;
    color:#333;
    display:none
}
#contactButton .ctb{
    position: fixed;
    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-addon, .nv-fullbg .form-control{
	border: 1px solid #e8e8e8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media (max-width:1199px) {
    #contactButton .ctb{
        right:70px;
    }
}
@media (max-width:499px) {
    #contactButton{
        right:auto;
        left:0;
        width:90%
    }
}