.nav > li > a, .nav > li > span, .nav > li > .separator {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sb-search, #sb-search .sb-icon-search, #sb-search .sb-search-submit, #sb-search input[type="text"].sb-search-input {
    height: 44px;
}
#sb-search .sb-icon-search {
    background-position: 100% 50%;
}
.head-search {
	margin: 0;
}
.top-contacts a#show-form {
	padding-left: 15px;
}
.top-contacts i {
	font-size: 16px;
	padding-right: 5px;
	vertical-align: middle;
}
.top-contacts {
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .3px;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 15px;
}
.navbar-toggle {
	margin-top: 5px;
	margin-bottom: 8px;
}
.navbar {
	min-height: 44px;
}
#t3-header >.container >.row {
	align-items: center;
	justify-content: space-between;
	display: flex;
}
.script_wrap iframe {
	min-height: 640px;
}
	.crm-webform-header-container div {
		display: none;
	}
	.crm-webform-desktop-font-style {
		font: 8px/10px "PT Sans",sans-serif;
	}
	.crm-webform-fieldset {
	padding: 0;
}
@media (max-width: 549px) {
	.top-contacts a#show-form {
		padding-left: 0;
		margin-top: 10px;
	}
	.custom.top-contacts >div {
		flex-direction: column;
		display: flex;
	}
}