body {
    background-color: #e8e8e8;
}

.sp-megamenu-parent >li >a {
    text-transform: none;
    font-weight: 600;
    font-family: sans-serif;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
    font-weight: 600!important;
}

.sppb-carousel-pro-text h2 {
    font-size: 36px;
    margin: 0;
    font-weight: 300;
    background: rgba(0, 83, 160, 0.74);
    padding: 10px;
}

.sppb-carousel-item-inner {
    padding: 0!important;
}

.sppb-carousel-caption {
    width: 100%;
}

.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner > div > div {
    display: table-cell;
    vertical-align: bottom;
}

img {
    display: inline-block;
}

#sp-header.menu-fixed {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    height: 50px;
    top: 0px;
    left: 0;
    background-color: rgba(236, 236, 236, 0.96);
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
}

#sp-header.menu-fixed a {
    position: relative;
    top: -20px;
}

#sp-header.menu-fixed .sp-dropdown-inner {
    position: relative;
    top: -35px;
}

#sp-footer {
    text-align: left;
}
