.slideshow {
    float: left;
    background: transparent;
    margin: 50px 0px 0px 0px!important;
    padding: 0;
    z-index: 1;
    overflow: visible;
    position: relative;
    width: 100%;
}
a{
  color:#ff0000;
}
a:hover {
  color:#a51f18;
}
.container-header {
    background-color: #ff0000!important;
    background-image: -o-linear-gradient(315deg,#ffffff 0,#ffffff 100%);
    background-image: linear-gradient(135deg,#ffffff 0,#ffffff 100%);
    -webkit-box-shadow: inset 0 5px 5px rgba(0,0,0,.03);
    /* box-shadow: inset 20px 0px 5px rgba(0,0,0,.03); */
    position: relative;
    border-bottom: 5px solid;
    border-bottom-color: #ff0000;
    z-index: 10;
}
.dj-megamenu-default li:hover a.dj-up_a, .dj-megamenu-default li.hover a.dj-up_a, .dj-megamenu-default li.active a.dj-up_a {
    color: #fff;
    border-left-color: #a51f18!important;
    background: rgb(56, 172, 231);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 172, 231, 1)), to(rgba(22, 129, 209, 1)));
    background: -o-linear-gradient(top, rgba(56, 172, 231, 1) 0%, rgba(22, 129, 209, 1) 100%);
    background: linear-gradient(to bottom, #e30b00 0%, rgb(169 8 8) 100%)!important;
}
.footer {
    background-color: #ff0000;
    background-image: -o-linear-gradient(315deg,#ff0000 0,#ff0000 100%);
    background-image: linear-gradient(135deg,#fff 0,#fff 100%);
    color: #ff0000;
    border-top: 5px solid;
    margin-top: 1em;
    border-top-color: #ff0000;
}
.dj-megamenu-default li ul.dj-submenu>li>a:hover{
  background: #ff0000!important;
}
.dj-megamenu-default li ul.dj-submenu>li>a:hover, .dj-megamenu-default li ul.dj-submenu>li>a.active, .dj-megamenu-default li ul.dj-submenu>li.hover:not(.subtree)>a {
    background: #ff0000!important;
    color: #fff;
}
@media (max-width:576px){
  .container-banner full-width{
    display:none!important;
  }
  .slideshow{
    display:none!important;
  }
  .container-component nav {
    position: relative;
    display: none!important;
}
  .w-100 {
    display:none!important;
}
}
@media (min-width: 1200px){
.h2, h2{
    font-size: 1.5rem!important;
}
}