	.row.small-pad > .pad-right {
		padding-right: 5px;
	}
	.row.small-pad > .pad-left {
		padding-left: 5px;
	}

	@media(max-width: 767px) {
		.row.small-pad > .pad-right {
			padding-right: 15px;
			padding-left: 15px;
		}
		.row.small-pad > .pad-left {
			padding-right: 15px;
			padding-left: 15px;
		}
	}

	html, body { background: #FFF; }

	.product-search {
		background-color: #636466;
		display: flex;
		padding: 35px;
		margin-top: 10px;
		height: 125px;
		align-items: center;
		justify-content: flex-start;

	}

	.body-content {
		background-color: #FFF;
		min-height: 200px;
		width: 100%;
		display: inline-block;
		margin-top: 10px;
	}

	.product-search label { 
		font-weight: 400;
		display: block;
		clear: both;
		margin: 0 0 10px 0;
		font-size: 20px;
	}
	.product-search input { 
		height: 50px; 
		border: none; 
		padding: 0 10px;
		width: 320px;
		margin: 0 25px 0 0;
		font-size: 14px;
	}
	.product-search button {
		height: 50px;
		background: red;
		color: #FFF;
		font-size: 14px;
		border: none;
		font-weight: 400;
		padding: 0 20px;
	}

	@media(max-width: 991px) {
		.product-search input { 
			width: 170px;
		}
	}
	@media(max-width: 767px) {
		.product-search input { 
			width: 320px;
		}
	}
	@media(max-width: 567px) {
		.product-search input { 
			width: 190px;
		}
	}
	@media(max-width: 467px) {
		.product-search { height: auto; }
		.product-search input { 
			width: 130px;
		}
		.product-search button { 
			padding: 0 10px;
		}
	}
	@media(max-width: 400px) {
		.product-search { height: auto; }
		.product-search input { 
			width: 100%;
			margin: 5px 0 15px 0;
		}
		.product-search button { 
			padding: 0 30px;
		}
	}
	
	.announcement { 
		height: 175px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		border: none !important;
	}

	.map { 
		background: #f1f0f6;
		text-align: center;
		padding: 30px 25px;
		height: 310px;
	}

	@media(max-width: 767px) {
		.map { 
			margin: 10px 0 0; 
			height: auto;
		}
	}
	.map img { 
		width: 45%;
		margin: 30px auto 0;
	 }
	.map h5 {
		text-align: left;
		line-height: 1.35em !important;
		font-size: 20px;
		font-weight: 500;
	}

	.announcement H4 {
		padding: 20px 25px;
		line-height: 1.85em;
		font-weight: 500 !important;
		margin: 0 0 10px 0 !important;
	}
	.announcement SPAN {
		text-transform: none !important;
		font-size: 24px !important;
	}

	.text-white { color: #FFF; }
	footer { 
		background: #FFF;
		margin-top: 0px;
		padding: 8px 0;
		
	}
	#typed { 
		display: inline-block !important; 
	}
	.typed-spacer {
		display: inline-block;
		width: 100%;
		height: 15px;
	}
	.typed-cursor { 
		display: inline-block !important; 
		color: #999;
	}
	.bottom-logo {
		display: inline-block;
		background: url(/images/logo2023.png) top left no-repeat;
		background-size: contain;
      	width: 200px;
      	height: 65px;
      	margin: 10px 0 0 30px;
	}
	.footer-info { 
		max-width: 890px;
		background: #636466;
		width: 80%;
		display: flex;
		float: right;
		margin: 0px 0 0 0;
		padding: 20px;
		font-size: 14px;
		line-height: 1.5em;
		align-items: center;
		justify-content: flex-start;
		flex-direction: row;
	}

	.footer-info .text-right {
		margin-left: auto;
	}

	@media(max-width: 500px) {
		.footer-info {
			text-align: center;
			flex-direction: column;
		}
		.footer-info .text-right {
			margin: 10px auto;
		}
	}


	
	@media(max-width: 1199px) {
		.footer-info { 
			width: 72%;
		}
	}
	@media(max-width: 991px) {
		.bottom-logo {
			float: none;
			display: block;
			margin: 0 auto;
			background-position: center center;
		}
		.footer-info { 
			margin: 15px auto;
			width: 100%;
		}
	}

	@media (min-width: 992px)
		.body-header .social-links {
			width: auto !important;
		}
	}