.bottom-menu-cont, .bottom-menu-hr {
    padding-bottom: 30px;
}
.bottom-menu-hr, .bottom-menu-delimiter {
    height: 1px;
    opacity: 30%;
    margin: 30px 0 0 !important;
}
.bottom-menu-hr {
    margin: 30px 0 0 !important;
}
.bottom-menu-delimiter {
    margin: 0 !important;
}
.bottom-menu-link, .bottom-menu-hr, .bottom-menu-delimiter, a.bottom-menu-link:hover {
    color: #ffffff;
}
.bottom-menu-item, .bottom-menu-links, .bottom-menu-delimiter, .bottom-menu-powered-by {
    display: inline-block;
}
.bottom-menu-item > .dropdown > .dropdown-toggle {
    color: #ffffff !important;
}
.bottom-menu-powered-by {
    float: right;
}

@media (max-width: 767px) {
    .bottom-menu-links, .bottom-menu-powered-by {
        display: block;
        text-align: center;
        padding-bottom: 15px;
        width: 100%;
    }
    .main-wrap {
        padding-bottom: 20px;
    }
    .navbar .main-wrap, header .main-wrap{
        padding-bottom: 0;
    }
    .bg-footer {
        padding-bottom: 0;
    }
}

