@charset "utf-8";
/* CSS Document */




.contactus  label{ padding:0px;}
.contactus .form-control { margin-bottom:15px;
    display: block;
    width: 100%;
    height: 24px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.contactus textarea.form-control {
    height: 130px !important;
    float: left;
    width: 100%;
}


.contactus button.btn.btn-primary.btnmais {
    float: right;    background: #2d3092; color:#fff; height:24px;
    padding: 5px 50px;
    line-height: 0px; border-radius: 0px;
}

@media screen and (min-width: 992px) {
	.contactus{ float:left; width:100%; margin:0px 0px 30px 0px;  font-family: 'Trebuchet MS'; margin-top:-20px; padding-right:50px; }

}
@media screen and (max-width: 992px) {
	.contactus{ float:left; width:100%; margin:0px 0px 30px 0px;  font-family: 'Trebuchet MS'; margin-top:-20px; padding-right:0px; }
	
}