/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2024 | 21:23:41 */
#Header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
	box-shadow: none;
}

#Header.scrolled {
	background-color: #1F2F24;
	box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.2);
}
.home #TopBox {
		margin: 0 !important
	}
@media(min-width: 992px) {
	.home #TopBox {
		display: none;
	}
}