#header {
margin-bottom: 0 !important;
}
.hotsite-menu {
width: 100%;
height: 230px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
margin-bottom: 30px;
display: flex;
align-items: flex-end;
position: relative;
}
.hotsite-menu:before, .hotsite-menu:after {
content: "";
height: 45px;
width: calc((100vw - 800px) / 2);
position: absolute;
bottom: 0px;
z-index: 0;
}
.hotsite-menu:before {
left: 0;
background: linear-gradient(20deg, #c12a28, rgba(152, 3, 3, 0));
}
.hotsite-menu:after {
right: 0;
background: linear-gradient(130deg, rgba(152, 3, 3, 0), #c12a28);
}
.hotsite-menu .menu {
display: flex;
width: 70%;
margin: 0 auto;
justify-content: space-between;
margin-bottom: 15px;
color: white;
position: relative;
z-index: 10;
}
.hotsite-menu .menu li a {
color: white;
font-weight: 900;
text-transform: uppercase;
font-size: 14px;
font-family: "Raleway";
letter-spacing: 1px;
}
.hotsite-menu .menu li:last-child {
display: none;
}