.bg_color_1 {
	background-color: #000;
}
.bg_color_2 {
	background-color: #fff;
}
.bg_color_3 {
	background-color: #FF7600;
}
.bg_color_4 {
	background-color: #4B4B4B;
}
.fo_color_1,
a.fo_color_1:hover {
	color: #000;
}
.fo_color_2,
a.fo_color_2:hover {
	color: #fff;
}
.bo_color_1 {
	border-color: #000;
}
.bo_color_2 {
	border-color: #fff;
}

.searchoverlay {
	background-color: rgba(0, 0, 0, .88);
}
.searchoverlay .closesearch,
.searchoverlay #searchform span {
	color: #fff;
}
.searchoverlay #searchform input {
	color: #fff;
	border: 1px solid #fff;
	background-color: #000;
}

header #Logo_svg {
	fill: #fff;
	stroke-width: 1.51856px;
	stroke: #fff;
	stroke-width: 1.51856px;
	max-width: 250px;
	max-height: 40.88px;
}

.textreduced.show.box_shadow_1:after {
	box-shadow: 0 0 50px 25px #000;
}
.textreduced.show.box_shadow_2:after {
	box-shadow: 0 0 50px 25px #fff;
}
.textreduced.show.box_shadow_3:after {
	box-shadow: 0 0 50px 25px #FF7600;
}
.textreduced.show.box_shadow_3:after {
	box-shadow: 0 0 50px 25px #4B4B4B;
}