/* Top Bar */
#sp-top-bar2 a:hover {
	color: #dc0604;
}

#sp-top-bar2 a {
	font-weight: 400 !important;
	font-size: 14px;
}

/* menu */
.sp-megamenu-parent > li:last-child > a {
	padding: 0px 15px 0px 15px !important;
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a, .sp-megamenu-parent > li:hover > a {
	font-weight: bold;
}


/* Slideshow */

#sp-header ~ #sp-slideshow {
	margin-top: 0px;
}

#sp-header.header-sticky ~ #sp-slideshow {
	margin-top: 100px;
}


/* Main Body */

#sp-main-body {
	padding: 0px 0 !important;
}



/* responsive */

@media screen and (max-width: 1199px) {
	.container, .sppb-row-container {
		max-width: 100% !important;
		width: 100% !important;
	}
}

