/*FORM INPUT*/
.form-control{
	-webkit-appearance: none;
	border-radius: 0px;
}

.btn-block {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #60828e;
    font-size: 1.3em;
    border: 1px solid;
    border-radius: 0;
}
.btn-block {
    display: block;
    width: 100%;
    background-color: transparent;
    color: #60828e;
    font-size: 1.3em;
    border: 1px solid;
    border-radius: 0;
}
.sendQuery {
	padding-left: 80px;
}
/*=============================================*/
h3 {
	color: #60828e;
}

.contactTel, .contactFax, .contactEmail {
	padding-top: 5px;
	padding-left: 45px;
	height: 32px;
}
.text {
	padding-top:5px;
	padding-bottom:5px;
}
.contactTel{
	background: url('../img/icons/contactTel.png') no-repeat left top;
}

.contactFax{
	background: url('../img/icons/contactFax.png') no-repeat left top;
}

.contactEmail {
	background: url('../img/icons/contactEmail.png') no-repeat left top;
}
	.contactEmail a {
		color: inherit;
	}

.sendMail {
	margin-top: 32px;
	margin-left: 8px;
}

.borderLeft {
	border-left: #898989 1px solid;
}
.col-md-8 {
	padding-left: 80px;
}

.text .input {
	display: inline-block;
	width: 270px;
}
.inputBtn, .viewBtn{
	padding: 7px 50px;
}

.custom-select, .marginLeft15 {
	height: 37px;
	margin-top: 8px;
    margin-bottom: 0px;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.submitBtn {
	background-color: transparent;
	color: #60828e;
	border: #60828e 1px solid;
	text-align: center;
	padding: 15px 50px;
	width: 275px;
	font-size: 1.3em;
}

.alert-msg {
	font-weight: bold;
}

.contactBG{
	background: url(../img/contactBG.jpg) no-repeat bottom right;
}
