@media all and (max-width: 900px) {
    .sub-menu-container .menu-item .tab-pane{
        display: none;
    }
    .sub-menu-container .widget{
        padding: 0;
    }
    .mega-menu-content .mega-menu-column {
        margin-bottom: 0px !important;
    }
    .mega-menu-content .mega-menu-column:not(:nth-child(2)) {
        margin-top: 0px !important;

    }
}

@media all and (max-width: 700px) {
    .tp-parallax-wrap .tp-caption  {
    }
}

.button10.button--janus {
    color: rgb(78, 78, 78);
}
.button10.button--janus:hover {
    color: rgb(255, 255, 255);
}

.media-box.fbox-bg .fbox-content {
    border: 0;
}
.toggle-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sliderimg {
    height: 50px !important;
    width: auto !important;
}
@media all and (min-width: 900px) {
    .menu-item .list-group {
        margin-right: 50px;
    }
}

.search-result {
    display: none;
    background-color: white;
    width: 100%;
    height: auto;
}
.search-result span:last-child{
    margin-bottom: 40px;
}

/* Responsive content fixes - scoped to content area only */
#content img {
    max-width: 100%;
    height: auto;
}
#content iframe {
    max-width: 100%;
}
@media all and (max-width: 767px) {
    #content .card-body {
        min-height: auto !important;
    }
}
