.form-controls {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-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;
}
.title {
	font-size: 20px !important;
	line-height: 65px !important;
	font-weight: 700;
	text-transform: uppercase;
}
.page-header {
	text-transform: uppercase;
}
input, button, select, textarea {
	font-family: 'Montserrat', sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif !important;
}
.addinfo {
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 0px #ccc;
	padding: 20px;
}

.e-delivery a {
	border: 1px solid #ccc;
	padding: 3px 6px;
	border-radius: 4px;
}
.e-delivery {
	margin-top: 10px;
}
.d-map img {
	width: 100%;
	height: auto;
}
.section-title .title {
	line-height: 0px !important;
}
/*.logo {
	height: 40px !important;
}*/
.lead img {
	width: 175px;
	height: 33px;
}


